INTEL-VLAN-MIB

File: INTEL-VLAN-MIB.mib (73000 bytes)

Imported modules

RFC-1215 RFC1155-SMI RFC1213-MIB
INTEL-GEN-MIB RFC-1212

Imported symbols

TRAP-TYPE TimeTicks IpAddress
DisplayString sysName mib2ext
OBJECT-TYPE

Defined Types

EthMacAddress  
OCTET STRING    

PolicyVlanEntry  
SEQUENCE    
  policyVlanId INTEGER
  policyVlanName DisplayString
  policyVlanCreateObj OCTET STRING
  policyVlanDeleteObj INTEGER

PolicyMacRuleEntry  
SEQUENCE    
  policyMacRuleVlanId INTEGER
  policyMacRuleAddress EthMacAddress
  policyMacRuleCreateObj OCTET STRING
  policyMacRuleDeleteObj INTEGER

PolicyIslMacRuleEntry  
SEQUENCE    
  policyIslMacRuleVlanId INTEGER
  policyIslMacRuleAddress EthMacAddress
  policyIslMacRuleCreateObj OCTET STRING
  policyIslMacRuleDeleteObj INTEGER

PolicyIpRuleEntry  
SEQUENCE    
  policyIpRuleVlanId INTEGER
  policyIpRuleAddress IpAddress
  policyIpRuleCreateObj OCTET STRING
  policyIpRuleDeleteObj INTEGER

PolicyIpNetRuleEntry  
SEQUENCE    
  policyIpNetRuleVlanId INTEGER
  policyIpNetRuleAddress IpAddress
  policyIpNetRuleMask IpAddress
  policyIpNetRuleCreateObj OCTET STRING
  policyIpNetRuleDeleteObj INTEGER

PolicyPortRuleEntry  
SEQUENCE    
  policyPortRuleVlanId INTEGER
  policyPortRuleNumber INTEGER
  policyPortRuleCreateObj OCTET STRING
  policyPortRuleDeleteObj INTEGER

PolicyPortSettingsEntry  
SEQUENCE    
  policyPortSettingsPortNumber INTEGER
  policyPortSettingsIpLearning INTEGER

PolicyStackPortRuleEntry  
SEQUENCE    
  policyStackPortRuleVlanId INTEGER
  policyStackPortRuleSwitchMac EthMacAddress
  policyStackPortRuleNumber INTEGER
  policyStackPortRuleCreateObj OCTET STRING
  policyStackPortRuleDeleteObj INTEGER

LearnedMacEntry  
SEQUENCE    
  learnedMacAddress EthMacAddress
  learnedMacType OCTET STRING
  learnedMacPortNo INTEGER
  learnedMacIpAddress IpAddress

LearnedMacVlanEntry  
SEQUENCE    
  learnedMacVlanMac EthMacAddress
  learnedMacVlanIndex INTEGER
  learnedMacVlanName DisplayString

LearnedVlanPortEntry  
SEQUENCE    
  learnedVlanPortNo INTEGER
  learnedVlanPortVlanIndex INTEGER
  learnedVlanPortVlanName DisplayString

LearnedVlanIdEntry  
SEQUENCE    
  learnedVlanId INTEGER
  learnedVlanIdVlanName DisplayString

IslEntry  
SEQUENCE    
  islIfIndex INTEGER
  islMacAddress EthMacAddress
  islIpAddress IpAddress

Defined Values

vlan 1.3.6.1.4.1.343.6.11
OBJECT IDENTIFIER    

vlanPolicy 1.3.6.1.4.1.343.6.11.1
OBJECT IDENTIFIER    

vlanLearned 1.3.6.1.4.1.343.6.11.2
OBJECT IDENTIFIER    

vlanIsl 1.3.6.1.4.1.343.6.11.3
OBJECT IDENTIFIER    

vlanEditToken 1.3.6.1.4.1.343.6.11.4
OBJECT IDENTIFIER    

vlanTrapObjects 1.3.6.1.4.1.343.6.11.6
OBJECT IDENTIFIER    

vlanPolicyDomainName 1.3.6.1.4.1.343.6.11.1.1
The VLAN Domain name. All VLAN configuration and connectivity is separated in domains.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..8)  

