Lab 3. IPv6 Routing – RIPnG




 Konfigurasi ipv6 address dasar pada setiap router terlebih dahulu.

R1:
R1(config)#ipv6 unicast-routing
R1(config)#int f0/0
R1(config-if)#ipv6 address 12::1/126
R1(config-if)#no shutdown
R1(config-if)#int lo0
R1(config-if)#ipv6 address 1::1/128

R2:
R2(config)#ipv6 unicast-routing
R2(config)#int f0/0
R2(config-if)#ipv6 address 12::2/126
R2(config-if)#no shutdown
R2(config-if)#int f0/1
R2(config-if)#ipv6 address 23::2/126
R2(config-if)#no shutdown
R2(config-if)#int lo0
R2(config-if)#ipv6 address 2::2/128

R3:
R3(config)#ipv6 unicast-routing
R3(config)#int f0/0
R3(config-if)#ipv6 address 23::3/126
R3(config-if)#no shutdown
R3(config-if)#int lo0
R3(config-if)#ipv6 address 3::3/128

Setelah itu kita konfigurasikan RIP pada masing-masing interface.

R1:
R1(config)#interface f0/0
R1(config-if)#ipv6 rip IDN enable
R1(config-if)#exit
R1(config)#!
R1(config)#interface lo0
R1(config-if)#ipv6 rip IDN enable
R1(config-if)#exit

R2:
R2(config)#interface f0/0
R2(config-if)#ipv6 rip IDN enable
R2(config-if)#exit
R2(config)#interface f0/1
R2(config-if)#ipv6 rip IDN enable
R2(config-if)#exit
R2(config)#interface lo0
R2(config-if)#ipv6 rip IDN enable
R2(config-if)#exit

R3:
R3(config)#interface f0/0
R3(config-if)#ipv6 rip IDN enable
R3(config-if)#exit
R3(config)#interface lo0
R3(config-if)#ipv6 rip IDN enable
R3(config-if)#exit

kita cek routing tablenya dulu, apakah sudah benar atau belum.

R1:
R1(config)#do sh ipv6 route rip
R     2::2/128 [120/2]
    via FE80::C802:7FF:FE3B:8, FastEthernet0/0
R     3::3/128 [120/3]
    via FE80::C802:7FF:FE3B:8, FastEthernet0/0
R     23::/126 [120/2]
    via FE80::C802:7FF:FE3B:8, FastEthernet0/0

Lakukan cek ping.

R1:
R1(config)#do ping 2::2
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/17/48 ms
R1(config)#do ping 3::3
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 = 28/34/40 ms

R1#sh ipv6 protocols
IPv6 Routing Protocol is "connected"
IPv6 Routing Protocol is "rip IDN"
    Interfaces:
       Loopback0
       FastEthernet0/0
    Redistribution:
       None

R1#sh ipv6 rip IDN
RIP process "IDN", port 521, multicast-group FF02::9, pid 261
    Administrative distance is 120. Maximum paths is 16
    Updates every 30 seconds, expire after 180
    Holddown lasts 0 seconds, garbage collect after 120
    Split horizon is on; poison reverse is off
    Default routes are not generated
    Periodic updates 26, trigger updates 4
  Interfaces:
    Loopback0
    FastEthernet0/0
  Redistribution:
    None

R1#debug ipv6 rip
RIP Routing Protocol debugging is on
R1#
*Jul 10 17:08:54.451: RIPng: Packet waiting
*Jul 10 17:08:54.451: RIPng: response received from FE80::C802:7FF:FE3B:8 on FastEthernet0/0 for IDN
*Jul 10 17:08:54.451:     src=FE80::C802:7FF:FE3B:8 (FastEthernet0/0)
*Jul 10 17:08:54.451:     dst=FF02::9
*Jul 10 17:08:54.451:     sport=521, dport=521, length=92
*Jul 10 17:08:54.451:     command=2, version=1, mbz=0, #rte=4
*Jul 10 17:08:54.451:     tag=0, metric=1, prefix=12::/126
*Jul 10 17:08:54.451:     tag=0, metric=1, prefix=23::/126
*Jul 10 17:08:54.451:     tag=0, metric=1, prefix=2::2/128
*Jul 10 17:08:54.451:     tag=0, metric=2, prefix=3::3/128

Komentar

Postingan populer dari blog ini

Automation, Backup Config With Paramiko

LAB 11. BGP Dual Homing – ISP sama