Cisco Switching/Routing :: To Issue Eigrp Leaking Routes On Catalyst 6500

Mar 26, 2012

Is it possible to issue eigrp leaking routes on catalyst 6500 running IOS 12.2-33SXI9 on gigabitethernet interfaces? or is there another way to acomplish this?

View 10 Replies


ADVERTISEMENT

Cisco Switching/Routing :: 3560 - Advertise Default Routes From EIGRP Stub?

Feb 13, 2013

I have a 3560 with IP base that is acting as a true EIGRP stub router today.  It advertises local routes to the upstream service provider router and receives a default route.
 
Now I want to connect a 3900 ISR as a voice gateway.  The 3560 does not seem to be advertising any routes to the 3900.  Ok the EIGRP stub doc says this:
 
Only specified routes are  propagated from the remote (stub) router. The router responds to queries  for summaries, connected routes, redistributed static routes, external  routes, and internal routes with the message "inaccessible." A router  that is configured as a stub will send a special peer information packet  to all neighboring routers to report its status as a stub router.
 
# Any neighbor that receives a packet informing it of the stub status will  not query the stub router for any routes, and a router that has a stub  peer will not query that peer. The stub router will depend on the  distribution router to send the proper updates to all peers.
 
I guess I don't understand why the stub advertises local routes to the upstream ISP router but does not seem to advertise routes to the 3900.  Does the stub identify the ISP router as the distribution router somehow, thus differentiating it from the 3900?  If so, how is this done?
 
show ip eigrp neighbor detail on the 3900:
 
EIGRP-IPv4 Neighbors for AS(100)
H   Address                 Interface       Hold Uptime   SRTT   RTO  Q  Seq
(sec)         (ms)       Cnt Num

[Code].....

View 4 Replies View Related

Cisco Switching/Routing :: EIGRP (AD90) - Are Redistributed Routes Considered For RIB Entry

Mar 17, 2013

If a router receives EIGRP (AD90) routes, and is configured to redistribute thoes routes into BGP(AD20), why does the RIB show only the incoming EIGRP routes and not the redistributed bgp routes?   Are redistributed routes considered for RIB entry in the router that is doing the redistribution

View 2 Replies View Related

Cisco WAN :: EIGRP 101 - Prefer External Routes Versus Internal Routes?

Apr 8, 2011

Is there a way in EIGRP to prefer external routes versus internal routes. EIGRP always picks up internal routes as long as they are available, no matter if external routes have better metric. Our Scenario is that we have DMVPN hub and spoke topology running EIGRP 101. The Core routers also on EIGRP 101 prefer EIGRP 101 routes. We have the new MPLS network running BGP and redistributing these BGP routes into EIGRP 101. The core routers prefer EIGRP 101 routes (internal) to redistributed BGP (external) routes.

View 9 Replies View Related

Cisco Switching/Routing :: 6500 Two Default Routes Not Working

Oct 15, 2012

6500 - version (s72033_rp-ENTSERVICESK9_WAN-M), Version 12.2(18)SXF17a.I have two ISP's. I have created two defaults as follow & secondary route does not work. [code] After disabling the interface to ISP1, backup routes does not work. [code]

View 2 Replies View Related

Cisco Switching / Routing :: 6500 / VSS - Share / Leak Routes Between VRF And GRT

Dec 13, 2012

I have a scenario which is fairly common - certain servers are accessed from the internet via a Load Balancer, and since seeing true client IP is a requirement, the return traffic path must go back through the load balancer.  However, I do not want to route all traffic via the load balancer for obvious performance reasons.  Internal traffic should be routed directly by the Layer 3 switch, which has a default route of a Firewall. 
 
My plan is to use a VRF for the load balancer and any applicable servers, which works fine.  But now I need to join the VRF's routing table with the switch's GRT (global routing table) so that internal traffic works.  What is the best way to do this?  For scalability reasons I'd like to avoid static routes and I see many examples  using BGP, but in this case it seems overkill since everything is on a single logical switch.  Can I use OSPF instead?  Or a different method?  The Supervisors will be 2Ts, so IOS 15.0 will likely be running.