vlanPolicyServerSeqNo 1.3.6.1.4.1.343.6.11.1.2
The sequence number of the configuration policy of the VLAN sever.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

vlanPolicyClientSeqNo 1.3.6.1.4.1.343.6.11.1.3
The sequence number of the configuration policy of the client.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

vlanPolicyMode 1.3.6.1.4.1.343.6.11.1.4
The device is running VLAN in 1 of 2 possible modes. 1) Distributed VLAN - the configuration and VLAN memberships are shared with other devices in the same domain. 2) Stand-alone - the configuration has only local significance. When running the devices in a stack the values 3 or 4 will be returned according to the actual mode, but only the values 1 and 2 will be accepted for set-requests. For some devices this object can not be set to fullVlan. Refer to vlanPolicySupportedVlanModes object.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER fullVlan(1), standalone(2), fullVlanForStack(3), standaloneForStack(4)  

vlanPolicyChangedStamp 1.3.6.1.4.1.343.6.11.1.5
Local timestamp of last policy configuration change
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

vlanPolicyNextVlanId 1.3.6.1.4.1.343.6.11.1.6
Returns the next VLAN id to be used when creating a new VLAN
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

vlanPolicyLastApiError 1.3.6.1.4.1.343.6.11.1.7
Return code for the last occurred error when making changes to the VLAN database
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER outOfMemory(1), tokenTakenByOther(2), editTokenNotAllocated(3), illegalVlanId(4), vlanAlreadyActive(5), vlanAlreadyDeactive(6), illegalIndex(7), illegalName(8), noDatabaseInFlash(9), illegalEntryId(10), optionUnknown(11), commandUnknown(12), entryAlreadyExist(13), recursiveReferencing(14), ipNetViolation(15), noVlansDefined(16), maximumNumberOfEntriesReached(17), nameTooLong(18), noIpNet(19), illegalPortEntry(20), moreEntriesExist(21), entryNotFound(22), saveError(25), noEntriesDefined(26), vlanNameAlreadyExist(27), domainUnknown(30), noLocalInfoPresent(31), illegalNvpDbPointer(32), illegalLocalPointer(33), wrongDatabaseVersion(34), errorInitializing(35), errorClearingDb(37), illegalPointer(38), macVlanServerTimeOut(40), editTokenLostToForcedRelease(41), configurationChanged(42), currentVersionTooOld(43), wrongDomainName(44), tokenClaimRequestAlreadyPending(45), tokenIsAlreadyAllocated(46), tokenAllocationTimeOut(47), tokenAllocatedForDbUpdate(48), serverIsLost(50), tokenReclaimFromNewServerFailed(51), vlanIdMismatch(52), multiStpChangeGlobalExist(53), multiStpChangeWrongVlanMode(54), multiStpChangePortOverlapping(55), notAllowedWhenRunningMultiStp(56)  

vlanPolicyChangeOperation 1.3.6.1.4.1.343.6.11.1.8
This object must be set when changing the name of a VLAN DOMAIN, to indicate whether the change is a rename- or a create-operation
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER create(1), rename(2)  

vlanPolicyVlanTable 1.3.6.1.4.1.343.6.11.1.9
Table of configured VLANs
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PolicyVlanEntry

policyVlanEntry 1.3.6.1.4.1.343.6.11.1.9.1
Entry in VLAN table consists of id and name and contains two special binary objects for creating and deleting VLANs
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PolicyVlanEntry  

policyVlanId 1.3.6.1.4.1.343.6.11.1.9.1.1
The internal id number of a VLAN. Must be used as index for creating and deleting
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

policyVlanName 1.3.6.1.4.1.343.6.11.1.9.1.2
Name of the VLAN (20 bytes ASCII-Z string)
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..20)  

policyVlanCreateObj 1.3.6.1.4.1.343.6.11.1.9.1.3
This object is used to create a new VLAN. The object takes parameters as binary-coded octet strings. Index (policyVlanId) used must be value from vlanPolicyNextVlanId. Binary format: [name (20 bytes ASCII-Z string)]
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..20)  

policyVlanDeleteObj 1.3.6.1.4.1.343.6.11.1.9.1.4
This object is used to delete an existing VLAN. The id of the VLAN must be used as index
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER delete(1)  

