cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
21077
Views
0
Helpful
11
Replies

2960 port is disabled

GuidoBarendse88
Level 1
Level 1

Hello,

In the web-interface of the switch port Fe0/4 shows up orange an the description says that it is disabled.

2960.jpg

When I use the show interface fa0/4 command it says the port is up

----------------------------------------------------------------

FastEthernet0/4 is up, line protocol is up (connected)

  Hardware is Fast Ethernet, address is 40f4.ec6c.1d84 (bia 40f4.ec6c.1d84)

  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 never, output 00:00:00, output hang never

  Last clearing of "show interface" counters never

  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0

  Queueing strategy: fifo

  Output queue: 0/0 (size/max)

  5 minute input rate 0 bits/sec, 0 packets/sec

  5 minute output rate 0 bits/sec, 0 packets/sec

     0 packets input, 0 bytes, 0 no buffer

     Received 0 broadcasts (0 multicasts)

     0 runts, 0 giants, 0 throttles

     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored

     0 watchdog, 0 multicast, 0 pause input

     0 input packets with dribble condition detected

     207 packets output, 16402 bytes, 0 underruns

     0 output errors, 0 collisions, 3 interface resets

     0 babbles, 0 late collision, 0 deferred

     0 lost carrier, 0 no carrier, 0 PAUSE output

     0 output buffer failures, 0 output buffers swapped out

----------------------------------------------------------------

Which one is the correct one?

1 Accepted Solution

Accepted Solutions

Hi,

Make that interface as port-fast and check

Thanks

Somu

View solution in original post

11 Replies 11

Jon Marshall
Hall of Fame
Hall of Fame

Guido

I would always trust the actual CLI on the switch. However the easiest solution is what is connected to fa0/4 and is it working ?

Jon

eagostin
Cisco Employee
Cisco Employee

What VLAN is the port configured on? Is that VLAN active and created?

Ed

Sent from Cisco Technical Support iPad App

amikat
Spotlight
Spotlight

Hi,

The indication that port is disabled in Cisco Device Manager ("web-interface") is very often due to the spanning-tree port blocking status. In this case you can still see "interface up, line protocol up (connected)" status in the "sh int" command output. You can easily check if this is your case via the "sh spanning-tree" command.

Best regards,

Antonin

spanning-tree brother!!

Hi,

you can issue show spanning-tree interface to see the stp status for all vlans.

Hope this helps

Cheers

Somu

show spanning-tree interface fa0/4

Vlan                Role Sts Cost      Prio.Nbr Type
------------------- ---- --- --------- -------- --------------------------------

VLAN0001            Desg LRN 19        128.4    P2p

show spanning-tree

VLAN0001
  Spanning tree enabled protocol ieee
  Root ID    Priority    32768
             Address     0001.4258.3dc0
             Cost        23
             Port        49 (GigabitEthernet0/1)
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec

  Bridge ID  Priority    32769  (priority 32768 sys-id-ext 1)
             Address     40f4.ec6c.1d80
             Hello Time   2 sec  Max Age 20 sec  Forward Delay 15 sec
             Aging Time  15  sec

Interface           Role Sts Cost      Prio.Nbr Type
------------------- ---- --- --------- -------- --------------------------------
Fa0/2               Desg FWD 19        128.2    P2p
Fa0/4               Desg LRN 19        128.4    P2p
Fa0/9               Desg FWD 19        128.9    P2p
Fa0/10              Desg FWD 19        128.10   P2p

Does this mean there is no network connection on the 0/4 port? or that STP is nog working on this port?

Hi,

If there is nothing connected to Fa0/4 port the interface should not stay at "line protocol up (connected)" status. Also LRN (learning) is STP only transition state and as such the interface should not stay at this one. Would you mind to post your interface Fa0/4 and STP configuration?

Best regards,

Antonin

I allready had edited my post by saying there is something connected on the port. It is an camera.

shutdown / no shutdown  ?

Hi,

Make that interface as port-fast and check

Thanks

Somu

This works perfect.

What is the command the return to the original state?

Is it: no spanning-tree portfast?