Cisco Switching/Routing :: Static Route Tracking On Catalyst 3560G?

May 25, 2013

I am trying to implement static route tracking on  a Catalyst 3560G ( WS-C3560G-48PS, IOS version 12.2(35)SE5 and SW image C3560-IPBASE-M). The configuration is as follows:
 
track 101 rtr 1 reachability
!
rtr 1
type echo protocol ipIcmpEcho 10.199.101.2
rtr schedule 1 life forever start-time now
!  
IP address 10.199.101.2 is reachable via ICMP (its the next-hop router).

The static routes configured are the following:
 
ip route 0.0.0.0 0.0.0.0 10.199.101.2 track 101
ip route 0.0.0.0 0.0.0.0 10.200.52.1 20
 
But only the secondary route(ip route 0.0.0.0 0.0.0.0 10.200.52.1 20) its being installed on the routing table by the switch.

View 8 Replies


ADVERTISEMENT

Cisco Switching/Routing :: Benefits Of Using Static Route With Default GW With Catalyst 3560

Jul 4, 2012

A check out a network segment and want to know why SwA has a static route to SwB if SwA already has a Default GW to Core?

(SwA, SwB - Catalyst3560, Core - Catalyst4948)Note, there are distribute list on SwA - it does not has any OSPF route (exclude O*IA).

Does this mean when SwA send out packet with DA 10.5.64.0/26, Core will use only L2 switching (instead of L3)? Is this more effectively for Core Switch?

Pleace check my reasoning:
1. When use a static route: SwA receive packet from Vlan 20 with DA 10.5.64.0/26 it will strip out Dest. MAC and replace it with MAC of SwB. Core will switch this packet to SwB based on mac add. table (l2 switching)

2. When SwA has only Default gateway and receive packet from Vlan20 with DA 10.5.64.0/26 it replace Dest. MAC with Core MAC. Core receive this packet, lookup route table for 10.5.64.0 entry and forward packet base on this.

View 6 Replies View Related

Cisco Firewall :: ASA 5510 - Multiple Static Route Tracking

May 15, 2013

I am trying to set up my ASA5510 the fail over of ISP when it can't ping three different IP. I create three different tracking to three different IP using sla monitor & track rtr. But when I do

   route isp2  0 0  yy.yy.yy.yy  50
   route isp1  0 0  xx.xx.xx.xx  31  track 1
   route isp1  0 0  xx.xx.xx.xx  32  track 2
   route isp1  0 0  xx.xx.xx.xx  33  track 3

the last route will replace the previous two and only the last route command takes effect.Is there anyway I can set up the fail over to ISP2 only when it can't ping three different IP from ISP1?

View 1 Replies View Related

Cisco Switching/Routing :: Minimum UPS For Catalyst 3560G-48-Poe?

Oct 2, 2012

We have 2 catalyst 3560g-48-PoE protected by a 1000Va 800Watt tripp-lite and I was cheking to see if that is really sufficient. Looking at the charts from Cisco suppport  I would think I should have more, but have not had any issues with a few power outages

View 1 Replies View Related

Cisco Switching/Routing :: Connection With L2 EtherChannel Catalyst 3560G

Apr 11, 2012

to resolve a problem with L2 etherchannel -when I add VLAN on Portchannel, this VLAN does not appear in config Members of this Po, so after reboot Portchannel does not work: "...and will be suspended (vlan mask is different)"
 
I try to simulate it on test switch in office, but problem does not appear! Both switch are Catalyst3560G with same IOS.
 
1. SW in real network segment: 
 
Model revision number           : D0
Motherboard revision number     : B0
[Code]...

View 6 Replies View Related

Cisco Switching/Routing :: 3560G - Cannot Ping Default Gateway With Route Map Applied

Apr 11, 2012

I have a 3560G and an ASA FW, for which I am trying to use PBR to append the next hop. The gateway is the switch VLAN address and the amended net hop is the same VLAN interface on the ASA. Trouble is, I can ping the FW from a client, but not the switch. If I remove the route map, I can ping both. Even more strange is this is the case for some VLANs, but not all!
 
Config:
 
HOST ON VLAN 96
IP 10.11.120.99
S/M 255.255.255.240

[Code].....

View 2 Replies View Related

Cisco Switching/Routing :: PIM Joins Not Switching Through Catalyst 3560G

Aug 2, 2012

I have the network described below, on which I am running PIM.
 
(network) ---- Embedded Linux Router --(vlan 5)-- CAT 3560G --(vlan 5)-- Cisco 1811 Router ---- Multicast Listener
 
