Cisco Switching/Routing :: Catalyst 4500 As Layer 2 Switch But With VRF?

Oct 16, 2012

is it possible to run a Catalyst 4500 as pure Layer 2 Switch, i.e. disabling "ip routing", but still managing the switch via Fa1, i.e. the defautl mgmtVrf vrf ?I tried the following:

!
no ip routing
!
interface FastEthernet1
ip vrf forwarding mgmtVrf
ip address 192.168.1.1 255.255.255.0
!
ip route vrf mgmtVrf 0.0.0.0 0.0.0.0 192.168.1.254
ip default-gateway 192.168.1.254
 
I was not able to reach the Switch even from the same subnet. Only after enabling ip routing I could manage the Switch. I haven't found any command to set ip default-gateway for a vrf. Any workaround to keep routing disabled, but still manageable via VRF?

View 3 Replies


ADVERTISEMENT

Cisco Switching/Routing :: 4500 / 2960 - How Layer 2 Switch Works Without Default Gateway

Aug 14, 2012

4500 switch is connected to 2960 switch.
 
4500  config
Vlan 10
name Data
 
It has ip helper configured that points to DHCP.From 4500  switch port  - port  x connects to 2960 port.Port x is configured as trunk between 4500 and 2960.

2960 config
vlan 10  
name data 

All user ports are configured under vlan 10 and as access ports.Port x is trunk port connected frpm 2960  to 4500 switch allowing vlan 1 and 10 only.This switch has no default gateway configured.
 
We connected user PC on 2960 switchports and they were able to get the IP from DHCP server and were able to access the network? My question is how users on 2960 switch are able to access the network without ip default-gateway configured  on 2960 switch?

View 6 Replies View Related

Cisco Switching/Routing :: Firmware Versions On 4500 Catalyst Switch

Sep 19, 2012

How can I find out the firmware versions for IOS, modules and components of Cisco catalyst 4500 series switch. I can see the firmware version of IOS in show version command but how can I find it out for the modules or components of the switch.

View 4 Replies View Related

Cisco Switching/Routing :: Configure Virtual Circuits On Layer 2 Switch Catalyst 2950

Feb 14, 2013

can i configure virtual circuits on cisco layer 2 switch catalyst 2950 ?

View 1 Replies View Related

Cisco Switching/Routing :: Catalyst 3560X-24T-S - Setup DHCP Servers On Layer 3 Switch?

Apr 1, 2012

Do you have the ability to setup DHCP servers on this layer 3 switch? I know I can with my old 3550 switch. Want to upgrade and make sure this model supports setting up dhcp servers on it.

View 3 Replies View Related

Cisco Switching/Routing :: Configuration Module Supervisor Switch Catalyst 4500

Jun 4, 2012

switch catalyst 4500 with ios cat4500e-universal.SPA.03.02.00.XO.150-2.XO.bin. I need to configure modules 3 and 4 of supervision, the problem is that I need the 4-port module 3 are active but only the first turn on both the module 3 and the first port on the module 4. [code]

View 1 Replies View Related

Cisco Switching/Routing :: Catalyst 4500 L3 Switch - Limit FTP File Transfer

Oct 31, 2012

I have the attached setup. now i would like to limit my ftp transfer to 10 mb  from a specific vlan to ftp server on the STM-4 (622) link.  what would be the best way to limit ftp traffic to 10 mb .Video_Main#sh verCisco IOS Software, IOS-XE Software, Catalyst 4500 L3 Switch Software (cat4500e-UNIVERSAL-M), Version 03.02.00.SG RELEASE SOFTWARE (fc4)Technical Support:

[URL] Copyright (c) 1986-2011 by Cisco Systems, Inc.Compiled Tue 26-Apr-11 18:09 by prod_rel_team
Image text-base: 0x100A0994, data-base: 0x13CAB728
ROM: 15.0(1r)SG1Jawa Revision 7, Snowtrooper Revision 0x0.0x116
Video_Main uptime is 15 weeks, 3 days, 23 hours, 53 minutesSystem returned to ROM by power-onSystem restarted at 16:38:21 UTC Wed Nov 23 2011Running default software
License Information for 'WS-X45-SUP7-E'    License Level: entservices   Type: Permanent    Next reboot license Level: entservices
cisco WS-C4506-E (MPC8572) processor (revision 8) with 2097152K/20480K bytes of memory.Processor board ID FOX1502GZHFMPC8572 CPU at 1.5GHz, Supervisor 7Last reset from PowerUp9 Virtual Ethernet interfaces204 Gigabit Ethernet interfaces10 Ten Gigabit Ethernet interfaces511K bytes of non-volatile configuration memory.
Configuration register is 0x2101
Video_Main#

View 6 Replies View Related

