| Mike,
If you have a look in the ethernet subtree via the following command...
MCC>show snmp <snmp_bridge620> dec eBrIfEtherTable * all attributes
... you should get counters only for ethernet ports, ie
ebrIfIndex = 2
eBrIfEthCarrierLoss = 0
ebrIfEthCollisinLimitExceeded = 0
ebrIfEthCollisionTestFailed = 15858
ebrIfEthFramingError = 0
ebrIfEthLengthError = 0
ebrIfEthTransmitMultipleCollisions = 0
ebrIfEthCollisionPresenceTestSwitch = true
ebrIfEthIndex = 2
ebrIfEthPhysicalMediumType = stdAUIInterface
Those SNMP data are also available via ELM AM with the following
command (ie for ethernet line 2, in this example) :
MCC>SHOW BRIDGE <bridge_bridge620> LINE 2 ALL ATTRIBUTES
I hope this will help you.
Regards,
Renato
PS : for more details, I invited trying to read the ASN1 source file of
the ELAN_20 MIB.
|