Cisco Switching/Routing :: 3750 - How To Enable SFP Port

Nov 7, 2011

I am trying to configure a 3750 48 port switch and having trouble with getting it to see the sfp. I just want to set up the router with a pretty basic set up since I am using it for a ping test between 2 buildings, via fiber. How I can enable the sfp port?

View 3 Replies


ADVERTISEMENT

Cisco Switching/Routing :: Replacing 3750 24 Port With 3750 48 Port?

May 21, 2012

We have a stack of switches that is at the max number of members allowed in the stack. Problem is we are running out of port density and need to add more ports. So instead of adding a whole new stack I would rather replace 2 of the 24-port swicthes with 48-port switches.
 
If the two 24-port swicthes we are removing are stack members and neither of them are the stack master, I should be able to replace the 24-port switches with the 48-port switches without bringing the master offline? If the new 48-port switches are running the same IOS version as the current 24-port swicthes, they should add themselves to the stack?Would I have to tell the new 48-port swicthes what switch numbers they are replacing in order for them to be added to the stack since we are at the max number of members?Also since the 48-port swicthes are replacing 24-port switches will the master give the 48-port switches the configuration for only the 24-ports?

View 11 Replies View Related

Cisco Switching/Routing :: How To Enable NetFlow On 3750

Mar 17, 2013

I have a 370 with C3KX-NM-10G module & i want to enable NetFlow on it did the specified configs  
 
Step 1 Flexible NetFlow Flow Recordsflow record miketestmatch datalink source-vlan-idmatch datalink dot1q prioritymatch datalink mac source-addressmatch datalink mac destination-addressmatch ipv4 versionmatch ipv4 tosmatch ipv4 ttlmatch ipv4 protocolmatch ipv4 source addressmatch ipv4 destination addressmatch transport source-portmatch transport destination-portmatch interface input physical snmpcollect interface output snmpcollect counter flowscollect counter bytescollect counter packetscollect timestamp sys-uptime firstcollect timestamp sys-uptime last flow record miketestegressmatch datalink destination-vlan-id  match datalink dot1q priority  match datalink mac source-address  match datalink mac destination-address  match ipv4 version  match ipv4 tos  match ipv4 ttl  match ipv4 protocol  match ipv4 source address  match ipv4 destination address  match transport source-port  match transport destination-port  match interface output physical snmp  collect interface input snmp  collect counter flows  collect counter bytes  collect counter packets  collect timestamp sys-uptime first  collect timestamp sys-uptime last Step 2 Flexible NetFlow Flow ExporterFlow exporter export-to-samplicatorDestination 10.1.1.8source Vlan1Transport udp 2055option interface-table timeout 60 Step 3 Flexible NetFlow Flow Monitors# Tie the Flow Monitor to the Flow Recordflow monitor mikektestrecord miketestexporter export-to-samplicatorcache timeout active 60flow monitor mikektestegressrecord miketestegressexporter export-to-samplicatorcache timeout active 60 
 
& Applied it to g1/1/1 but without any luck , if netflow works on the

TenGigabitEthernet1/1/1 &
TenGigabitEthernet1/1/2
 
Only i have four switches stacked and nothing plugged to the

C3KX-NM-10G module

View 1 Replies View Related

Cisco Switching/Routing :: 3750 - Enable SNMP On Switches?

Dec 26, 2011

I want to enable SNMP and track the status/ of the interfaces in switches.
 
We have Two- cat 3750 (L3 switch)  and Nine-cat 2960 (L2)
 
How to configure the SNMP. any Links provides the required info with an example of configuring snmp will be really useful.
 
we have OPEN NMS, SPLUNK, MYSQL monitoring tools.

View 1 Replies View Related

Cisco Switching/Routing :: 3750 - Enable EIGRP Process

Sep 23, 2012

I have a hub and spoke WAN that conisits of one core location with with a 6500 and nine other buildings using 4006 Catalyst that conenct back to the core via dual gig fiber. We are using EIGRP at each location as well as the core.   I was tesing something at one of our buildings decided to hang a 3750 off the 4006 and enable the same eigrp process on the 3750 that is enabled on the 4006 and 6500 (EIGRP 1).
 
1. All the routes that the 6500 knows about are advertised out to each of the nine locations.
2. The 4006's are all advertising thier directly conencted routes to the 6500.
 
Onto the location I was testing at:
 