vlanPolicyMacRuleTable 1.3.6.1.4.1.343.6.11.1.10
Table of configured MAC rules in a VLAN
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PolicyMacRuleEntry

policyMacRuleEntry 1.3.6.1.4.1.343.6.11.1.10.1
Entry in MAC rule table consist of VLAN id and MAC address and contains two special binary objects for creating and deleting rules
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PolicyMacRuleEntry  

policyMacRuleVlanId 1.3.6.1.4.1.343.6.11.1.10.1.1
Id of VLAN. Used as index when creating and deleting a rule
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

policyMacRuleAddress 1.3.6.1.4.1.343.6.11.1.10.1.2
MAC address string rule (6 bytes) for VLAN learning
Status: mandatory Access: read-only
OBJECT-TYPE    
  EthMacAddress Size(6)  

policyMacRuleCreateObj 1.3.6.1.4.1.343.6.11.1.10.1.3
This object is used to create a new MAC rule. The object takes parameters as binary-coded octet strings. Index (policyMacRuleVlanId and policyMacRuleAddress) used must be an existing VLAN id and a valid 6 byte MAC address. Binary format: [] {= leave empty}
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

policyMacRuleDeleteObj 1.3.6.1.4.1.343.6.11.1.10.1.4
This object is used to delete an existing MAC rule. The VLAN id and MAC address of the rule must be used as index
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER delete(1)  

vlanPolicyIslMacRuleTable 1.3.6.1.4.1.343.6.11.1.11
THIS TABLE HAS BEEN OBSOLETED! Table of configured IslMAC rules in a VLAN
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PolicyIslMacRuleEntry

policyIslMacRuleEntry 1.3.6.1.4.1.343.6.11.1.11.1
THIS ENTRY HAS BEEN OBSOLETED! Entry in IslMAC rule table consists of VLAN id and IslMAC address and contains two special binary objects for creating and deleting rules
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PolicyIslMacRuleEntry  

policyIslMacRuleVlanId 1.3.6.1.4.1.343.6.11.1.11.1.1
OBJECT HAS BEEN OBSOLETED! Id of VLAN. Used as index when creating and deleting a rule
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

policyIslMacRuleAddress 1.3.6.1.4.1.343.6.11.1.11.1.2
OBJECT HAS BEEN OBSOLETED! MAC address string rule (6 bytes) for VLAN learning
Status: mandatory Access: read-only
OBJECT-TYPE    
  EthMacAddress Size(6)  

policyIslMacRuleCreateObj 1.3.6.1.4.1.343.6.11.1.11.1.3
OBJECT HAS BEEN OBSOLETED! This object is used to create a new IslMAC rule. The object takes parameters as binary-coded octet strings. Index (policyIslMacRuleVlanId and policyIslMacRuleAddress) used must be an existing VLAN id and a valid 6 byte MAC address. Binary format: [] {= leave empty}
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

policyIslMacRuleDeleteObj 1.3.6.1.4.1.343.6.11.1.11.1.4
OBJECT HAS BEEN OBSOLETED! This object is used to delete an existing IslMAC rule. The VLAN id and MAC address of the rule must be used as index
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER delete(1)  

vlanPolicyIpRuleTable 1.3.6.1.4.1.343.6.11.1.12
Table of configured IP rules in a VLAN
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PolicyIpRuleEntry

policyIpRuleEntry 1.3.6.1.4.1.343.6.11.1.12.1
Entry in IP rule table consists of VLAN id and IP address and contains two special binary objects for creating and deleting rules
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PolicyIpRuleEntry  

policyIpRuleVlanId 1.3.6.1.4.1.343.6.11.1.12.1.1
Id of VLAN. Used as index when creating and deleting a rule
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

policyIpRuleAddress 1.3.6.1.4.1.343.6.11.1.12.1.2
IP address string rule (4 bytes) for VLAN learning
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

policyIpRuleCreateObj 1.3.6.1.4.1.343.6.11.1.12.1.3
This object is used to create a new IP rule. The object takes parameters as binary-coded octet strings. Index (policyIpRuleVlanId and policyIpRuleAddress) used must be an existing VLAN id and a valid 4 byte IP address. Binary format: [] {= leave empty}
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

