INTEL-VLAN-MIB: View SNMP OID List / Download MIB
VENDOR: INTEL CORPORATION
Home | MIB: INTEL-VLAN-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
vlan | 1.3.6.1.4.1.343.6.11 | |||
vlanPolicy | 1.3.6.1.4.1.343.6.11.1 | |||
vlanPolicyDomainName | 1.3.6.1.4.1.343.6.11.1.1 | displaystring | read-write |
The VLAN Domain name. All VLAN configuration and connectivity is separated in domains. |
vlanPolicyServerSeqNo | 1.3.6.1.4.1.343.6.11.1.2 | integer | read-only |
The sequence number of the configuration policy of the VLAN sever. |
vlanPolicyClientSeqNo | 1.3.6.1.4.1.343.6.11.1.3 | integer | read-only |
The sequence number of the configuration policy of the client. |
vlanPolicyMode | 1.3.6.1.4.1.343.6.11.1.4 | integer | read-write |
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. Enumeration: 'standaloneForStack': 4, 'fullVlanForStack': 3, 'fullVlan': 1, 'standalone': 2. |
vlanPolicyChangedStamp | 1.3.6.1.4.1.343.6.11.1.5 | timeticks | read-only |
Local timestamp of last policy configuration change |
vlanPolicyNextVlanId | 1.3.6.1.4.1.343.6.11.1.6 | integer | read-only |
Returns the next VLAN id to be used when creating a new VLAN |
vlanPolicyLastApiError | 1.3.6.1.4.1.343.6.11.1.7 | integer | read-only |
Return code for the last occurred error when making changes to the VLAN database Enumeration: 'errorClearingDb': 37, 'illegalVlanId': 4, 'nameTooLong': 18, 'noEntriesDefined': 26, 'vlanIdMismatch': 52, 'illegalName': 8, 'vlanNameAlreadyExist': 27, 'notAllowedWhenRunningMultiStp': 56, 'illegalLocalPointer': 33, 'maximumNumberOfEntriesReached': 17, 'optionUnknown': 11, 'tokenAllocatedForDbUpdate': 48, 'serverIsLost': 50, 'multiStpChangeWrongVlanMode': 54, 'noVlansDefined': 16, 'illegalPointer': 38, 'wrongDatabaseVersion': 34, 'commandUnknown': 12, 'moreEntriesExist': 21, 'illegalEntryId': 10, 'entryAlreadyExist': 13, 'editTokenNotAllocated': 3, 'illegalIndex': 7, 'errorInitializing': 35, 'vlanAlreadyActive': 5, 'currentVersionTooOld': 43, 'illegalNvpDbPointer': 32, 'illegalPortEntry': 20, 'tokenClaimRequestAlreadyPending': 45, 'tokenReclaimFromNewServerFailed': 51, 'noIpNet': 19, 'wrongDomainName': 44, 'tokenAllocationTimeOut': 47, 'vlanAlreadyDeactive': 6, 'tokenIsAlreadyAllocated': 46, 'noDatabaseInFlash': 9, 'multiStpChangePortOverlapping': 55, 'ipNetViolation': 15, 'macVlanServerTimeOut': 40, 'outOfMemory': 1, 'multiStpChangeGlobalExist': 53, 'tokenTakenByOther': 2, 'domainUnknown': 30, 'saveError': 25, 'editTokenLostToForcedRelease': 41, 'configurationChanged': 42, 'noLocalInfoPresent': 31, 'entryNotFound': 22, 'recursiveReferencing': 14. |
vlanPolicyChangeOperation | 1.3.6.1.4.1.343.6.11.1.8 | integer | read-write |
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 Enumeration: 'rename': 2, 'create': 1. |
vlanPolicyVlanTable | 1.3.6.1.4.1.343.6.11.1.9 | no-access |
Table of configured VLANs |
|
1.3.6.1.4.1.343.6.11.1.9.1 | no-access |
Entry in VLAN table consists of id and name and contains two special binary objects for creating and deleting VLANs |
||
policyVlanId | 1.3.6.1.4.1.343.6.11.1.9.1.1 | integer | read-only |
The internal id number of a VLAN. Must be used as index for creating and deleting |
policyVlanName | 1.3.6.1.4.1.343.6.11.1.9.1.2 | displaystring | read-write |
Name of the VLAN (20 bytes ASCII-Z string) |
policyVlanCreateObj | 1.3.6.1.4.1.343.6.11.1.9.1.3 | octet string | read-write |
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)] |
policyVlanDeleteObj | 1.3.6.1.4.1.343.6.11.1.9.1.4 | integer | read-write |
This object is used to delete an existing VLAN. The id of the VLAN must be used as index Enumeration: 'delete': 1. |
vlanPolicyMacRuleTable | 1.3.6.1.4.1.343.6.11.1.10 | no-access |
Table of configured MAC rules in a VLAN |
|
1.3.6.1.4.1.343.6.11.1.10.1 | no-access |
Entry in MAC rule table consist of VLAN id and MAC address and contains two special binary objects for creating and deleting rules |
||
policyMacRuleVlanId | 1.3.6.1.4.1.343.6.11.1.10.1.1 | integer | read-only |
Id of VLAN. Used as index when creating and deleting a rule |
policyMacRuleAddress | 1.3.6.1.4.1.343.6.11.1.10.1.2 | ethmacaddress | read-only |
MAC address string rule (6 bytes) for VLAN learning |
policyMacRuleCreateObj | 1.3.6.1.4.1.343.6.11.1.10.1.3 | octet string | read-write |
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} |
policyMacRuleDeleteObj | 1.3.6.1.4.1.343.6.11.1.10.1.4 | integer | read-write |
This object is used to delete an existing MAC rule. The VLAN id and MAC address of the rule must be used as index Enumeration: 'delete': 1. |
vlanPolicyIslMacRuleTable | 1.3.6.1.4.1.343.6.11.1.11 | no-access |
THIS TABLE HAS BEEN OBSOLETED! Table of configured IslMAC rules in a VLAN |
|
1.3.6.1.4.1.343.6.11.1.11.1 | no-access |
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 |
||
policyIslMacRuleVlanId | 1.3.6.1.4.1.343.6.11.1.11.1.1 | integer | read-only |
OBJECT HAS BEEN OBSOLETED! Id of VLAN. Used as index when creating and deleting a rule |
policyIslMacRuleAddress | 1.3.6.1.4.1.343.6.11.1.11.1.2 | ethmacaddress | read-only |
OBJECT HAS BEEN OBSOLETED! MAC address string rule (6 bytes) for VLAN learning |
policyIslMacRuleCreateObj | 1.3.6.1.4.1.343.6.11.1.11.1.3 | octet string | read-write |
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} |
policyIslMacRuleDeleteObj | 1.3.6.1.4.1.343.6.11.1.11.1.4 | integer | read-write |
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 Enumeration: 'delete': 1. |
vlanPolicyIpRuleTable | 1.3.6.1.4.1.343.6.11.1.12 | no-access |
Table of configured IP rules in a VLAN |
|
1.3.6.1.4.1.343.6.11.1.12.1 | no-access |
Entry in IP rule table consists of VLAN id and IP address and contains two special binary objects for creating and deleting rules |
||
policyIpRuleVlanId | 1.3.6.1.4.1.343.6.11.1.12.1.1 | integer | read-only |
Id of VLAN. Used as index when creating and deleting a rule |
policyIpRuleAddress | 1.3.6.1.4.1.343.6.11.1.12.1.2 | ipaddress | read-only |
IP address string rule (4 bytes) for VLAN learning |
policyIpRuleCreateObj | 1.3.6.1.4.1.343.6.11.1.12.1.3 | octet string | read-write |
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} |
policyIpRuleDeleteObj | 1.3.6.1.4.1.343.6.11.1.12.1.4 | integer | read-write |
This object is used to delete an existing IP rule. The VLAN id and IP address of the rule must be used as index Enumeration: 'delete': 1. |
vlanPolicyIpNetRuleTable | 1.3.6.1.4.1.343.6.11.1.13 | no-access |
Table of configured IP Network rules in a VLAN |
|
1.3.6.1.4.1.343.6.11.1.13.1 | no-access |
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 |
||
policyIpNetRuleVlanId | 1.3.6.1.4.1.343.6.11.1.13.1.1 | integer | read-only |
Id of VLAN. Used as index when creating and deleting a rule |
policyIpNetRuleAddress | 1.3.6.1.4.1.343.6.11.1.13.1.2 | ipaddress | read-only |
IP Network address string rule (4 bytes) for VLAN learning |
policyIpNetRuleMask | 1.3.6.1.4.1.343.6.11.1.13.1.3 | ipaddress | read-only |
IP Network subnet mask string (4 bytes). Rule will be the result of a bit-wise AND operation between address and mask |
policyIpNetRuleCreateObj | 1.3.6.1.4.1.343.6.11.1.13.1.4 | octet string | read-write |
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)] |
policyIpNetRuleDeleteObj | 1.3.6.1.4.1.343.6.11.1.13.1.5 | integer | read-write |
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 Enumeration: 'delete': 1. |
vlanPolicyPortRuleTable | 1.3.6.1.4.1.343.6.11.1.14 | no-access |
Table of configured Port rules in a VLAN |
|
1.3.6.1.4.1.343.6.11.1.14.1 | no-access |
Entry in Port rule table consists of VLAN id and Port number and contains two special binary objects for creating and deleting rules |
||
policyPortRuleVlanId | 1.3.6.1.4.1.343.6.11.1.14.1.1 | integer | read-only |
Id of VLAN. Used as index when creating and deleting a rule |
policyPortRuleNumber | 1.3.6.1.4.1.343.6.11.1.14.1.2 | integer | read-only |
Port number rule for VLAN learning |
policyPortRuleCreateObj | 1.3.6.1.4.1.343.6.11.1.14.1.3 | octet string | read-write |
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} |
policyPortRuleDeleteObj | 1.3.6.1.4.1.343.6.11.1.14.1.4 | integer | read-write |
This object is used to delete an existing Port rule. The VLAN id and Port number of the rule must be used as index Enumeration: 'delete': 1. |
vlanPolicyPortSettingsTable | 1.3.6.1.4.1.343.6.11.1.15 | no-access |
List of ports and their VLAN relevant configuration |
|
1.3.6.1.4.1.343.6.11.1.15.1 | no-access |
Entry consists of Port Number and state for IP learning on a port |
||
policyPortSettingsPortNumber | 1.3.6.1.4.1.343.6.11.1.15.1.1 | integer | read-only |
This is the Port number. Used as index when changing settings |
policyPortSettingsIpLearning | 1.3.6.1.4.1.343.6.11.1.15.1.2 | integer | read-write |
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 Enumeration: 'ipLearningEnabled': 2, 'ipLearningDisabled': 1. |
vlanPolicyAllPortSettingsIpLearning | 1.3.6.1.4.1.343.6.11.1.16 | integer | read-write |
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 Enumeration: 'ipLearningMixed': 3, 'ipLearningEnabled': 2, 'ipLearningDisabled': 1. |
vlanPolicyAssignManagementVlan | 1.3.6.1.4.1.343.6.11.1.17 | integer | read-write |
Assign a VLAN to have access to the switch local management. NB: Only for desktop switches! |
vlanPolicyConfigConfState | 1.3.6.1.4.1.343.6.11.1.18 | integer | read-write |
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). Enumeration: 'notReady': 1, 'ready': 2, 'revertedToOldConf': 3, 'confirmedNewConf': 4, 'confirm': 5. |
vlanPolicyConfigConfTimerValue | 1.3.6.1.4.1.343.6.11.1.19 | integer | read-only |
This object returns the start value of the Configuration Confirm Timer |
vlanPolicySupportedVlanModes | 1.3.6.1.4.1.343.6.11.1.20 | integer | read-only |
This object returns a bitmask containing the supported VLAN modes: 0x01 : Stand-alone VLAN 0x02 : Distributed VLAN |
vlanPolicyRevert2Default | 1.3.6.1.4.1.343.6.11.1.21 | integer | read-write |
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! |
vlanPolicyMacVlanServerPriority | 1.3.6.1.4.1.343.6.11.1.22 | integer | read-write |
This object sets the priority for this device to become MAC-VLAN server |
vlanPolicyAutoMoveMgtIpLink | 1.3.6.1.4.1.343.6.11.1.23 | integer | read-write |
If this object is enabled, the switch will make use of the feature to let Main IP link follow the management VlanId. Otherwise Main IP link will not move with the management Vlan Enumeration: 'autoMoveMgtDisabled': 2, 'autoMoveMgtEnabled': 1. |
vlanPolicyStackPortRuleTable | 1.3.6.1.4.1.343.6.11.1.24 | no-access |
Table of configured Port rules in a VLAN for a stack |
|
1.3.6.1.4.1.343.6.11.1.24.1 | no-access |
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 |
||
policyStackPortRuleVlanId | 1.3.6.1.4.1.343.6.11.1.24.1.1 | integer | read-only |
Id of VLAN. Used as index when creating and deleting a rule |
policyStackPortRuleSwitchMac | 1.3.6.1.4.1.343.6.11.1.24.1.2 | ethmacaddress | read-only |
Mac address identifying the switch on which the port is physically located |
policyStackPortRuleNumber | 1.3.6.1.4.1.343.6.11.1.24.1.3 | integer | read-only |
Port number rule for VLAN learning |
policyStackPortRuleCreateObj | 1.3.6.1.4.1.343.6.11.1.24.1.4 | octet string | read-write |
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} |
policyStackPortRuleDeleteObj | 1.3.6.1.4.1.343.6.11.1.24.1.5 | integer | read-write |
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 Enumeration: 'delete': 1. |
vlanPolicyUseMultiSTP | 1.3.6.1.4.1.343.6.11.1.25 | integer | read-write |
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. Enumeration: 'disabled': 1, 'enabled': 2. |
vlanPolicyFwdLearnPckts | 1.3.6.1.4.1.343.6.11.1.26 | integer | read-write |
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. Enumeration: 'disabled': 1, 'enabled': 2. |
vlanLearned | 1.3.6.1.4.1.343.6.11.2 | |||
vlanLearnedVersion | 1.3.6.1.4.1.343.6.11.2.1 | integer | read-only |
The version of the run-time database used for keeping actual VLAN information. |
vlanLearnedServerState | 1.3.6.1.4.1.343.6.11.2.2 | integer | read-only |
State of the MAC-VLAN server: initActive - Initialising to become server initPassive - Initialising to become client passive - Station is client active - Station is server Enumeration: 'passive': 3, 'active': 4, 'initPassive': 2, 'initActive': 1. |
vlanLearnedServerPriority | 1.3.6.1.4.1.343.6.11.2.3 | integer | read-only |
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. |
vlanLearnedServerIPAddress | 1.3.6.1.4.1.343.6.11.2.4 | ipaddress | read-only |
The IP address of the current MAC-VLAN server |
vlanLearnedServerMACAddress | 1.3.6.1.4.1.343.6.11.2.5 | ethmacaddress | read-only |
The MAC address of the current MAC-VLAN server |
vlanLearnedServerPortNo | 1.3.6.1.4.1.343.6.11.2.6 | integer | read-only |
The port number through which the device is connected to the server. Only valid if device is client |
vlanLearnedServerNameChangeTimer | 1.3.6.1.4.1.343.6.11.2.7 | integer | read-write |
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 |
vlanLearnedServerExpiryTimer | 1.3.6.1.4.1.343.6.11.2.8 | integer | read-write |
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. |
vlanLearnedMacTable | 1.3.6.1.4.1.343.6.11.2.9 | no-access |
A list of all active stations in a VLAN in the domain for the device. |
|
1.3.6.1.4.1.343.6.11.2.9.1 | no-access |
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. |
||
learnedMacAddress | 1.3.6.1.4.1.343.6.11.2.9.1.1 | ethmacaddress | read-only |
The MAC address for a station. |
learnedMacType | 1.3.6.1.4.1.343.6.11.2.9.1.2 | octet string | read-only |
The 2 byte protocol/length identifier specified in a ethernet packet according to IEEE802.3 / ETHERNET II |
learnedMacPortNo | 1.3.6.1.4.1.343.6.11.2.9.1.3 | integer | read-only |
The access-port on the VLAN device for a learned station. If portNo = 0 it means that this MAC is not learned locally. |
learnedMacIpAddress | 1.3.6.1.4.1.343.6.11.2.9.1.4 | ipaddress | read-only |
The IP-address of a learned station. |
vlanLearnedMacVlanTable | 1.3.6.1.4.1.343.6.11.2.10 | no-access |
A membership list of which stations are included in which VLANs in the actual domain. |
|
1.3.6.1.4.1.343.6.11.2.10.1 | no-access |
For every station (referred to by its MAC address) a list of VLANs that have the station as a member, can be retrieved. |
||
learnedMacVlanMac | 1.3.6.1.4.1.343.6.11.2.10.1.1 | ethmacaddress | read-only |
The MAC address of a learned station |
learnedMacVlanIndex | 1.3.6.1.4.1.343.6.11.2.10.1.2 | integer | read-only |
The index of this VLAN, to be used when retrieving the next VLAN. |
learnedMacVlanName | 1.3.6.1.4.1.343.6.11.2.10.1.3 | displaystring | read-only |
The name of the VLAN. |
vlanLearnedVlanPortTable | 1.3.6.1.4.1.343.6.11.2.11 | no-access |
A table of which VLANs exist on the ports. |
|
1.3.6.1.4.1.343.6.11.2.11.1 | no-access |
For each port a list of VLANs that are active on the port can be retrieved. |
||
learnedVlanPortNo | 1.3.6.1.4.1.343.6.11.2.11.1.1 | integer | read-only |
The if-index decribing the requested port. |
learnedVlanPortVlanIndex | 1.3.6.1.4.1.343.6.11.2.11.1.2 | integer | read-only |
The index of this VLAN, to be used when retrieving the next VLAN. |
learnedVlanPortVlanName | 1.3.6.1.4.1.343.6.11.2.11.1.3 | displaystring | read-only |
The name of the VLAN. |
vlanLearnedVlanIdTable | 1.3.6.1.4.1.343.6.11.2.12 | no-access |
Table of active VLAN id's |
|
1.3.6.1.4.1.343.6.11.2.12.1 | no-access |
A VLAN is active in a device, if a station connected to that device has become a member of the VLAN. |
||
learnedVlanId | 1.3.6.1.4.1.343.6.11.2.12.1.1 | integer | read-only |
The index of the VLAN. |
learnedVlanIdVlanName | 1.3.6.1.4.1.343.6.11.2.12.1.2 | displaystring | read-only |
The name of the VLAN. |
vlanLearnedSnmpMgtVlanIds | 1.3.6.1.4.1.343.6.11.2.13 | octet string | read-only |
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. |
vlanLearnedMacVlanFlush | 1.3.6.1.4.1.343.6.11.2.14 | integer | read-write |
Setting this object to 1 will flush the MAC-VLAN table of the entire distributed domain. |
vlanIsl | 1.3.6.1.4.1.343.6.11.3 | |||
islTable | 1.3.6.1.4.1.343.6.11.3.1 | no-access |
A list of interconnected VLAN aware devices sharing the same doamin on a port. |
|
1.3.6.1.4.1.343.6.11.3.1.1 | no-access |
On each switch vlan link a list of connected devices referred to by MAC- and IP-address. |
||
islIfIndex | 1.3.6.1.4.1.343.6.11.3.1.1.1 | integer | read-only |
The if-index decribing the requested port. |
islMacAddress | 1.3.6.1.4.1.343.6.11.3.1.1.2 | ethmacaddress | read-only |
The MAC address of an SVL station. |
islIpAddress | 1.3.6.1.4.1.343.6.11.3.1.1.3 | ipaddress | read-only |
The IP-address of an SVL station |
vlanEditToken | 1.3.6.1.4.1.343.6.11.4 | |||
editTokenOwnerMacAddress | 1.3.6.1.4.1.343.6.11.4.1 | ethmacaddress | read-only |
The MAC address of the station that is currently locking the global VLAN configuration. |
editTokenOwnerIpAddress | 1.3.6.1.4.1.343.6.11.4.2 | ipaddress | read-only |
The IP-address of the station that is currently locking the global VLAN configuration. |
editTokenOwnerSysName | 1.3.6.1.4.1.343.6.11.4.3 | displaystring | read-only |
The System Name of the station that is currently locking the global VLAN configuration. |
editTokenOwnerApplication | 1.3.6.1.4.1.343.6.11.4.4 | integer | read-only |
The Application that is currently locking the global VLAN configuration. Enumeration: 'snmp': 2, 'externalTftpGet': 5, 'localManagement': 1, 'serverUpdate': 4, 'externalTftpPut': 6, 'loadFromFlash': 7, 'nvpdbTftp': 3. |
editTokenOwnerSnmpIpAddress | 1.3.6.1.4.1.343.6.11.4.5 | ipaddress | read-only |
The IP address of the IP host that has taken the edit token via SNMP |
editTokenClaimReq | 1.3.6.1.4.1.343.6.11.4.6 | octet string | read-write |
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: [ |
editTokenLastClaimRspRetVal | 1.3.6.1.4.1.343.6.11.4.7 | integer | read-only |
Returns the last error code for the Claim Edit Token call. Enumeration: 'failNotReady': 105, 'notReady': 99, 'failTakenThisSwitch': 101, 'failGetBuffer': 103, 'failUpdating': 104, 'success': 1, 'failWrongDomainName': 4, 'failClaiming': 100, 'failTaken': 2, 'failReqTimeout': 102, 'failVersionTooOld': 3. |
editTokenReleaseReq | 1.3.6.1.4.1.343.6.11.4.8 | integer | read-write |
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 Enumeration: 'noSave': 1, 'modeChangeRestoreDefault': 4, 'save': 2, 'saveWithConfirmOption': 3. |
editTokenLastReleaseRspRetVal | 1.3.6.1.4.1.343.6.11.4.9 | integer | read-only |
Returns the last error code for the Release Edit Token call. Enumeration: 'failNotReady': 108, 'notReady': 99, 'failReleasing': 104, 'success': 1, 'failNotTakenThisAppl': 106, 'failReplacing': 4, 'failForceReleased': 102, 'failSaving': 105, 'failClaiming': 100, 'failNotOwner': 3, 'failReqTimeout': 101, 'failNotTaken': 2, 'failLocalError': 107. |
editTokenForceReleaseReq | 1.3.6.1.4.1.343.6.11.4.10 | integer | read-write |
A forced release of the edit token can be issued by an IP host via SNMP by setting this object on the MVS. |
editTokenClientState | 1.3.6.1.4.1.343.6.11.4.11 | integer | read-only |
The edit token state of the client Enumeration: 'expectingNewNvpdb': 6, 'releasing': 4, 'claiming': 3, 'notTaken': 1, 'reclaiming': 5, 'taken': 2. |
editTokenTakenTime | 1.3.6.1.4.1.343.6.11.4.12 | timeticks | read-only |
The time that the edit token has been allocated (in hundreds of a second) |
editTokenLastForceReleaseRspRetVal | 1.3.6.1.4.1.343.6.11.4.13 | integer | read-only |
Returns the last error code for the Release Edit Token call. Enumeration: 'notReady': 99, 'inProgress': 4, 'notTaken': 3, 'timeout': 2, 'success': 1. |
editTokenServerState | 1.3.6.1.4.1.343.6.11.4.14 | integer | read-only |
The edit token state of the server. Enumeration: 'taken': 3, 'releasing': 2, 'notTaken': 1, 'forceReleasing': 4. |
vlanTrapObjects | 1.3.6.1.4.1.343.6.11.6 | |||
previousVlanDomainName | 1.3.6.1.4.1.343.6.11.6.1 | displaystring | no-access |
Internal value used when sending SNMP traps |
vlanParsingErrorNo | 1.3.6.1.4.1.343.6.11.6.2 | integer | no-access |
Internal value used when sending SNMP traps |
vlanParsingErrorText | 1.3.6.1.4.1.343.6.11.6.3 | octet string | no-access |
Internal value used when sending SNMP traps |
originatorIpAddress | 1.3.6.1.4.1.343.6.11.6.4 | ipaddress | no-access |
Internal value used when sending SNMP traps |
originatorMacAddress | 1.3.6.1.4.1.343.6.11.6.5 | ethmacaddress | no-access |
Internal value used when sending SNMP traps |
originatorSysName | 1.3.6.1.4.1.343.6.11.6.6 | octet string | no-access |
Internal value used when sending SNMP traps |
originatorMgtStationIpAddress | 1.3.6.1.4.1.343.6.11.6.7 | ipaddress | no-access |
Internal value used when sending SNMP traps |
globalVlanConfigurationChange | 1.3.6.1.4.1.343.6.110.1 |
A new VLAN configuration has been distributed. |
||
localConfigurationChange | 1.3.6.1.4.1.343.6.110.2 |
Changes made to local VLAN configuration. |
||
invalidVlanConfiguration | 1.3.6.1.4.1.343.6.110.3 |
Error in uploaded configuration. |
||
domainNameChange | 1.3.6.1.4.1.343.6.110.5 |
The VLAN domain name has been changed. |
||
newSwitchInDomain | 1.3.6.1.4.1.343.6.110.6 |
This station is now participating in the domain. |
||
missingSwitchInDomain | 1.3.6.1.4.1.343.6.110.7 |
A switch is no longer in the domain. |
||
editTokenForceRelease | 1.3.6.1.4.1.343.6.110.8 |
This station has made a forced release of the edit token for the VLAN configuration |
||
editTokenRequestFailed | 1.3.6.1.4.1.343.6.110.9 |
A management station tried to allocate the token while it was not available. |
||
configConfirmFailed | 1.3.6.1.4.1.343.6.110.10 |
The new configuration rendered the device inaccessible to the management station, and the old configuration has been restored. |
||
vlanLearnedDatabaseFull | 1.3.6.1.4.1.343.6.110.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. |