public final class ExtremeNetworkVlanTableEntry extends SnmpStore implements VlanCollectorEntry
The ExtremeNetworkVlanTableEntry class is designed to hold all the MIB-II information for one entry in the iso.org.dod.internet.private.enterprises.cisco.ciscoMgmt. ciscoVtpMIB.vtpMIBObjects.vlanInfo.vtpVlanTable.vtpVlanEntry
This object is used by the ExtremeNetworkVlanTable to hold information single entries in the table. See the ExtremeNetworkVlanTable documentation form more information.
ThreeComVlanTable
,
RFC1213Modifier and Type | Field and Description |
---|---|
static NamedSnmpVar[] |
enVlan_elemList
The keys that will be supported by default from the
TreeMap base class.
|
static String |
EXTREME_VLAN_GLOBAL_ID
Constant
EXTREME_VLAN_GLOBAL_ID="extremeVlanIfGlobalIdentifier" |
static String |
EXTREME_VLAN_IFINDEX
Constant
EXTREME_VLAN_IFINDEX="extremeVlanIfIndex" |
static String |
EXTREME_VLAN_IFLOOP_MODE_FLAG
Constant
EXTREME_VLAN_IFLOOP_MODE_FLAG="extremeVlanIfLoopbackModeFlag" |
static String |
EXTREME_VLAN_IGNORE_BPDU_FLAG
Constant
EXTREME_VLAN_IGNORE_BPDU_FLAG="extremeVlanIfIgnoreBpduFlag" |
static String |
EXTREME_VLAN_IGNORE_STP_FLAG
Constant
EXTREME_VLAN_IGNORE_STP_FLAG="extremeVlanIfIgnoreStpFlag" |
static String |
TABLE_OID
The TABLE_OID is the object identifier that represents
the root of the table vtpVlanTable in the MIB forest.
|
ms_elemList
IFINDEX
VLAN_INDEX, VLAN_NAME, VLAN_STATUS, VLAN_STATUS_mtuTooBigForDevice, VLAN_STATUS_mtuTooBigForTrunk, VLAN_STATUS_OPERATIONAL, VLAN_STATUS_SUSPENDED, VLAN_TYPE, VLAN_TYPE_DEPRECATED, VLAN_TYPE_ETHERNET, VLAN_TYPE_FDDI, VLAN_TYPE_FDDINET, VLAN_TYPE_TOKENRING, VLAN_TYPE_TRNET
Constructor and Description |
---|
ExtremeNetworkVlanTableEntry()
The class constructor used to initialize the
object to its initial state.
|
getElementListSize, getElements, log, storeResult
getDisplayString, getHexString, getIfIndex, getInt32, getIPAddress, getObjectID, getUInt32, getValue, isEmpty, putIfIndex, putValue, size
public static final String EXTREME_VLAN_IFINDEX
EXTREME_VLAN_IFINDEX="extremeVlanIfIndex"
public static final String EXTREME_VLAN_IGNORE_STP_FLAG
EXTREME_VLAN_IGNORE_STP_FLAG="extremeVlanIfIgnoreStpFlag"
public static final String EXTREME_VLAN_IGNORE_BPDU_FLAG
EXTREME_VLAN_IGNORE_BPDU_FLAG="extremeVlanIfIgnoreBpduFlag"
public static final String EXTREME_VLAN_IFLOOP_MODE_FLAG
EXTREME_VLAN_IFLOOP_MODE_FLAG="extremeVlanIfLoopbackModeFlag"
public static final String EXTREME_VLAN_GLOBAL_ID
EXTREME_VLAN_GLOBAL_ID="extremeVlanIfGlobalIdentifier"
public static NamedSnmpVar[] enVlan_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 table vtpVlanTable in the MIB forest.
public ExtremeNetworkVlanTableEntry()
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.
Copyright © 2015. All Rights Reserved.