View 2 Replies View Related

Cisco Switching/Routing :: 6500 What Prefixes EIGRP Advertising

Dec 29, 2011

Is there a command available on the 6500 that I can use to see what prefixes it is advertising directly to a neighbor?
 
The diagram is detailed and complex, but the simplest problem statement is that it doesn't look like my 6500 distribution switches are advertising certain prefixes to one of the 6500 access switches.  I don't know whether this is an issue of the distribution switches not sending the prefixes down to the access layer (they should be; the route originates on a different set of access switches) or my access switch is dropping the prefixes.  I don't see them in the topology table at all.
 
If the prefix isn't being advertised, I need to troubleshoot the distribution.  If it is and it's being ignored, I need to troubleshoot the access.  There are no obvious conditions that would prevent the access switch from getting the prefixes -- interfaces aren't passive, no distribute lists at work, everthing in the same AS, I have neighbor relationships (and I am getting other prefixes over these links, and these prefixes are being advertised to other access switches), auto-summarization is off, split horizon is still on . . .
 
I have a very detailed diagram of all of the metrics and links and I don't see any reason why my access switch shouldn't be getting the prefixes. 6509 chassis, dual sup 720 3B, 12.2(33)SXI4a advanced enterprise services IOS.

View 14 Replies View Related

Cisco Switching/Routing :: 6500 Link Redundancy With Eigrp

Oct 9, 2012

Four 6500 connected to each other to form a full mesh.  Switches 4 and 7 is running eigrp.  A question came up, why didnt it have eigrp on SW 2 & 3 ?  Will it still be redundant if link between SW3 and SW4 is removed? If redundancy is working, SW3 should be able to find its way to SW4 via SW7 or SW2, yes?
 
The config looks:
 
SW4 eigrp
router eigrp 100
network 192.168.0.0
redistribute static
auto-summary
[Code]....

Recently, the eigrp was configured to SW 2 and SW 3 as well, it included the “redistribute static” statement. The route for SW2 and SW3 now has the VLANs, 51 or so. Sent ping from a PC to VLAN1 IP of SW3, then link between SW3 and SW4 was disconnected, network connectivity went down for about 20secs, and ping came right back. Thought it was a success. All of a sudden, outside connectivity was lost. Ping within the LAN was successful, but no internet connection.
 
The eigrp on SW2 and SW3 was removed, and the internet connection came back up. The initial concern was that although there is physical redundancy in place, the other routes may not be known. Hence, eigrp configuration has been attempted for SW2 and SW3. Perhaps the “redistribute static” should have never been configured on SW2 and SW3, SW7 does not have the “redistribute static” statement anyway.
 
Without eigrp running on SW2 and SW3, does it still have redundancy? For what it’s worth, SW4 and SW7 are both VTP servers. With the current configs, does it still have redundancy? Link redundancy was never tested; it always has been assumed that it works. Later today, with it’s current config, the link redundancy will be tested.

View 5 Replies View Related

Cisco Switching/Routing :: 6500 OSPF External Routes Churn

Oct 7, 2012

I am observing some strange behaviour related to the routing table, almost all external routes and some inter-area routes are getting refreshed every 10 seconds.
 
I am getting more than 1000 entries after running 'sh ip route | i 00:00:0', these external routes are being advertised by a neighbor 6500 which redistributing these static routes.
 
Platform is 6500 with SUP-720

View 3 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 :: 6500 - Will Manually Changing EIGRP Router ID Cause Reconvergence

Nov 28, 2012

I have a pair of data center core 6500 is running a single EIGRP AS with the standard core redundant cross connects. Recently an SVI sub net was expanded from a /24 to a /23 and dropped out of the EIGRP routing table.  Subsequent trouble shooting lead to the router id being one using an IP address that is no longer active IP address. 