policyIpRuleDeleteObj 1.3.6.1.4.1.343.6.11.1.12.1.4
This object is used to delete an existing IP rule. The VLAN id and IP address of the rule must be used as index
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER delete(1)  

vlanPolicyIpNetRuleTable 1.3.6.1.4.1.343.6.11.1.13
Table of configured IP Network rules in a VLAN
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PolicyIpNetRuleEntry

policyIpNetRuleEntry 1.3.6.1.4.1.343.6.11.1.13.1
Entry in IP Network rule table consists of VLAN id, IP Network address and IP Network mask and contains two special binary objects for creating and deleting rules
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PolicyIpNetRuleEntry  

policyIpNetRuleVlanId 1.3.6.1.4.1.343.6.11.1.13.1.1
Id of VLAN. Used as index when creating and deleting a rule
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

policyIpNetRuleAddress 1.3.6.1.4.1.343.6.11.1.13.1.2
IP Network address string rule (4 bytes) for VLAN learning
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

policyIpNetRuleMask 1.3.6.1.4.1.343.6.11.1.13.1.3
IP Network subnet mask string (4 bytes). Rule will be the result of a bit-wise AND operation between address and mask
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

policyIpNetRuleCreateObj 1.3.6.1.4.1.343.6.11.1.13.1.4
This object is used to create a new IP Network rule. The object takes parameters as binary-coded octet strings. Index (policyIpNetRuleVlanId and policyIpNetRuleAddress) used must be an existing VLAN id and a valid 4 byte IP address. Binary format: [mask (4bytes)]
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(4)  

policyIpNetRuleDeleteObj 1.3.6.1.4.1.343.6.11.1.13.1.5
This object is used to delete an existing IP Network rule. The VLAN id and IP Network address of the rule must be used as index
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER delete(1)  

vlanPolicyPortRuleTable 1.3.6.1.4.1.343.6.11.1.14
Table of configured Port rules in a VLAN
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PolicyPortRuleEntry

policyPortRuleEntry 1.3.6.1.4.1.343.6.11.1.14.1
Entry in Port rule table consists of VLAN id and Port number and contains two special binary objects for creating and deleting rules
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PolicyPortRuleEntry  

policyPortRuleVlanId 1.3.6.1.4.1.343.6.11.1.14.1.1
Id of VLAN. Used as index when creating and deleting a rule
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

policyPortRuleNumber 1.3.6.1.4.1.343.6.11.1.14.1.2
Port number rule for VLAN learning
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

policyPortRuleCreateObj 1.3.6.1.4.1.343.6.11.1.14.1.3
This object is used to create a new Port rule. The object takes parameters as binary-coded octet strings. Index (policyPortRuleVlanId and policyPortRuleAddress) used must be an existing VLAN id and a valid 4 byte IP address. Binary format: [] {= leave empty}
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

policyPortRuleDeleteObj 1.3.6.1.4.1.343.6.11.1.14.1.4
This object is used to delete an existing Port rule. The VLAN id and Port number of the rule must be used as index
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER delete(1)  

vlanPolicyPortSettingsTable 1.3.6.1.4.1.343.6.11.1.15
List of ports and their VLAN relevant configuration
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PolicyPortSettingsEntry

policyPortSettingsEntry 1.3.6.1.4.1.343.6.11.1.15.1
Entry consists of Port Number and state for IP learning on a port
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PolicyPortSettingsEntry  

policyPortSettingsPortNumber 1.3.6.1.4.1.343.6.11.1.15.1.1
This is the Port number. Used as index when changing settings
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

policyPortSettingsIpLearning 1.3.6.1.4.1.343.6.11.1.15.1.2
This option enables or disables the IP rule learning on a per port basis. This option should be enabled for ports connected to IP traffic only networks
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ipLearningDisabled(1), ipLearningEnabled(2)  

vlanPolicyAllPortSettingsIpLearning 1.3.6.1.4.1.343.6.11.1.16
This object is used to synchronize IP learning settings for all ports (set to either enabled or disabled). When read this object will also indicate if the settings are the same for all ports (enabled or disabled) or mixed
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ipLearningDisabled(1), ipLearningEnabled(2), ipLearningMixed(3)  

