Cisco Switching/Routing :: ACL Behaviour On HSRP 6500 Standby SVI

Jan 19, 2012

I have been reading several posts in this forum to try to understand ACL  behaviour on a standby HSRP 6500, I would be glad to get this cleared.I have two 6509 running HSRP for all Vlans...I created VLAN 100 with standby ip address 192.168.1.129 255.255.255.128
 
Active 6509 (SW01) ip is 192.168.1.130/25, priority 120
Standby 6509 (SW02) ip is 192.168.1.131/25
 
I have created a DHCP server on the standby 6509 only on the same VLAN 100 with a defaul router of 192.168.1.129 (i.e. the hsrp vip). I connected a pc directly to the ethernet port on the standby 6509 and put it under VLAN 100 and it obtained its ip 192.168.1.200 from the ios dhcp.Now I want to restrict this PC (and any other on its subnet) to access only a remote server 172.168.10.10 and nothing else. I have created the following access list, allowing traffic to the remote server, ospf and hsrp updates,ios dhcp...
 
Extended IP access list SWRES
10 permit ospf any any log (172 matches)
20 permit ip any host 172.168.10.10
30 permit ip any host 224.0.0.2
40 permit udp any host 255.255.255.255 eq bootpc
50 deny ip any any log (52 matches)
 
I have applied this ACL on both the 6509s under interface VLAN 100 ip access-group SWRES in  
 
1. When I ping different subnets on the 6509s from the PC, I still receive icmp replies although I expected the acl to pass traffic destined for the remote server only. I do get deny log messages on the Active 6509, but not on the standby 6509 where the PC is connected.
  
2. Is permitting bootpc in the acl enough for IOS  DHCP server and client operation? Do i need to explicitly permit access to the defaul-router configured in the DHCP, which happens to be the VLAN 100 gateway ip and hsrp vip as well (192.168.1.129)
  
3. I do get deny logs on both the 6509s from the PC trying to access the local VLAN 100 broadcast address on ports 137, 138.
 
 %SEC-6-IPACCESSLOGP: list SWRES denied udp 192.168.1.200(137) -> 192.168.1.255(137)

View 7 Replies


ADVERTISEMENT

Cisco Switching/Routing :: 4506 HSRP Active To Standby And ARP Impact

Mar 4, 2013

I am running HSRP on three 4506 switches..S1(active) S2( standby) and S3(listen)..S1 is active for all the vlansRight now, I wanted to  make S3 active for two vlans: vlan 10 and 19What would be the impact to the end hosts?Also, can you tell me why the arp is not syncing for all the three devices? [code]

View 4 Replies View Related

Cisco Switching/Routing :: 6509 - HSRP Standby Address Not Reachable

Jun 11, 2013

I have  my hsp setup where switch A and switch B share active/standby roles among several vlans. In the last few weeks, i have seen trouble tickets where connectivity is lost and upon investigation i discover that i can ping physical interface IP addresses for both standby and active devices but not the standby IP. I have also validated configurations and layer 2 paths and they haven't been broken.

What I end up doing is failover to the standby device and back and the problem clears, reachability is restored. My question is whether I am solving this the right way. If so, what is it that would cause the standby IP to not be reachable and how does my solution fix that? N/B the switches are catalyst 6509's.

View 2 Replies View Related

Cisco Switching/Routing :: Nexus 7000 - HSRP Active / Standby?

Dec 16, 2011

I am working on two Nexus 7010 with 5.1.5 NX-OS version. I configure HSRP traditionnaly, Nexus 1 with a priority of 200 and Nexus 2 with a priority of 100 for all vlan.

When I change the priority of a vlan to 200 to 50 for example, Nexus 2 become active and Nexus 1 standby. The problem is that when I do a traceroute from a PC the packet take the Nexus 1 as defaut gateway all the time.....

For information I have a peer link between the 2 Nexus for vPC.

View 9 Replies View Related

Cisco Switching/Routing :: Possibility For Nexus 7000 To Be HSRP Active Standby In Data

Nov 20, 2012