Reviewing old configurations I found, that year ago, the ip address used for the EIGRP router-id (10.100.106.3) was removed from the active interface and changed but the EIGRP router-id was not updated.  The switch has not been rebooted since, no loop back is configured and there is not a higher IP configured on an active interface. Reviewing documented material on it, I cannot find anything specific on this condition but do see in the discussions on duplicate IDs, that new route updates can be a problem. I know how to update the router id but I am looking for confirmation on what would be the impact when I add a new loop back and manually configure the router-id under the EIGRP process with the new loop back IP. 

My assumption is an EIGRP update and route re convergence with the standard 90 seconds of outage. How to confirm this is assumption is correct?  I have no test bed to find out myself without doing this on the active cores.

show version Cisco IOS Software, s72033_rp Software (s72033_rp-IPSERVICESK9_WAN-M), Version 12.2(33)SXI5, RELEASE SOFTWARE (fc2) show inventory NAME: "WS-C6504-E", DESCR: "Cisco Systems Cisco 6500 4-slot Chassis System"PID: WS-C6504-E  VID: V01, SN: <deleted> NAME: "1", DESCR: "WS-SUP720-3B 2 ports Supervisor Engine 720 Rev. 5.3"
PID: WS-SUP720-3B 
 
EIGRP configuration is pretty basic:  
router eigrp 10
network 10.0.0.0
redistribute static
passive-interface Vlan110
passive-interface Vlan80
[code]...

View 1 Replies View Related

Cisco Switching/Routing :: Catalyst 6500 - DAI Configuration

Apr 26, 2012

Any step-by-step configuration guide of how to enable DAI on Cisco Catalyst 6500 Series Switches.

View 1 Replies View Related

Cisco Switching/Routing :: Catalyst 6500 / QoS For Supervisor 2T?

Apr 30, 2013

I need to configure QoS (voice and video) for Catalyst 6500 series switches with Supervisor 2T modules and DFC4 linecards.
 
Is this radically different from what we do int he Sup32 and 720s? I was looking at some templates online, such as
 
[URL]
 
But I don't see anything for the new Supervisor 2T?

View 3 Replies View Related

Cisco Switching/Routing :: Catalyst 6500 Boot Process?

Mar 19, 2013

document which explians normal booting sequence in a 6500 Switch running IOS. What I am looking for is in which order the image is loaded in SUP, RP, SP etc

View 1 Replies View Related

Cisco Switching/Routing :: WOL Configuration On L3 Catalyst 6500 And L2 2960G?

Dec 20, 2011

I got problem with wake on LAN software.. The software unable to ON all pc's remotely if sitting under different vlan. Everything is ok if using the same vlan. Below are the network diagram & switch configuration.
 
Layer 3 switch Intervlan routing configuration
  
ip forward-protocol udp 7
!
interface Vlan4
description vlan Client-WOL
ip address 172.22.51.253 255.255.254.0
ip access-group Deny_HTTP_Vlan1 in
ip helper-address 172.20.1.246

[code].....
 
After configured all the switches with the above setting, the software still cannot wake all the pc's using LAN. Base on sniffing, i can't find UDP port usage by the software. Attached here with print screen from wireshark.

View 7 Replies View Related

Cisco Switching/Routing :: Catalyst 6500 Dual-Supervisor 720-10G-3C?

Sep 21, 2012

1. We now have SupA & SupB in the chassis, due to some mistake we have same IOS version but different feature set on them, although we configured redundancy mode sso, in the "show redundancy" we see Operating Redundancy Mode = rpr due to Software mismat, we now need to fix them as same feature set image, if I use "copy sup-bootdisk0:/xxxx slavesup-bootdisk0:/xxx", then write memory, does this cause any service/network interuption?

Available system uptime = 1 year, 1 week, 4 days, 9 hours, 21 minutes
Switchovers system experienced = 2
Standby failures = 0
Last switchover reason = active unit removed

[code]....
 