The 4006 where I was testing at has four vlan interfaces enabled and they are in an UP/UP state. The ip routes from the 4006's directly conencted vlan interfaces propogate to the 6500 at our core location and the 6500 sucsefully propgates these learned routes to all the other 4006's.
 
This past Friday I configured a 3750x with two /22 vlan interfces and one physical gi port with an IP address and also configured on Ethernet port on the 4006 with an IP address in the same network block as the 3750x gi interface (a /30 netowrk block). I saw both interfaces come up and EIGRP sucesfully established a neighbor adjecency between the 3750x and the 4006.
 
I noticed that the 3750 advertised out all of it's directly conencted routes to the 4006 and the 4006 advertised it's directly conencted routes to the 3750. However, the 4006 did not advertise any of the routes it had learned from the 3750x to the 6500 and nor did the 4006 advertise any of the routes it had learned from the 6500 to the 4006.  My suspicion is that the "eigrp stub connected summary" statement is enabled on both the 4006 and 3750 thus prevenintg them form advertising out any routes other than thier directly conencted routes.  Can any of you verify that I'm either correct or inccorect about this?
 
here are the eigrp statemnets from the 6500 and 4006:
 
6500:
router eigrp 1
redistribute static
network 10.0.0.0
network 172.16.0.0
network 172.17.0.0(code)

View 2 Replies View Related

Cisco Switching/Routing :: Enable / Disable OID's In Catalyst 3750-X Switch

Feb 19, 2013

In my ongoing project i need to monitor cisco 3750-X port status (uplink/downlink) i.e. whenever there is some problem at a specific port. I need to monitor it through an OPC server and right now what i am doing is as follows: i am using Kepserver and i have added SNMP driver in it for that purpose i  am not a networking expert but what i have learnt till now is that SNMP  agent (that resides in switch)  delivers the status of MIBs to SNMP  manager ( which in my case is kepserver (opc server)) for the above purpose i am adding IF-MIB to monitor OID 1.3.6.1.2.1.2.2.1.8 (which shows port statuses) but when i add that in OPC server then it indicated that this OID is not available in the Switch ( it might be disabled) so i need to ask if there is any way to enable OID's in a switch,

View 0 Replies View Related

Cisco Switching/Routing :: 3750 - Cannot Enable PBR On A VLAN WCCP Enabled

Jan 3, 2012

I would like to apply a policy-based route on one of our L3 switches (Cisco 3750) to change the next-hop of a couple of servers only. The VLAN where those servers reside got WCCP enabled on it. When I want to apply the route-policy to that VLAN interface it doesn't let me. When I try to apply the same policy to a VLAN interface without WCCP it does work. Is there any Cisco IOS limitations that would prevent me from doing that?
 
Configuration:
route policy config: 
access-list 70 permit ip host x.x.x.x (server IP)
route-map PBR1 permit 10

[Code].....

View 1 Replies View Related

Cisco Switching/Routing :: 3750 Switch - Lost Enable Password

May 2, 2013

I have lost the "ENABLE" password on my 3750 switch.

View 5 Replies View Related

Cisco Switching/Routing :: 3750-x / Separate Module To Enable Stackwise And Stackpower?

Aug 22, 2012

As I understand Cisco Catalyst 3750-x supports stackwise and stackpower technology.Do I need to purchase a seperate module to enable stackwise and stackpower? Or are stackwise and stackpower modules included be default on the switch already?

View 4 Replies View Related

Cisco Switching/Routing :: 2960 - Enable Snmp For Switch Port

Dec 18, 2011

i want use CACTI for monitor my bandwidth so i have a question how can i enable snmp for a switch port ? or i shoudl just enable snmp from configuratiopn terminal and then in CACTI i will choose which port will be monitor? can i do something that CACTI connect to my switch with a encryption key ? i have cisco 2960 48 port switch

View 2 Replies View Related

Cisco Switching/Routing :: 3750 Stack Port

May 19, 2013

I have a stack of 4 3750 Switches.
 
1. WS-C3750G-12S
2. WS-C3750G-12S
3. WS-C3750X-48P
4. WS-C3750X-48P
 
