Cisco Switching/Routing :: 5510 How To Configure A Backup Route To Internet

Jul 24, 2012

how to configure a backup route to the internet.  My client has 2 ISP and basically they want to use 1 ISP and in case the ISP fails, use the other one as backup route to the internet.
 
The problem I’m facing is that each ISP is plugged to a dedicated ASA 5510, so 1 ISP in one firewall and 1 in the other.  Both ASA are plugged to an internal network in a dedicated VLAN with a L3 switch and that L3 switch manages the internal network.
 
My question is, how can I tell my switch to use ASA1 to go out to the internet and in case the ASA 1 OR THE LINK TO INTERNET used by ASA 1 fails, use ASA 2?  It would be great if I can send traffic to the internet thru both connections at the same time.  Also, I know the ASA has High Availability configuration, but that applies only if both licenses in the devices are the same and I have a mismatch with the SVPN license, and also I don't know if with my current topology I can use the High Availability model, so I think I can’t use that option and the solution must be applied in the L3 switch, but I don’t know how to tell it to use ASA1 and if failure of the device or the outside interface plugged to ISP 1, then use ASA2.  Besides, I would like to know how to optimize this config to do the switch between internet connections seamless to the users if possible (there are VoIP calls on this floor, so I don't want to drop the calls). 

View 5 Replies


ADVERTISEMENT

Cisco Switching/Routing :: 3825 How To Configure A Broadband Backup For MPLS Circuit

Apr 16, 2013

I thought I saw a post/question in regards to "how to" configure a Broadband backup for a MPLS circuit..  What I am trying to do is use a cable/dsl/ broadband (secondary) connection as a backup to a MPLS circuit (primary).  I have EIGRP and BGP configured on both the branch endpoint and the tunnel headend.  The tunnel is used by the interface that connects to the secondary circuit.  The branch location router is a 1841 and the "headend" tunnel router is a 3825.  I am wondering about the configuration/syntax of a "weight" or static route that can be used to have data flow over the tunnel when the MPLS circuit goes down - and then switch back to the MPLS circuit when it comes back on line.

View 1 Replies View Related

Cisco Switching/Routing :: AP-C2R1C5-3750 / Configure Scp For Secure Configuration Backup

Sep 16, 2012

I'm trying to configure scp for secure configuration backup. I've configured the SCP server with an account and password but, I keep getting the no such file or directory error
       
AP-C2R1C5-3750#sh run | b arch archive path scp://mchenry:PASSWORD@172.20.22.229//C:/Program_Files/OpenSSH/Cisco_Configs/Switch_Config
 username mchenry privilege 15 password 7 XXXXXXXXXXXXXXXXXXXXX
 ip scp server enable
  
Error: %scp: /C:/Program_Files/OpenSSH/Cisco_Configs/Switch_ConfigSep-17-16-04-44.172-1: No such file or di
 
SWITCH#ping 172.20.22.229 Type escape sequence to abort.Sending 5, 100-byte ICMP Echos to 172.20.22.229, timeout is 2 seconds:!!!!!Success rate is 100 percent (5/5), round-trip min/avg/max = 33/33/34 ms

View 1 Replies View Related

Cisco Switching/Routing :: How To Configure Route Between Two Subnets On 2960-S

Jun 21, 2012

configuring a working route between two subnets (172.28.0.0/16 and 192.168.0.0/24) on a Cisco Catalyst 2960-S.
 
Problem: The subnet 172.28.0.0/16 is on VLAN 40 and the clients on this subnet have to access a preconfigured device with an ip in 192.168.0.0/24 subnet. The configuration of this device cannot be changed.
 
I have an Cisco 2960-S Lan Base (c2960s-universalk9-tar.150-1.SE3) switch [URL] that I would like to use to solve this problem.

View 17 Replies View Related

Cisco Switching/Routing :: How To Configure Sm-es2-16-p Service Module To Route Over 2911

Jun 17, 2012

Any example of how to configure an sm-es2-16-p service module to route over an Cisco 2911?

View 2 Replies View Related

Cisco Switching/Routing :: ASA 5510 VLAN Route Between Sub Int And Physical Port

Nov 13, 2012