vlanPolicyAssignManagementVlan 1.3.6.1.4.1.343.6.11.1.17
Assign a VLAN to have access to the switch local management. NB: Only for desktop switches!
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

vlanPolicyConfigConfState 1.3.6.1.4.1.343.6.11.1.18
When a management center changes the VLAN configuration, there is a risk that it looses the access to the switch. Therefore, in case the switch is running VLAN in stand alone mode, a temporary backup of the old configuration is made. This copy is kept for 30 sec and if this object has not been set to confirm(5) within that time, the backup configuration is made active and the new modifications are lost (state will read revertedToOldConf(3)). When a Token is claimed the state is set to notReady(1) and the state cannot be set to confirm(5) until the state reads ready(2) (which means the configuration has been made active and the learning database updated). When setting state to confirm the backup is removed and the new configuration is made active, and the state reads confirmedNewConf(4).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER notReady(1), ready(2), revertedToOldConf(3), confirmedNewConf(4), confirm(5)  

vlanPolicyConfigConfTimerValue 1.3.6.1.4.1.343.6.11.1.19
This object returns the start value of the Configuration Confirm Timer
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

vlanPolicySupportedVlanModes 1.3.6.1.4.1.343.6.11.1.20
This object returns a bitmask containing the supported VLAN modes: 0x01 : Stand-alone VLAN 0x02 : Distributed VLAN
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

vlanPolicyRevert2Default 1.3.6.1.4.1.343.6.11.1.21
Setting this object to 1 will restore the original VLAN setup (1 System VLAN with all ports in it). NB: vlanMode and name is not effected by this!
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

vlanPolicyMacVlanServerPriority 1.3.6.1.4.1.343.6.11.1.22
This object sets the priority for this device to become MAC-VLAN server
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  


vlanPolicyStackPortRuleTable 1.3.6.1.4.1.343.6.11.1.24
Table of configured Port rules in a VLAN for a stack
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PolicyStackPortRuleEntry

policyStackPortRuleEntry 1.3.6.1.4.1.343.6.11.1.24.1
Entry in Stack Port rule table consists of VLAN id, Switch MAC and Port number and contains two special binary objects for creating and deleting rules
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PolicyStackPortRuleEntry  

policyStackPortRuleVlanId 1.3.6.1.4.1.343.6.11.1.24.1.1
Id of VLAN. Used as index when creating and deleting a rule
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

policyStackPortRuleSwitchMac 1.3.6.1.4.1.343.6.11.1.24.1.2
Mac address identifying the switch on which the port is physically located
Status: mandatory Access: read-only
OBJECT-TYPE    
  EthMacAddress Size(6)  

policyStackPortRuleNumber 1.3.6.1.4.1.343.6.11.1.24.1.3
Port number rule for VLAN learning
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

policyStackPortRuleCreateObj 1.3.6.1.4.1.343.6.11.1.24.1.4
This object is used to create a new Stack Port rule. The object takes parameters as binary-coded octet strings. Index (policyStackPortRuleVlanId, policyStackPortRuleSwitchMac and policyStackPortRuleAddress) used must be an existing VLAN id, a valid MAC address present in the stack and a valid 4 byte IP address. Binary format: [] {= leave empty}
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

policyStackPortRuleDeleteObj 1.3.6.1.4.1.343.6.11.1.24.1.5
This object is used to delete an existing Port rule. The VLAN id, Switch Mac and Port number of the rule must be used as index
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER delete(1)  

vlanPolicyUseMultiSTP 1.3.6.1.4.1.343.6.11.1.25
When enabled, the device will operate multiple spanning trees on top of VLANs. When disabled the device will operate with VLANs on top of a single spanning tree.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

vlanPolicyFwdLearnPckts 1.3.6.1.4.1.343.6.11.1.26
Enable or Disable forwarding of learn-packets. A learn-packet is the packet that was used to learn a station the first time the switch received traffic from the station. If enabled these packets will be forwarded after learning is complete. If disabled these packets will be discarded after learning, to prevent packet re-ordering in the network. NB: This setting is not protected by the edit-token lock.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