Normally when we do HSRP with vPC on N7K the device will be Active/Standby in control plane but it will be Active/Active in data plane. In this case any traffic reach to standby device it can forward traffic directly to uplink which is not my desire. My goal is all traffic should pass through active (control plane) device in every case unless active device totally dead. So Is it possible for Nexus 7000 to be HSRP Active/Standby in Data Plane ?

View 4 Replies View Related

Cisco Switching/Routing :: 3550 - Unable To Ping Internet From HSRP Standby Switch

Nov 16, 2011

I have router connected to 2  3550 switches  directly. 3550A  and B  switches are running HSRP. OSPF is running between Router and 2 switches.
 
From Switch B  i can ping the Router Wan interface but not the internet sites. from Switch A  i can ping any sites?
  
Switch B 
3550SMIB#                          sh ip routeCodes: C - connected, S - static, R - RIP, M - mobile, B - BGP       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area       N1

[Code]......

View 7 Replies View Related

Cisco Switching/Routing :: 4948 E HSRP Connect Devices To Standby Unit That Do Not Require Redundancy

Jul 29, 2012

If I setup 4948E's in HSRP configuration.  And I connect devices to the Standby Unit that do not require redundancy.  Will there be any issues passing traffic?  I don't believe that standby unit blocks the traffic but wanted to confirm.

View 5 Replies View Related

Cisco Switching/Routing :: 6500 - HSRP Design And VSS

Apr 17, 2012

is it possible to run hsrp on two routers (not l3 switch) connected to a l2 switch ? if so does the two routers need a back to back connection ?
 
i know if use two l3 switches (instead of routers) and connect to a LAN switch then we need a back to back connection between the L3 switches
 
also can we use hsrp on vss on 6500?
 
design
 
 
1800 router                                       1800 ROuter
     |                                                        |
     |                                                        |
     |---------- L2 switch-------------------------------|
 
if the above design is acceptable how does the routers know which one is active and which one is standby ? if we need a direct connection between two routers they have to be on a seperate subnet and routers dont allow broadcasts - so how will hsrp work on routers ?
 
L3 switch --------------------------l3 switch
   |                                            |
   |                                            |
   |---------------L2 switch---------------|

View 8 Replies View Related

Cisco Switching/Routing :: 6500 - HSRP Is Instable

Apr 14, 2013

n our datacenter we've implemented HSRP on 2 6500's for redundancy purposes. Both switches are connected via a trunk. When an interface is administratively brought up, HSRP becomes instable. Below some selective logging: 
 
12:58:01.759 CET: %HSRP-5-STATECHANGE: Vlan32 Grp 32 state Standby -> Active12:58:01.919 CET: %HSRP-5-STATECHANGE: Vlan21 Grp 21 state Standby -> Active12:58:02.031 CET: %HSRP-5-STATECHANGE: Vlan42 Grp 42 state Standby -> Active12:58:02.031 CET: %HSRP-5-STATECHANGE: Vlan18 Grp 18 state Standby -> Active12:58:02.223 CET: %HSRP-5-STATECHANGE: Vlan4 Grp 4 state Standby -> Active

Basically what happens, is that both switches becomes active and thus are forwarding traffic. After a few seconds all is back to normal. It seems they are missing each others "hello messages", so the state change is in this case normal outcome. What I can't figure out', is the root cause. Since it is triggered by bringing up an random interface configured as a dot1q trunk, I'm thinking of STP limits. But the limitations I found are 10.000 active STP logical ports and 1800 virtual ports per slot. In my case this is 2591 logical ports and all the virtual ports per slot are below 1800. This suggest the switch is capable of running this set-up without a problem.
 
Some extra information:-Sup 720 10GE-Version 12.2(33)SXH2a-No Vss used-No drops on trunked interfaces between the 2 core switches-83 standby groups (max256)
-R-PVST

View 5 Replies View Related

Cisco Switching/Routing :: 6500 VSS Standby Stuck In Utilization?

Oct 29, 2012

After a power outage our standby VSS switch has not recovered. The switch keeps cycling through its initialization and then powers off all modules.
 
The Dead peer detection is working and VSL links are up.

View 6 Replies View Related

Cisco Switching/Routing :: 6500 / Can't Ping From OSPF Network To HSRP Segment

Aug 21, 2012

