In Part 1, you will set up the network topology and configure basic settings and interface addressing on routers.
Attach the devices as shown in the topology diagram, and cable as necessary.
a. Console into each device, enter global configuration mode, and apply the basic settings. The startup configurations for each device are provided below.
Router R1
|
hostname R1 no ip domain lookup ipv6 unicast-routing banner motd # R1, Implement EIGRP for IPv6 # line con 0 exec-timeout 0 0 logging synchronous exit line vty 0 4 privilege level 15 exec-timeout 0 0 password cisco123 login exit interface g0/1 ipv6 address 2001:db8:cafe:1::1/64 ipv6 address fe80::1:1 link-local no shutdown exit interface g0/0 no ip address no shutdown exit interface g0/0.1 description VLAN 1 Interface encapsulation dot1q 1 ipv6 address fe80::1:2 link-local ipv6 address 2001:db8:acad:1::1/64 no shutdown exit interface g0/0.2 description VLAN 2 Interface encapsulation dot1q 2 ipv6 address fe80::1:3 link-local ipv6 address 2001:db8:acad:2::1/64 no shutdown exit end |
Router R2
|
hostname R2 no ip domain lookup ipv6 unicast-routing banner motd # R2, Implement EIGRP for IPv6 # line con 0 exec-timeout 0 0 logging synchronous exit line vty 0 4 privilege level 15 exec-timeout 0 0 password cisco123 login exit interface g0/1 ipv6 address fe80::2:1 link-local ipv6 address 2001:db8:cafe:1::2/64 no shutdown exit interface g0/2 ipv6 address fe80::2:2 link-local ipv6 address 2001:db8:cafe:2::2/64 no shutdown exit interface loopback 0 description Internet host ipv6 address fe80::2:3 link-local ipv6 address 2001:db8:ff:999::153/64 no shutdown exit interface loopback 1 ipv6 address fe80::2:4 link-local ipv6 address 2001:db8:cede::1/64 no shutdown exit interface loopback 2 ipv6 address fe80::2:5 link-local ipv6 address 2001:db8:cede:1::1/64 no shutdown exit end |
Router R3
|
hostname R3 no ip domain lookup ipv6 unicast-routing banner motd # R3, Implement EIGRP for IPv6 # line con 0 exec-timeout 0 0 logging synchronous exit line vty 0 4 privilege level 15 exec-timeout 0 0 password cisco123 login exit interface g0/2 ipv6 address fe80::3:1 link-local ipv6 address 2001:db8:cafe:2::1/64 no shutdown exit interface g0/0 ipv6 address fe80::3:2 link-local ipv6 address 2001:db8:acad:3::1/64 no shutdown exit interface loopback 1 ipv6 address fe80::3:3 link-local ipv6 address 2001:db8:abcd:8::1/64 no shutdown interface loopback 2 ipv6 address fe80::3:4 link-local ipv6 address 2001:db8:abcd:9::1/64 no shutdown interface loopback 3 ipv6 address fe80::3:5 link-local ipv6 address 2001:db8:abcd:10::1/64 no shutdown interface loopback 4 ipv6 address fe80::3:6 link-local ipv6 address 2001:db8:abcd:11::1/64 no shutdown interface loopback 5 ipv6 address fe80::3:7 link-local ipv6 address 2001:db8:abcd:12::1/64 no shutdown end |
Router D1
|
hostname D1 no ip domain lookup banner motd # D1, Implement EIGRP for IPv6 # line con 0 exec-timeout 0 0 logging synchronous line vty 0 4 privilege level 15 exec-timeout 0 0 password cisco123 login vlan 2 name HOST-VLAN interface range g0/3, g1/1 – 3 switchport mode access shutdown interface range g0/0, g0/1 switchport mode trunk no shutdown exit interface g0/2 switchport mode access switchport access vlan 2 spanning-tree portfast no shutdown exit end |
Router D2
|
hostname D2 no ip domain lookup ipv6 unicast-routing banner motd # D2, Implement EIGRP for IPv6 # line con 0 exec-timeout 0 0 logging synchronous exit line vty 0 4 privilege level 15 exec-timeout 0 0 password cisco123 login exit interface range gig0/2-3, gig1/0-3 shutdown exit interface g0/1 no switchport ipv6 address fe80::d1:1 link-local ipv6 address 2001:Db8:acad:1::2/64 no shutdown exit interface g0/0 no switchport ipv6 address fe80::d1:2 link-local ipv6 address 2001:db8:acad:3::2/64 no shutdown exit end |
a. Set the clock on each device to UTC time.
b. Save the running configuration to startup-config.
c. Verify that PC1 generates an IPv6 address.
d. Verify that PC1 can ping its default gateway at fe80::1:3.