vlanLearnedVersion 1.3.6.1.4.1.343.6.11.2.1
The version of the run-time database used for keeping actual VLAN information.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

vlanLearnedServerState 1.3.6.1.4.1.343.6.11.2.2
State of the MAC-VLAN server: initActive - Initialising to become server initPassive - Initialising to become client passive - Station is client active - Station is server
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER initActive(1), initPassive(2), passive(3), active(4)  

vlanLearnedServerPriority 1.3.6.1.4.1.343.6.11.2.3
The priority of the server function. The lower the priority, the more likely that this device becomes the server. If there is a tie between the priorities the device with the lowest MAC will become server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

vlanLearnedServerIPAddress 1.3.6.1.4.1.343.6.11.2.4
The IP address of the current MAC-VLAN server
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

vlanLearnedServerMACAddress 1.3.6.1.4.1.343.6.11.2.5
The MAC address of the current MAC-VLAN server
Status: mandatory Access: read-only
OBJECT-TYPE    
  EthMacAddress Size(6)  

vlanLearnedServerPortNo 1.3.6.1.4.1.343.6.11.2.6
The port number through which the device is connected to the server. Only valid if device is client
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

vlanLearnedServerNameChangeTimer 1.3.6.1.4.1.343.6.11.2.7
Timer value used when renaming a VLAN DOMAIN. While timer is running, both the old and new Domain Name is accepted by all switches in the Domain. When renaming a Domain containing many switches, a high value of the timer may be needed to ensure that Domain is not 'broken'. Value is in seconds
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

vlanLearnedServerExpiryTimer 1.3.6.1.4.1.343.6.11.2.8
Time a device will wait before assuming the MAC-VLAN server is lost. If server is assumed lost, the device will search for a new server, or become the server itself. NOTE: The value used by all devices in a Domain, is the value configured on the device that currently is the MAC-VLAN server and NOT the individual settings on each device.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

vlanLearnedMacTable 1.3.6.1.4.1.343.6.11.2.9
A list of all active stations in a VLAN in the domain for the device.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LearnedMacEntry

learnedMacEntry 1.3.6.1.4.1.343.6.11.2.9.1
A VLAN active station. For each station there is information about its: MAC address. If possible additional information about on which access-port the station is placed, the protocol type used and IP-address is kept too.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  LearnedMacEntry  

learnedMacAddress 1.3.6.1.4.1.343.6.11.2.9.1.1
The MAC address for a station.
Status: mandatory Access: read-only
OBJECT-TYPE    
  EthMacAddress Size(6)  

learnedMacType 1.3.6.1.4.1.343.6.11.2.9.1.2
The 2 byte protocol/length identifier specified in a ethernet packet according to IEEE802.3 / ETHERNET II
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(2)  

learnedMacPortNo 1.3.6.1.4.1.343.6.11.2.9.1.3
The access-port on the VLAN device for a learned station. If portNo = 0 it means that this MAC is not learned locally.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

learnedMacIpAddress 1.3.6.1.4.1.343.6.11.2.9.1.4
The IP-address of a learned station.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

vlanLearnedMacVlanTable 1.3.6.1.4.1.343.6.11.2.10
A membership list of which stations are included in which VLANs in the actual domain.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LearnedMacVlanEntry

learnedMacVlanEntry 1.3.6.1.4.1.343.6.11.2.10.1
For every station (referred to by its MAC address) a list of VLANs that have the station as a member, can be retrieved.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  LearnedMacVlanEntry  

learnedMacVlanMac 1.3.6.1.4.1.343.6.11.2.10.1.1
The MAC address of a learned station
Status: mandatory Access: read-only
OBJECT-TYPE    
  EthMacAddress Size(6)  

learnedMacVlanIndex 1.3.6.1.4.1.343.6.11.2.10.1.2
The index of this VLAN, to be used when retrieving the next VLAN.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

learnedMacVlanName 1.3.6.1.4.1.343.6.11.2.10.1.3
The name of the VLAN.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..20)  

vlanLearnedVlanPortTable 1.3.6.1.4.1.343.6.11.2.11
A table of which VLANs exist on the ports.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LearnedVlanPortEntry

