You are on page 1of 6

R3-HQ#sh run

Building configuration...

Current configuration : 2353 bytes


!
! Last configuration change at 15:47:54 UTC Wed May 18 2016
!
version 15.2
service timestamps debug datetime msec
service timestamps log datetime msec
!
hostname R3-HQ
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
!
!
!
!
!
!
no ip domain lookup
ip cef
ipv6 unicast-routing
ipv6 cef
!

!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Loopback500
description R4-HQ LAN
no ip address
ipv6 address FE80::4 link-local
ipv6 address 2001:DB8:CAFE:4::1/64
ipv6 enable
!

interface Tunnel1
description IPV6 Tunnel to R1-HQ
no ip address
ipv6 address FE80::4 link-local
ipv6 address 2001:DB8:CAFE:24::2/64
ipv6 enable
tunnel source Serial2/0
tunnel mode ipv6ip
tunnel destination 172.16.23.1
!
interface FastEthernet0/0
description Link to Branch
no ip address
duplex full
ipv6 address FE80::4 link-local
ipv6 address 2001:DB8:CAFE:14::2/64
ipv6 enable
!
interface FastEthernet1/0
no ip address
shutdown
speed auto
duplex auto
!
interface FastEthernet1/1
no ip address
shutdown
speed auto
duplex auto
!

interface Serial2/0
description Link to R2-HQ
ip address 172.16.34.2 255.255.255.252
serial restart-delay 0
!
interface Serial2/1
no ip address
shutdown
serial restart-delay 0
!
interface Serial2/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial2/3
no ip address
shutdown
serial restart-delay 0
!
!
router eigrp 1
network 172.16.34.0 0.0.0.3
eigrp router-id 4.4.4.4
!
router bgp 65000
bgp router-id 4.4.4.4
bgp log-neighbor-changes
no bgp default ipv4-unicast
neighbor 2001:DB8:CAFE:14::1 remote-as 65001

neighbor 2001:DB8:CAFE:14::1 password cisco123


neighbor 2001:DB8:CAFE:24::1 remote-as 65000
neighbor 2001:DB8:CAFE:24::1 password cisco123
!
address-family ipv4
exit-address-family
!
address-family ipv6
network 2001:DB8:CAFE:4::/64
neighbor 2001:DB8:CAFE:14::1 activate
neighbor 2001:DB8:CAFE:14::1 route-map SECONDARY_ROUTE_BR_IN in
neighbor 2001:DB8:CAFE:24::1 activate
neighbor 2001:DB8:CAFE:24::1 next-hop-self
exit-address-family
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
!
!
route-map SECONDARY_ROUTE_BR_IN permit 10
set local-preference 125
!
!
!
control-plane
!
!

line con 0
exec-timeout 0 0
logging synchronous
stopbits 1
line aux 0
stopbits 1
line vty 0 4
login
!
!
end

You might also like