I have an issue with connectivity between a main office and one of my branch offices. I can ping the serial interfaces of the Branch B router, and ping a PC on the Ethernet, but from the Branch B side I cannot ping the ethernet on the host router or any ethernet address on the host side. Here is the scenario. Branch A is an existing office and connectivity is fine. I'm trying to bring online Branch B. The host site has a Cisco 1841 Router running 12(3) IOS with two WIC1-T1 cards in it. Branch B has a Cisco 1720 with a single WIC1-T1 card in it.
|-----------Branch A (192.168.5.254)
|
Host Site (192.168.4.254)-----------
---
|
|----------Branch B (192.168.6.254)
Host Site Router Config:
boot-end-marker
!
!
no aaa new-model
no ip cef
!
!
interface FastEthernet0/0
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet0/1
description conn to Lan
ip address 192.168.4.254 255.255.255.0
ip helper-address 192.168.4.250
speed auto
full-duplex
!
interface Serial0/0/0
description T1 line from Host to Branch A
ip address 192.168.254.254 255.255.255.252
no fair-queue
service-module t1 clock source internal
!
interface Serial0/1/0
description T1 Line from Host to Branch B
ip address 192.168.254.249 255.255.255.252
ip directed-broadcast
fair-queue
service-module t1 clock source internal
!
ip route 0.0.0.0 0.0.0.0 192.168.4.6
ip route 192.168.5.0 255.255.255.0 192.168.254.253
ip route 192.168.6.0 255.255.255.0 192.168.254.250
!
no ip http server
!
!
control-plane
!
scheduler allocate 20000 1000
end
Branch B Router Config:
!
hostname BranchB
!
logging queue-limit 100
memory-size iomem 25
ip subnet-zero
!
!
no ip domain lookup
ip dhcp excluded-address 192.168.6.1 192.168.6.99
!
ip dhcp pool DHCP_Pool
network 192.168.6.0 255.255.255.0
default-router 192.168.6.254
netbios-name-server 192.168.4.250
dns-server 151.164.1.7 151.164.11.201
!
ip dhcp pool 1
default-router 192.168.6.254
!
ip cef
!
!
interface FastEthernet0
ip address 192.168.6.254 255.255.255.0
ip helper-address 192.168.4.250
speed auto
full-duplex
!
interface Serial0
description t1 line from Branch B to Host
ip address 192.168.254.250 255.255.255.252
no fair-queue
!
router eigrp 1
redistribute connected
network 192.0.0.0
no auto-summary
no eigrp log-neighbor-changes
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0
no ip http server
!
!
!
no scheduler allocate
end