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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Reconfiguring 2600 for frame / trouble pinging out 1

Status
Not open for further replies.

gwilkers

MIS
Aug 1, 2002
20
0
0
US
Hello all,

I have a 2600 router that crashed this week, and so I swapped in a replacement and am having a hell of a time with the config.

The problem is that from the router i can ping the other locations on our network across the frame relay connection. However I cannot ping any external addresses from any workstation. I thought that I duplicated the old config exactly, but I seem to have screwed up somewhere.

From the router I can ping 10.102.35.1, and 10.35.1.1 which are the external and internal addresses of the next hop.

Where am I going wrong?


Here is my sh run:

ic#sh run
Building configuration...

Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname ric
!
enable secret 5 $1$zelC$a2J5E9J.REQOxKUBj1gVI1
enable password richmond
!
!
!
!
!
ip subnet-zero
!
frame-relay switching
!
!
!
interface FastEthernet0/0
description Local 100mb Ehternet Interface
bandwidth 10000
ip address 10.32.1.1 255.255.0.0
ip helper-address 10.35.10.1
ip directed-broadcast
duplex auto
speed auto
!
interface Serial0/0
no ip address
no ip directed-broadcast
!
interface Serial0/1
description Frame Relay WAN 512kb
bandwidth 512
ip address 10.102.32.1 255.255.0.0
ip directed-broadcast
encapsulation frame-relay IETF
ip ospf network point-to-multipoint
ip ospf cost 1
ip ospf hello-interval 10
no ip mroute-cache
no fair-queue
frame-relay interface-dlci 30
frame-relay lmi-type ansi
!
router ospf 1
network 10.102.0.0 0.0.255.255 area 0.0.0.0
!
ip classless
ip route 0.0.0.0 0.0.0.0 10.102.35.1
ip route 10.0.0.0 255.0.0.0 10.102.0.0
no ip http server
!
snmp-server engineID local 0000000902000008A36FA9A0
snmp-server community public RO
snmp-server community private RW
snmp-server community word view v1default RO
snmp-server host 10.1.100.1 word frame-relay isdn config entity envmon snmp
!
line con 0
transport input none
line aux 0
line vty 0 4
login
!
end


THANKS!

Gabe
 
I don't see any routing to the internal network. Your static route throws any 10.x.x.x ip to the serial interface and OSPF has no entry for the inside network.
 
From a local workstation I can ping both sides of the local router. 10.32.1.1 and 10.102.32.1

But I cannot ping either side of the remote router 10.35.1.1 10.102.35.1

Also, I'm not sure if I want this line in there
ip route 10.0.0.0 255.0.0.0 10.102.0.0
but i can't delete it. When I perform a no ip route on it the router tells me 'no matching route to delete'


Gabe
 
OOPS, I TAKE THAT BACK!

From the local workstation I can ping 10.32.1.1, but CAN NOT ping 10.102.32.1

Gabe
 

first off take that frame-relay switch command out

gaveeve is on target in that your routing table is messed up

to get that out of your configuration do this



1 - copy the router configuration to the clipboard and paste it to a new WordPad or NotePad document

2 - erase the startup configuartion on the router

3 - edit the WordPad document, erasing the static route and then do a select all and copy that to the clipboard.

4 - reload the router

5 - type 'no' for the initial menu setup (and yes to terminate 'autoinstall' if that pops up)

6 - type config t

7 - paste the new config to the router
 
Thanks for the help guys, but i'm still having trouble. Here's my newest shru

!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname ric
!
enable secret 5 $1$zelC$a2J5E9J.REQOxKUBj1gVI1
enable password richmond
!
!
!
!
!
ip subnet-zero
!
!
!
!
interface FastEthernet0/0
description Local 100mb Ehternet Interface
bandwidth 10000
ip address 10.32.1.1 255.255.0.0
ip helper-address 10.35.10.1
ip directed-broadcast
duplex auto
speed auto
!
interface Serial0/0
no ip address
no ip directed-broadcast
!
interface Serial0/1
description Frame Relay WAN 512kb
bandwidth 512
ip address 10.102.32.1 255.255.0.0
ip directed-broadcast
encapsulation frame-relay IETF
ip ospf network point-to-multipoint
ip ospf cost 1
ip ospf hello-interval 10
no ip mroute-cache
no fair-queue
frame-relay interface-dlci 30
frame-relay lmi-type ansi
!
router ospf 1
network 10.102.0.0 0.0.255.255 area 0.0.0.0
!
ip classless
no ip http server
!
snmp-server engineID local 0000000902000008A36FA9A0
snmp-server community public RO
snmp-server community private RW
snmp-server community word view v1default RO
!
line con 0
transport input none
line aux 0
line vty 0 4
login
!
end


When on the router I can still ping the remote 10.35 network. But I can't from a workstation. The pings all time out. Thanks again for the help. I've got to get this going this morning, or I'm dead.

Gabe
 
PLEASE PLEASE PLEASE HELP ME OBI-WAN@!!

Here is a print of my sh ip route in case it will help any

ric#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route

Gateway of last resort is 10.35.10.2 to network 0.0.0.0

10.0.0.0/8 is variably subnetted, 9 subnets, 2 masks
O 10.16.0.0/16 [110/12] via 10.102.35.1, 01:24:13, Serial0/1
O 10.35.0.0/16 [110/11] via 10.102.35.1, 01:08:29, Serial0/1
C 10.32.0.0/16 is directly connected, FastEthernet0/0
O 10.37.0.0/16 [110/12] via 10.102.35.1, 01:24:13, Serial0/1
O 10.103.37.1/32 [110/2] via 10.102.35.1, 01:24:13, Serial0/1
O 10.102.35.1/32 [110/1] via 10.102.35.1, 01:24:13, Serial0/1
C 10.102.0.0/16 is directly connected, Serial0/1
O 10.103.0.0/16 [110/2] via 10.102.35.1, 01:24:13, Serial0/1
O 10.102.16.1/32 [110/2] via 10.102.35.1, 01:24:13, Serial0/1
S* 0.0.0.0/0 [1/0] via 10.35.10.2

10.35.10.2 is the address of the firewall, i've tried many addresses in there as the default-network, but it doesn't make a different what is in there, no go.

thanks again,
gabe
 
However I cannot ping any external addresses from any workstation

that is because you are not advertising the LAN subnet to the other routers

router ospf 1
network 10.102.0.0 0.0.255.255 area 0.0.0.0

you need

router ospf 1
network 10.102.0.0 0.0.255.255 area 0.0.0.0
network 10.32.0.0 0.0.255.255 area (whatever)
 
YES!!! KICKASS!!!! Thank you so much gconnect! If you were near me now, I would hug you, kiss you, and take you out for a beer! Whew. I added network 10.32.0.0 0.0.255.255 area 0.0.0.0
and BLAMMO, she's working like a charm.

you rock

gabe
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top