06-16-2011 01:38 AM - edited 03-07-2019 12:50 AM
Hi how can i found out which all ports are down in 48 port 2960 switch , which all ports are down from how long. thourgh LMS ( CISCO WORKS) and also through command line.
06-16-2011 05:30 AM
From command line, you can see if this info is in the logs:
show log
You could also check your syslog server for this type of info, though that could be a pain for something like this.
In Ciscoworks, there are many ways to see which ports are down, but for the sake of killing two birds with one stone, look in the CiscoView module and click 'Chassis View'. Then use the expandable device tree or the search box to locate the device in question. Once you've located it, select it. Once the chassis is viewable, you can see which ports are down easily by the port color (green is up, orange is down, etc). Right click the interface that you want info about and click 'Configure'. In the popup window you should see "Last Change:" this is the last time the interface state changed, which should tell you when the interface went down last.
Edit: I want to add that if you bring up the interface before checking Ciscoworks, the "Last Change:" info would reflect when the interface came back up, hence the term "Last Change:".
Message was edited by: Antonio Knox
06-16-2011 05:38 AM
You could do a show interface and look at the "last input , output" line:
Ex:
1st_floor#show int fa1/0/4
FastEthernet1/0/4 is up, line protocol is up (connected)
Hardware is Fast Ethernet, address is 0014.69e5.0106 (bia 0014.69e5.0106)
MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Full-duplex, 100Mb/s, media type is 10/100BaseTX
input flow-control is off, output flow-control is unsupported
ARP type: ARPA, ARP Timeout 04:00:00
Last input 00:00:26, output 00:00:00, output hang never
... output omitted for brevity ...
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide