RIP command for Router0
Dallas>en
Dallas#config t
Enter configuration commands, one per line. End with CNTL/Z.
Dallas(config)#router rip
Dallas(config-router)#?
auto-summary Enter Address Family command mode
default-information Control distribution of default information
distance Define an administrative distance
exit Exit from routing protocol configuration mode
network Enable routing on an IP network
no Negate a command or set its defaults
passive-interface Suppress routing updates on an interface
redistribute Redistribute information from another routing protocol
timers Adjust routing timers
version Set routing protocol version
Dallas(config-router)#network 10.0.0.0
Dallas(config-router)#network 11.0.0.0
Dallas(config-router)#
RIP command for Router1
Miami>en
Miami#config t
Enter configuration commands, one per line. End with CNTL/Z.
Miami(config)#router rip
Miami(config-router)#network 11.0.0.0
Miami(config-router)#
RIP command for Router2
SanFrancisco>en
SanFrancisco#config t
Enter configuration commands, one per line. End with CNTL/Z.
SanFrancisco(config)#router rip
SanFrancisco(config-router)#network 10.0.0.0
SanFrancisco(config-router)#^Z
%SYS-5-CONFIG_I: Configured from console by console
SanFrancisco#show ip route
Codes: C - connected, S - static, I - IGRP, 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, E - EGP
i - IS-IS, 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 route
Gateway of last resort is not set
C 10.0.0.0/8 is directly connected, FastEthernet0/0
R 11.0.0.0/8 [120/1] via 10.0.0.2, 00:00:10, FastEthernet0/0
SanFrancisco#ping 11.0.0.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 11.0.0.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 47/59/63 ms
SanFrancisco#
No comments:
Post a Comment