Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Frame Problem / No Internet

Status
Not open for further replies.

EduardoA

Technical User
Sep 1, 2002
74
US
I currently have various sites connecting to HQ via frame. Everything is working fine, but last Sunday I tried upgrading our router from 1601 to 1721 and frame users did not have Internet Access nor could ping our CA office (CA not part of Frame) Here at the HQ everything was working just fine, we could get on the internet ping every site, but frame users could not get on the Internet, nor ping CA.

The following is the config for both routers:
1601 - Current router
1721 - Replacing current router

CISCO 1601 (Current Router)

Building configuration...

Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router1
!
enable secret XXXXXX
enable password XXXXX
!
ip subnet-zero
no ip domain-lookup
bridge irb
!
!
!
interface Ethernet0
no ip address
no ip directed-broadcast
no keepalive
--More--
no keepalive
bridge-group 1
!
interface Serial0
no ip address
no ip directed-broadcast
encapsulation frame-relay
frame-relay lmi-type ansi
!
interface Serial0.2 point-to-point
description connected to Site102
ip unnumbered BVI1
no ip directed-broadcast
frame-relay interface-dlci 109
!
interface Serial0.3 point-to-point
description connected to Site103
ip unnumbered BVI1
no ip directed-broadcast
frame-relay interface-dlci 101
!
interface Serial0.4 point-to-point
description connected to Site104
ip unnumbered BVI1
--More--
ip unnumbered BVI1
no ip directed-broadcast
frame-relay interface-dlci 102
!
interface Serial0.8 point-to-point
description connected to Site108
ip unnumbered BVI1
no ip directed-broadcast
frame-relay interface-dlci 103
!
interface Serial0.10 point-to-point
description connected to Site110
ip unnumbered BVI1
no ip directed-broadcast
frame-relay interface-dlci 110
!
interface Serial0.15 point-to-point
description connected to Site115
ip unnumbered BVI1
no ip directed-broadcast
frame-relay interface-dlci 143
!
interface Serial0.16 point-to-point
description connected to Site111
--More--
description connected to Site111
ip unnumbered BVI1
no ip directed-broadcast
frame-relay interface-dlci 44
!
interface BVI1
ip address 192.168.100.1 255.255.255.0
no ip directed-broadcast
!
router rip
version 2
network 192.168.52.0
network 192.168.100.0
no auto-summary
!
ip default-gateway 192.168.100.3
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.100.3
ip route 192.168.2.0 255.255.255.0 192.168.100.4
ip route 192.168.6.0 255.255.255.0 192.168.100.4
ip route 192.168.51.0 255.255.255.0 192.168.100.4
ip route 192.168.99.0 255.255.255.0 192.168.100.4
!
snmp-server community public RO
--More--
bridge 1 protocol ieee
bridge 1 route ip
!
line con 0
exec-timeout 0 0
transport input none
line vty 0 4
password XXXXXX
login
!
end

Router1#


1721 Config

CISCO 1721

Current configuration : 2174 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router2
!
boot-start-marker
boot-end-marker
!
enable secret XXXXXX
enable password XXXXX
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
no aaa new-model
ip subnet-zero
no ip cef
--More—
!
!
!
no ip domain lookup
no ftp-server write-enable
!
!
bridge irb
!
!
interface FastEthernet0
no ip address
speed 100
no keepalive
bridge-group 1
!
interface Serial0
no ip address
encapsulation frame-relay
frame-relay lmi-type ansi
!
interface Serial0.2 point-to-point
description connected to Site102
--More—
description connected to Site102
ip unnumbered BVI1
frame-relay interface-dlci 109
!
interface Serial0.3 point-to-point
description connected to Site103
ip unnumbered BVI1
frame-relay interface-dlci 101
!
interface Serial0.4 point-to-point
description connected to Site104
ip unnumbered BVI1
no cdp enable
frame-relay interface-dlci 102
!
interface Serial0.8 point-to-point
description connected to Site108
ip unnumbered BVI1
frame-relay interface-dlci 103
!
interface Serial0.10 point-to-point
description connected to Site110
ip unnumbered BVI1
frame-relay interface-dlci 110
--More—
!
interface Serial0.15 point-to-point
description connected to Site115
ip unnumbered BVI1
frame-relay interface-dlci 143
!
interface Serial0.16 point-to-point
description connected to Site111
ip unnumbered BVI1
frame-relay interface-dlci 44
!
interface BVI1
ip address 192.168.100.1 255.255.255.0
!
router rip
version 2
network 192.168.52.0
network 192.168.100.0
no auto-summary
!
ip default-gateway 192.168.100.3
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.100.3
--More—
ip route 192.168.2.0 255.255.255.0 192.168.100.4
ip route 192.168.6.0 255.255.255.0 192.168.100.4
ip route 192.168.51.0 255.255.255.0 192.168.100.4
ip route 192.168.99.0 255.255.255.0 192.168.100.4
no ip http server
!
snmp-server community public RO
snmp-server enable traps tty
bridge 1 protocol ieee
bridge 1 route ip
!
line con 0
exec-timeout 0 0
logging synchronous
line aux 0
line vty 0 4
password XXXX
login
!
!
end

Router2#

Any help would be greatly appreciated. I look for errors, but can not find anything. Just in case you wonder why sites in router 1601 have "no ip directed-broadcast" and 1721 doesn't, what I could find was that when disabled it will show and when enabled it will not come up.

Thanks for the help,
Eduardo



 
Are you seeing a full routing table with all your frame sites showing up in the table ???? Are your frame sites seeing the routing table with the new router ???
 
vipergg, thanks for the help.

I will be trying the new router again this weekend. I will check routing tables.


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top