2. We did a failover test with this status, found that if we triggered supervisor failover, all modules will reload thus the services if interupped. How about after we make the Operating Redundancy Mode as sso, will this behaviour shows again? Or a stateful failover will happens, then modules no need reload?
 
3. We are using OSPF as our L3 routing protocol, after reference to the configuration, nsf should be enabled, we want to ask in the OSPF-domain nsf should be configured in all OSPF-enabled router or only 6500 which have dual-sup?
 
4. We also found that the interfaces(3 * Gig & 2 * TenG) in Standby supervisor cannot be use even enabled & configured, is it because we are running rpr mode now or will be the same even change to sso? Before customer have some older supervisor in 6500 non-e chassis, and they can use the standby supervisor interfaces as traffic forwarding, they use rpr-plus mode before, how about in sso mode?

View 6 Replies View Related

Cisco Switching/Routing :: Catalyst 6500 BUS EoBC Channel

May 5, 2013

"How to display the EOBC error counters in the Catalyst 6500 series switches and a definition of the EOBC interface" document here on support forum stays that The Ethernet Out of Band Channel (EOBC) is a  half duplex channel that services many functions, which include the  Simple Network Management Protocol (SNMP) and the packets that are  destined for the switch.
 
Previously i were thinking that EoBC used only for SCP  and SLP protocol. In addition i found other article (but not on cisco site, heh) where stays that The Results bus is a       control plane, while the C (EoBC) bus is more of an       "admin plane", thus you will never see data       packets (such as CDP, SNMP, etc.) going over the R or C bus.
 
So there is a big contradiction between those two statements. How to prove one of those and if first one right, what meaned under the packets that are  destined for the switch in it? SCP and SLP or other traffic as well?

View 3 Replies View Related

Cisco Switching/Routing :: Catalyst 6500 VS-SUP2T-10G QoS Configuration

Apr 22, 2013

I am migrating services from SUP720-3B to VS-SUP2T-10G= and moving to a VSS configuration  between a pair of Cat6506 distribution layer switches. I need to enable QoS on these switches, primarily to trust dscp and also to prioritise voice traffic. The autoqos feature works for some ports but does not work on port-channel interfaces and port-channel member interfaces. How can I apply the qos settings for these interfaces in line with what auto qos would normally provide. My line cards are as follows:
 
Civic_6506VSS#sho mod
Mod Ports Card Type                              Model              Serial No.
--- ----- -------------------------------------- ------------------ -----------
1    4  CEF720 4 port 10-Gigabit Ethernet      WS-X6704-10GE   

[Code].....

View 1 Replies View Related

Cisco Switching/Routing :: VPC On Nexus 5000 With Catalyst 6500 (no VSS)?

Jan 23, 2011

The diagram below is the configuration we are looking to deploy, that way because we do not have VSS on the 6500 switches so we can not create only one  Etherchannel to the 6500s.Our blades inserted on the UCS chassis  have INTEL dual port cards, so they do not support full failover.
 
Questions I have are.

- Is this my best deployment choice?
- vPC highly depend on the management interface on the Nexus 5000 for the keep alive peer monitoring, so what is going to happen if the vPC brakes due to:
- one of the 6500 goes down
- STP?
- What is going to happend with the Etherchannels on the remaining  6500?
- the Management interface goes down for any other reason
- which one is going to be the primary NEXUS?
 
Below is the list of devices involved and the configuration for the Nexus 5000 and 65000. 
 
Devices

·         2  Cisco Catalyst with two WS-SUP720-3B each (no VSS)
·         2 Cisco Nexus 5010
·         2 Cisco UCS 6120xp
·         2 UCS Chassis
     -    4  Cisco  B200-M1 blades (2 each chassis)
          - Dual 10Gb Intel card (1 per blade)
 
vPC Configuration on Nexus 5000
 
TACSWN01
TACSWN02
feature vpc
vpc domain 5
reload restore
reload restore   delay 300

[code]...

View 22 Replies View Related

Cisco Switching/Routing :: Catalyst 4500 Or 6500 VSS Capabilities?