Cisco Switching/Routing :: Conversion Tool For Catalyst (6509) To 4500-e IOS Switch?

Aug 15, 2012

I have seen links out there for a conversion tool to convert commands on a Catalyst type switch (6509) to newer IOS type switches(4500-e) switches but they all error out on me on a 404. Any link where I can get this conversion tool?

View 1 Replies View Related

Cisco Switching/Routing :: Possible To Configure QoS On 4500 Sup7 On Layer 3 Routed Port

Apr 26, 2013

I want to know if is it possible to configure QoS on a 4500 Sup7 on a Layer 3 routed port like the following example (Similar to CBWFQ on IOS Router)?

View 3 Replies View Related

Cisco Switching/Routing :: 4500 / Layer 3 Port-channel Up But Can't Ping Across Link

May 17, 2012

I configured the interfaces individually at L3 and could ping across each link Example:

4500 Switch 2:            6500 Switch 1
int t5/1                    -      int g3/17                    1 Gig fiber link
tore down config
tried second set of interface
int t6/1                    -      int g8/17                    1 Gig fiber link
 Ping successful

[code]....

View 2 Replies View Related

Cisco Switching/Routing :: 4500 CAT Layer3 To Access Layer And MPLS Design Considerations

Mar 29, 2012

We are about to install a new network consisting of Cat 4500s with Sup7E at the Access Layer, with Nexus 7000 at the Distribution and Core layers. We have 14 floors with at least three 4500s on each floor. Within the office block where the Access Layer and Distribution Layer reside we need to support secure borderless networking using 802.1x to place users from different parts of the business into segregated networks at layer 3.All switches will have the feature sets to support MPLS/ VRF / OSPF / EIGRP / BGP etc.We quickly dismissed the idea of using VRF-Lite due to the sheer number of Vlans we would need to managage and maintain,  the point to point links alone just to get one additional VRF on each floor required far too many Vlans.As a result we are now considering deploying MPLS. The obvious benefits include scalability and manageability, the fact that all switch to switch links can now be routed, instead of having to using SVIs.

View 2 Replies View Related

Cisco Switching/Routing :: Wake On Lan (Catalyst 4500)

Jan 8, 2012

I am trying to setup the WOL for our enterprise. We have a C4500 setup with mutliple Vlans. We are using Microsoft SCCM server to wake up workstations for security update. The workstations are on vlan190 and the Microsoft server is on vlan 441
 
Here's my config
 
the config below
 
interface Vlan190ip directed-broadcast 100 (Enables the translation of a directed broadcast to physical broadcasts)
access-list 100 remark ====== Wake-On-LAN ======no access-list 100 permit udp host 10.4.40.98 any eq 9 logaccess-list 100 remark ====== End of ACL 100 ======

[Code].....

View 2 Replies View Related

Cisco Switching/Routing :: Catalyst 4500-E With SUP 6E Supported VSS

Mar 13, 2013

Whether Cisco Catalyst 4500-E with SUP 6E  Supported vss?

View 1 Replies View Related

Cisco Switching/Routing :: QoS Catalyst 4500 7E Supervisor

Apr 15, 2012

I am trying to understand the implicit limit to the priority queue. I know you can define an explicit policer but if you don't I can't find out what the rate limit really is.

View 5 Replies View Related

Cisco Switching/Routing :: Configure HA Catalyst 4500

May 20, 2012

I have two Cisco Catalyst 4507R-E I configure HA.  Tips?I plug them in gigabits ethernet?

View 15 Replies View Related

Cisco Switching/Routing :: Catalyst 4507 - Configuring Layer 3 Switches?

Sep 5, 2012

I've been conducting research on configuring 3 distribution switches in my network which are Cisco Catalyst 4507's to communicate with our core over layer 3. Our core switch which is already configured at Layer 3 for intervlan routing is a Cisco Catalyst 6509.
 
I've got the configuration portion complete and all devices are able to communicate my only question is about QoS. Do I have to configure QoS at the layer 3 interfaces for voice, if so how is that completed. We have several vlans and separate the vlans for each building by voice and data. We only configure ports on the access switches with voice vlans for QoS and we use the auto qos option on these interfaces.

View 2 Replies View Related

Cisco Switching/Routing :: NetFlow On Catalyst 4500-E Series

Nov 12, 2009

If a Supervisor 6-E will support NetFlow on a Catalyst 4507R-E?If not, what are my options for NetFlow on a 4507R-E?

View 7 Replies View Related

Cisco Switching/Routing :: DHCP Failover Between Two Catalyst 4500?

Apr 18, 2012

I've two Cisco 4500 running as core switches for huge and complex network. The two 4500 are going to act as dhcp server for several subnets. The easiest solution would be to split each DHCP pool  in two, and assign the first half of the pool to one of the core switch and  the second half of the pool to the second core switch. This would be a partial solution since if one of the two fails, the second core switch would not have enough dhcp leases available for all the devices connected for each subnet.For such a reason, I'm wondering if it the 4500 switches support a stateful redundant DHCP servers, so that the two switches can synchronize their DHCP lease tables. If this feature is available, I could define the same pools for both the switches without the risk of having duplicate ip addresses within the network.

View 3 Replies View Related

Cisco Switching/Routing :: High CPU Utilization On IOS For Catalyst 4500?

Feb 6, 2013

We have a Switch Catalyst 4500, model WS-C4510R+E, with 2 Supervisors, models V-10GE, which is showing high CPU values all times.When this occures, the switch shows 95-100% for total cpu for a few hours at a time.show proccesses cpu shows process Cat4k Mgmt LoPri with an unusual cpu value of 56% The show platform heath command gave me a high reading for K2L2 Address Table R which is curently 9,45% but the last hour is around a 20% average CPU ?[URL] what the process K2L2 Address Table R means and what could be the cause of this peak?

View 3 Replies View Related

Cisco Switching/Routing :: Catalyst 4500 - Reload In Progress

Oct 13, 2009

I have a Catalyst 4500 WS-C4506 and S-X4516-10GE Supervisor running under IOS 12.2(52)SG IP BASE SSH. After having installed IOS 12,2(53)SG i wanted to schedule a reload. After entering the reload at command I get the message %Reload in Progress and nothing happens.

View 4 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 :: Documentation Of Catalyst 4500-X For Creating VSS And MEC

Mar 14, 2013

I was reading the documentation of the Catalyst 4500-X for creating VSS and MEC (multichassis etherchannel).In the VSS specific part, it's written"Cisco Release IOS XE 3.4.0SG does not support Layer 3 MEC".

Can I still use VlanX interfaces ad route through them?In my setup I only have IP addresses assigned to vlanX interfaces (with some VRF-lite magic)[code] Does that sentence only mean that I can't have IP assigned directly to the MEC?

View 4 Replies View Related

Cisco Switching/Routing :: Port Grouping On 3750 Like On Catalyst 4500?

Mar 27, 2013

On 45XX catalyst , bandwidth is allocated across six 8-port groups, providing 1 Gbps per  port group. Example  for the following line card : WS-X4448-GB-SFP

I want to know if there is the same mecanism on 3750X switches. I mean is bandwidth allocated across a group of ports like on 4500 catalyst ?

View 5 Replies View Related

Cisco Switching/Routing :: Catalyst 4500 - EtherChannel Terminating On Different Line

Apr 22, 2012

I have 2 x WS-X4548-GB-RJ45 Catalyst 4500 Enhanced 48-Port 10/100/1000 Base-T (RJ-45) line cards in a 4500 chassis with 2 x WS-C4507R-E E-Series Super visor engines. We would like to create a layer 3 ether channel from a access layer switch terminating on our 4500 chassis. Can we configure the ether channel from the access layer switch such that one port on the ether channel is on one line card and the other one is on the other line card?

View 2 Replies View Related

Cisco Switching/Routing :: Upgrading Catalyst 4500 Power Supplies?

Sep 19, 2012

If I'm upgrading dual redundant power supplies in a Catalyst 4507 from 1000W (data) to 1400W (data), can it be done without taking the switch through a power cycle? I'm guessing no as I read that the switch will not recognize a 1400W PSU in bay 2 if there is still an original 1000W PSU in bay 1.

View 2 Replies View Related

Cisco Switching/Routing :: Upgrading Software Image On Catalyst 4500?

Dec 31, 2012

I just received a new 4510R+E switch with CAT4500e SUP7e Universal Image cat4500e-universal.spa03.01.01.sg.150-1.x01.bin software imag with License Level ipbase. We specified in the order to receive CAT4500e Universal Crypto Image with License Level ipbase. I have since requested and received the latest CAT4500e Univeral Crypto Image cat4500e-universalk9-spa.03.04.00.sg.151-2.sg.bin. Is there anything other that just installing the new image that must be done to allow me to use the Crypto Image? Would this upgrade do anything to change my License Level ipbase?

View 1 Replies View Related

Cisco Switching/Routing :: Upgrading Catalyst 4500 Series Supervisor

Jan 8, 2012

Does a new Cisco Catalyst 4500 series supervisor 7L-E model WS-X45-SUP7L-E is backward compatible with a Cisco Catalyst 4500 series chassis model 4507R? I've checked on Cisco website for that Supervisor and it shows only new chassis models WS-C4507R+E and R-E, but what about old type of chassis? We need to upgrade that Supervisor as it's out of line, but we don't really want to buy a new chassis as well as it's going to be very pricy.

