Net330 IPv6 Setup - ConnorEast/Tech-Journal GitHub Wiki
2620:E4:C000::/64 assigned prefix to Champlain College
2001:1890:139D::/64 assigned prefix to Middlebury College
1800:2200:185::/64 is the network used by the ISP, VTEL
CLI section | Command Used | Reason |
---|---|---|
(config)# | ipv6 general-prefix [Insert-Prefix-Name] 2620:E4:C000::/64 | This sets an internal ip space on the router "2620:E4:C000::/64"and allows for further IPv6 functionality. |
(config)# | int fa0/0 | Goes to the fa0/0 port for configuration |
(config-if)# | ipv6 address 2620:E4:C000::1/64 | Sets the ports IPv6 address to that of the champlains assigned prefix with a one at the end. |
(config) | ipv6 unicast-routing | This allows for the device to begin creating an IPv6 table for forwarding |
(config)# | int fa0/0 | go to the fa0/0 port |
(config-if)# | ipv6 rip process1 enable | enables ipv6 routing through the port interfaces IE: fa0/0-0/1 |
CLI section | Command Used | Reason |
---|---|---|
(config)# | ipv6 general-prefix [Insert-Prefix-Name] 2001:1890:139D::/64 | This sets an internal ip space on the router "2001:1890:139D::/64" and allows for further IPv6 functionality. |
(config)# | int fa0/0 | Goes to the fa0/0 port for configuration |
(config-if)# | ipv6 address 2001:1890:139D::1/64 | Sets the ports IPv6 address to that of the Middlebury colleges assigned prefix with a one at the end. |
(config) | ipv6 unicast-routing | This allows for the device to begin creating an IPv6 table for forwarding |
(config)# | int fa0/0 | go to the fa0/0 port |
(config-if)# | ipv6 rip process1 enable | enables ipv6 routing through the port interfaces IE: fa0/0-0/1 |
CLI section | Command Used | Reason |
---|---|---|
(config)# | ||