Cisco Network Configuration: IPv6, OSPF, and HSRP Setup
Part 1: Network Infrastructure and Addressing
Task 1: IPv6 Interface Configuration
Router A1
enable
configure terminal
ipv6 unicast-routing
interface g0/0
ipv6 address 2001:1:1:1::2/64
no shutdown
interface s0/0/0
ipv6 address 2001:c1c0:34:11::1/64
no shutdown
clock rate 2000000
interface s0/0/1
ipv6 address 2001:c1c0:34:12::1/64
no shutdown
clock rate 2000000
Router A2
enable
configure terminal
ipv6 unicast-routing
interface g0/0
ipv6 address 2001:c1c0:34:1::1/64
no shutdown
interface s0/0/0
ipv6 address 2001:c1c0:34:11::2/64
no shutdown
interface s0/0/1
ipv6 address 2001:c1c0:34:13::1/64
no shutdown
clock rate 2000000
Router A3
enable
configure terminal
ipv6 unicast-routing
interface g0/0
ipv6 address 2001:c1c0:34:2::1/64
no shutdown
interface s0/0/0
ipv6 address 2001:c1c0:34:12::2/64
no shutdown
interface s0/0/1
ipv6 address 2001:c1c0:34:13::2/64
no shutdown
PC A2 Configuration
- Desktop > IP Configuration
- IPv6 Address: 2001:c1c0:34:2::2/64
- Default Gateway: 2001:c1c0:34:2::1
- DNS Server: 2001:1:1:2::2
IPv4 Interface Configuration
Router B1
enable
configure terminal
interface g0/0
ip address 201.1.1.254 255.255.255.0
no shutdown
interface s0/0/0
ip address 192.168.1.1 255.255.255.0
no shutdown
clock rate 2000000
interface s0/0/1
ip address 192.168.2.1 255.255.255.0
no shutdown
clock rate 2000000
Router B2
enable
configure terminal
interface g0/0
ip address 172.17.1.1 255.255.255.0
no shutdown
interface s0/0/0
ip address 192.168.3.2 255.255.255.0
no shutdown
interface s0/0/1
ip address 192.168.2.2 255.255.255.0
no shutdown
Router B3
enable
configure terminal
interface g0/0
ip address 172.16.1.1 255.255.255.0
no shutdown
interface g0/1
ip address 172.16.2.1 255.255.255.0
no shutdown
interface s0/0/0
ip address 192.168.1.2 255.255.255.0
no shutdown
interface s0/0/1
ip address 192.168.3.1 255.255.255.0
no shutdown
clock rate 2000000
Router B4
enable
configure terminal
interface g0/0
ip address 172.16.1.2 255.255.255.0
no shutdown
interface g0/1
ip address 172.16.10.253 255.255.255.0
no shutdown
Router B5
enable
configure terminal
interface g0/0
ip address 172.16.2.2 255.255.255.0
no shutdown
interface g0/1
ip address 172.16.10.254 255.255.255.0
no shutdown
Router B6
enable
configure terminal
interface g0/0
ip address 172.17.1.2 255.255.255.0
no shutdown
interface g0/1
ip address 172.17.2.1 255.255.255.0
no shutdown
PC IPv4 Configurations
- PC B1: IP 172.16.10.2, Mask 255.255.255.0, GW 172.16.10.253, DNS 200.1.1.2
- PC B2: IP 172.16.10.3, Mask 255.255.255.0, GW 172.16.10.253, DNS 200.1.1.2
- PC B3: IP 172.17.2.2, Mask 255.255.255.0, GW 172.17.2.1, DNS 200.1.1.2
- PC B4: IP 172.17.2.3, Mask 255.255.255.0, GW 172.17.2.1, DNS 200.1.1.2
Task 2: EtherChannel Configuration
Switch SB1
enable
configure terminal
interface range f0/21-24
shutdown
channel-group 1 mode active
interface port-channel 1
switchport mode trunk
interface range f0/21-24
no shutdown
Switch SB2
enable
configure terminal
interface range f0/21-24
shutdown
channel-group 1 mode passive
interface port-channel 1
switchport mode trunk
interface range f0/21-24
no shutdown
Task 3: HSRP Redundancy Configuration
Router B4
interface g0/1
standby version 2
standby 1 ip 172.16.10.1
standby 1 priority 130
standby 1 preempt
Router B5
interface g0/1
standby version 2
standby 1 ip 172.16.10.1
standby 1 priority 110
PC B1 & PC B2 Gateway Update
Update Default Gateway to: 172.16.10.1
Task 4: Multi-Area OSPF Configuration
Router B1
exit
ip route 0.0.0.0 0.0.0.0 g0/0
router ospf 10
router-id 11.11.11.11
network 192.168.1.0 0.0.0.255 area 0
network 192.168.2.0 0.0.0.255 area 0
default-information originate
Router B2
exit
router ospf 10
router-id 22.22.22.22
network 172.17.0.0 0.0.255.255 area 20
network 192.168.3.0 0.0.0.255 area 0
network 192.168.2.0 0.0.0.255 area 0
Router B3
exit
router ospf 10
router-id 33.33.33.33
network 172.16.0.0 0.0.255.255 area 10
network 192.168.1.0 0.0.0.255 area 0
network 192.168.3.0 0.0.0.255 area 0
Router B4
exit
router ospf 10
router-id 44.44.44.44
network 172.16.0.0 0.0.255.255 area 10
passive-interface g0/1
Router B5
exit
router ospf 10
router-id 55.55.55.55
network 172.16.0.0 0.0.255.255 area 10
passive-interface g0/1
Router B6
exit
router ospf 10
router-id 66.66.66.66
network 172.17.0.0 0.0.255.255 area 20
passive-interface g0/1
Part 2: Advanced IPv6 Routing
Task 2: EIGRP for IPv6 Configuration
Router A1
ipv6 router eigrp 10
eigrp router-id 1.1.1.1
no shutdown
interface s0/0/0
ipv6 eigrp 10
interface s0/0/1
ipv6 eigrp 10
exit
ipv6 route ::/0 g0/0 2001:1:1:1::1
ipv6 router eigrp 10
redistribute static
Router A2
ipv6 router eigrp 10
eigrp router-id 2.2.2.2
no shutdown
interface s0/0/0
ipv6 eigrp 10
interface s0/0/1
ipv6 eigrp 10
interface g0/0
ipv6 eigrp 10
Router A3
ipv6 router eigrp 10
eigrp router-id 3.3.3.3
no shutdown
interface s0/0/0
ipv6 eigrp 10
interface s0/0/1
ipv6 eigrp 10
interface g0/0
ipv6 eigrp 10
PC A1 Configuration
- Desktop > IP Configuration
- IPv6 Configuration: Automatic