View 6 Replies View Related

Cisco Switching/Routing :: Filter IP Traffic By MAC Address On Catalyst 4500?

Dec 19, 2012

We want to filter IP traffic by MAC address on Catalyst 4500. Since we are using bonding (active-backup mode) we need those mac addresses appear on different ports. Below are solutions that we have tried: ACL but it does not   work since mac acls only match non ip traffic (We CAN NOT use ip acl). Use a static mac address-table entry to ALLOW specific mac addresses. It does not work  either since the same MAC address needs to be seen on a different port. Catalyst 4500 does not support auto-learn option (as e.g. Nexus 5000). 

View 3 Replies View Related

Cisco Switching/Routing :: Catalyst 4500-E / Found BUG Between EEM And Remote Host Logging In Various IOS?

Sep 29, 2011

I found a bug in Embedded Event Manager, on Catalyst 4500-E platform with supervisor V-10GE, on various IOS releases (in particular 12.2-50-SG IP BASE w/o crypto, 12.2-54-SG1 IP BASE w/o crypto, but also other releases included latest 15.0-2-SG1 ENTERPRISE SERVICES SSH).The problem is that when you set up a EEM applet that monitors syslog pattern matching, and you also configure remote host logging *with* the option "sequence-num-session", when the match occurs, the switch reboots with message:
 
Sw (sometimes prints a number instead)
VECTOR D00
 
and in some cases performs a second reboot with message:
 
VECTOR 0
 DOUBLE FAULT
 
The reload reason message is:
 
System returned to ROM by abort at PC 0x0
 
The problem does *not* occur if remote logging has not the option "sequence-num-session". I verified this behavior on various configurations (included our production 130K long *and* factory defaults after erase startup-config).The configuration statements that cause reload are, for expample:
 
event manager applet prova
event syslog pattern %SYS-5-CONFIG_I
action 1.0 puts "configurazione modificata"
!
logging host 172.30.10.1 sequence-num-session

View 1 Replies View Related

Cisco Switching/Routing :: High CPU For Catalyst 4500 K2L2 Address Table R?

May 8, 2011

My Catalayst 4507 is reaching up to 82% CPU utilization and I noticed that K2L2 Address Table R is causing the high CPU.
 
C4507#sh processes cpu | in HiPri|LoPri|CPU utilizationCPU utilization for five seconds: 82%/1%; one minute: 86%; five minutes: 87%  54   350533923 329104616       1065 13.27% 13.84% 13.86%   0 Cat4k Mgmt HiPri  55  1771768520 274992685       6442 59.91% 64.55% 66.04%   0 Cat4k Mgmt LoPri
 C4507#sh platform health | in K2L2|%CPuK2L2 Address Table R   2.00  66.35     12      5  100  500   91  82   58  27272:55K2L2 New Static Addr   2.00   0.00     10      0  100  500    0   0    0  0:00K2L2 New Multicast A   2.00   0.00     10      5  100  500    0   0    0  0:18K2L2 Dynamic Address   2.00   0.00     10      5  100  500    0   0    0  0:16K2L2 Vlan Table Revi   2.00   0.00     12      8  100  500    0   0    0  1:22

View 2 Replies View Related

Cisco Switching/Routing :: Catalyst 4500 - Maximum Power Cable Length?

Feb 11, 2013

I am relocating UPS units and will need to buy longer power cables to extend from our 4506 and 4510 to the new location.I think I am looking at 15 to 20 feet but I am going to confirm. Is it okay to use longer cables?

View 9 Replies View Related

Cisco Switching/Routing :: Star Wars Jargon In Catalyst 4500-E Series

Jun 21, 2012

When the 4500-E series switch boots and if you issue a 'show run' there's several Star Wars themed references and their revisions. What these actually are and why they are using Star Wars terminology?
 
Here's the output:
 
Cisco IOS Software, Catalyst 4500 L3 Switch Software (cat4500e-ENTSERVICESK9-M), Version 12.2(53)SG2, RELEASE SOFTWARE (fc1)
Technical Support: [URL]
Copyright (c) 1986-2010 by Cisco Systems, Inc.
Compiled Tue 16-Mar-10 04:50 by prod_rel_team
Image text-base: 0x10000000, data-base: 0x12794974

ROM: 12.2(44r)SG5
Darkside Revision 4, Jawa Revision 18, Tatooine Revision 140, Forerunner Revision 1.78

1AR1R2-NC1 uptime is 2 years, 2 weeks, 3 days, 15 hours, 44 minutes
System returned to ROM by power-on
System restarted at 19:29:14 UTC Fri Jun 4 2010
System image file is "bootflash:cat4500e-entservicesk9-mz.122-53.SG2.bin"

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







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