Firewall: ASA 5510
Switch: Linksys SRW2048
Physical topology: PC - > VLAN99 - > SRW2048 - trunk - > ASA5510
Switch Setup:

I've been tasked with breaking up a network that has run out of IP's, and have decided to use VLANs to accomplish this. I have to use an ASA5510 to accomplish all the routing between hosts in different VLANs.Port 48 is trunked to the ASA eth0/0 interface, with VLAN 99 and VLAN 20 tagging packets, VLAN 1 Untagged. Hosts hooked up to appropriate ports on Switch.

View 2 Replies View Related

Cisco Switching/Routing :: Using ASA-5510 To Route VLAN WLAN Connection

May 28, 2012

I am a complete newbie to Cisco equipment. So far I've been able to figure out how to do most of what I needed by using the ASDM but I have run into something that is a little more complicated that just opening a port. We currently have a connection to our remote site. This site has a T1 internet connection. Our connection is a site to site VPN with an ASA-5510 on this end and a ASA-5505 on the other.
 
We are upgrading this connection to a 75mbit hybrid microwave/fiber link. The provider is going to hand it off to us as an untagged VLAN. We made the decision to route all of the remote site's internet access through this location as to avoid having to split off part of the bandwidth of this link to dedicate to internet access.........

View 23 Replies View Related

Cisco Switching/Routing :: EIGRP Route Advertisements Not Making It To ASA 5510?

Mar 11, 2012

We are deploying a new office in the building next to our main office.  The main office has a Cisco ASA 5510 behind that is a Cisco 3750 stack. In the new office we are deploying a new Cisco 3750, they will be connected via fiber cable.  I have sliced off VLAN 800 as a transit link /30 with an address space of 10.249.249.1-4.  The new 3750 only has two VLAN's 800 and 112 (10.112.0.0/24).  VLAN 112 routes are advertised to the neighboring 3750 properly as seen in the routing tables of the 3750 stack:
 
D       10.112.0.0/24 [90/3072] via 10.249.249.2, 00:22:24, Vlan800
 
Traffic passes between all local VLANS with no issue.  I found in order to get packets to pass between the ASA and the new 3750 I had to add a static route to the ASA:
 
S    10.112.0.0 255.255.255.0 [1/0] via 10.100.0.1, inside
 
My question is why is EIGRP not advertising the 10.112.0.0 network to the ASA.  Here are EIGRP configs on the switches
 
Existing 3750 Stack
 router eigrp 100
network 10.0.0.0
redistribute static

[code]....

View 9 Replies View Related

Cisco Switching/Routing :: Configure Proxy On ASA 5510?

Jan 11, 2012

Can i configure proxy on ASA 5510? i.e for internet use my user should be authenticate by ASA5510 and after successful authentication user should be allowed to access internet and futher is it possible to do bandwidth managment with ASA5510?

View 1 Replies View Related

Cisco Switching/Routing :: 2950 / ASA 5510 - Configure GigabitEthernet 0 / 1

May 20, 2012

I have a Cisco catalyst 2950 and would like it's basic setup. It is connected to a Cisco ASA5510 on GigabitEthernet0/1. The ASA has two v lans configured. 101 and 102. I would like to configure my switch to be managed on the following IP which is on the 102 sub net:

172.16.102.253/24

Also, i would like to configure GigabitEthernet0/1 as a runk port to allow both v lans.

View 14 Replies View Related

Cisco Switching/Routing :: 2911 Couldn't Access Internet With Route Specified

Dec 19, 2011

I couldn't access internet with route specified i know the problem with the route or nat.i have 2911 router [code]

i could ping from lan Ip's to ISP1 and ISP2 gateway IPS. but when i ping to any site llike example gmail.com packet s not moving out to the ISP1 or ISP2 interfaces. [code]

View 10 Replies View Related

Cisco Firewall :: Internet Doesn't Work On ASA 5510 For Backup ISP

Feb 15, 2012

I have a ASA 5510. I setup basic configuration to test internet with 2 ISPs. My first line works with out any problem. But my second line doesn't work. Even when i wipe the configuration, and setup only my second isp. Internet doesn't work. Can you tell me if there is anything wrong with this config?
 
