| Title: | DECmcc user notes file. Does not replace IPMT. |
| Notice: | Use IPMT for problems. Newsletter location in note 6187 |
| Moderator: | TAEC::BEROUD |
| Created: | Mon Aug 21 1989 |
| Last Modified: | Wed Jun 04 1997 |
| Last Successful Update: | Fri Jun 06 1997 |
| Number of topics: | 6497 |
| Total number of notes: | 27359 |
I have a question on MIBs. My customer is trying to find the number of
collisions on a DECbridge 620 ethernet port, he is also truing to see
the number of bytes that port has seen. Will the ELAN_20 MIB provide
him with that information? (or what is the MIB that will show him this?)
Thanks, in advance
Mike Beaulieu
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 4650.1 | DEC ELAN_MIB subtree : eBrIfEtherTable ... | ZTOIS1::VISTA | Renato VISTA, SIS Strasbourg, France | Tue Mar 09 1993 03:57 | 34 |
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.
| |||||