We have an OSPF network with four 6500 Distribution Switches.  They are fully meshed and see each other as peers and are sharing routes.  Off of one pair (Border)  there is a setup of 3750G  siwtches that go off to another network and they do not run OSPF.  Between the Border Dist and the 3750G Switches we run HSRP.  The 3750G side uses HSRP GP 192 and the Dist Side uses HSRP 192.There are static routes on the 3750G pointing to the Dist HSRP address to get back to network.Pings fail from the OSPF side to the HSRP address on the 3750G side.If I do a trace from the OSPF side to the HSRP address it hits one border dist switch then the other and fails.If I have static routes on both border dist switches pointing to the HSRP on the 3750side, do we need to change the metric on one dist so that it is preferred over the other or should the router Id take care of that?

View 1 Replies View Related

Cisco Switching/Routing :: 6500 Redundant Supervisor Engine Will Forward Data While Is Standby

Oct 26, 2011

We bought Cisco sup engine WS-SUP32-GE-3B for 6500 switches 2 nos for redundancy. I have connected 6 systems on each sup engine ports. How to clarify whether both sup engine will forward the data while one is Master and other is standby?

View 4 Replies View Related

Cisco Switching/Routing :: Stack Behaviour Of 3750 Switch

Nov 17, 2012

I configured 3750 A  switch with vlan 20 and its IP address 192.168.20.41Its default gateway was 192.168.20.3Then i configured 3750 B  switch with same default gateway and vlan 20 IP   192.168.20.43My question is now when we stack it becomes single switch and now vlan 20 ip address is 192.168.20.43 thats only IP i can see.So how does stack switch choose vlan 20 IP?Does it choose highest IP address between two switches if they have same vlan 20 as in my case?Also when i go to switch 3750 b by session command and do sh ip route  it does not show ip default gateway .Also it shows vlan 20 as admin down .

View 5 Replies View Related

Cisco Switching/Routing :: SPAN / Monitoring Destination Port Behaviour - 2960 LAN

Jan 16, 2012

In s SPAN session , normally the destination prt is used for monitoring purpose only. But could destination port be used to access the equipement or PC connected to that port , for a 2960 LAN BASE image  switch .

View 2 Replies View Related

Cisco WAN :: 3945 - Maximum Amount Of HSRP / Standby Groups Supported

Sep 22, 2011

I am trying to find out what the maximum amount of HSRP/Standby groups a Cisco 3945 will support. I found this link that I think says 256 URL.

View 6 Replies View Related

Cisco Switching/Routing :: Upgrade 6500 Non Modular IOS To Normal 6500?

Dec 21, 2011

how can we upgrade 6500 non modular ios to normal 6500 ios?

View 5 Replies View Related

Cisco Switching/Routing :: 7609 For Switching / Based On LAN (VRRP / HSRP) Feature

Oct 18, 2011

I am facing an isssues with 7609 for LAN switching , based on  LAN (VRRP/HSRP) feature.Actually  we are having ES+ cards (on 7609) and we are using multiple groups(say  350 vrrp groups) running on the router . the routers are connected as router 1>>> mux(which is working as switches)>>> router2

my questing are

1.  does their will be "multicast packets" (for VRRP/HSRP group) "from backup  router to Master router", when in stable state( ie when Master and  backup are already chosen) , or the packet from backup to master should  be unicast.I know for sure, the packet from master to back is multicast packets denstination to Multicast IP packet and To MAC address.I am not sure but I think from backup to master it should be multicast
 
2. what is frequency of these packets( from backup to master)
 
3.  As i have multiper group on a single interface ( we are using q-in-q),  when the connectivity from router's is broken, then does all the groups  will muticast their active roll in the lan sengment "at once" or it will  be in a groups say 100 groups at once, and after few ms few 100's and  sone ( as is on OSPF or RIP)
 
