how to configure rip version2 on a cisco router

6
WWW.TCPIPGURU.COM RIP Version2

Upload: tcpipguru

Post on 19-Jun-2015

7.745 views

Category:

Technology


5 download

TRANSCRIPT

Page 1: How to configure Rip version2 on a Cisco router

WWW.TCPIPGURU.COM

RIP Version2

Page 2: How to configure Rip version2 on a Cisco router
Page 3: How to configure Rip version2 on a Cisco router

Rip version2: On Router1

R1(config)#router rip

R1(config-router)#version 2

R1(config-router)#network 192.168.1.0

R1(config-router)#network 172.16.1.0

R1(config-router)#no auto-summary

R1(config-router)#exit

R1(config)#exit

Page 4: How to configure Rip version2 on a Cisco router

R1#show ip route*Mar 1 08:23:55.107: %SYS-5-CONFIG_I: Configured from console by consoleCodes: C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default, U - per-user static route o - ODR, P - periodic downloaded static routeGateway of last resort is not setC 172.16.0.0/16 is directly connected, Serial0/0C 192.168.1.0/24 is directly connected, FastEthernet0/0

Page 5: How to configure Rip version2 on a Cisco router

Rip version2: On Router2R2(config)#router rip

R2(config-router)#version 2

R2(config-router)#network 192.168.2.0

R2(config-router)#network 172.16.1.0

R2(config-router)#no auto-summary

R2(config-router)#exit

Page 6: How to configure Rip version2 on a Cisco router

R2#show i p route*Mar 1 10:18:38.498: %SYS-5-CONFIG_I: Configured from console by consoleCodes: C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default, U - per-user static route o - ODR, P - periodic downloaded static routeGateway of last resort is not setC 172.16.0.0/16 is directly connected, Serial0/0R 192.168.1.0/24 [120/1] via 172.16.1.1, 00:00:09, Serial0/0C 192.168.2.0/24 is directly connected, FastEthernet0/0