Changes between Version 1 and Version 2 of ipv6v6config


Ignore:
Timestamp:
May 14, 2017, 4:50:02 PM (7 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ipv6v6config

    v1 v2  
    22
    33As our network is working well in IPv4 mode lets enable dual stack. This is very easy as its only configuring the interface IP addresses and IPv6 routing.
     4
     5You can refer the following [=#point1 table] for assign Interface IPv6 addresses. In the following IPv6 addresses replace the '''PQRT''' segment with the IPv6 block assign to you. You can find your IP block from here.
     6
     7{{{#!th
     8VLAN
     9}}}
     10{{{#!th
     11VLAN Name
     12}}}
     13{{{#!th
     14Device Name
     15}}}
     16{{{#!th
     17VLAN Interface IP
     18}}}
     19|----------------
     20{{{#!td rowspan=3 align=justify
     212
     22}}}
     23{{{#!td rowspan=3 align=justify
     24Core
     25}}}
     26{{{#!td
     27!CampusCore
     28}}}
     29{{{#!td
     302401:dd00:PQRT:2::FFFF/64
     31}}}
     32|---------------
     33{{{#!td
     34FacACore
     35}}}
     36{{{#!td
     372401:dd00:PQRT:2::A/64
     38}}}
     39|----------------
     40{{{#!td
     41FacBCore
     42}}}
     43{{{#!td
     442401:dd00:PQRT:2::B/64
     45}}}
     46|----------------
     47{{{#!td rowspan=2 align=justify
     4810
     49}}}
     50{{{#!td rowspan=2 align=justify
     51FacA
     52}}}
     53{{{#!td
     54FacACore
     55}}}
     56{{{#!td
     572401:dd00:PQRT:A110::FFFF/64
     58}}}
     59|---------------
     60{{{#!td
     61Dept1PC
     62}}}
     63{{{#!td
     64no interface IP
     65}}}
     66|----------------
     67{{{#!td rowspan=2 align=justify
     6820
     69}}}
     70{{{#!td rowspan=2 align=justify
     71FacB
     72}}}
     73{{{#!td
     74FacBCore
     75}}}
     76{{{#!td
     772401:dd00:PQRT:B220::FFFF/64
     78}}}
     79|---------------
     80{{{#!td
     81Dept2PC
     82}}}
     83{{{#!td
     84no interface IP
     85}}}
     86|----------------
     87{{{#!td align=justify
     88255
     89}}}
     90{{{#!td align=justify
     91Router !Connection/Public IP
     92}}}
     93{{{#!td
     94!CampusCore
     95}}}
     96{{{#!td
     972401:dd00:PQRT::FFFE/64
     98}}}
     99|---------------
     100
     101=== Core Network Layer ===
     102
     103First Configure the !CampusCore with IPv6 addresses and then move in to FacACore and FacBCore.
     104
     105==== !CampusCore ====
     106 - Login to CampusCore? device. Give your console port password (class password)
     107 - Go to config mode from user mode. Give your enable password (class password)
     108 - Assign the IPv6 Address to the VLAN interface
     109{{{
     110CampusCore(config)#interface vlan 2
     111CampusCore(config-if)# ipv6 address 2401:dd00:PQRT:2::FFFF/64
     112CampusCore(config-if)# exit
     113CampusCore(config)#interface vlan 255
     114CampusCore(config-if)# ipv6 address 2401:dd00:PQRT::FFFE/64
     115CampusCore(config-if)# exit
     116}}}
     117 - Next we have to configure unicast routing in the Switch
     118{{{
     119CampusCore(config)#ipv6 unicast-routing
     120}}}
     121 - Make sure you '''save''' the configurations to start-up
     122
     123Then we will configure FacACore with it's IPv6 Addresses
     124
     125==== FacACore ====
     126 - Login to FacACore device. Give your console port password (class password)
     127 - Go to config mode from user mode. Give your enable password (class password)
     128 - Assign the IP Address to the VLAN interface and enable unicast routing
     129{{{
     130FacACore(config)#interface vlan 2
     131FacACore(config-if)#ipv6 address 2401:dd00:PQRT:2::A/64
     132FacACore(config-if)#exit
     133FacACore(config)#interface vlan 10
     134FacACore(config-if)#ipv6 address 2401:dd00:PQRT:A110::FFFF/64
     135FacACore(config-if)#exit
     136FacACore(config)#ipv6 unicast-routing
     137FacACore(config)#exit
     138FacACore#write
     139}}}
     140
     141==== FacBCore ====
     142 - Repeat same to configure FacBCore
     143{{{
     144FacBCore(config)#interface vlan 2
     145FacBCore(config-if)#ipv6 address 2401:dd00:PQRT:2::B/64
     146FacBCore(config-if)#exit
     147FacBCore(config)#interface vlan 20
     148FacBCore(config-if)#ipv6 address 2401:dd00:PQRT:B220::FFFF/64
     149FacBCore(config-if)#exit
     150FacBCore(config)#ipv6 unicast-routing
     151FacBCore(config)#exit
     152FacBCore#write
     153}}}
     154
     155 - Finally Verify the connectivity
     156    * Go to FacACore device
     157    * Go to privileged mode and ping !CampusCore? and FacBCore