The stack cable connected to Switch 1 Port 1 and Switch 4 Port 2 will not come back online. The logs show that there was a Stack line change. I have replaced the 1 meter Stack cable from Switch 1 to Switch 4 three times and it still does not come back online. This is the part that is interesting.. I have disconnected Port 1 Switch 4 and connected it to Port 2 Switch 4 and then Switch 4 came back online. This made me think Port 2 on Switch 4 was working correctly. Then I disconnected Port 2 Switch 1 and connected it to Port 1 Switch 1 and then Switch 1 came back online.

View 1 Replies View Related

Cisco Switching/Routing :: Stack Port Down On 3750

Mar 11, 2013

have a cable i think is bad, is it possiable to switch the cable out without causing any downtime to the switch or connected devices?
 
HQ-1st-Flr-Stack#show switch stack-ports summary
Switch#/  Stack   Neighbor   Cable    Link   Link   Sync      #         In 
Port#     Port              Length    OK   Active   OK    Changes   Loopback
Status                                          To LinkOK   

[Code].....

View 15 Replies View Related

Cisco Switching/Routing :: Destination Port Protocol Is Down In 3750

Jun 18, 2012

I have configured SPAN in cisco 3750 switch as below mentioned. but the destination port protocol is down.switch(config)#monitor session 1 source interface gigabitethernet1/0/1switch(config)#monitor session 1 destination interface gigabitethernet1/0/11 ingress vlan 1

View 8 Replies View Related

Cisco Switching/Routing :: VTP Traffic Not Seen On SPAN Port On 3750

Dec 12, 2011

Been dealing with a strange problem for several days now.  It started out with a problem that I thought was VTP related but ended up being something else.  I setup a span port on a 3750 that I am connected to that was mirroring the trunk connection coming into the switch.
 
Never saw an VTP traffic come across the connection but doing a sh vtp status indicated the traffic was arriving and getting processed.  When I found some debug commands (debug sw-lan vtp), I was also able to see the packets go between switches.  Seeing this issue concerns me that there is other traffic that isnt showing up during a span session.
 
I know that doing a span on a switch, especially using a trunk port as a source, isnt a good idea.  Since I didnt have a TAP at time, this was my only choice.  I have since borrowed a NetOptics TP-CU3 tap from a good friend and was able to confirm the VTP traffic was going across the trunk connection between switches.
 
All of my 3750's are running 12.2.55.SE.

View 8 Replies View Related

Cisco Switching/Routing :: 3750 As A Port Channel Bridge?

Dec 7, 2011

I have 3750 core/distribution switches with routing enabled in two offices connected with copper link and L3 port channel interfaces. NewOffice#2 has moved about 5 miles farther away from office#1 and I have to deploy new core/distribution switch connect it to old core#2 via F.O and move all access switches with it. Old core will stay in old #2 offices as a bridge between office#1 and new office#2 Office#1core<->copper (Ethernet) <->oldoffice#2core<->f.o. <->new office#2core How I should configure port channels ports on oldoffice#2 core to act as bridge between office#1 core/dist and newoffice#2 core/dist without changing anything else (ip, etc) on whole network

View 1 Replies View Related

Cisco Switching/Routing :: 3750 No MAC Address On Switch Port

Apr 15, 2012

There 's a Cisco IP phone that sits between a PC and the switch port. On the switch port, no MAC address is learned. However, the switch is able to detect the IP phone and deliver power to it: [code] Switch is Catalyst 3750 with IOS version  12.2(58)SE1.

View 1 Replies View Related

Cisco Switching/Routing :: 3750 Port-security Will Not Clear

Jun 5, 2012

We have several 3750 stacks across our campus that we are unable to completely clear port security on. We have mac address stick set up on all access ports. When we clear the sticky address on the port, the mac address is removed from the running config like normal, but we keep getting port-security voilations. If port security is taken off the port completely, i.e. no switchport port-security, traffic still doesn't pass the port. Even clear port security across the stack doesn't work. If we try to reload the stack, only the master reboots, and the other switches in the stack lose switch capabilities.

View 1 Replies View Related

Cisco Switching/Routing :: 3750 Port Forwarding Inbound

Dec 15, 2011

I have a non-cisco router with a public WAN address. This is conencted to a 3750 switch internally. The switch is the default gateway for all VLANs, and the gateway router has static routes back to the 3750. The Router provides NAT, no NAT is done on the switch.My requirement is to port forward port 29 000 so that I can access a server on VLAN4 via this port.

So, I have: Router: Port 29000 map to 192.168.4.1 (Switch VLAN4 address)
 