Dec 10, 2012

Catalyst 4500 or 6500 VSS Capabilities?

View 6 Replies View Related

Cisco Switching/Routing :: 6500 - FTTx (FTTB) On Catalyst?

Dec 15, 2011

Its possible FTTx on a 6500 ?

View 2 Replies View Related

Cisco Switching/Routing :: Catalyst 6500 Switch Architecture

Jul 16, 2012

one of the most widely deployed switches in the world. The "Swiss Army knife of network", can do routing, switching, security, wireless and almost everything that you would want your core switch to do. Remember to use the rating system to let Akshay know if you have received an adequate response. 
 
Akshay might not be able to answer each question due to the volume expected during this event. Remember that you can continue the conversation on the Network Infrastructure sub-community LAN, Switching and Routing discussion forum shortly after the event.  This event lasts through July 27, 2012. Visit this forum often to view responses to your questions and the questions of other community members.

View 22 Replies View Related

Cisco Switching/Routing :: How To Identify Modules Supported By Catalyst 6500

Nov 15, 2011

how to identify which modules are supported by cisco catalyst 6500. is there any OID which can give us the information

View 2 Replies View Related

Cisco Switching/Routing :: Catalyst 6500 - Crash Due To Pid 234 - Process ACE HAPI

Jun 29, 2012

I want to know what is this process used for on a catalyst 6500 ? we have got following message in the crash file, probably due to CSCsv77354
  
Jun 30 16:06:47.099 UAE: %SYS-6-STACKLOW: Stack for process ACE HAPI running low, 0/6000

View 3 Replies View Related

Cisco Switching/Routing :: Catalyst 6500 Update And HTTP Server?

Mar 24, 2013

cisco WS-C6509-E Core switch with IOS  "s72033-ipservicesk9_wan-mz.122-18.SXF11"
 
i have 2 question 
 
Q.1 i want to upgrade this switch what is the latest IOS ver. supported by this module ?
 
Q.2  i need to enable http server on this switch when i run this comman it's accsebt but i cant get http work

View 1 Replies View Related

Cisco Switching/Routing :: Catalyst 6500 / Port-Channel Down But Correctly Configured

May 23, 2012

I has a issue about etherchannel beetwen 02 Catalyst 6500 switch, i need your comment about it. if you had any similar experience:
 
1.- On Catalyst Switch 6500-1:   I configured interface port-channel 4 and associated it to G6/29 and G6/30 interface Port-channel4description IUU1_Gn1_HLIMSGSN01_Port_channel_6_29_6_30switchportswitchport trunk encapsulation dot1qswitchport trunk allowed vlan 406,408switchport mode trunkswitchport nonegotiatelogging event link-statusload-interval 30mls qos vlan-basedmls qos trust dscp!

2.- On Catalyst Switch 6500-2:  I configured interface port-channel 4 and associated it to G6/29 and G6/30
 
interface Port-channel4
description IUU2_Gn2_HLIMSGSN01_Port_channel_6_29_6_30
switchport
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 407,409

[code]....
 
and i see output "show interface Po4A" up up on switch-1, "show interface Po4B" up up on switch-2   
 
5.- In the show running-config not appear configured Po4A and Po4B. it only show on outputs
 
6.- Po4A and Po4 was not configured on neither switches, my question is why appear Po4A and Po4B on switch-1 and switch-2 respectively?  and why Po4 appear in down down.
 
7.- I solved this issue by shutdown and not shutdown to the interfaces on both routers, currently all is OK.

View 4 Replies View Related

Cisco Switching/Routing :: Catalyst 6500 - Netflow Table Utilization Logs

Nov 27, 2011

We are getting log messages like

%EARL-DFC4-4-NF_USAGE: Current Netflow Table Utilization is 95%
%EARL-DFC4-4-NF_USAGE: Current Netflow Table Utilization is 99%
 
What this messages really means and how to get rid of these messages. We are using IOS version 12.2(33)SXJ in Catalyst 6500.

