| Title: | DEChub/HUBwatch/PROBEwatch CONFERENCE |
| Notice: | Firmware -2, Doc -3, Power -4, HW kits -5, firm load -6&7 |
| Moderator: | NETCAD::COLELLA DT |
| Created: | Wed Nov 13 1991 |
| Last Modified: | Fri Jun 06 1997 |
| Last Successful Update: | Fri Jun 06 1997 |
| Number of topics: | 4455 |
| Total number of notes: | 16761 |
HUBwatch has a display for a repeater port which
includes a status of offline or online. Also the Hubwatch
terminal window shows a port to be disconnected or online.
I want to show these things from DECmcc, I have looked through the
MIBs, the erptr mib and the rfc1516 mib, they include the admin status
and the partitoion state but not a disconnected(offline) or online
state.
How does HUBwatch determine this state ?
Is there a bit of the MIB I have missed ?
Thanks for any help,
Dave McCallum
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 965.1 | equation below | QUIVER::HAROKOPUS | Sat May 07 1994 16:15 | 22 | |
HUBwatch calulates the repeater port led states from the following
objects:
rptrPortOperStatus
rptrPortAutoPartitionState
erptrMauMediaAvailable
Basically, the algorithm emulates what the repeater firmware does
to calulate the port led state:
If oper status is not operational then the port is disabled (blinking)
else
if the media is not available or the port is autopartioned then
the port is offline (off)
else
the port is online (green)
Regards,
Bob
| |||||
| 965.2 | Should be interesting in MCC | WELLIN::MCCALLUM | Tue May 10 1994 04:10 | 5 | |
Thanks - I'll try to define a mthod of checking this is DECmcc now :-)
Dave McCallum
| |||||