| 4 | |
| 5 | You 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 |
| 8 | VLAN |
| 9 | }}} |
| 10 | {{{#!th |
| 11 | VLAN Name |
| 12 | }}} |
| 13 | {{{#!th |
| 14 | Device Name |
| 15 | }}} |
| 16 | {{{#!th |
| 17 | VLAN Interface IP |
| 18 | }}} |
| 19 | |---------------- |
| 20 | {{{#!td rowspan=3 align=justify |
| 21 | 2 |
| 22 | }}} |
| 23 | {{{#!td rowspan=3 align=justify |
| 24 | Core |
| 25 | }}} |
| 26 | {{{#!td |
| 27 | !CampusCore |
| 28 | }}} |
| 29 | {{{#!td |
| 30 | 2401:dd00:PQRT:2::FFFF/64 |
| 31 | }}} |
| 32 | |--------------- |
| 33 | {{{#!td |
| 34 | FacACore |
| 35 | }}} |
| 36 | {{{#!td |
| 37 | 2401:dd00:PQRT:2::A/64 |
| 38 | }}} |
| 39 | |---------------- |
| 40 | {{{#!td |
| 41 | FacBCore |
| 42 | }}} |
| 43 | {{{#!td |
| 44 | 2401:dd00:PQRT:2::B/64 |
| 45 | }}} |
| 46 | |---------------- |
| 47 | {{{#!td rowspan=2 align=justify |
| 48 | 10 |
| 49 | }}} |
| 50 | {{{#!td rowspan=2 align=justify |
| 51 | FacA |
| 52 | }}} |
| 53 | {{{#!td |
| 54 | FacACore |
| 55 | }}} |
| 56 | {{{#!td |
| 57 | 2401:dd00:PQRT:A110::FFFF/64 |
| 58 | }}} |
| 59 | |--------------- |
| 60 | {{{#!td |
| 61 | Dept1PC |
| 62 | }}} |
| 63 | {{{#!td |
| 64 | no interface IP |
| 65 | }}} |
| 66 | |---------------- |
| 67 | {{{#!td rowspan=2 align=justify |
| 68 | 20 |
| 69 | }}} |
| 70 | {{{#!td rowspan=2 align=justify |
| 71 | FacB |
| 72 | }}} |
| 73 | {{{#!td |
| 74 | FacBCore |
| 75 | }}} |
| 76 | {{{#!td |
| 77 | 2401:dd00:PQRT:B220::FFFF/64 |
| 78 | }}} |
| 79 | |--------------- |
| 80 | {{{#!td |
| 81 | Dept2PC |
| 82 | }}} |
| 83 | {{{#!td |
| 84 | no interface IP |
| 85 | }}} |
| 86 | |---------------- |
| 87 | {{{#!td align=justify |
| 88 | 255 |
| 89 | }}} |
| 90 | {{{#!td align=justify |
| 91 | Router !Connection/Public IP |
| 92 | }}} |
| 93 | {{{#!td |
| 94 | !CampusCore |
| 95 | }}} |
| 96 | {{{#!td |
| 97 | 2401:dd00:PQRT::FFFE/64 |
| 98 | }}} |
| 99 | |--------------- |
| 100 | |
| 101 | === Core Network Layer === |
| 102 | |
| 103 | First 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 | {{{ |
| 110 | CampusCore(config)#interface vlan 2 |
| 111 | CampusCore(config-if)# ipv6 address 2401:dd00:PQRT:2::FFFF/64 |
| 112 | CampusCore(config-if)# exit |
| 113 | CampusCore(config)#interface vlan 255 |
| 114 | CampusCore(config-if)# ipv6 address 2401:dd00:PQRT::FFFE/64 |
| 115 | CampusCore(config-if)# exit |
| 116 | }}} |
| 117 | - Next we have to configure unicast routing in the Switch |
| 118 | {{{ |
| 119 | CampusCore(config)#ipv6 unicast-routing |
| 120 | }}} |
| 121 | - Make sure you '''save''' the configurations to start-up |
| 122 | |
| 123 | Then 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 | {{{ |
| 130 | FacACore(config)#interface vlan 2 |
| 131 | FacACore(config-if)#ipv6 address 2401:dd00:PQRT:2::A/64 |
| 132 | FacACore(config-if)#exit |
| 133 | FacACore(config)#interface vlan 10 |
| 134 | FacACore(config-if)#ipv6 address 2401:dd00:PQRT:A110::FFFF/64 |
| 135 | FacACore(config-if)#exit |
| 136 | FacACore(config)#ipv6 unicast-routing |
| 137 | FacACore(config)#exit |
| 138 | FacACore#write |
| 139 | }}} |
| 140 | |
| 141 | ==== FacBCore ==== |
| 142 | - Repeat same to configure FacBCore |
| 143 | {{{ |
| 144 | FacBCore(config)#interface vlan 2 |
| 145 | FacBCore(config-if)#ipv6 address 2401:dd00:PQRT:2::B/64 |
| 146 | FacBCore(config-if)#exit |
| 147 | FacBCore(config)#interface vlan 20 |
| 148 | FacBCore(config-if)#ipv6 address 2401:dd00:PQRT:B220::FFFF/64 |
| 149 | FacBCore(config-if)#exit |
| 150 | FacBCore(config)#ipv6 unicast-routing |
| 151 | FacBCore(config)#exit |
| 152 | FacBCore#write |
| 153 | }}} |
| 154 | |
| 155 | - Finally Verify the connectivity |
| 156 | * Go to FacACore device |
| 157 | * Go to privileged mode and ping !CampusCore? and FacBCore |