The Linux Router and the 1811 have formed a PIM neighbor relationship.  The multicast listener sends an IGMP Join and I can see the PIM join leave the 1811 router (via "debug ip pim"). Using tcpdump on my linux router I never see the Join come in, but I can see the PIM Hellos (which is why the neighbor relationship formed).

View 2 Replies View Related

Cisco Switching/Routing :: Key Functional Differences Between Catalyst Switches 3560E / 3560X And 3560G

Dec 1, 2011

I need to know the key functional differences between the Catalyst switches 3560E, 3560X and 3560G.

View 1 Replies View Related

Cisco Switching/Routing :: Catalyst 3750 - Route To 2nd ISP

May 2, 2012

I have Catalyst 3750. and 2 ISPs
 
I wanted to use, let say on port5 of Catalyst 3750 only 2nd the ISP will route to this port.
 
The rest is pointed to the 1st ISP.
 
Im thinking of using VLAN..

View 7 Replies View Related

Cisco Switching/Routing :: Inside Static Route For ASA 5505

Jul 30, 2012

We have two sites: 192.168.100.x and 192.168.101.x currently connected  via IPsec VPN. On each end we have a Cisco ASA 5505. However, each site  also has an MPLS VPN with intentions to move all traffic to this link.  Will  this work on the ASA? We need to make sure traffic can hit the ASA @ site A on the  inside interface and trafiic will forward to the MPLS VPN router which  then handles the traffic. Too, will it cause any problems in  bi-directional flow between the two sites?

View 3 Replies View Related

Cisco Switching/Routing :: 887 - Add Static Route Through Another Host Within Same Vlan

May 29, 2012

this is router 887, its vlan is 192.168.3.1/24. If I'd like to add a static route via different host within same vlan, rather than the router, like:

ip route 192.168.100.0/24 192.168.3.6

How can we achieve it? I tried adding it directly and failed:
 
