public final class QBridgeDot1dTpFdbTableEntry extends SnmpStore
The QbridgeDot1dTpFdbTableEntry class is designed to hold all the MIB-II information for one entry in the MIB II dot1dBridge.dot1dTp.dot1dTpFdbTable. The table effectively contains a list of these entries, each entry having information about bridge forwarding table.
This object is used by the Dot1dTpFdbTable to hold information single entries in the table. See the Dot1dTpFdbTable documentation form more information.
Dot1dTpFdbTable
,
RFC1213Modifier and Type | Field and Description |
---|---|
static String |
FDB_ADDRESS
Constant
FDB_ADDRESS="dot1dTpFdbAddress" |
static String |
FDB_ADDRESS_OID
Constant
FDB_ADDRESS_OID=".1.3.6.1.2.1.17.7.1.2.2.1.1" |
static String |
FDB_PORT
Constant
FDB_PORT="dot1dTpFdbPort" |
static String |
FDB_STATUS
Constant
FDB_STATUS="dot1dTpFdbStatus" |
static NamedSnmpVar[] |
ms_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 Bridge Forward table in the MIB forest.
|
IFINDEX
Constructor and Description |
---|
QBridgeDot1dTpFdbTableEntry()
Constructor for QBridgeDot1dTpFdbTableEntry.
|
Modifier and Type | Method and Description |
---|---|
String |
getQBridgeDot1dTpFdbAddress()
getQBridgeDot1dTpFdbAddress
|
int |
getQBridgeDot1dTpFdbPort()
getQBridgeDot1dTpFdbPort
|
int |
getQBridgeDot1dTpFdbStatus()
getQBridgeDot1dTpFdbStatus
|
void |
storeResult(SnmpResult res) |
getElementListSize, getElements
getDisplayString, getHexString, getIfIndex, getInt32, getIPAddress, getObjectID, getUInt32, getValue, isEmpty, putIfIndex, putValue, size
public static final String FDB_ADDRESS
FDB_ADDRESS="dot1dTpFdbAddress"
public static final String FDB_ADDRESS_OID
FDB_ADDRESS_OID=".1.3.6.1.2.1.17.7.1.2.2.1.1"
public static final String FDB_PORT
FDB_PORT="dot1dTpFdbPort"
public static final String FDB_STATUS
FDB_STATUS="dot1dTpFdbStatus"
public static NamedSnmpVar[] ms_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 Dot1dTpFbTable. 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 Bridge Forward table in the MIB forest.
public QBridgeDot1dTpFdbTableEntry()
Constructor for QBridgeDot1dTpFdbTableEntry.
public void storeResult(SnmpResult res)
storeResult
in class SnmpStore
public String getQBridgeDot1dTpFdbAddress()
getQBridgeDot1dTpFdbAddress
String
object.public int getQBridgeDot1dTpFdbPort()
getQBridgeDot1dTpFdbPort
public int getQBridgeDot1dTpFdbStatus()
getQBridgeDot1dTpFdbStatus
Copyright © 2015. All rights reserved.