we are in between troubleshooting I hope we get the ans( Actul problem we are seeing in the router's that we have 2 ports on active routers and 2 ports on standby router , but we are not seeing muticast on 1 port on standby router where as all other 3 ports are seeing multicast packets) [code]

View 5 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 Switching/Routing :: 3560E - HSRP Gateway Failover And Routing Table

Nov 12, 2012

We have two Cisco 3560E layer 3 switches at the core of our network. The switches are configured as an HSRP pair and the clients on our network point to the HSRP address as their default gateway. So if CORE-A dies, then CORE-B will pick up the address and the default route for the clients will continue to be available.We also need to specify a few static routes on the core switch to allow us to get to specific networks. Is there a way to do this so that the routes failover in the same way that the default gateway does?

View 2 Replies View Related

Cisco Firewall :: 6500 FWSM Active / Standby In VSS Mode

May 10, 2012

i do have two 6500 in VSS mode , and one FWSM module on each 6500, i want to configure these modules as Active/Standby, how do i start , should i  follow this (not in VSS mode): url..

View 1 Replies View Related

Cisco Firewall :: 6500 Setup In Active / Standby Fail Over Configuration

Feb 29, 2012

I have been having an annoying issue for the past few weeks with my ASA setup. We are using the ASA as our Remote Access Gateway and originally had it setup in a Active/Standby failover configuration using 2 x 5520 ASA's.The original setup of the devices was that the 2 x ASA were setup in a failover configuration, with both of them connecting back to the internal network via a 6500 device. Because of using failover I created a VLAN on the 6500 and put the two ports that connect the ASA's into that VLAN. I then configured the VLAN interface to be the EIGRP interface for the neighbour relationship to the ASA's.
 
The problem I am seeing is that the EIGRP neighbour relationship between the Active ASA and the 6500 keeps flapping. It occurs abour 4-5 times every day at randmon intervals. Sometimes the neighbour relationship will stay up for 6-7 hours, other times it flaps every 1-2 hours. I initially thought it was due to the failover configuration so I removed one of the ASA's and removed all of the failover configuration, but the EIGRP neighbour flapping problem still exisits. [code] Since removing the failvoer configuration I am thinking it could be a physical cable problem?

View 4 Replies View Related

Cisco Switching/Routing :: HSRP Between Three 6509 Switches?

Jan 8, 2012

I want to setup HSRP between three 6509 switches with a single virtual ip for all the three switches.
 
know if its possible and share any site or config.

View 1 Replies View Related

Cisco Switching/Routing :: IPv6 HSRP Implementation On IOS-XR 4.2.1

Nov 11, 2012

I'm looking to try and implement ipv6 HSRP on a series of IOS-XR Routers running 4.2.1 following on from successfully setting up IPv6 HSRP on a few cat6509s on VLAN Interfaces in other parts of the network. I have entered the "router hsrp" configuration menu and gone into the interface in question that I'm looking to setup with IPv6 HSRP. Unfortunately, there version 2 or address-family ipv6 commands are not available.

View 2 Replies View Related

Cisco Switching/Routing :: 4900 HSRP For LAN Fail-over

Jan 23, 2012

Planning to implement HSRP in layer 3 switch.

We have two numbers of Cisco 4900 ME Switches. Basically want LAN failover from these devices. There are about 400 users in our network. I have attached rough network topology for your reference(I am not good at Microsoft Visio). Need to know implementation of the HSRP in these switches. Two distribution switches(Cisco 4900 ME Switches) are connected to 4 Access switches and these are connected to the LAN.

View 2 Replies View Related

Cisco Switching/Routing :: HSRP Flapping On 7604?

Jul 9, 2012

i have 2 cisco 7604 distrubution routers .Both routers are running 310 hsrp groups.
 
Sundenly there is hsrp flapping which causes high CPU.
 
What is the limitation of HSRP group on cisco 7604 router .Below is the show ver from the router
 
----------------- show version ------------------
Cisco IOS Software, c7600rsp72043_rp Software (c7600rsp72043_rp-ADVIPSERVICES-M), Version 12.2(33)SRC2, RELEASE SOFTWARE (fc2)

[Code]......

View 2 Replies View Related

Cisco Switching/Routing :: 3560x / HSRP On LAN And WAN Interface?

May 9, 2012

I currently use L3 switches as edge routers to my WAN. I want to use a pair of 3560x switches with IPbase to provide a failover path to my WAN using HSRP at one location but had some problems testing the configuration. My plan is use a virtual address on the LAN interface (VLANx which port gi0/1 accesses) and the WAN interface (VLANy which port gi0/24 accesses). I want switch 1 to be primary since it will have an IPS attached to it, and switch 2 will be backup and used only when switch 1 or the IPS requires maintenance. On both the LAN and WAN sides there is no advanced routing going on, the various hosts just depend on the availability of their respective default gateways, so HSRP should be sufficient to provide a failover in either direction.
 
In my testing I got 1 or the other link to fail over but not the entire switch. What should my config look like to achieve failover of the entire switch in the event 1 or the other interface goes down, and fail back when the primary links are again available?

View 7 Replies View Related

Cisco Switching/Routing :: 3945 - License To Run HSRP?

May 20, 2013

if the Cisco 3945 router requires any license for it to run HSRP. Also advise which IOS runs HSRP on the 3845 router. 

View 3 Replies View Related

Cisco Switching/Routing :: 3850 - Way To Configure HSRP

Mar 3, 2013

I just started a evaluation license for IP Base on my 3850 switches. But i can't configure HSRP cause the commands are not there (I rebooted allready). Do you need enterprise for HSRP on the 3850?

View 7 Replies View Related

Cisco Switching/Routing :: HP C7000 / Nexus 5K - Locking Down HSRP ARP / MAC?

Mar 6, 2013

Had a Sev 1 issue today.  We have a bunch of Nexus 5ks connecting to some HP C7000 Chassis for the use of Virual environments.  Engineers build and tear down servers during the day, however today, an engineer configured a virtual machine accidently with its IP address as the default gateway.  Each pair of nexus switches has one physical SVI per vlan and a HSRP address for the vlan.  Of course this engineer configuring the server IP address as the HSRP address killed the vlan... which lead me onto think... are they are tried and tested techniques to protect this from happening on the switch.  Enforcing the ARP/MAC of the HSRP address and not allowing it to change or any other device to change it?

View 2 Replies View Related

Cisco Switching/Routing :: Nexus 5546 HSRP Not Formed

May 17, 2012

I have a paif of nexus 5548 configured VPC using the mgmt interface as heartbeat and 2x10G as peerlink. Peer-gateway is also configure on the vpc domain. I have 2 FEX straight thru connection to each Nexus'es. Created 2 VPC and both are up and no suspended vlans. Allowed VLANs in peerlink is 10,20,30,40 and 50. I configure SVI for VLAN 10 on both nexus 10.10.10.100/24 and 10.10.10.101/24 respectively. The problem is when I create HSRP on this VLAN 10 (vip 10.10.10.88), the hello packets are not heard by both nexus, thus both Nexus are acting as active with unknown standby. I can ping both vlan 10 from each Nexus. I tried deleting and putting back the config but no luck.I tried creating another SVI vlan 20 on both nexus and form hsrp, result is same as in vlan 10. I am running version 5.1 release on both nexus.

View 3 Replies View Related

Cisco Switching/Routing :: 3850 Cannot Configure HSRP Cause The Commands Are Not There

Jun 7, 2012

I just started a evaluation license for IP Base on my 3850 switches. But i can't configure HSRP cause the commands are not there (I rebooted allready). Do you need enterprise for HSRP on the 3850?

View 2 Replies View Related

Cisco Switching/Routing :: HSRP On Secondary IP Address - 2900

Feb 21, 2013

I have a few old 2600 routers (2621, different IOS's) which I'm now replacing for new one's from the 2900 series (2901, Version 15.1(4)M4).In my configuration I have two IP addresses in my LAN interface and I have HSRP configured within the secondary IP subnet range. It would be something like this:
 
interface GigabitEthernet0/1
ip address 172.x.x.x x.x.x.x secondary
ip address 10.z.z.z z.z.z.z

[Code].....
 
Now, in the new 2900 routers, my interface configuration hasn't changed however I can see that the hello packets are now sent with the source within the respective HSRP IP subnet so I had to edit my acl for that:
 
permit udp 172.x.x.x x.x.x.x host 224.0.0.2 eq 1985
 
Is there a way I can force the HSRP to work as it previously did in the old IOS's?

View 3 Replies View Related

Cisco Switching/Routing :: Configure 2951 And 2921 In HSRP?

May 28, 2012

Is it possible to configure a Cisco2951 and a Cisco2921 in HSRP?

View 1 Replies View Related







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