learnedVlanPortEntry 1.3.6.1.4.1.343.6.11.2.11.1
For each port a list of VLANs that are active on the port can be retrieved.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  LearnedVlanPortEntry  

learnedVlanPortNo 1.3.6.1.4.1.343.6.11.2.11.1.1
The if-index decribing the requested port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

learnedVlanPortVlanIndex 1.3.6.1.4.1.343.6.11.2.11.1.2
The index of this VLAN, to be used when retrieving the next VLAN.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

learnedVlanPortVlanName 1.3.6.1.4.1.343.6.11.2.11.1.3
The name of the VLAN.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..20)  

vlanLearnedVlanIdTable 1.3.6.1.4.1.343.6.11.2.12
Table of active VLAN id's
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LearnedVlanIdEntry

learnedVlanIdEntry 1.3.6.1.4.1.343.6.11.2.12.1
A VLAN is active in a device, if a station connected to that device has become a member of the VLAN.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  LearnedVlanIdEntry  

learnedVlanId 1.3.6.1.4.1.343.6.11.2.12.1.1
The index of the VLAN.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

learnedVlanIdVlanName 1.3.6.1.4.1.343.6.11.2.12.1.2
The name of the VLAN.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..20)  

vlanLearnedSnmpMgtVlanIds 1.3.6.1.4.1.343.6.11.2.13
This object will return a list of VLAN id's for the incoming SNMP request, usable to determine which VLANs the Mgt station itself belongs to. The answer is an Octet-string consisting of 16-bit unsigned integers, up to a maximum of 127 id's. If more VLAN id's should exist, only the first 127 will be returned in the reply.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

vlanLearnedMacVlanFlush 1.3.6.1.4.1.343.6.11.2.14
Setting this object to 1 will flush the MAC-VLAN table of the entire distributed domain.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

islTable 1.3.6.1.4.1.343.6.11.3.1
A list of interconnected VLAN aware devices sharing the same doamin on a port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IslEntry

islEntry 1.3.6.1.4.1.343.6.11.3.1.1
On each switch vlan link a list of connected devices referred to by MAC- and IP-address.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IslEntry  

islIfIndex 1.3.6.1.4.1.343.6.11.3.1.1.1
The if-index decribing the requested port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

islMacAddress 1.3.6.1.4.1.343.6.11.3.1.1.2
The MAC address of an SVL station.
Status: mandatory Access: read-only
OBJECT-TYPE    
  EthMacAddress Size(6)  

islIpAddress 1.3.6.1.4.1.343.6.11.3.1.1.3
The IP-address of an SVL station
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

editTokenOwnerMacAddress 1.3.6.1.4.1.343.6.11.4.1
The MAC address of the station that is currently locking the global VLAN configuration.
Status: mandatory Access: read-only
OBJECT-TYPE    
  EthMacAddress Size(6)  

editTokenOwnerIpAddress 1.3.6.1.4.1.343.6.11.4.2
The IP-address of the station that is currently locking the global VLAN configuration.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

editTokenOwnerSysName 1.3.6.1.4.1.343.6.11.4.3
The System Name of the station that is currently locking the global VLAN configuration.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

editTokenOwnerApplication 1.3.6.1.4.1.343.6.11.4.4
The Application that is currently locking the global VLAN configuration.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER localManagement(1), snmp(2), nvpdbTftp(3), serverUpdate(4), externalTftpGet(5), externalTftpPut(6), loadFromFlash(7)  

editTokenOwnerSnmpIpAddress 1.3.6.1.4.1.343.6.11.4.5
The IP address of the IP host that has taken the edit token via SNMP
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

editTokenClaimReq 1.3.6.1.4.1.343.6.11.4.6
This object is used to claim the Token to make changes to the VLAN configuration. Parameters are supplied in a binary coded octet string. Request will fail if sequence number given is lower than or equal to active configuration sequence number. Binary format: [] seqNo = sequence number expected to be next suggestNewSeqNo = if 1 device will assign allocForSNMP = if editing from SNMP set to 1
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(6)  

