public class ExtremeNetworkVlanTable extends VlanTableBasic implements VlanTable
ExtremeNetworkVlanTable uses a SnmpSession to collect Extreme Network vendor-specific VLAN table entries. It implements the SnmpHandler to receive notifications when a reply is received/error occurs in the SnmpSession used to send requests/receive replies.
DEFAULT_VLAN_INDEX, DEFAULT_VLAN_NAME, DEFAULT_VLAN_STATUS| Constructor and Description |
|---|
ExtremeNetworkVlanTable(InetAddress address)
Constructor for ExtremeNetworkVlanTable.
|
| Modifier and Type | Method and Description |
|---|---|
protected ExtremeNetworkVlanTableEntry |
createTableEntry(SnmpObjId base,
SnmpInstId inst,
Object val)
createTableEntry
|
getVlansForSnmpCollectionadd, addAll, clear, contains, containsAll, getEntries, isEmpty, iterator, remove, removeAll, reportGenErr, reportNoSuchNameErr, retainAll, size, storeResult, toArray, toArraybuildNextPdu, isFinished, setFailed, setMaxRepetitions, setMaxRetries, setTimedOutfailed, getCollectionTracker, getParent, reportFatalErr, reportNonFatalErr, reportTooBigErr, setFinished, setParent, timedOutclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetVlansForSnmpCollectionequals, hashCodepublic ExtremeNetworkVlanTable(InetAddress address)
Constructor for ExtremeNetworkVlanTable.
address - a InetAddress object.protected ExtremeNetworkVlanTableEntry createTableEntry(SnmpObjId base, SnmpInstId inst, Object val)
createTableEntry
createTableEntry in class SnmpTable<SnmpStore>base - a SnmpObjId object.inst - a SnmpInstId object.val - a Object object.Copyright © 2017. All rights reserved.