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

Routing issue

Status
Not open for further replies.

volleyman

MIS
Jun 12, 2002
183
US
All,

I am adding a new 1841 router to the network. MPLS connection via serial0/0/0 and connecting my laptop to fa0/0 for testing purposes.

from int s0/0/0, I can ping across the WAN. From int fa0/0 using advanced ping commands on the router, I cannot ping across the WAN, so I'm guessing some sort of routing problem.

any help would be appreciated.

Here is the config:


service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname routername_1841
!
boot-start-marker
boot-end-marker
!
!
aaa new-model
!
!
aaa authentication login default local
aaa authorization exec default local
aaa authorization exec if-authenticated
!
!
aaa session-id common
ip cef
!
!
!
ip domain name domainname
multilink bundle-name authenticated
!
!
username adminusername privilege 15 password 0 xxxx
archive
log config
hidekeys
!
!
!
!
!
interface FastEthernet0/0
description **** Connection to lan network ****
ip address 10.19.19.1 255.255.255.0
ip directed-broadcast
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
!
interface Serial0/0/0
ip address 172.18.128.50 255.255.255.252
encapsulation ppp
service-module t1 timeslots 1-12
!
router eigrp 1
redistribute connected
redistribute static
network 10.19.19.0 0.0.0.255
network 172.18.128.0 0.0.0.255
auto-summary
!
ip forward-protocol nd
!
!
ip http server
!
!
!
control-plane
!
!
line con 0
privilege level 15
transport preferred telnet
line aux 0
line vty 0 4
transport input telnet
login
line vty 5 15
!
scheduler allocate 20000 1000
end



Zane D.
Systems Admin
 
ip route 0.0.0.0 0.0.0.0 next-hop

/

tim@tim-laptop ~ $ sudo apt-get install windows
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package windows...Thank Goodness!
 
really? is that all I'm missing? shouldn't eigrp pick it up if its a network that already exists rather than using the network of last resort?




Zane D.
Systems Admin
 
It knows how to get to 172.18.128.0, but not beyond that.

/

tim@tim-laptop ~ $ sudo apt-get install windows
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package windows...Thank Goodness!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top