public final class OspfGeneralGroupTracker extends AggregateTracker
Modifier and Type | Field and Description |
---|---|
static NamedSnmpVar[] |
ms_elemList |
static String |
OSPF_ADMIN_STAT_ALIAS |
static String |
OSPF_ADMIN_STAT_OID |
static String |
OSPF_AREA_AS_BDR_RTR_STATUS_ALIAS |
static String |
OSPF_AREA_AS_BDR_RTR_STATUS_OID |
static String |
OSPF_AREA_BDR_RTR_STATUS_ALIAS |
static String |
OSPF_AREA_BDR_RTR_STATUS_OID |
static String |
OSPF_GENERAL_GROUP_OID |
static String |
OSPF_ROUTER_ID_ALIAS |
static String |
OSPF_ROUTER_ID_OID |
static String |
OSPF_VERSION_NUMBER_ALIAS |
static String |
OSPF_VERSION_NUMBER_OID |
Constructor and Description |
---|
OspfGeneralGroupTracker() |
Modifier and Type | Method and Description |
---|---|
Integer |
getOspfAdminStat() |
Integer |
getOspfASBdrRtrStatus() |
Integer |
getOspfBdrRtrStatus() |
OspfElement |
getOspfElement() |
InetAddress |
getOspfRouterId() |
Integer |
getOspfVersionNumber() |
protected void |
reportFatalErr(ErrorStatusException ex) |
protected void |
reportGenErr(String msg) |
protected void |
reportNonFatalErr(ErrorStatus status) |
protected void |
reportNoSuchNameErr(String msg) |
protected void |
storeResult(SnmpResult res) |
buildNextPdu, getWalkRequests, handleWalkResponses, isFinished, setFailed, setMaxRepetitions, setMaxRetries, setTimedOut
failed, getCollectionTracker, getParent, reportTooBigErr, setFinished, setParent, timedOut
public static final String OSPF_ROUTER_ID_ALIAS
public static final String OSPF_ROUTER_ID_OID
public static final String OSPF_ADMIN_STAT_ALIAS
public static final String OSPF_ADMIN_STAT_OID
public static final String OSPF_VERSION_NUMBER_ALIAS
public static final String OSPF_VERSION_NUMBER_OID
public static final String OSPF_AREA_BDR_RTR_STATUS_ALIAS
public static final String OSPF_AREA_BDR_RTR_STATUS_OID
public static final String OSPF_AREA_AS_BDR_RTR_STATUS_ALIAS
public static final String OSPF_AREA_AS_BDR_RTR_STATUS_OID
public static NamedSnmpVar[] ms_elemList
public static final String OSPF_GENERAL_GROUP_OID
public InetAddress getOspfRouterId()
public Integer getOspfASBdrRtrStatus()
public Integer getOspfBdrRtrStatus()
public Integer getOspfVersionNumber()
public Integer getOspfAdminStat()
public OspfElement getOspfElement()
protected void storeResult(SnmpResult res)
storeResult
in class CollectionTracker
protected void reportGenErr(String msg)
reportGenErr
in class CollectionTracker
protected void reportNoSuchNameErr(String msg)
reportNoSuchNameErr
in class CollectionTracker
protected void reportFatalErr(ErrorStatusException ex)
reportFatalErr
in class CollectionTracker
protected void reportNonFatalErr(ErrorStatus status)
reportNonFatalErr
in class CollectionTracker
Copyright © 2021. All rights reserved.