ipv6 Lab 6 : IPV6 Routing EIGRP IPv6 Dasar Konfig
LAB 6
Topologi yang digunakan masih sama dengan Lab sebelumnya, Hapus terlebih dahulu konfigurasi OSPF sebelumnya pada semua router.
R1, R2, R3
R1(config)#no ipv6 router ospf 10
R2(config)#no ipv6 router ospf 10
R3(config)#no ipv6 router ospf 10
R1
R1(config)#ipv6 router eigrp 10R1(config-rtr)#router-id 1.1.1.1
R1(config-rtr)#no shutdown--→ mengaktifkan routing eigrp
R1(config)#interface f0/0
R1(config-if)#ipv6 eigrp 10
R1(config-if)#interface lo0
R1(config-if)#ipv6 eigrp 10
R1(config-if)#exit
R1(config)# *Des 07 19:03:46.779: %DUAL-5-NBRCHANGE: IPv6-EIGRP(0) 10:
NeighborFE80::C802:7FF:FE3B:8 (FastEthernet0/0) is up: new adjacency
R2(config)#ipv6 router eigrp 10 R2
R2(config-rtr)#router-id 2.2.2.2
R2(config-rtr)#no shutdown
R2(config-rtr)#exit
R2(config)#interface f0/0
R2(config-if)#ipv6 eigrp 10
R2(config-if)#exit
R2(config)# *Des 07 19:03:46.803: %DUAL-5-NBRCHANGE: IPv6-EIGRP(0) 10:
Neighbor FE80::C801:7FF:FE2C:8 (FastEthernet0/0) is up: new adjacency
R2(config)#interface f0/1
R2(config-if)#ipv6 eigrp 10
R2(config-if)#interface lo0
R2(config-if)#ipv6 eigrp 10
R2(config-if)#exit
R3(config)#ipv6 router eigrp 10 R3
R3(config-rtr)#router-id 3.3.3.3
R3(config-rtr)#no shutdown
R3(config-rtr)#exit
R3(config)#interface f0/0
R3(config-if)#ipv6 eigrp 10
R3(config-if)#interface lo0
R3(config-if)#ipv6 eigrp 10
R3(config-if)#exit
Cek Routing Table
R1
D 2::2/128 [90/156160]
via FE80::C802:7FF:FE3B:8, FastEthernet0/0
D 3::3/128 [90/158720]
via FE80::C802:7FF:FE3B:8, FastEthernet0/0
D 23::/126 [90/30720]
via FE80::C802:7FF:FE3B:8, FastEthernet0/0
R1(config)#do ping 2::2 Lakukan tes ping
R1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2::2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 8/12/20 ms
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 3::3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 36/39/48 ms
Comments
Post a Comment