CaaaA01#  sh run
: Saved
:
ASA Version 8.3(1)
!
hostname CaaaA01
domain-name example.com

[code].....

View 2 Replies View Related

Cisco Firewall :: 5510 Trace-route / Antispoofing On Not Default Route

Jun 24, 2011

I've enabled antispoof on all interfaces on asa 5510.If you start a traceroute to a network on the default route, everything works, since replies comes to an interface with route 0.0.0.0/0 defined.If you start a tracer route to a network that is NOT on the default route (let's assume coporate MPLS), you only get response from first carrier router, the other are discarded because of anti spoof violation.
 
I have ICMP inspection and icmp-error inspection enabled.

View 1 Replies View Related

Cisco Switching/Routing :: 3560 - HSRP Setup / S2 Active And Route Traffic From Internet To Client?

Jan 14, 2012

i have a strange issue with an HSRP Setup. I  have two (S1+S2) 3560 as Core/Distribution Layer. Inter-vlan routing are  enabled on both Switches. S1 and S2 are connected with an ether channel  over four fibre ports. S3 -S5 are the (L2) access layer.
 
Gi0/1 on S1 and S2 are L3 ports, connect to a Linux Firewall.

HSRP is enabled, S1 is the active router and the STP root bridge.
 
But, my monitoring via cacti show me, that the Gi0/1 on S2 is active, too! But it should not be active? Only if S1 fails, should S2 the active switch.A client from the access ports on S3 - 5 gets traffic from the Internet via Gi0/1 from S2. Gi0/1 on S1 is active too, but will send mostly traffic to the Internet. Why is S2 active and why route it traffic from the Internet to the client?

View 15 Replies View Related

Cisco Routers :: Configure SR520 To Route Internet VLAN To Firewall

Jan 20, 2012

My operations manager says "Could you go on-site and configure a new clients new internet connection?" I make the arrangements and go on-site. As I'm working with the providers tech he says "Do you have a sub-interface confgured for a dot1q VLAN id of 1057?", I say "What?". Anyway my firewall is not capable of dot1q VLAN, so he says "Do you have a Cisco router that can provide the trunking?", I say "Yes, I tink so but not with me". The question is can I use an SR520 between my firewall and the provider demarc to route the VLAN he is talking about? My initial discovery says yes but I am not quite sure of the details on how to achieve this on the SR520.

View 2 Replies View Related

Cisco Firewall :: Slow Intervlan Routing On Asa 5510 Route

Jul 21, 2011

In the restructuration of my company network we install due ASA 5510 in failover for the management of internal network and DMZ. We configure the ASA in routed mode, we create the sub interface for server, client and dmz subnet and we connect the firewall ti the network. Everything works very good except the intervlan routin. If i try to send or receive a file in every protocol, ftp, http, smb o if i try to conne with rdp or vns to an host in a different vlan the connection goes very very slow. I particular a ftp connection between two host goes ti 15kb/s. I check all cable and port for some error on duplex ro speed, end all the uplink are 1gb and the single client connection 100Mb. I know that the main purpose of the ASA is not doing routing stuff but this behavior is very strange.

View 1 Replies View Related

Cisco Switching/Routing :: 5510 DNS And Internet Responding

Mar 30, 2012

i have a problem with ASA 5510 version 8.2(1),i have a mac os x 10.6.8 dns server when the asa is online and i want to use the internet my internet is very slaw it neede about 1.5 min to open yahoo.com and the asa log viewer shows too many drops, i have only the rule  allow any tcp/udp domain.

View 1 Replies View Related

Cisco Switching/Routing :: 2960S / 2911 / ASA 5510 - VLAN Can't Get To Internet

Sep 24, 2012

Have multiple Catalyst 2960S switches, Cisco 2911 router and ASA 5510 firewall.
 
On the router have subinterfaces created for the VLAN's Int FA0.0/41 for wirless VLAN setup with IP 10.10.41.100 Int FA0.0/60 for new Voice VLAN setup with IP 10.10.60.100 Internal network is 10.10.10.0/24 and LAN IP of router is 10.10.10.100 Have default route setup to push traffic from the router to the firewall ip route 0.0.0.0 0.0.0.0 10.10.10.251
 
