Router HO
sh run
Building configuration...
Current configuration : 1300 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname HO
!
interface Tunnel1
ip address 10.0.1.1 255.255.255.0
tunnel source 193.168.123.6
tunnel destination 194.168.123.7
delay 500
!
interface FastEthernet0/0
ip address 193.168.123.6 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 10.0.0.1 255.255.255.0
duplex auto
speed auto
no keepalive
!
interface Serial0/1/0
ip address 192.168.123.6 255.255.255.0
delay 100
no fair-queue
clockrate 64000
!
router eigrp 1
network 10.0.0.0 0.0.0.255
network 10.0.1.0 0.0.0.255
network 192.168.123.0
no auto-summary
!
ip classless
ip route 0.0.0.0 0.0.0.0 193.168.123.7
!
end
HO#
Router Branch
sh run
Building configuration...
Current configuration : 1245 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Branch
!
interface Tunnel1
ip address 10.0.1.2 255.255.255.0
delay 500
tunnel source 194.168.123.7
tunnel destination 193.168.123.6
!
interface FastEthernet0/0
ip address 194.168.123.7 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 10.0.2.1 255.255.255.0
duplex auto
speed auto
!
interface Serial0/2/0
ip address 192.168.123.5 255.255.255.0
delay 100
no fair-queue
!
router eigrp 1
network 10.0.1.0 0.0.0.255
network 10.0.2.0 0.0.0.255
network 192.168.123.0
no auto-summary
!
ip classless
ip route 0.0.0.0 0.0.0.0 194.168.123.6
!
end
Branch#