ROUTING STATIC
Gunakan sarana belajar netvis5(untuk simulasi)download aja banyak kok n dah plus cara nginstalnya
yuuk dimulai...bismillahirrohmannirrohim..tarik napas n siap2 berpetualang heu2...kita mulai dari router1(btw nama router terserah anda yha)--->tapi susun dulu semua kayak gambar diatas(3pc,3hub,n 3 router),untuk pemberian ip:klik kanan pc n pilih config...trus untuk router klik ikon router n klik 2x..nah mulai deh
Router 1
Router Con0 is now available
Press RETURN to get started!
Router>enable
Router#conf term
Enter configuration commands, one per line. End with CNTL/Z
Router(config)#hostname jora1
jora1(config)#interface fastethernet 0/0
jora1(config-if)#ip address 192.168.206.1 255.255.255.0
jora1(config-if)#no shutdown
08:58:11 %LINK-3-UPDOWN: Interface Fastethernet0/0, changed state to up
08:58:11 %LINEPROTO-5-UPDOWN: Line protocol on Interface Fastethernet0/0, changed state to up
jora1(config-if)#ex
jora1(config)#interface serial 0/0
jora1(config-if)#ip address 192.168.205.1 255.255.255.0
jora1(config-if)#clock rate 56000
jora1(config-if)#no shutdown
10:10:46 %LINK-3-UPDOWN: Interface Serial0/0, changed state to up
10:10:46 %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to up
jora1(config-if)#ex
jora1(config)#interface serial 0/1
jora1(config-if)#ip address 192.168.207.1 255.255.255.0
jora1(config-if)#clock rate 56000
jora1(config-if)#no shutdown
10:12:53 %LINK-3-UPDOWN: Interface Serial0/1, changed state to up
10:12:53 %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1, changed state to up
jora1(config)#ex
jora1#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
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default
U - per-user static route, o - ODR, P - periodic downloaded static route
T - traffic engineered route
Gateway of last resort is not set
C 192.168.205.0/24 is directly connected, Serial0/0
C 192.168.206.0/24 is directly connected, FastEthernet0/0
C 192.168.207.0/24 is directly connected, Serial0/1
jora1#
router 2
Router Con0 is now available
Press RETURN to get started!
Router>enable
Router#conf term
Enter configuration commands, one per line. End with CNTL/Z
Router(config)#hostname jora2
jora2(config)#interface serial 0/0
jora2(config-if)#ip address 192.168.205.2 255.255.255.0
jora2(config-if)#no shutdown
10:23:08 %LINK-3-UPDOWN: Interface Serial0/0, changed state to up
10:23:08 %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to up
jora2(config-if)#ex
jora2(config)#interface fastethernet 0/0
jora2(config-if)#ip address 192.168.204.1 255.255.255.0
jora2(config-if)#no shutdown
10:23:49 %LINK-3-UPDOWN: Interface Fastethernet0/0, changed state to up
10:23:49 %LINEPROTO-5-UPDOWN: Line protocol on Interface Fastethernet0/1, changed state to up
jora2(config-if)#ex
jora2(config)#ex
jora2#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
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default
U - per-user static route, o - ODR, P - periodic downloaded static route
T - traffic engineered route
Gateway of last resort is not set
C 192.168.204.0/24 is directly connected, FastEthernet0/0
C 192.168.205.0/24 is directly connected, Serial0/0
jora2#
Router 3
Router Con0 is now available
Press RETURN to get started!
Router>enable
Router#conf term
Enter configuration commands, one per line. End with CNTL/Z
Router(config)#hostname jora3
jora3(config)#interface serial 0/1
jora3(config-if)#ip address 192.168.207.2 255.255.255.0
jora3(config-if)#no shutdown
10:26:44 %LINK-3-UPDOWN: Interface Serial0/1, changed state to up
10:26:44 %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1, changed state to up
jora3(config-if)#ex
jora3(config)#interface fastethernet 0/0
jora3(config-if)#ip address 192.168.31.1 255.255.255.0
jora3(config-if)#no shutdown
10:27:32 %LINK-3-UPDOWN: Interface Fastethernet0/0, changed state to up
10:27:32 %LINEPROTO-5-UPDOWN: Line protocol on Interface Fastethernet0/0, changed state to up
jora3(config-if)#ex
jora3(config)#ex
jora3#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
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default
U - per-user static route, o - ODR, P - periodic downloaded static route
T - traffic engineered route
Gateway of last resort is not set
C 192.168.31.0/24 is directly connected, FastEthernet0/0
C 192.168.207.0/24 is directly connected, Serial0/1
jora3#
Configure ip route
Router1
jora1 Con0 is now available
Press RETURN to get started!
jora1>ena
jora1#conf term
Enter configuration commands, one per line. End with CNTL/Z
jora1(config)#ip route 192.168.204.0 255.255.255.0 192.168.205.2
jora1(config)#ip route 192.168.31.0 255.255.255.0 192.168.207.2
jora1(config)#ex
jora1#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
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default
U - per-user static route, o - ODR, P - periodic downloaded static route
T - traffic engineered route
Gateway of last resort is not set
S 192.168.204.0 [1/0] via 192.168.205.2
S 192.168.31.0 [1/0] via 192.168.207.2
C 192.168.206.0/24 is directly connected, FastEthernet0/0
C 192.168.205.0/24 is directly connected, Serial0/0
C 192.168.207.0/24 is directly connected, Serial0/1
jora1#
Router 2
jora2 Con0 is now available
Press RETURN to get started!
jora2>ena
jora2#conf ter
Enter configuration commands, one per line. End with CNTL/Z
jora2(config)#ip route 192.168.206.0 255.255.255.0 192.168.205.1
jora2(config)#ip route 192.168.31.0 255.255.255.0 192.168.205.1
jora2(config)#ex
jora2#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
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default
U - per-user static route, o - ODR, P - periodic downloaded static route
T - traffic engineered route
Gateway of last resort is not set
C 192.168.204.0/24 is directly connected, FastEthernet0/1
S 192.168.31.0 [1/0] via 192.168.205.1
C 192.168.205.0/24 is directly connected, Serial0/0
S 192.168.206.0 [1/0] via 192.168.205.1
jora2#
Router 3
jora3 Con0 is now available
Press RETURN to get started!
jora3>ena
jora3#conf ter
Enter configuration commands, one per line. End with CNTL/Z
jora3(config)#ip route 192.168.206.0 255.255.255.0 192.168.207.1
jora3(config)#ip route 192.168.204.0 255.255.255.0 192.168.207.1
jora3(config)#ex
jora3#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
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default
U - per-user static route, o - ODR, P - periodic downloaded static route
T - traffic engineered route
Gateway of last resort is not set
C 192.168.31.0/24 is directly connected, FastEthernet0/0
S 192.168.206.0 [1/0] via 192.168.207.1
S 192.168.204.0 [1/0] via 192.168.207.1
C 192.168.207.0/24 is directly connected, Serial0/1
jora3#
lalu klik 2x pc...ping pc 2 n 3 dari pc1...kalo dah reply artina qita dah berhasil..n kalo request time out cek lagi mgkin ada yg kurang
Kamis, 17 Januari 2008
PRAKTEK CCNA 2
Langganan:
Posting Komentar (Atom)
0 komentar:
Posting Komentar