We have 1812 series router presently supporting one ISP provider. ISP Provider has provided us a link which is connected to the Fa1/0 of the router and Fa0/0 is idle and have its config as
interface FastEthernet0
description LINK TO (ISP NAME)
no ip address
ip access-group PERIMETER-WATCH in
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
crypto map prmip
We are looking out to setup the new ISP to use the Fa0/0 interface of the router making it the default ISP and the old one the backup route.
Kindly provide the links for configuration and sugest to me if this not possible which router can support for my needs
sh ip route
Codes: C - connected, S - static, 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
i - IS-IS, su - IS-IS summary, 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 XX.XXX.XX.169 to network 0.0.0.0
41.0.0.0/8 is variably subnetted, 5 subnets, 2 masks
S XX.XXX.XX.172/32 is directly connected, Vlan3
S XX.XXX.XX.173/32 is directly connected, Vlan3
S XX.XXX.XX.174/32 is directly connected, Vlan3
C XX.XXX.XX.168/29 is directly connected, Vlan3
S XX.XXX.XX.171/32 is directly connected, Vlan3
C 192.168.0.0/24 is directly connected, FastEthernet1
S* 0.0.0.0/0 [1/0] via XX.XXX.XX.169
sh ip int brief
Interface IP-Address OK? Method Status Prot
ocol
FastEthernet0 unassigned YES TFTP up down
FastEthernet1 192.168.0.1 YES NVRAM up up
BRI0 unassigned YES TFTP administratively down down
BRI0:1 unassigned YES unset administratively down down
BRI0:2 unassigned YES unset administratively down down
FastEthernet2 unassigned YES unset up down
FastEthernet3 unassigned YES unset up down
FastEthernet4 unassigned YES unset up down
FastEthernet5 unassigned YES unset up down
FastEthernet6 unassigned YES unset up up
FastEthernet7 unassigned YES unset up down
FastEthernet8 unassigned YES unset up down
FastEthernet9 unassigned YES unset up up
Vlan1 unassigned YES TFTP up up
NVI0 unassigned NO unset up up
Vlan3 XX.XXX.XX.170 YES NVRAM up up
interface Vlan3
description LINK TO INTERNET THROUGH ISP
ip address XX.XXX.XX170 255.255.255.248
ip access-group PERIMETER-WATCH in
ip nat outside
ip virtual-reassembly
crypto map xxxxx
opensourcenija
ASKER
Thanks for your contributions so far , please i still await your comment on this
memo_tnt
did you try my solution above..?
if the same?,, then send me your config.
sh ip route
Codes: C - connected, S - static, 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
i - IS-IS, su - IS-IS summary, 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 XX.XXX.XX.169 to network 0.0.0.0
41.0.0.0/8 is variably subnetted, 5 subnets, 2 masks
S XX.XXX.XX.172/32 is directly connected, Vlan3
S XX.XXX.XX.173/32 is directly connected, Vlan3
S XX.XXX.XX.174/32 is directly connected, Vlan3
C XX.XXX.XX.168/29 is directly connected, Vlan3
S XX.XXX.XX.171/32 is directly connected, Vlan3
C 192.168.0.0/24 is directly connected, FastEthernet1
S* 0.0.0.0/0 [1/0] via XX.XXX.XX.169
sh ip int brief
Interface IP-Address OK? Method Status Prot
ocol
FastEthernet0 unassigned YES TFTP up down
FastEthernet1 192.168.0.1 YES NVRAM up up
BRI0 unassigned YES TFTP administratively down down
BRI0:1 unassigned YES unset administratively down down
BRI0:2 unassigned YES unset administratively down down
FastEthernet2 unassigned YES unset up down
FastEthernet3 unassigned YES unset up down
FastEthernet4 unassigned YES unset up down
FastEthernet5 unassigned YES unset up down
FastEthernet6 unassigned YES unset up up
FastEthernet7 unassigned YES unset up down
FastEthernet8 unassigned YES unset up down
FastEthernet9 unassigned YES unset up up
Vlan1 unassigned YES TFTP up up
NVI0 unassigned NO unset up up
Vlan3 XX.XXX.XX.170 YES NVRAM up up
interface Vlan3
description LINK TO INTERNET THROUGH ISP
ip address XX.XXX.XX170 255.255.255.248
ip access-group PERIMETER-WATCH in
ip nat outside
ip virtual-reassembly
crypto map xxxxx