Smarts NPM: What attributes does Smarts NPM use to detect a Passive OSPF interface/state?
search cancel

Smarts NPM: What attributes does Smarts NPM use to detect a Passive OSPF interface/state?

book

Article ID: 303790

calendar_today

Updated On:

Products

VMware

Environment

VMware Smart Assurance - SMARTS

Resolution

What attributes does the Smarts Network Protocol Manager (Smarts NPM) use to detect a Passive OSPF interface/state?



There is no information in SNMP to identify a passive OSPF interface. Therefore, the IsPassive attribute needs to be set manually by the user. However, Smarts NPM has the capability to suppress the alarms generated by a passive interface based on heuristic analysis. The conditions when Smarts NPM will assume that the DOWN status of the Adjacency between two OSPF interfaces is caused by a passive interface in the BROADCAST network include the following:

  • One of the routers is DR and this OSPF adjacency has a neighbor state 1 which is DOWN, and the statuses listed below which might indicate routing protocol failure have been ruled out:

    key 1:   OSPFNeighborStateEnum::DOWN;
    key 2:   OSPFNeighborStateEnum::ATTEMPT;
    key 3:   OSPFNeighborStateEnum::INIT;
    key 4:   OSPFNeighborStateEnum::TWO_WAY;
    key 5:   OSPFNeighborStateEnum::EXCHANGE_START;
    key 6:   OSPFNeighborStateEnum::EXCHANGE;
    key 7:   OSPFNeighborStateEnum::LOADING;
    key 8:   OSPFNeighborStateEnum::FULL;
     
  • There is no physical failure such as router down, interface down, and so on.
     
  • There is no OSPF configuration failure such as HelloOrDeadIntervalMismatch, AuthTypeMismatch, AuthKeyMismatch,  AreaIDMismatch,  AreaTypeMismatch and so on.