On the firewall have added the new VLAN 10 (10.10.60.0) to the network object-group Have configured route inside command route 10.10.60.0 255.255.255.0 10.10.10.100 1 Have also added the NAT command nat (inside) 1 10.10.60.0 255.255.255.0
 
On the 2960 I have my laptop connected to port 45 and I have it configured as follows switchport mode access switchport access vlan 10
 
I assign my computer a static IP address of 10.10.60.84/255.255.255.0/10.10.60.100 with 10.10.10.11 as DNS server.  When I do this, I can ping anything on the 10.10.60.0 network, I can ping anythign on the LAN 10.10.10.0 network.  I am able to connect MSN messenger, I am able to do NSLOOKUP and get outside IP addresses to resolve. I am unable to browse the Internet though.  I am not sure where the problem is at though.  It doesn't make sense to me, as it is setup the same way as VLAN 41 which is the wireless network, and when users connect to that, they get out to the Internet with no issues. 

View 15 Replies View Related

Cisco Switching/Routing :: Configure 881 To Split Incoming Internet Connection Between Two ASAs?

Jan 15, 2013

is it possible to configure a Cisco 881 router to split the incoming internet connection between two ASA's? If one ASA fails then the router would switch traffic over to the second ASA. The 2nd ASA would takeover from the primary ASA through the active/standby failover configuration and crossover cable. I'm trying to avoid configuring the switch to control the traffic using VLANS if possible.

View 3 Replies View Related

Cisco Routers :: 527W Unable To Route Traffic Via APN Backup Without Disabling VPN Tunnel

Oct 9, 2012

I have a Cisco 527w which we are wanting to deploy to our remote sites however i've found a bug. We use ADSL with an IPsec tunnel as primary and 3G APN for failover . When the ADSL goes down the route via the IPSec tunnel remains and i am unable to route the traffic via the APN backup without disabling the VPN tunnel .

View 0 Replies View Related

Cisco Switching/Routing :: 2951 - HSRP Backup Taking Two Minutes When Switching Off Primary Router

Oct 7, 2012

I configure HSRP on Router 2951 as a primary router, and Router 2811 as backup router. But when I am switching off my Primary router the backup router is  taking 2 mins to take over form primary router. 
 
 [code]....

View 4 Replies View Related

Cisco Firewall :: Configure Internet Access - ASA 5510

Dec 9, 2012

I have to configure a default-factory firewall (ASA 5510) in a simple scenário like this image represents:At this moment i have configured the interfaces as represented above and at this moment what i want is grant access from a LAN computer (10.10.0.0/24) to the internet.
 
Should i configure some acl? I read that all traffic from an interface with a superior security level to other interface is allowed, so since my inside interface has a security level of 100 and the outside 0, it should be possible access to internet from an inside computer?!
 
From all configurations and examples i have seen around, they all contemplate a fixed IP address from the ISP, but in my scenário i have a dynamic one. This fact matter for the configuration i want to do?

My firewall is running the software version 8.2(5).

View 7 Replies View Related

Cisco Firewall :: Configure ASA 5510 For Internet Access

May 10, 2013

Cisco ASA 5510 and I want to configure it as an access gateway following this .[URL] the basic configuration steps on what to do on ASDM.

View 2 Replies View Related

Cisco Switching/Routing :: 891 Using V.92 Port For Backup?

Mar 14, 2012

My company uses Cisco 891's in replacement of the 1811 where we would have DBU used via an external modem and a triggered time of 3 minutes after a primary connection failure was identified.  In testing the 891 in a Layer 2 failure environment, it is within milliseconds that the v.92 port is engaging after the layer 2 failure.  Has anyone been able to get it to attempt at a more than millisecond rate? 
 
Redacted config from router:
ip sla 1
icmp-echo <%= probeIP1 %> source-interface GigabitEthernet0

[Code].....

View 0 Replies View Related

Cisco Switching/Routing :: How To Backup The Configuration Of ACS 5.3

Mar 15, 2012

how to backup the configuration of ACS 5.3 then restore it on the secondary ACS 5.3 Appliance in order to save time without configure the 2nd Appliance?

View 1 Replies View Related

