CLOSED: CISCO interface status err-disabled not supported?

Hello,

I’m looking for a way to monitor for CISCO device interfaces, which are in status “err-disabled”.

switch#show interfaces status err-disabled

Port Name Status Reason Err-disabled Vlans
Fa0/35 err-disabled bpduguard

CISCO provides such kind of information in the ciscoErrDisableMIB
http://oidref.com/1.3.6.1.4.1.9.9.548

The above in SNMP:
SNMPv2-SMI::enterprises.9.9.548.1.3.1.1.2.10035.0 = INTEGER: 2
SNMPv2-SMI::enterprises.9.9.548.1.3.1.1.3.10035.0 = Gauge32: 0

Is there a way how I can achive this or is this a feature request?

Any hint is welcome…!

( I know that I can monitor the logs for such information.
In fact this is what I’m currently doing… but I don’t think this is reliable)

Thank you!

Best regards,
awaum

@awaum I don’t believe this is currently supported. You can open a feature request on this site and someone may get around to implementing it.

@network-guy Thank you for letting me know! I have opened a feature request: Support for CISCO interface err-disabled status