dslreports logo
 
    All Forums Hot Topics Gallery
spc
Search similar:


uniqs
474
rlxo
join:2013-06-27
Charleston, WV

rlxo

Member

[Config] Problem routing traffic

Hello i'm having an issue with a static route

No traffic will go across the router however when the interface is down traffic will go across the other route.

I have verified i can access the internet when attached directly to the ethernet hand-off that was provided to me when using the ips/gateway and netmask supplied

However when connected to my router i'm un-able to ping/traceroute across this route

Primary route is 40.99.99.

i have attached my config below
ip addresses have been slightly modified for security reasons

Current configuration : 2493 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname rtr1-flr1
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
!
!
ip cef
!
!
no ip domain lookup
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
!
voice-card 0
no dspfarm
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
description LNK AT&T H/O | 40.99.99.18-22 | GW 40.99.99.17
ip address 40.99.99.18 255.255.255.248
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
!
interface FastEthernet0/1
description Link To AT&T Backup | 192.168.1.20 | GW 192.168.1.1
ip address 192.168.1.20 255.255.255.0
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
!
interface FastEthernet1/0
switchport mode trunk
!
interface FastEthernet1/1
description Access Point 1 | 172.18.60.1
spanning-tree portfast
!
interface FastEthernet1/2
description Access Point 2 | 172.18.60.2
spanning-tree portfast
!
interface FastEthernet1/3
description Access Point 3 | 172.18.60.3
spanning-tree portfast
!
interface FastEthernet1/4
description Access Point 3 | 172.18.60.4
spanning-tree portfast
!
interface FastEthernet1/5
description App Server Port1 | 172.18.59.1
spanning-tree portfast
!
interface FastEthernet1/6
description App Server Port2 | 172.18.59.2
spanning-tree portfast
!
interface FastEthernet1/7
spanning-tree portfast
!
interface FastEthernet1/8
spanning-tree portfast
!
interface FastEthernet1/9
spanning-tree portfast
!
interface FastEthernet1/10
spanning-tree portfast
!
interface FastEthernet1/11
spanning-tree portfast
!
interface FastEthernet1/12
spanning-tree portfast
!
interface FastEthernet1/13
spanning-tree portfast
!
interface FastEthernet1/14
spanning-tree portfast
!
interface FastEthernet1/15
!
interface Vlan1
description Router Vlan 172.18.59.254
ip address 172.18.59.254 255.255.252.0
ip nat inside
ip virtual-reassembly
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 40.99.99.17
ip route 0.0.0.0 0.0.0.0 192.168.1.1 10
!
!
no ip http server
no ip http secure-server
ip nat inside source list 1 interface FastEthernet0/1 overload
ip nat inside source list 2 interface FastEthernet0/0 overload
!
access-list 1 permit any
snmp-server community ne444 RO
no cdp run
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
password 7
line aux 0
line vty 0 4
login
transport input none
!
scheduler allocate 20000 1000
!
end
rlxo

rlxo

Member

I think if i done this using route maps it would work i'll try that then see what happens
HELLFIRE
MVM
join:2009-11-25

HELLFIRE to rlxo

MVM

to rlxo
said by rlxo :

ip nat inside source list 1 interface FastEthernet0/1 overload
ip nat inside source list 2 interface FastEthernet0/0 overload

Where's your ACL 2? Also take a look at how your NAT's constructed; namely if ACL 2 specifies something
entirely different than from ACL 1, how is it supposed to fail over?

Don't know if you have any capability of running a routing protocol or something else with the upstream
router. You could also look into OER / IP SLA rather than running two static routes, just as a thought.

My 00000010bits

Regards
rlxo
join:2013-06-27
Charleston, WV

rlxo

Member

hey thanks was up late trying to get that working, I missed the entire second acl i'll try ip sla also
rlxo

rlxo

Member

Fixed by running ip sla

thanks hellfire
HELLFIRE
MVM
join:2009-11-25

HELLFIRE to rlxo

MVM

to rlxo
No problems, anything else you need from us?

Regards