editTokenLastClaimRspRetVal 1.3.6.1.4.1.343.6.11.4.7
Returns the last error code for the Claim Edit Token call.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER success(1), failTaken(2), failVersionTooOld(3), failWrongDomainName(4), notReady(99), failClaiming(100), failTakenThisSwitch(101), failReqTimeout(102), failGetBuffer(103), failUpdating(104), failNotReady(105)  

editTokenReleaseReq 1.3.6.1.4.1.343.6.11.4.8
Object used to release the Token. When setting object an integer indicating 1) Abandon changes, 2) Save changes, 3) Save changes and wait for confirmation (if not confirmed the device returns to the previous configuration) must be given or 4) we are changing VLAN mode/name and want to have our System VLAN (id=24) back, to ensure correct connectivity after the change
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER noSave(1), save(2), saveWithConfirmOption(3), modeChangeRestoreDefault(4)  

editTokenLastReleaseRspRetVal 1.3.6.1.4.1.343.6.11.4.9
Returns the last error code for the Release Edit Token call.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER success(1), failNotTaken(2), failNotOwner(3), failReplacing(4), notReady(99), failClaiming(100), failReqTimeout(101), failForceReleased(102), failReleasing(104), failSaving(105), failNotTakenThisAppl(106), failLocalError(107), failNotReady(108)  

editTokenForceReleaseReq 1.3.6.1.4.1.343.6.11.4.10
A forced release of the edit token can be issued by an IP host via SNMP by setting this object on the MVS.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

editTokenClientState 1.3.6.1.4.1.343.6.11.4.11
The edit token state of the client
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER notTaken(1), taken(2), claiming(3), releasing(4), reclaiming(5), expectingNewNvpdb(6)  

editTokenTakenTime 1.3.6.1.4.1.343.6.11.4.12
The time that the edit token has been allocated (in hundreds of a second)
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

editTokenLastForceReleaseRspRetVal 1.3.6.1.4.1.343.6.11.4.13
Returns the last error code for the Release Edit Token call.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER success(1), timeout(2), notTaken(3), inProgress(4), notReady(99)  

editTokenServerState 1.3.6.1.4.1.343.6.11.4.14
The edit token state of the server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER notTaken(1), releasing(2), taken(3), forceReleasing(4)  

previousVlanDomainName 1.3.6.1.4.1.343.6.11.6.1
Internal value used when sending SNMP traps
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(0..8)  

vlanParsingErrorNo 1.3.6.1.4.1.343.6.11.6.2
Internal value used when sending SNMP traps
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

vlanParsingErrorText 1.3.6.1.4.1.343.6.11.6.3
Internal value used when sending SNMP traps
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

originatorIpAddress 1.3.6.1.4.1.343.6.11.6.4
Internal value used when sending SNMP traps
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IpAddress  

originatorMacAddress 1.3.6.1.4.1.343.6.11.6.5
Internal value used when sending SNMP traps
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  EthMacAddress Size(6)  

originatorSysName 1.3.6.1.4.1.343.6.11.6.6
Internal value used when sending SNMP traps
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

originatorMgtStationIpAddress 1.3.6.1.4.1.343.6.11.6.7
Internal value used when sending SNMP traps
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IpAddress  

globalVlanConfigurationChange 1
A new VLAN configuration has been distributed.
TRAP-TYPE    

localConfigurationChange 2
Changes made to local VLAN configuration.
TRAP-TYPE    

invalidVlanConfiguration 3
Error in uploaded configuration.
TRAP-TYPE    

domainNameChange 5
The VLAN domain name has been changed.
TRAP-TYPE    

newSwitchInDomain 6
This station is now participating in the domain.
TRAP-TYPE    

missingSwitchInDomain 7
A switch is no longer in the domain.
TRAP-TYPE    

editTokenForceRelease 8
This station has made a forced release of the edit token for the VLAN configuration
TRAP-TYPE    

editTokenRequestFailed 9
A management station tried to allocate the token while it was not available.
TRAP-TYPE    

configConfirmFailed 10
The new configuration rendered the device inaccessible to the management station, and the old configuration has been restored.
TRAP-TYPE    

vlanLearnedDatabaseFull 11
The VLAN learning process was unable to insert an entry in the VLAN database. This may result in a loss of connectivity between some stations. This is not an error; the setup is larger than the system has been designed to handle.
TRAP-TYPE