public final class Dot1dBasePortTableEntry extends SnmpStore
The Dot1dBaseTableEntry class is designed to hold all the MIB-II information for one entry in the .iso.org.dod.internet.mgmt.mib-2.dot1dBridge.dot1dBase.dot1dBasePortTable The table effectively contains a list of these entries, each entry having information about bridge info. The entry dot1dBasePortTable.dot1dBasePortEntry contains:
This object is used by the Dot1dBasePortTable to hold information single entries in the table. See the Dot1dBasePortTable documentation form more information.
Dot1dBasePortTable
,
RFC1213Modifier and Type | Field and Description |
---|---|
static String |
BASE_DELAY_EX_DIS
Constant
BASE_DELAY_EX_DIS="dot1dBasePortDelayExceededDiscards" |
static String |
BASE_IFINDEX
Constant
BASE_IFINDEX="dot1dBasePortIfIndex" |
static String |
BASE_MTU_EX_DIS
Constant
BASE_MTU_EX_DIS="dot1dBasePortMtuExceededDiscards" |
static String |
BASE_PORT
Constant
BASE_PORT="dot1dBasePort" |
static String |
BASE_PORT_CIRCUIT
Constant
BASE_PORT_CIRCUIT="dot1dBasePortCircuit" |
static NamedSnmpVar[] |
bridgePort_elemList
The keys that will be supported by default from the
TreeMap base class.
|
static String |
TABLE_OID
The TABLE_OID is the object identifier that represents
the root of the Dot1dBridge.Dot1dBase table in the MIB forest.
|
ms_elemList
IFINDEX
Constructor and Description |
---|
Dot1dBasePortTableEntry()
The class constructor used to initialize the
object to its initial state.
|
Modifier and Type | Method and Description |
---|---|
int |
getBaseBridgePort()
getBaseBridgePort
|
int |
getBaseBridgePortIfindex()
getBaseBridgePortIfindex
|
String |
getBasePortCircuit()
getBasePortCircuit
|
int |
getBasePortDelayExceededDiscards()
getBasePortDelayExceededDiscards
|
int |
getBasePortMtuExceededDiscards()
getBasePortMtuExceededDiscards
|
getElementListSize, getElements, storeResult
getDisplayString, getHexString, getIfIndex, getInt32, getIPAddress, getObjectID, getUInt32, getValue, isEmpty, putIfIndex, putValue, size
public static final String BASE_PORT
BASE_PORT="dot1dBasePort"
public static final String BASE_IFINDEX
BASE_IFINDEX="dot1dBasePortIfIndex"
public static final String BASE_PORT_CIRCUIT
BASE_PORT_CIRCUIT="dot1dBasePortCircuit"
public static final String BASE_DELAY_EX_DIS
BASE_DELAY_EX_DIS="dot1dBasePortDelayExceededDiscards"
public static final String BASE_MTU_EX_DIS
BASE_MTU_EX_DIS="dot1dBasePortMtuExceededDiscards"
public static final NamedSnmpVar[] bridgePort_elemList
The keys that will be supported by default from the TreeMap base class. Each of the elements in the list are an instance of the dot1dbasetable. Objects in this list should be used by multiple instances of this class.
public static final String TABLE_OID
The TABLE_OID is the object identifier that represents the root of the Dot1dBridge.Dot1dBase table in the MIB forest.
public Dot1dBasePortTableEntry()
The class constructor used to initialize the object to its initial state. Although the object's member variables can change after an instance is created, this constructor will initialize all the variables as per their named variable from the passed array of SNMP varbinds.
If the information in the object should not be modified then a final modifier can be applied to the created object.
public int getBaseBridgePort()
getBaseBridgePort
public int getBaseBridgePortIfindex()
getBaseBridgePortIfindex
public int getBasePortDelayExceededDiscards()
getBasePortDelayExceededDiscards
public int getBasePortMtuExceededDiscards()
getBasePortMtuExceededDiscards
Copyright © 2015. All rights reserved.