(config)#ip route 192.168.100.0 255.255.255.0 192.168.3.6
%Invalid next hop address (it's this router)

View 6 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 :: 3750 Redistributing A Static Route Into EIGRP

Feb 13, 2013

I'm attempting to redistribute a static route into EIGRP on a 3750 switch and pass it to an upstream router, sadly however this isn't working, or at least the route isn't being recieved on the upstream router. [code]

View 10 Replies View Related

Cisco Switching/Routing :: 3750 - How To Distribute Static Route Via OSPF

Mar 26, 2013

We have a 14 offfice MPLS network.  All offices have Cisco 3750s running OSPF which replicate route tables via our providers BGP peers.   I am introducing a new network in our SF office which is not directly connected so in SF we have a static route "ip route 172.16.20.0 255.255.255.0 192.168.100.1. I want our other offices to learn this route route via OSPF so that they know how to get to the new network.  My problem is that of course remote sites do not see our static routes and i  have tried to add this via ospf but the switch will not propagate this route because it is not directly connected to the switch in SF.
 
router ospf 1
log-adjacency-changes
network 10.2.0.0 0.0.0.255 area 2.2.2.2

[Code]......

View 5 Replies View Related

Cisco Switching/Routing :: 6500 Redistribute Static Route In Eigrp With VRF

Feb 19, 2013

I have an issue with my setup of a 6500 switch (12.2(33)SXI9).We have a 6500 switch with several VRF's. For a certain VRF I would like to redistribute a static route in EIGRP. After doing so I don't see the static route on my eigrp neighbor.
 
This is a overview of my config. I'm basically redistributing only my static route for this vrf in eigrp.
 
I found a similar case in which the solution was adding a metric to the static route. (eg. redistribute static route-map static-eigrp-pp metric 10000 100 255 1 1500). But the strange thing is that we don't have this issue on a similar machine (same IOS, same config setup). [code]

View 2 Replies View Related

Cisco Switching/Routing :: 7600 Static Route ECMP Failover?

Apr 29, 2012

I have run into a problem testing static route failovers using ECMP.  I have an edge device (SUT) that has 2 NIC interfaces to an internal Loopback.  Each NIC is a unique Gi port on an 7609 VLAN tagged with unique IP subnets.  The 7600 is configured to route the loopback via the 2 NIC.  I am using CEF in the network for other traffic performance testing.  Using an external sniffer we can verify that when a ping is initiated externall to the SUT loopback a specific path is selected by the router. 
 
Ping host ------Network-----7609 Gi1/21 (172.16.110.9)-----------SUT Nic1 (172.16.110.10)
                                        |                             |
                                        |                             -------Loopback 137.168.68.114/32
                                        |                             |
                            7609 Gi2/21 (172.16.110.73)------------SUT Nic2 (172.16.110.74)

[code]....

Now, when the selected path is taken out of server (pulling cable for example), the 7609 is not clearing the routing table to indicate that particular path is down and failing over to the secondary path.  Other things I have noticed is the show ip cef still shows both peers as well as the arp table but the interface shows down (show interface gi1/21 for example).  I am running 15.1.  My understanding is that since the ports are directly connected to the router, the ports should be detected as down and any association of the IP for the down port should removed.  This should trigger the static route to update the static route for the end destination to use the second path and traffic should continue. 
 
ROM: System Bootstrap, Version 12.2(17r)S2, RELEASE SOFTWARE (fc1)BOOTLDR: Cisco IOS Software, c7600s72033_rp Software (c7600s72033_rp-ADVENTERPRISEK9-M), Version 15.1(1)S1, RELEASE SOFTWARE (fc1)

View 4 Replies View Related

Cisco Switching/Routing :: IP SLA On 3750 Switch To Track Static Route?

Oct 15, 2012

i wonder if i can make a backup static route for an existing link over wan using the below diagram
 
the Core Switch type is 3750 in both sides i`m using only static routing for  all destination like
 
Core1:
ip route 192.168.8.0 255.255.255.0 172.10.10.30
 
Core2:
ip route 172.17.200.0 255.255.255.0 192.168.100.105
 
requirements is to track the reachibility for the core ip address from both sides & change the routing automatically to the backup tunnel line

View 1 Replies View Related

Cisco Switching/Routing :: Static Route Deletion Impossible On Nexus 7010

Jan 3, 2012

I am working on Nexus 7010 with NX-OS 5.1.5. I have to delete the static route 10.10.0.0/16 via 10.16.0.21. [code] I try to remove the route with the command "no ip route 10.10.0.0/16 10.16.0.21" and I have the message below % Route not deleted, it does not exist..I don't understand why I have this message because the static route exist.

View 9 Replies View Related

Cisco Switching/Routing :: Unable To Delete Static Route 1811w Router

Nov 23, 2012

On 1811W  Router i have OSPF running and i do not need this static route.ip route 192.168.20.0 255.255.255.0 192.168.20.3,when i try to delete i get error ,1811w#,config t,Enter configuration commands, one per line.  End with CNTL/Z.,1811w(config)#no ip route 192.168.20.0 255.255.255.0 192.168.20.3,%No matching route to delete,1811w(config)#.

View 7 Replies View Related

Cisco WAN :: Reliable Static Routing Backup Using Object Tracking On 2800

Jan 29, 2012

I was configuring route tracking at a client with several sites to route across GRE tunnels and being able to detect a failure of the main site. To my surprise when configuring a 2800 series router (after sucessfully configuring a 1800 series on the same infrastructure), a 2821 with  IOS 12.4(24)T2 IPbase, the commands for ip sla object tracking don't show up.The feature navigator says the router supports this, but it just won't take the commands (also tried older versions of the commands such as "ip sla monitor.." and "rtr .." to no avail).

View 5 Replies View Related

Cisco WAN :: 7609 - HSRP Feature / IP Route Tracking

Jun 15, 2011

I am using two 7609 router in setup, HSRP enable on both router, and both have WAN connectivity to different PE end router we want to enable hsrp feature ip route traking, in case primary link goes down (Because of any reason link bgp failure, PE device issue).

View 1 Replies View Related

Cisco WAN :: 3750 Routing Traffic Using A PBR Precedence Over Static Route?

Feb 16, 2012

I have a new MPLS circuit being stood up for my site; it’s going to replace a site to site VPN connection to our "Headquarters." I want to test this without affecting my production networks. Without getting into alot of details, the admin at the remote site is not very cooperative and basically doesn't want to set this up and I don't have access to his switching/routing. He is prepared to do minimal tasks if necessary. Ultimately, I am looking to test the new Vlan, once successful, route the traffic away from the Site to Site VPN connection to the MPLS circuit. Here is what I plan on doing, I need to determine if it is going to work.
 
LAN in my office uses EIGRP for routing. MPLS (10.1.1.253) uses OSPF (area 0) and BGP. Currently, traffic destined to headquarters (10.10.1.1/24) uses the default route on a CAT3750 pointing to the firewall (ASA5520) (10.1.1.254).Create new VLAN/DHCP scope to use as a test Vlan to test the new MPLS circuit. 10.1.199.0/24Create static routes on 3750 destined for headquarters for L2L VPN traffic pointing to firewall so traffic to headquarters remains on the L2L connection. ip route 10.10.1.1 255.255.255.0 10.1.1.254 (once I share routes with OSPF, routes to Headquarters will be advertised over the MPLS)Create OSPF instance on the 3750 advertising only the new subnet so that the MPLS network knows to route this traffic over the MPLS for return traffic from headquarters. (this is where it is grey as I don’t know OSPF at all) The switch has a L3 interface which the MPLS router uses as its gateway, so there is direct communication.router-ospf 0 network 10.1.199.0 0.0.0.255 area 0 4. On 3750 create a PBR for the new subnet so that it is routed over the MPLS, (imagine test PC is 10.1.199.100), the remaining production subnets will use the static routes and ignore the OSPF routes because of the shorter administrative distance.Will the PBR route win over the static route for that one subnet? Is that all I need in the OSPF configuration? I see some configs that have neighbor statements with costs, authentication types etc..

View 3 Replies View Related

Cisco WAN :: IP SLA And Object Tracking For Default Route On Nexus 7010

Mar 18, 2013

We have a Nexus 7010 running version 6.1(2). 
 
I'd like to use IP SLAs and object tracking to define static routes for specific source/destination traffic across some WAN links we have.  I've done this in IOS and it's worked fantastically, but I've not found where/how to do this on the Nexus 7010 platform (or any Nexus platform) as of yet.  I could have sworn that this was going to be introduced in the 6.x code?  Below is an example of how we do this in the IOS world:
 
track 11 ip sla 1 reachability
delay down 15 up 15
ip sla 1

[Code]....
 
Esentially this gives us the option of using a "failover" default route.  I've attached a basic diagram to explain what we are trying to do with IP SLAs and object checking.  The tracking should be configured against an SLA that uses icmp and the static routes should be configured against the tracking.

View 3 Replies View Related

Cisco WAN :: Catalyst 3560 Ipv6 Bgp Route Received But Not Added To Routing

Jan 15, 2011

I have a really weird issue with my cisco catalyst 3560G.
 
-device: cisco catalyst 3560g
-ios: 12.2-53(SE) IP SERVICES
 
scenario: configured IPv6 iBGP link between this switch and a router. the router is announcing 1 (test) route. the switch sees the route properly, but doesn't add it to routing table (the route never gets to be "best path", although it should be).

View 15 Replies View Related

Cisco WAN :: Cannot Apply Policy Route-map To VLAN Interface 3560G

May 1, 2013

I have a 3560G that I cannot apply a policy route-map to one of the VLAN interfaces. I am running up to date software, c3560-ipservicesk9-mz.150-2.SE2 and it accepts the command, but does not show it in the sh run of the interface. I updated to this code as I had seen previously someone said it needed to be version 15 before you could apply route-maps to VLAN interfaces.

View 4 Replies View Related

Cisco WAN :: 1921 / 3560G - Unable To Access List And Ip Route

May 1, 2011

Have cisco router 1921 and 3 cisco switch 3560G i want to configure the cisco router so as network 192.168.4.0/26,192.168.3.0/26,192.168.2.0/26, all to access internet R1921(config)# ip nat inside source list 102 int G0/0 overloadR1921(config)# access-list 102 permit ip ?

I am right to do this below?

R1921(config)# ip route 192.168.4.0/26 10.10.10.2R1921(config)# ip route 192.168.3.0/26 10.10.10.2R1921(config)# ip route 192.168.2.0/26 10.10.10.2

assist on access-list and ip route?

View 20 Replies View Related

Cisco Switches :: ESW-520-24p Not Able To Connect To Catalyst 3560G

Sep 27, 2010

a customer purchased a ESW-520-24p to be used in a VoIP project. Today we had difficulties connecting it to a Catalyst 3650G switch; We've tried setting the port to trunk, general, customer and access and changed all sorts of VLAN settings on the 3560G switch to no avail: the switches just wont interconnect. While sniffing we saw that ARP requests are even not answered, so something is wrong on a low level, probably with VLAN-ing.if these switches should be able to be interconnected and if yes, what needs to be done to do so?
 
Secondly; voice will be on seperate VLAN and the client will use SPA942 phones, which have an internal switch that allows to connect a PC to it. I've used this phoned successfully with Catalyst Express switches and I didn't have to do anything for VLAN-ing, this worked "out of the box". Can these phones work with the Small Business switches as well?

View 4 Replies View Related

Cisco Infrastructure :: Route Internet Traffic To Different Gateway Using 3560G Switch

May 24, 2011

My issue: I have installed a firewall within my network.  Currently all my clients default gateway defaults to GW:192.168.1.1. I would like all my internet traffic to route to the firewall ip 192.168.1.30.  My Primary switch ip is 192.168.1.10, which is a 3560G running 12.2(25)SEE2 IPBASE-M.
 
My main problem is, I do not have access to the gateway, so I am trying to route internet traffic from within my switch to the firewall.  I have already tried Route-Map, but seems this version of the OS does not support. I have already tried Policy-Map, but same as above. I have also tried IP ROUT command, but it did not work either.
 
And remember, I would like to perform the routing from the switch, because I do not have access to the default gateway which is a router to perform forward internet traffic to the firewall.

View 4 Replies View Related

Cisco WAN :: Catalyst 3560G - Limiting VLan Access?

Jan 27, 2011

I have three VLANS set up on my Catalyst 3560G switch.  Each VLAN has its own subnet and I have enabled IP routing and set up my VLANS so that clients on VLANS 1 and 3 can get to VLAN 2 because they share a server located on VLAN 2.  However, now they can also see and get to each others VLANS! How I can allow my clients on VLANS 1 and 3 access a server on VLAN 2 but not access the other VLANS?  I don't want VLAN 1 to get to VLAN 3 or VLAN 3 to get to VLAN 1. 

View 17 Replies View Related

Cisco :: Catalyst 3750X User Tracking Report Does Not Work

Jan 9, 2012

We just deployed some Catalyst 3750X-48PF-L switches. I noticed that the user tracking report doesn't work normally.The switches have C3KX-10Gb NM modules, and all access port are 1 Gbit. But in the User Tracking report, I see devices found on Fa0/43 for example (this is because the previous switch was a Catalyst 2960. I deleted the old switch and add the new 3750X, so this could not be the cause of the problem).I installed all the patches that are available for LMS 4.0.1.

View 1 Replies View Related

Cisco Switching/Routing :: ISR 1921 - IP SLA Tracking

Oct 5, 2012

I have already ordered a Cisco ISR 1921/K9.    but as i read on Cisco website, it is written that Cisco 1921/K9 only support  (IP SLA Responder) feature.
 
I don't know actually what is sla- responder.  but our requirement is we will connect that Router 1921/K9  into 2-ISP links and i want to enable  IP- SLA probes on that router so that it can track  both the routes into those isp links. so my question is  does  CISCO 1921/K9  have the support for what i need ?How about  Cisco 1921-SEC/K9 ?

View 1 Replies View Related

Cisco Switching/Routing :: VLAN Routing To Internet Through Firewall 3560G

Jul 24, 2012

Since two weeks I have a problem with the VLANs who I started to configure. I hope together we find the way.I have 5 VLANS configured in a CISCO 3560G switch. In my windows server 2003 I configured DHCP scope for each VLAN.One of the requirement to connect vlans each other is to put the IP of each vlan as gateway in the clients.So, how can I do to access to internet?. The ip of my Firewall are in one of the VLAN´s.When the configuration of the LAN only had one DHCP scope the gateway was the ip of my firewall. But now i don´t know how to configure the DHCP server, or the firewall, or the switch, or all of them To get access to internet.

View 2 Replies View Related

Cisco Switching/Routing :: 3560G - How To Setup Per Vlan Routing

May 14, 2013

I'm trying to set up per vlan routing on a 3560G switch but it's not performing as I would expect. I've got a server on the 109 vlan with a 10.1.9.100 address and a default gateway of 10.1.9.1 this address is an HSRP gateway and currently resides on 10.1.9.7. When I traceroute through to my user PC on the internal network it receives a response from 10.1.9.7 However, it is then denied by an ACL on the internal firewall which has been applied to interface Eth0/0. It should arrive at the firewall on Eth0/2.109 as it has the 10.1.9.4 address.
 
My goal here is to route traffic on the 101 vlan to a seperate interface on the internal firewall from 109 vlan traffic. I'm either doing something wrong or these routing commands aren't designed to work in the way I'm expecting (I couldn't find any documentation on the ip route command where it is followed by different gateways for different vlans)
 
interface GigabitEthernet0/12
description Internal-FW Eth0/2
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 109
switchport mode trunk(Code )

View 1 Replies View Related







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