
r1
Router>ena
Router#conf t
Router(config)#hostname R1
R1(config)#int fa 0/0
R1(config-if)#ip add 172.18.0.1 255.255.0.0
R1(config-if)#no shut
R1(config-if)#exit
R1(config)#int fa 0/1
R1(config-if)#ip add 172.19.0.1 255.255.0.0
R1(config-if)#no shut
R1(config-if)#exit
R1(config)#int se 0/0/0
R1(config-if)#ip add 172.17.0.1 255.255.0.0
R1(config-if)#clock rate 9600
R1(config-if)#no shut
R1(config-if)#exit
R1(config)#ip route 172.16.0.0 255.255.0.0 s0/0/0
R1(config)#ip route 10.1.0.0 255.255.0.0 s0/0/0
R1(config)#ip route 10.2.0.0 255.255.0.0 s0/0/0
R1(config)#exit
R1#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
10.0.0.0/16 is subnetted, 1 subnets
S 10.1.0.0 is directly connected, Serial0/0/0
S 10.2.0.0 is directly connected, Serial0/0/0
S 172.16.0.0/16 is directly connected, Serial0/0/0
C 172.17.0.0/16 is directly connected, Serial0/0/0
C 172.18.0.0/16 is directly connected, FastEthernet0/0
C 172.19.0.0/16 is directly connected, FastEthernet0/1
R1#
--------------------------------------------------
r2
Router>ena
Router#conf t
Router(config)#hostname R2
R2(config)#int fa 0/0
R2(config-if)#ip add 172.16.0.1 255.255.0.0
R2(config-if)#no shut
R2(config-if)#exit
R2(config)#int se 0/0/0
R2(config-if)#ip add 172.17.0.2 255.255.0.0
R2(config-if)#no shut
R2(config-if)#exit
R2(config)#int se 0/0/1
R2(config-if)#ip add 10.2.0.1 255.255.0.0
R2(config-if)#clock rate 9600
R2(config-if)#no shut
R2(config-if)#exit
R2(config)#ip route 172.18.0.0 255.255.0.0 s0/0/0
R2(config)#ip route 172.19.0.0 255.255.0.0 s0/0/0
R2(config)#ip route 10.1.0.0 255.255.0.0 s0/0/1
R2(config)#exit
R2#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
10.0.0.0/16 is subnetted, 2 subnets
S 10.1.0.0 is directly connected, Serial0/0/1
C 10.2.0.0 is directly connected, Serial0/0/1
C 172.16.0.0/16 is directly connected, FastEthernet0/0
C 172.17.0.0/16 is directly connected, Serial0/0/0
S 172.18.0.0/16 is directly connected, Serial0/0/0
S 172.19.0.0/16 is directly connected, Serial0/0/0
R2#
-------------------------------------------
r3 sumari
Router>ena
Router#conf t
Router(config)#hostname R3
R3(config)#int fa 0/0
R3(config-if)#ip add 10.1.0.1 255.255.0.0
R3(config-if)#no shut
R3(config-if)#exit
R3(config)#int se 0/0/1
R3(config-if)#ip add 10.2.0.2 255.255.0.0
R3(config-if)#no shut
R3(config-if)#exit
R3(config)#ip route 172.16.0.0 255.252.0.0 s0/0/1
R3(config)#exit
R3#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
10.0.0.0/16 is subnetted, 2 subnets
C 10.1.0.0 is directly connected, FastEthernet0/0
C 10.2.0.0 is directly connected, Serial0/0/1
S 172.16.0.0/14 is directly connected, Serial0/0/1
cisco lifecycle service di herdycakep.blogspot
BalasHapus