public final class CiscoVlanTableEntry extends Vlan
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
,
RFC1213Modifier and Type | Field and Description |
---|---|
static NamedSnmpVar[] |
cisco_vlan_elemList
The keys that will be supported by default from the
TreeMap base class.
|
static String |
CISCOVTP_VLAN_AREHC
Constant
CISCOVTP_VLAN_AREHC="vtpVlanAreHopCount" |
static String |
CISCOVTP_VLAN_BRIDGEN
Constant
CISCOVTP_VLAN_BRIDGEN="vtpVlanBridgeNumber" |
static String |
CISCOVTP_VLAN_BRIDGETYPE
Constant
CISCOVTP_VLAN_BRIDGETYPE="vtpVlanBridgeType" |
static String |
CISCOVTP_VLAN_D10S
Constant
CISCOVTP_VLAN_D10S="vtpVlanDot10Said" |
static String |
CISCOVTP_VLAN_IFINDEX
Constant
CISCOVTP_VLAN_IFINDEX="vtpVlanIfIndex" |
static String |
CISCOVTP_VLAN_ISCRFBACHUP
Constant
CISCOVTP_VLAN_ISCRFBACHUP="vtpVlanIsCRFBackup" |
static String |
CISCOVTP_VLAN_MTU
Constant
CISCOVTP_VLAN_MTU="vtpVlanMtu" |
static String |
CISCOVTP_VLAN_PARV
Constant
CISCOVTP_VLAN_PARV="vtpVlanParentVlan" |
static String |
CISCOVTP_VLAN_RINGN
Constant
CISCOVTP_VLAN_RINGN="vtpVlanRingNumber" |
static String |
CISCOVTP_VLAN_STEHC
Constant
CISCOVTP_VLAN_STEHC="vtpVlanSteHopCount" |
static String |
CISCOVTP_VLAN_STPTYPE
Constant
CISCOVTP_VLAN_STPTYPE="vtpVlanStpType" |
static String |
CISCOVTP_VLAN_TRV1
Constant
CISCOVTP_VLAN_TRV1="vtpVlanTranslationalVlan1" |
static String |
CISCOVTP_VLAN_TRV2
Constant
CISCOVTP_VLAN_TRV2="vtpVlanTranslationalVlan2" |
static String |
CISCOVTP_VLAN_TYPEEXT
Constant
CISCOVTP_VLAN_TYPEEXT="vtpVlanTypeExt" |
static String |
TABLE_OID
The TABLE_OID is the object identifier that represents
the root of the table vtpVlanTable in the MIB forest.
|
VLAN_INDEX, VLAN_NAME, VLAN_STATUS, VLAN_TYPE
ms_elemList
IFINDEX
Constructor and Description |
---|
CiscoVlanTableEntry()
Constructor for CiscoVlanTableEntry.
|
Modifier and Type | Method and Description |
---|---|
OnmsVlan.VlanStatus |
getVlanStatus() |
OnmsVlan.VlanType |
getVlanType() |
protected boolean |
hasVlanIndexOid() |
getOnmsVlan, getVlanIndex, getVlanName, storeResult
getElementListSize, getElements
getDisplayString, getHexString, getIfIndex, getInt32, getIPAddress, getObjectID, getUInt32, getValue, isEmpty, putIfIndex, putValue, size
public static final String CISCOVTP_VLAN_MTU
CISCOVTP_VLAN_MTU="vtpVlanMtu"
public static final String CISCOVTP_VLAN_D10S
CISCOVTP_VLAN_D10S="vtpVlanDot10Said"
public static final String CISCOVTP_VLAN_RINGN
CISCOVTP_VLAN_RINGN="vtpVlanRingNumber"
public static final String CISCOVTP_VLAN_BRIDGEN
CISCOVTP_VLAN_BRIDGEN="vtpVlanBridgeNumber"
public static final String CISCOVTP_VLAN_STPTYPE
CISCOVTP_VLAN_STPTYPE="vtpVlanStpType"
public static final String CISCOVTP_VLAN_PARV
CISCOVTP_VLAN_PARV="vtpVlanParentVlan"
public static final String CISCOVTP_VLAN_TRV1
CISCOVTP_VLAN_TRV1="vtpVlanTranslationalVlan1"
public static final String CISCOVTP_VLAN_TRV2
CISCOVTP_VLAN_TRV2="vtpVlanTranslationalVlan2"
public static final String CISCOVTP_VLAN_BRIDGETYPE
CISCOVTP_VLAN_BRIDGETYPE="vtpVlanBridgeType"
public static final String CISCOVTP_VLAN_AREHC
CISCOVTP_VLAN_AREHC="vtpVlanAreHopCount"
public static final String CISCOVTP_VLAN_STEHC
CISCOVTP_VLAN_STEHC="vtpVlanSteHopCount"
public static final String CISCOVTP_VLAN_ISCRFBACHUP
CISCOVTP_VLAN_ISCRFBACHUP="vtpVlanIsCRFBackup"
public static final String CISCOVTP_VLAN_TYPEEXT
CISCOVTP_VLAN_TYPEEXT="vtpVlanTypeExt"
public static final String CISCOVTP_VLAN_IFINDEX
CISCOVTP_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[] cisco_vlan_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 CiscoVlanTableEntry()
Constructor for CiscoVlanTableEntry.
protected boolean hasVlanIndexOid()
hasVlanIndexOid
in class Vlan
public OnmsVlan.VlanStatus getVlanStatus()
getVlanStatus
in class Vlan
public OnmsVlan.VlanType getVlanType()
getVlanType
in class Vlan
Copyright © 2015. All rights reserved.