You are on page 1of 4

R2-HQ# sh run

Building configuration...

Current configuration : 1202 bytes


!
version 15.2
service timestamps debug datetime msec
service timestamps log datetime msec
!
hostname R2-HQ
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
!
!
!
!
!
!
ip cef
no ipv6 cef
!
!
multilink bundle-name authenticated
!
!

!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
no ip address
shutdown
duplex full
!
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 R1-HQ
ip address 172.16.23.2 255.255.255.252
serial restart-delay 0
!
interface Serial2/1
description Link to R3-HQ
ip address 172.16.34.1 255.255.255.252
serial restart-delay 0
clock rate 128000
!
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.23.0 0.0.0.3

network 172.16.34.0 0.0.0.3


eigrp router-id 3.3.3.3
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
!
!
!
!
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