The question is, how do I route port 29000 from the 3750 to the server on 192.168.4.42 ? what exactly I should add in order to port forward port 29000 incoming form my router, to my server on 192.168.4.42.

View 17 Replies View Related

Cisco Switching/Routing :: How To Monitor 3750 Stacking Port In LMS

May 24, 2012

I would like to ask about 3750 stacking and some Cat6 stuff...
 
1) How do we monitor 3750 stacking port in LMS?
2) Let say if I stack 3 switches, middle switch should be Master. Uplink should be at Top and Bottom. Is best practice?
3) Can we mixed 3750G and 3750X and what is result internal BW - fallback to 32Gps?
4) is there any Qos difference between WS-X6816-10G-2T and WS-X6816-10G-2TXL?
5) is there any Qos difference between MSFC5 PFC4 and MSFC5 PFC4XL?
6) What is main difference between PFC4 and PFC4XL in Sup2T?
7) Pls share more about Central and Distributed Switching in Sup2T and which card support Distributed DFCXL?

View 3 Replies View Related

Cisco Switching/Routing :: Random Port Disconnect 3750

Apr 24, 2012

We have computers that are connected to a switch stack of 3 - 3750 switches.  Randomly, we experience pcs that fail to communicate on the network. At first thought I figured the port went into err-disabled state, however the port shows up fine on the switch and moving the pc to another port on the same switch in the stack fails to fix the problem.  To add to the confusion, if I immediately connect a different machine into the problematic port the newly connected machine has no issue and operates normally.  Connecting back the first machine still results in no connectivity. 
 
The only way to gain back network connectivity is to move the pc to a different switch in the stack.  shut/no shut doesn't work.The IOS the stack is running is 12.2 and the switch ports are configured using cisco port macros.
 
here is how all the ports are configured.
 
switchport mode access
switchport port-security
switchport port-security aging time 2
switchport port-security violation restrict
switchport port-security aging type inactivity
macro description cisco-desktop
spanning-tree portfast
spanning-tree bpduguard enable

View 5 Replies View Related

Cisco Switching/Routing :: 3750 Switch Stack-port Changes

Feb 7, 2011

I have a stack with a lot of stack-port changes, but on all the ports, how can I determine the faulty switch in the stack, cables are already verified. We did also a restart of the whole stack power off/on
 
running version
 
WS-C3750-48P       12.2(55)SE            C3750-IPBASEK9-M
 
This is the output after 6weeks
 
Switch#/  Stack   Neighbor   Cable    Link   Link   Sync      #         In  Port#     Port              Length    OK   Active   OK    Changes   Loopback          Status                                          To LinkOK          --------  ------  --------  --------  ----  ------  ----  ---------  --------  1/1     OK         4      1

[Code].....

View 7 Replies View Related

Cisco Switching/Routing :: SPAN Port Configuration On 3750?

May 23, 2012

I'm trying to configure a mirror port on a 3750. This configuration needs to replicate data from local ports, but I need that also act as a regular access port.
 
With the initial configuration, SPAN port, there is no problem, all the data of the configurated ports is replicating in the configurated port. On the port configurated as mirror there is a PC connected for audio recording. When the port is not operating as SPAN there is communications without problem over the LAN. But when I configure the port as SPAN, communication is interrupted.
 
Here is the actual configuration:
 
SWITCH1-PISO7#sh monitor session 1
Session 1
---------
Type                   : Local Session

[Code]......

View 5 Replies View Related

Cisco Switching/Routing :: 3750 - How To Setup Port-channel

Jan 22, 2012

I set up a port-channel trunk between a acess switch 3750 ( int gi2/0/1 and gi2/0/2) and Core 6509( int gi7/11 and gi7/12).
 
On the both the 3750& 6509 I configured:
 
interface Port-channel15
switchport
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 100,103
switchport mode trunk
 
But the ports on the core g7/11 and g7/12 keep shutdown and when I do show interfaces port-channel 15, it show the interface is shutdown.

View 6 Replies View Related

Cisco Switching/Routing :: Min-Link Configuration On 3750-X Port-channel

Feb 27, 2013

I am building a new network and intended on using the min-link feature on my port-channels between a 3750-X series switch and Nexus 4k.

However reading further into this it seems this feature is only supported on higher end models. I cannot find any reference to the min-links feature in the 3750-X configuration guide. Is this an available feature?

