rip and ospf redistribution
table 14-1: rip network address assignments network number subnets subnet masks 130.10.0.0 site a: 8 through 15 255.255.255.0 130.10.0.0 site b: 16 through 23 255.255.255.0 130.10.0.0 site c: 24 through 31 255.255.255.0 130.10.0.0 serial backbone: 62 through 64 255.255.255.0configuration file examples 【程序编程相关:两台思科路由器互相升级IOS过程】table 14-1 lists the network address assignments for the rip network, including the network number, subnet range, and subnet masks. all interfaces indicate network 130.10.0.0; however, the specific address includes the subnet and subnet mask. for example, serial interface 0 on router c has an ip address of 130.10.63.3 with a subnet mask of 255.255.255.0. 【推荐阅读:如何快速的配置Cisco PIX Fir】interface serial 0 【扩展信息:交换机升级排障实例】the following commands in the configuration file for router a determine the ip address for each interface and enable rip on those interfaces: ip address 130.10.62.1 255.255.255.0interface serial 1ip address 130.10.63.1 255.255.255.0interface ethernet 0ip address 130.10.8.1 255.255.255.0interface tokenring 0ip address 130.10.9.1 255.255.255.0router ripnetwork 130.10.0.0the following commands in the configuration file for router b determine the ip address for each interface and enable rip on those interfaces: interface serial 0ip address 130.10.62.2 255.255.255.0interface serial 1ip address 130.10.64.2 255.255.255.0interface ethernet 0ip address 130.10.17.2 255.255.255.0interface tokenring 0ip address 130.10.16.2 255.255.255.0router ripnetwork 130.10.0.0the following commands in the configuration file for router c determine the ip address for each interface and enable rip on those interfaces: interface serial 0ip address 130.10.63.3 255.255.255.0... 下一页