[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference netcad::hub_mgnt

Title:DEChub/HUBwatch/PROBEwatch CONFERENCE
Notice:Firmware -2, Doc -3, Power -4, HW kits -5, firm load -6&7
Moderator:NETCAD::COLELLADT
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

965.0. "MIB variables for port repeater state" by WELLIN::MCCALLUM () Fri May 06 1994 12:33

    
    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.RTitleUserPersonal
Name
DateLines
965.1equation belowQUIVER::HAROKOPUSSat May 07 1994 17:1522
    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.2Should be interesting in MCCWELLIN::MCCALLUMTue May 10 1994 05:105
    
    Thanks - I'll try to define a mthod of checking this is DECmcc now :-)
    
    Dave McCallum