The 3750-X model is WS-C3750X-24T-L running IOS 12.2(55)SE3 IP Services

My thoughts is that the is only an LACP supported feature so I may not see the command until I have entered an LACP specific command on the port-channel but unfortunately I do not have a 3750X to verify this on at present.

View 0 Replies View Related

Cisco Switching/Routing :: Config Port Forwarding In 3750 Switch

Nov 6, 2012

I have a 3750 catlyst switch in my network and it is like a distubation switch,And for the nating and dhcp nomadix is using as gateway in the same network. for one of my local PC i need to config the port forwarding in 3750 switch. How to config the port forwarding on 3750 switch,

View 3 Replies View Related

Cisco Switching/Routing :: 3750 - Setup A Switch Port For 2 Vlans

Nov 8, 2011

I'm trying to setup a port on a catalyst 3750 so it will pass traffic for 2 vlans. It connects to a (watchguard) firewall which I've configured with a primary IP (for vlan 27) and a secondary IP (for vlan 29).
 
However I can't seem to find the correct commands to enter on the cisco switch port (I've tried a variety).
 
FYI the current configuration is...
interface FastEthernet1/0/38
description ## Connection to WG vlan27 and vlan 29 ##
switchport trunk encapsulation dot1q

[Code].....

View 8 Replies View Related

Cisco Switching/Routing :: QoS 3750 Switch Port Trust Without Resetting

Oct 7, 2012

We have QoS configured throughout the company, but the standard config we have applied across the 3750 switches only includes the below: We have IP phones (not cisco) attached that are marking with EF, and the PC is an untrusted end device (so needs to be by default marked as zero).Is the above enough to trust VOIP DSCP EF without resetting it to DSCP 0, or do I also need to add a trust line (i.e.: mls qos trust dscp)?

View 2 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 :: Auto Qos Dropping Port Channel In 3750?

May 13, 2012

We have a switch that, when configuring auto qos on and edge port facing video equipment, the upstream port channel drops. I was wondering if no auto qos would have to be configured on the member ports of the port channel prior to enabling auto qos on any other ports. 

View 2 Replies View Related

Cisco Switching/Routing :: Port Goes Into Error Disable State 3750

Jun 29, 2012

We have a number of 3750 stacks used as access layer switches connecting Siemens VOIP phones and then a PC that connects to the phone.
 
For example if I plug PC A to the phone that connects to port 13 I pick up an IP addressand all works as predicted now if I plug in PC A to any other VOIP phone that connect to another port on the same switch it goes in error disable state ITs like the switch is holding my PC mac address and locks it down with the port which in my case is Gi2/0/13.
 
interface GigabitEthernet2/0/13
switchport access vlan 726
switchport mode access

[Code].....

View 7 Replies View Related

Cisco Switching/Routing :: Rate Limit Trunk Port On 3750?

Oct 3, 2012

Is it possible to rate limit on a L2 trunk port on a 3750?
 
current port config and ios are as follows;
 
interface GigabitEthernet1/0/50
description ***  Connection to Fiber Link  ***
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1,172
switchport mode trunk
end  
flash:c3750-advipservicesk9-mz.122-46.SE.bin
  
i was wondering if the "srr-queue bandwidth limit 10" command would work to limit the output from this interface to be 10 % of the port bandwidth and then the same command could be done on the other side.

View 1 Replies View Related

Cisco Switching/Routing :: 3750 - How To Isolate Fiber Port Traffic

Jun 18, 2012

We would like to setup a link to our DR site that is separate from our main network traffic.  This link will be used by an EMC VNX SAN for replication traffic.  The SAN will be plugged into a fiber port on a 3750 switch and going out from the same switch (going in as multimode, going out as single mode) into a patch panel that runs over to the DR site (about a mile away).  At the DR site it will go from the fiber panel into another 3750 switch which ends up going back out of that switch into our DR SAN.
 
I'm wondering what the best way would be to configure the fiber ports to accomplish this.  I'm affraid that the replication traffic will find it's way over through another route and congest our main network unless configured appropriately.

View 4 Replies View Related

Cisco Switching/Routing :: How Many Port Channel Can Configured In Switch 3750 X

Apr 23, 2012

I would like to know how many port channel can i configured in the switch 3750 X ? and if there is a limitation by IOS ?

View 4 Replies View Related







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