Hello everyone,
we had a strange behaviour on one of our PowerConnect 8024F switches. The uplink port of the device (connected to a 10Gig port on a Cisco Catalyst 6513) went down. The output of 'show interfaces status' looked like that:
Port Description Duplex Speed Neg Link Flow Control
State Status
--------- ------------------------- ------ ------- ---- ------ ------------
Te1/0/1 cat6500-rz-1 (te11/2) Full 10000 Off D-Down Inactive
Te1/0/2 pc8024-ub-1 (te1/0/1) Full 10000 Off Up Active
Te1/0/3 pc8024-uv-1 (te1/0/1) Full 10000 Off Up Active
Te1/0/4 pc5500-naf02n-1 (te1/0/1) Full 10000 Off Up Active
Te1/0/5 pc5500-naf04n-1 (te1/0/1) Full 10000 Off Up Active
Te1/0/6 pc5500-naf03-1 (te1/0/2) Full 10000 Off Up Active
Te1/0/7 pc8024-mensa-1 (te1/0/1) Full 10000 Off Up Active
Te1/0/8 defekt N/A Unknown Auto Down Inactive
Te1/0/9 pc5500-naf03-2 (te1/0/1) Full 10000 Off Up Active
Te1/0/10 pc5500-naf03-3 (te1/0/1) Full 10000 Off Up Active
...
...and so on. Firmware is 5.1.2.3. We rebooted the device and it went back to normal behaviour.
Now, can anyone explain to me what the state "D-Down" means? I did not find anything in the documentation nor did using google have any success.
The port configuration looks like the following:
description "cat6500-rz-1 (te11/2)"
mtu 9216
switchport mode general
switchport general allowed vlan add 4-5,14,22-27,29-33,36,39-41,43 tagged
switchport general allowed vlan add 47,51-52,54-56,58-60,63-64,66,75,78-79 tagged
switchport general allowed vlan add 81,86-90,93-99,107,120,122 tagged
switchport general allowed vlan add 124,132-135,137,140,142-143,147-152,154 tagged
switchport general allowed vlan add 156-157,160,165-166,171,173-175 tagged
switchport general allowed vlan add 177-178,180-181,183,189,192,195-196 tagged
switchport general allowed vlan add 199,201,203-205,207-208,210-212 tagged
switchport general allowed vlan add 219-222,224-225,227-233,235-244,246 tagged
switchport general allowed vlan add 248-249,253,256,258-260,262-267 tagged
switchport general allowed vlan add 269-272,274-276,278-279,282,284,286-288 tagged
switchport general allowed vlan add 292,295-298,323,344,347,349 tagged
switchport general allowed vlan add 354,362,366,370,372,378-380,382-383,385-386 tagged
switchport general allowed vlan add 391,399,405,431,443,447 tagged
switchport general allowed vlan add 475-476,485,488,511,522,584,700-703,710-714 tagged
switchport general allowed vlan add 725,734,838,854-855,909 tagged
switchport general allowed vlan add 950,961-962,981,999,1234,1236,2205,2218-2220 tagged
switchport general allowed vlan add 2222,2233,2414,2417 tagged
switchport general allowed vlan add 2506-2507,2519,2521,2621,2699 tagged
mac access-group PVST-Filter out 1
lldp transmit-tlv sys-name sys-cap
lldp transmit-mgmt
The used mac access-group PVST-Filter is:
mac access-list extended PVST-Filter
deny any 0100.0CCC.CCCD 0000.0000.0000
permit any any
exit
Thank you for reading and any suggestions!
Robin