Cisco Switching/Routing :: Replacing A Backup Sup 720 On 6513

Nov 21, 2011

I am replacing a faulty sup720 on a 6513. It s the backup/hot not the active sup. It has the same IOS on it. Is it correct that all I need to do is remove the faulty and replace it with  the new sup and do a wr mem? Fromwat I have read their should be no down time all connectivity should remain stable?

View 6 Replies View Related

Cisco Switching/Routing :: 2960G Don't Have A Backup To Configuration In PC

Dec 30, 2011

I have 2960G that in rommon status.I need that the switch work in 0x2102 (regular mode).I don't have a backup to configutratuio in my PC.I do wr before the switch go to rommon (startup config).What to do in order to the switch will be in 0x2102 (regular mode) with the same configuration( before the switch go to rommon)?

View 1 Replies View Related

Cisco Switching/Routing :: How To Backup VLAN DAT On 6509

Feb 5, 2013

We backup the running config on the 6509 does it also backup the vlan.dat as well?I tried command dir/all and just dir but did not see the vlan.dat listed

View 6 Replies View Related

Cisco VPN :: ASA 5510 / 1841 - How To Configure Local Network To Access Internet

Jun 10, 2011

I configure for our office site to site VPN project. Now I configured already  Site to site vpn between ASA 5510 and 1841 router.               

HQ LAN                              
Branch LAN   10.2.1.0/24 >>> ASA 5510>>>>> 1841 >>> INTERNET <<<<<< 1841 <<<<<< 10.30.3.0/24 ^^^^ Call Manager 2851 

Now can access from Branch LAN to HQ LAN each other. I face the problems that are 

1) In branch LAN , they can access HQ LAN & resource , but cannot access internet. I didn't configure NAT on PH Router

2)  Can I access internet from BRANCH LAN through HQ LAN to INTERNET. Or  Can I access Internet from Branch LAN from PH Router directly while  access to VPN to HQ LAN ?  

3)  In Branch Site , hard phone cannot work but soft phone on PC can call to HQ. Hard phone IP are same in Remote Network (172.16.1.0/24 ) . Is it problem ? how can I configure separately ?

View 2 Replies View Related

Cisco Switching/Routing :: Catalyst 3560 - Routing Enabled With / Without Default Gateway Or IP Route Command

Feb 25, 2013

We have two catalyst 3560 switches running  c3560-ipbasek9-mz.122-58.SE2.bin  They are connected using etherchannel using gi 0/21 -  24 interfaces.
 
on 3560-1 switch, there isn't any ip-default gateway or ip route configured. It only have 1 interface vlan configured.
 
on 3560-2 switch, there is ip default gateway configured along with 1 interface vlan.
 
What i dont understand here is that, i can reach out to other subnets from 3560-1 switch in which the routing is not enabled?

View 4 Replies View Related

Cisco Switching/Routing :: 881 SDSL With ADSL Backup Configuration?

Feb 26, 2012

i'm looking for a cisco 881 configuration with SDSL line as nominal and ADSL as backup.

View 9 Replies View Related

Cisco Switching/Routing :: Backup And Restore ASA 5505 Config

Dec 21, 2011

I need to backup my ASA 5505 configuration and restore it to default, then I'll configure manually the new config, but if something doesn't work I want to restore the backup made before.
 
I tried the "copy run tftp" command, and it always answers the same: Result of the command: "copy run tftp" [code] I read everywhere its supossed to prompt asking me tftp server address and file name.

View 7 Replies View Related

Cisco Switching/Routing :: Nexus 7k Switches Config Backup

Apr 9, 2013

I have a small doubt with Nexus 7k,5K,2k & 1K.We want to backup the running config to my desktop through tftp.When i tried to backup from Nexus switches showing like below Nexus 7K. [code]

It's showing two choices which one I have to follow "copy running-config startup-config" or "copy running-config startup-config Vdc-all". [code]

It's showing two choices which one I have to follow "copy running-config startup-config" or "copy running-config startup-config fabric"
 
It's showing three choices which one I have to follow "copy running-config startup-config" or "copy running-config startup-config fabric" or "copy running-config startup-config vdc-all". [code]

View 11 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved