Difference between revisions of "Cisco IPv6: Dynamic Tunnel IPv6"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with "R1, enable configure terminal interface Ethernet 1/0 no shutdown ip address 12.12.12.1 255.255.255.0 exit interface Ethernet 1/1 no shutdown ip address 13.13.13.1...") |
Onnowpurbo (talk | contribs) |
||
Line 12: | Line 12: | ||
exit | exit | ||
+ | interface Ethernet 1/2 | ||
+ | no shutdown | ||
+ | ip address 14.14.14.1 255.255.255.0 | ||
+ | exit | ||
+ | |||
router ospf 1 | router ospf 1 | ||
network 12.12.12.0 0.0.0.255 area 0 | network 12.12.12.0 0.0.0.255 area 0 | ||
network 13.13.13.0 0.0.0.255 area 0 | network 13.13.13.0 0.0.0.255 area 0 | ||
+ | network 14.14.14.0 0.0.0.255 area 0 | ||
exit | exit | ||
Line 49: | Line 55: | ||
router ospf 1 | router ospf 1 | ||
network 13.13.13.0 0.0.0.255 area 0 | network 13.13.13.0 0.0.0.255 area 0 | ||
+ | exit | ||
+ | |||
+ | R4, | ||
+ | enable | ||
+ | configure terminal | ||
+ | interface Ethernet 1/0 | ||
+ | no shutdown | ||
+ | ip address 14.14.14.4 255.255.255.0 | ||
+ | exit | ||
+ | |||
+ | interface Ethernet 1/1 | ||
+ | no shutdown | ||
+ | ipv6 address 2001:7:8:9::1/64 | ||
+ | exit | ||
+ | |||
+ | router ospf 1 | ||
+ | network 14.14.14.0 0.0.0.255 area 0 | ||
exit | exit | ||
Line 63: | Line 86: | ||
interface tunnel0 | interface tunnel0 | ||
ipv6 address 2002:0d0d:0d03::3/64 | ipv6 address 2002:0d0d:0d03::3/64 | ||
+ | tunnel source Ethernet 1/0 | ||
+ | tunnel mode ipv6ip 6to4 | ||
+ | exit | ||
+ | |||
+ | R4, | ||
+ | interface tunnel0 | ||
+ | ipv6 address 2002:0e0e:0e04::4/64 | ||
tunnel source Ethernet 1/0 | tunnel source Ethernet 1/0 | ||
tunnel mode ipv6ip 6to4 | tunnel mode ipv6ip 6to4 | ||
Line 74: | Line 104: | ||
ipv6 route 2002::/16 tunnel 0 | ipv6 route 2002::/16 tunnel 0 | ||
ipv6 route 2001:4:5:6::/64 2002:0d0d:0d03::3 | ipv6 route 2001:4:5:6::/64 2002:0d0d:0d03::3 | ||
+ | ipv6 route 2001:7:8:9::/64 2002:0e0e:0e04::4 | ||
R3 | R3 | ||
Line 79: | Line 110: | ||
ipv6 route 2002::/16 tunnel 0 | ipv6 route 2002::/16 tunnel 0 | ||
ipv6 route 2001:1:2:3::/64 2002:0c0c:0c02::2 | ipv6 route 2001:1:2:3::/64 2002:0c0c:0c02::2 | ||
+ | ipv6 route 2001:7:8:9::/64 2002:0e0e:0e04::4 | ||
+ | |||
+ | R4, | ||
+ | ipv6 unicast-routing | ||
+ | ipv6 route 2002::/16 tunnel 0 | ||
+ | ipv6 route 2001:1:2:3::/64 2002:0c0c:0c02::2 | ||
+ | ipv6 route 2001:4:5:6::/64 2002:0d0d:0d03::3 | ||
+ | |||
+ | |||
Cek | Cek | ||
Line 86: | Line 126: | ||
do show ipv6 route | do show ipv6 route | ||
do ping 2001:4:5:6::1 | do ping 2001:4:5:6::1 | ||
+ | do ping 2001:7:8:9::1 | ||
R3 | R3 | ||
Line 91: | Line 132: | ||
do show ipv6 route | do show ipv6 route | ||
do ping 2001:1:2:3::1 | do ping 2001:1:2:3::1 | ||
+ | do ping 2001:7:8:9::1 | ||
+ | |||
+ | R4, | ||
+ | do show interface tunnel 0 | ||
+ | do show ipv6 route | ||
+ | do ping 2001:1:2:3::1 | ||
+ | do ping 2001:4:5:6::1 | ||
+ | do ping 2001:7:8:9::1 |
Revision as of 15:45, 28 December 2023
R1,
enable configure terminal interface Ethernet 1/0 no shutdown ip address 12.12.12.1 255.255.255.0 exit interface Ethernet 1/1 no shutdown ip address 13.13.13.1 255.255.255.0 exit interface Ethernet 1/2 no shutdown ip address 14.14.14.1 255.255.255.0 exit
router ospf 1 network 12.12.12.0 0.0.0.255 area 0 network 13.13.13.0 0.0.0.255 area 0 network 14.14.14.0 0.0.0.255 area 0 exit
R2,
enable configure terminal interface Ethernet 1/0 no shutdown ip address 12.12.12.2 255.255.255.0 exit interface Ethernet 1/1 no shutdown ipv6 address 2001:1:2:3::1/64 exit router ospf 1 network 12.12.12.0 0.0.0.255 area 0 exit
R3,
enable configure terminal interface Ethernet 1/0 no shutdown ip address 13.13.13.3 255.255.255.0 exit interface Ethernet 1/1 no shutdown ipv6 address 2001:4:5:6::1/64 exit router ospf 1 network 13.13.13.0 0.0.0.255 area 0 exit
R4,
enable configure terminal interface Ethernet 1/0 no shutdown ip address 14.14.14.4 255.255.255.0 exit interface Ethernet 1/1 no shutdown ipv6 address 2001:7:8:9::1/64 exit router ospf 1 network 14.14.14.0 0.0.0.255 area 0 exit
Selanjutnya kita konfigurasikan 6to4 tunnel pada R2 dan R3
R2,
interface tunnel 0 ipv6 address 2002:0c0c:0c02::2/64 tunnel source Ethernet 1/0 tunnel mode ipv6ip 6to4 exit
R3,
interface tunnel0 ipv6 address 2002:0d0d:0d03::3/64 tunnel source Ethernet 1/0 tunnel mode ipv6ip 6to4 exit
R4,
interface tunnel0 ipv6 address 2002:0e0e:0e04::4/64 tunnel source Ethernet 1/0 tunnel mode ipv6ip 6to4 exit
Set routing
R2,
ipv6 unicast-routing ipv6 route 2002::/16 tunnel 0 ipv6 route 2001:4:5:6::/64 2002:0d0d:0d03::3 ipv6 route 2001:7:8:9::/64 2002:0e0e:0e04::4
R3
ipv6 unicast-routing ipv6 route 2002::/16 tunnel 0 ipv6 route 2001:1:2:3::/64 2002:0c0c:0c02::2 ipv6 route 2001:7:8:9::/64 2002:0e0e:0e04::4
R4,
ipv6 unicast-routing ipv6 route 2002::/16 tunnel 0 ipv6 route 2001:1:2:3::/64 2002:0c0c:0c02::2 ipv6 route 2001:4:5:6::/64 2002:0d0d:0d03::3
Cek
R2
do show interface tunnel 0 do show ipv6 route do ping 2001:4:5:6::1 do ping 2001:7:8:9::1
R3
do show interface tunnel 0 do show ipv6 route do ping 2001:1:2:3::1 do ping 2001:7:8:9::1
R4,
do show interface tunnel 0 do show ipv6 route do ping 2001:1:2:3::1 do ping 2001:4:5:6::1 do ping 2001:7:8:9::1