Changes between Version 2 and Version 3 of ipv6v6config


Ignore:
Timestamp:
May 14, 2017, 5:01:32 PM (7 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ipv6v6config

    v2 v3  
    100100
    101101=== Core Network Layer ===
    102 
    103102First Configure the !CampusCore with IPv6 addresses and then move in to FacACore and FacBCore.
    104103
     
    152151FacBCore#write
    153152}}}
    154 
    155153 - Finally Verify the connectivity
    156154    * Go to FacACore device
    157155    * Go to privileged mode and ping !CampusCore? and FacBCore
     156{{{
     157ping 2401:dd00:PQRT:2::FFFF
     158ping 2401:dd00:PQRT:2::B
     159}}}
     160 - You should get a positive reply with "!!"
     161
     162=== PC Auto Configuration ===
     163Log in to your Dept1PC and check its IP address by issuing '''ifconfig''' in console. You may notice that there is a new IPv6 address auto configured with the VLAN 10 prefix.
     164 - Try ping IPv6 gateway
     165{{{
     166ping6 2401:dd00:PQRT:A110::FFFF
     167}}}
     168 - you will get a positive result
     169
     170Check the same with Dept2PC. But now it should show an address from VLAN 20 prefix. Check connectivity by ping6 VLAN20 interface ipv6 address.
     171
     172=== Connecting LAN to the Router ===
     173Now you have done LAN interface configuration. Let's start routers Configuration.
     174 - Login to !BorderRt? Router and switch to config mode
     175 - Router's IP allocation is as follows. You can get your Router's IP address from here
     176||= Interface Name =||= IP Address =||
     177||Fast Ethernet 0/0 ||2401:dd00:PQRT::FFFF/64||
     178||Fast Ethernet 0/1 ||<Your Routers WAN IPv6>||
     179 -  Let's configure the LAN port (fa 0/0)
     180{{{
     181BorderRt(config)#interface fastEthernet 0/0
     182BorderRt(config-if)#ipv6 address 2401:dd00:PQRT::FFFE/64
     183BorderRt(config-if)#exit
     184}}}
     185 - Configure the WAN port (fa 0/1)
     186{{{
     187BorderRt(config)#interface fastEthernet 0/1
     188BorderRt(config-if)#ipv6 address 2401:dd00:6::XXXX/64
     189BorderRt(config-if)#exit
     190BorderRt(config)#ipv6 unicast-routing
     191BorderRt(config)#exit
     192BorderRt#write
     193}}}
     194 - You have successfully finished connecting !CampusCore? to the !BorderRt? router. Let's verify the connectivity using the ping command. 
     195{{{
     196
     197}}}