IPv6 and Manual Tunnel Configuration


IPv6  and Manual Tunnel Configuration 6to4

Manual Tunnel Configuration

IPv6 over GRE Tunnel Configuration

6to4 Configuration

6to4 Relay Configuration

Reference:
การทำ tunnel ระหว่าง ipv4 to ipv6

1. manual tunnel
       ipv6 over gre
2.Tunnel broker
3.automatic tunnels
      6 to 4
      6 rd
      isatap

+++

manual tunnel

example
   r1 
 interface tunnel 100
 ipv6 address 201:300::1/64
 no ipv6 nd ra suppress
 tunnel source 200.15.15.1            ## wan interface
 tunnel destination 200.13.13.1
 tunnel mode ipv6 ip
    
   r2
 interface tunnel 100
 ipv6 address 201:300::2/64
 no ipv6 nd ra suppress
 tunnel source 200.13.13.1             ## wan interface
 tunnel destination 200.15.15.1
 tunnel mode ipv6 ip

+++

ipv6 over gre

example
   r1
 interface tunnel 2002
 ipv6 address 201:300::1/64
 tunnel source e0/0
 tunnel destination 200.13.13.1
 tunnel mode gre ip
 ipv6 router isis

   r2
 interface tunnel 100
 ipv6 address 201:300::2/64
 tunnel source e0/0
 tunnel destination 200.15.15.1
 tunnel mode gre ip
 ipv6 router isis

+++

6 to 4

  r1
 inteface tunnel 2002
 ipv6 address 2002:c80f:0f01::1/128     ## มาจาก การแปลงเลข ipv4 เป็น ipv6 _______
 tunnel source e0/0 |
 tunnel mode ipv6ip 6to4 |
|
 inter e0/0 |
 ip address 200.15.15.1 255.255.255.0 ______________ |

 inter e1/0
 ipv6 addess 2002:c80f:0f01:100::2/64

 ipv6 route 2002::/16 tunnel 2002

  r2
 inteface tunnel 2002
 ipv6 address 2002:c80f:0b01::1/128    ## มาจาก การแปลงเลข ipv4 เป็น ipv6 
 tunnel source e0/0
 tunnel mode ipv6ip 6to4

 inter e0/0
 ip address 200.11.11.1 255.255.255.0

 inter e1/0
 ipv6 addess 2002:c80f:0b01:100::2/64

 ipv6 route 2002::/16 tunnel 2002

+++

____________________________________________________________________________
ipv6

การ Run ipv6
ต้องใส่คำสั่ง 

router(config)# ipv6 unicast-routing

การทำ statis router

router(config)#ipv6 route 3ffe:4016:2::/48 3ffe:4016:ffff::1


default route ipv6 

router(config)#ipv6 route ::/0 3ffe:4016:ffff::2

++++++++++++++++++++++++++++

ospf ipv6

router(config)#ipv6 router ospf [process-id]
router(config-router)#router-id X.X.X.X         ## ไม่ต้องใส่ก็ได้ถ้ามี ipv4 ประจำตัว

router(config-if)# ipv6 ospf [process-id] area [Z]

**************** ไม่ต้องประกาศ network แต่ที่ขา interface ต้องมี ipv6 address กำหนดไว้

+++++++++++++++++++++++++++

isis ipv6

router(config)#router isis [process-name]
router(config-router)#net [area address]
router(config-if)#ipv6 router isis [process-name]


+++++++++++++++++++++++++++





Comments

Popular posts from this blog

รู้จักกับ Breakpoints ใน Responsive Web Design

IS-IS & OSPF

RIP Routing Information Protocol