This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Node and Interface Status possible field values

Hi,

I'd like to get a list of the possible Status field values for both the Node and Interface entities.

Does anyone have such a list or could assist on this please?

For example I have part of a SWQL query below which is excluding Nodes and Interfaces based on certain numbered status values and I'd like to understand exactly what is happening:

T1.Node.Status NOT IN ('11', '9', '12') AND T1.Status NOT IN ('9', '12')

Regards,

Andrew

  • Thanks Jeff - I didn't stop that table, which is also available via the API.

    Would I be correct in assuming that the entries in this table cover both Nodes and Interfaces?

  • Nodes, interfaces, applications, volumes, almost anything else in Orion, i think possible netpath statuses aren't in there but i havent checked in a bit.

  • If it helps here is the complete contents of that table:

                                                  StatusID StatusName                                               ShortDescription                                      

                                                    -------- ----------                                               ----------------                                      

                                                           0 Unknown                                                  Unknown                                               

                                                           1 Up                                                       Up                                                    

                                                           2 Down                                                     Down                                                  

                                                           3 Warning                                                  Warning                                               

                                                           4 Shutdown                                                 Shutdown                                              

                                                           5 Testing                                                  Testing                                               

                                                           6 Dormant                                                  Dormant                                               

                                                           7 NotPresent                                               Not Present                                           

                                                           8 LowerLayerDown                                           Lower Layer Down                                      

                                                           9 Unmanaged                                                Unmanaged                                             

                                                          10 Unplugged                                                Unplugged                                             

                                                          11 External                                                 External                                              

                                                          12 Unreachable                                              Unreachable                                           

                                                          14 Critical                                                 Critical                                              

                                                          15 PartlyAvailable                                          Partly Available                                      

                                                          16 Misconfigured                                            Misconfigured                                         

                                                          17 Undefined                                                Could Not Poll                                        

                                                          19 Unconfirmed                                              Unconfirmed                                           

                                                          22 Active                                                   Active                                                

                                                          24 Inactive                                                 Inactive                                              

                                                          25 Expired                                                  Expired                                               

                                                          26 MonitoringDisabled                                       Monitoring Disabled                                   

                                                          27 Disabled                                                 Disabled                                              

                                                          28 NotLicensed                                              Not Licensed                                          

                                                          29 OtherCategory                                            Other                                                 

                                                          30 NotRunning                                               Not Running

  • What if the interface is showing Admin status as Standby Mode and OPer status as Down on Device?

    Cz its showing me admin status as Down in Solarwinds, which actually should be Standby mode as per Device configuration.

  • Seems like you already have your answer, Solarwinds doesn't have a "admin standby" interface status so they marked it as being down.  Have you tried polling this device in SNMP to see how they describe the status there?  It would not be the first time that the CLI shows something different than how SNMP reports it.  If it turns out that SNMP does display the status info you need then you could set up a UNDP interface poller to track those standby's and then cook up some sort of resource to display those extra statuses within Orion so you can keep track of them.

    Or you could just not do all that, since technically standby is functionally shutdown until it comes on, just depends on your appetite for doing custom stuff and how bad you need that info.

  • Here is my table for an easy copy paste:

    StatusId StatusName

    0 Unknown
    1 Up
    2 Down
    3 Warning
    4 Shutdown
    5 Testing
    6 Dormant
    7 NotPresent
    8 LowerLayerDown
    9 Unmanaged
    10 Unplugged
    11 External
    12 Unreachable
    14 Critical
    15 PartlyAvailable
    16 Misconfigured
    17 Undefined
    19 Unconfirmed
    22 Active
    24 Inactive
    25 Expired
    26 MonitoringDisabled
    27 Disabled
    28 NotLicensed
    29 OtherCategory
    30 NotRunning
    31 Online
    32 OnBattery
    33 OnSmartBoost
    34 TimedSleeping
    35 SoftwareBypass
    36 Off
    37 Rebooting
    38 SwitchedBypass
    39 HardwareFailureBypass
    40 SleepingUntilPowerReturn
    41 OnSmartTrim
    42 EcoMode
    43 HotStandBy
    44 OnBatteryTest