|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.snmp.AbstractSnmpStore
org.opennms.netmgt.capsd.snmp.SnmpStore
org.opennms.netmgt.linkd.snmp.CiscoVlanTableEntry
public final class CiscoVlanTableEntry
The CiscoVlanTableEntry class is designed to hold all the information for one entry in the: iso.org.dod.internet.private.enterprises.cisco.ciscoMgmt.ciscoVtpMIB.vtpMIBObjects.vlanInfo.vtpVlanTable
This object is used by the CiscoVlanTable to hold information single entries in the table. See the CiscoVlanPortTable documentation form more information.
CiscoVlanTable,
RFC1213| Field Summary | |
|---|---|
static NamedSnmpVar[] |
ciscoVlan_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 table vtpVlanTable in the MIB forest. |
static String |
VLAN_AREHC
Constant VLAN_AREHC="vtpVlanAreHopCount" |
static String |
VLAN_BRIDGEN
Constant VLAN_BRIDGEN="vtpVlanBridgeNumber" |
static String |
VLAN_BRIDGETYPE
Constant VLAN_BRIDGETYPE="vtpVlanBridgeType" |
static String |
VLAN_D10S
Constant VLAN_D10S="vtpVlanDot10Said" |
static String |
VLAN_IFINDEX
Constant VLAN_IFINDEX="vtpVlanIfIndex" |
static String |
VLAN_ISCRFBACHUP
Constant VLAN_ISCRFBACHUP="vtpVlanIsCRFBackup" |
static String |
VLAN_MTU
Constant VLAN_MTU="vtpVlanMtu" |
static String |
VLAN_PARV
Constant VLAN_PARV="vtpVlanParentVlan" |
static String |
VLAN_RINGN
Constant VLAN_RINGN="vtpVlanRingNumber" |
static String |
VLAN_STEHC
Constant VLAN_STEHC="vtpVlanSteHopCount" |
static String |
VLAN_STPTYPE
Constant VLAN_STPTYPE="vtpVlanStpType" |
static String |
VLAN_TRV1
Constant VLAN_TRV1="vtpVlanTranslationalVlan1" |
static String |
VLAN_TRV2
Constant VLAN_TRV2="vtpVlanTranslationalVlan2" |
static String |
VLAN_TYPEEXT
Constant VLAN_TYPEEXT="vtpVlanTypeExt" |
| Fields inherited from class org.opennms.netmgt.capsd.snmp.SnmpStore |
|---|
ms_elemList |
| Fields inherited from class org.opennms.netmgt.snmp.AbstractSnmpStore |
|---|
IFINDEX |
| Fields inherited from interface org.opennms.netmgt.linkd.snmp.VlanCollectorEntry |
|---|
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 Summary | |
|---|---|
CiscoVlanTableEntry()
Constructor for CiscoVlanTableEntry. |
|
| Method Summary | |
|---|---|
void |
storeResult(SnmpResult res)
|
| Methods inherited from class org.opennms.netmgt.capsd.snmp.SnmpStore |
|---|
getElementListSize, getElements, log |
| Methods inherited from class org.opennms.netmgt.snmp.AbstractSnmpStore |
|---|
getDisplayString, getHexString, getIfIndex, getInt32, getIPAddress, getObjectID, getUInt32, getValue, isEmpty, putIfIndex, putValue, size |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String VLAN_MTU
VLAN_MTU="vtpVlanMtu"
public static final String VLAN_D10S
VLAN_D10S="vtpVlanDot10Said"
public static final String VLAN_RINGN
VLAN_RINGN="vtpVlanRingNumber"
public static final String VLAN_BRIDGEN
VLAN_BRIDGEN="vtpVlanBridgeNumber"
public static final String VLAN_STPTYPE
VLAN_STPTYPE="vtpVlanStpType"
public static final String VLAN_PARV
VLAN_PARV="vtpVlanParentVlan"
public static final String VLAN_TRV1
VLAN_TRV1="vtpVlanTranslationalVlan1"
public static final String VLAN_TRV2
VLAN_TRV2="vtpVlanTranslationalVlan2"
public static final String VLAN_BRIDGETYPE
VLAN_BRIDGETYPE="vtpVlanBridgeType"
public static final String VLAN_AREHC
VLAN_AREHC="vtpVlanAreHopCount"
public static final String VLAN_STEHC
VLAN_STEHC="vtpVlanSteHopCount"
public static final String VLAN_ISCRFBACHUP
VLAN_ISCRFBACHUP="vtpVlanIsCRFBackup"
public static final String VLAN_TYPEEXT
VLAN_TYPEEXT="vtpVlanTypeExt"
public static final String VLAN_IFINDEX
VLAN_IFINDEX="vtpVlanIfIndex"
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 static NamedSnmpVar[] ciscoVlan_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.
| Constructor Detail |
|---|
public CiscoVlanTableEntry()
Constructor for CiscoVlanTableEntry.
| Method Detail |
|---|
public void storeResult(SnmpResult res)
storeResult in class SnmpStore
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||