| 156 | {{{ |
| 157 | ping 2401:dd00:PQRT:2::FFFF |
| 158 | ping 2401:dd00:PQRT:2::B |
| 159 | }}} |
| 160 | - You should get a positive reply with "!!" |
| 161 | |
| 162 | === PC Auto Configuration === |
| 163 | Log 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 | {{{ |
| 166 | ping6 2401:dd00:PQRT:A110::FFFF |
| 167 | }}} |
| 168 | - you will get a positive result |
| 169 | |
| 170 | Check 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 === |
| 173 | Now 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 | {{{ |
| 181 | BorderRt(config)#interface fastEthernet 0/0 |
| 182 | BorderRt(config-if)#ipv6 address 2401:dd00:PQRT::FFFE/64 |
| 183 | BorderRt(config-if)#exit |
| 184 | }}} |
| 185 | - Configure the WAN port (fa 0/1) |
| 186 | {{{ |
| 187 | BorderRt(config)#interface fastEthernet 0/1 |
| 188 | BorderRt(config-if)#ipv6 address 2401:dd00:6::XXXX/64 |
| 189 | BorderRt(config-if)#exit |
| 190 | BorderRt(config)#ipv6 unicast-routing |
| 191 | BorderRt(config)#exit |
| 192 | BorderRt#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 | }}} |