View 3 Replies View Related

Cisco Switching/Routing :: Catalyst 6500 Supervisors Differences Sup1A Vs Sup32

Feb 16, 2012

I understand that my questions seems to be rather strange cos supervisors is rather old (Sup1A especially). But i am interested in understanding what puprpose were in production SUP32. I cant find out enough differencies between Sup1A with MSFC2 and Sup32 to understand what reasons lead to deploying new sup in none fabric supervisor series.

Both supervisors have same perfomance - 15Mpps and have limitation on backplane bandwith of 32 Gbps (cos both use swithing bus), both supervisors equipped with MSFC2 and etc. Differencies i found:

SUP 32 have 10Gbe ports support (but this seems to be doubtful enhancement -  with it perfomance GE ports seems to be more appropriate technology isnt it?) SUP1A equipped with PFC, SUP32 with PFC3BSUP32 deploys CEF (what is benefit of CEF if perfomance same?) 

View 2 Replies View Related

Cisco Switching/Routing :: Catalyst 6500 - Cannot See Return Traffic On SPAN Session?

Jan 31, 2012

On a Catalyst 6500, we configured a SPAN session with VLAN 300 as a source. We configured the session bi-directional ("both" keyword). We connect a sniffer on the SPAN destination port.
 
Strangely enough, we only see the traffic from the VRF to the firewall, but not the reverse traffic ! What can be the problem ?

View 2 Replies View Related

Cisco Routing :: Catalyst 6500 / 4500 - Preventative Maintenance On Catalyst Chassis Switches?

Jun 4, 2013

Are there any best practices for preventative maintenance on Catalyst Chassis switches.  Looking to build a PMI schedule for a customer.  Or is there evidence not to perform it at all.  Things like re-seating line cards, cleaning fan exhausts, etc. 

View 1 Replies View Related

Cisco Switching/Routing :: Does Supervisor 720 Support All Existing Catalyst 6500 Series Interface

Feb 12, 2013

Q. Does the Supervisor 720 support all existing Cisco Catalyst 6500 series  interface and services module, protecting customer investments?

View 1 Replies View Related

Cisco Switching/Routing :: ERSPAN Source On Nexus 5548 And Destination On Catalyst 6500

Aug 9, 2012

I'm trying to get ERSPAN working with an ERSPAN source on a Nexus 5548 and the ERSPAN destination on a Catalyst 6500.
 
The configuration on the Nexus is as follows:
 
[...]
interface loopback0
ip address 192.168.2.133/32

[Code].....
 
If I do a netdr capture I can see ERSPAN traffic sourced from the Nexus reaching the C6500, but there doesn't appear to be anything sent out the ERSPAN destination inerface (Gi4/6) and there's nothing being received by the probe connected to that interface. I know the traffic seen with netdr is definitely the ERSPAN traffic sourced from the Nexus as I've changed the TTL and DSCP values within the monitor session on the Nexus and can see those changes reflected on the C6500 netdr capture. The attached is a screen grab of the show netdr capture started with debug netdr capture soure-ip-address 192.168.2.133.
 
When I look at the interface I see it shown as up/down (monitoring), but no output or counters clocking up. If I run a local SPAN session on the C6500 it works fine.
 
I've tried changing the destination IP address from that assigned to the C6500 Loopback interface to an IP address assigned to a physical interface, but that still doens't work.
 
The hardware in the C6500 is WS-SUP720-BASE Hw version 3.2 with WS-F6K-PFC3B Hw version 2.4. The IOS version is 12.2(33)SXI6.

View 2 Replies View Related

Cisco Switching/Routing :: Catalyst 6500 Switch Support Multi-chassis EtherChannel Features?

Sep 26, 2012

I came across this Multichassis EtherChannel Features when read about information from Cisco Smart Business Architecture.After checking further, knowing that Cataly  stwitch 6500 supports this feature.provide information that beside Catalyst 6500, is there any other model of Catalyst switch can support this feature?

View 4 Replies View Related







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