CCNPv7 All Router Configuration
CCNPv7 All Router Configuration
CCNPv7 All Router Configuration
enable
conf t
no ip domain-lookup
line con 0
logging synchronous
exec-timeout 0 0
exit
hostname R1
interface s0/0/0
ip address 192.168.9.1 255.255.255.252
ipv6 address 2001:db8:acad:90::1/64
ipv6 address fe80::1 link-local
bandwidth 128
clock rate 64000
no shut
exit
interface g0/0
ip address 192.168.110.1 255.255.255.0
ipv6 address 2001:db8:acad:110::1/64
no shutdown
exit
ipv6 unicast-routing
-------------- R2 --------------
enable
conf t
no ip domain-lookup
line con 0
logging synchronous
exec-timeout 0 0
exit
hostname R2
interface s0/0/0
ip address 192.168.9.2 255.255.255.252
ipv6 address 2001:db8:acad:90::2/64
ipv6 address fe80::2 link-local
bandwidth 128
no shutdown
exit
interface s0/0/1
ip address 192.168.9.5 255.255.255.252
ipv6 address 2001:db8:acad:91::1/64
ipv6 address fe80::2 link-local
bandwidth 128
clock rate 64000
no shutdown
exit
interface g0/0
ip address 192.168.2.1 255.255.255.0
ipv6 address 2001:db8:acad:b::1/64
no shutdown
exit
ipv6 unicast-routing
router ospfv3 1
address-family ipv4 unicast
redistribute eigrp 101 metric 100 metric-type 1
router-id 2.2.2.2
area 1 stub no-summary
exit-address-family
address-family ipv6 unicast
redistribute eigrp 101 metric 100 metric-type 1 include-connected
router-id 2.2.2.2
area 1 stub no-summary
exit
exit
interface g0/0
ospf 1 ipv4 area 1
ospf 1 ipv6 area 1
exit
interface s0/0/1
ospf 1 ipv4 area 0
ospf 1 ipv6 area 0
exit
-------------- R3 --------------
enable
conf t
no ip domain-lookup
line con 0
logging synchronous
exec-timeout 0 0
exit
hostname R3
interface s0/0/1
ip address 192.168.9.6 255.255.255.252
ipv6 address 2001:db8:acad:91::2/64
ipv6 address fe80::3 link-local
bandwidth 128
no shutdown
exit
interface g0/0
ip address 192.168.3.1 255.255.255.0
ipv6 address 2001:db8:acad:c::1/64
no shutdown
exit
ipv6 unicast-routing
interface s0/1/1
ip address 172.16.1.2 255.255.255.252
ipv6 address 2001:db8:feed:1::2/64
ipv6 address fe80::3 link-local
bandwidth 128
clock rate 64000
no shutdown
exit
interface s0/1/0
ip address 172.16.2.2 255.255.255.252
ipv6 address 2001:db8:feed:2::2/64
ipv6 address fe80::3 link-local
bandwidth 128
clock rate 64000
no shutdown
exit
router ospfv3 1
address-family ipv4 unicast
router-id 3.3.3.3
default-information originate always
exit-address-family
address-family ipv6 unicast
router-id 3.3.3.3
default-information originate always
exit-address-family
interface g0/0
ospf 1 ipv4 area 0
ospf 1 ipv6 area 0
exit
interface s0/0/1
ospf 1 ipv4 area 0
ospf 1 ipv6 area 0
exit
-------------- R4 --------------
enable
conf t
no ip domain-lookup
line con 0
logging synchronous
exec-timeout 0 0
exit
hostname R4
interface s0/0/1
ip address 172.16.1.1 255.255.255.252
ipv6 address 2001:db8:feed:1::1/64
ipv6 address fe80::4 link-local
bandwidth 128
no shutdown
exit
interface s0/0/0
ip address 172.16.2.1 255.255.255.252
ipv6 address 2001:db8:feed:2::1/64
ipv6 address fe80::4 link-local
bandwidth 128
no shutdown
exit
interface g0/0
ip address 172.16.4.1 255.255.255.0
ipv6 address 2001:db8:cafe:4::1/64
no shut
exit
ipv6 unicast-routing