DLINKSW-VLAN-MIB: View SNMP OID List / Download MIB

VENDOR: D-LINK


 Home MIB: DLINKSW-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 dlinkSwVlanMIB 1.3.6.1.4.1.171.14.21
This MIB module defines objects for extending the configuration of VLAN (Virtual Local Area Network).
       dVlanMIBNotifications 1.3.6.1.4.1.171.14.21.0
       dVlanMIBObjects 1.3.6.1.4.1.171.14.21.1
           dVlanStaticMacVlanTable 1.3.6.1.4.1.171.14.21.1.1 no-access
This table contains a list of MAC-based VLANs.
               dVlanStaticMacVlanEntry 1.3.6.1.4.1.171.14.21.1.1.1 no-access
A table entry represents the configuration of a MAC-based VLAN.
                   dVlanStaticMacVlanAddress 1.3.6.1.4.1.171.14.21.1.1.1.1 macaddress no-access
This object indicates the MAC address of the entry.
                   dVlanStaticMacVlanId 1.3.6.1.4.1.171.14.21.1.1.1.2 vlanid read-only
This object indicates the Vlan ID for the MAC based VLAN entry.
                   dVlanStaticMacVlanPriority 1.3.6.1.4.1.171.14.21.1.1.1.3 unsigned32 read-only
This object indicates the CoS for the MAC based VLAN entry.
                   dVlanStaticMacVlanRowStatus 1.3.6.1.4.1.171.14.21.1.1.1.4 rowstatus read-only
The status of this conceptual row.
           dVlanCurrentMacVlanTable 1.3.6.1.4.1.171.14.21.1.2 no-access
This table contains a list of MAC-based VLANs.
               dVlanCurrentMacVlanEntry 1.3.6.1.4.1.171.14.21.1.2.1 no-access
A table entry represents the information of a MAC-based VLAN.
                   dVlanCurrentMacVlanAddress 1.3.6.1.4.1.171.14.21.1.2.1.1 macaddress no-access
This object indicates the MAC address of the entry.
                   dVlanCurrentMacVlanStatus 1.3.6.1.4.1.171.14.21.1.2.1.2 integer no-access
This object indicates the status of the entry. Enumeration: 'active': 1, 'inactive': 2.
                   dVlanCurrentMacVlanId 1.3.6.1.4.1.171.14.21.1.2.1.3 vlanid read-only
This object indicates the Vlan ID for the MAC based VLAN entry.
                   dVlanCurrentMacVlanPriority 1.3.6.1.4.1.171.14.21.1.2.1.4 unsigned32 read-only
This object indicates the CoS for the MAC based VLAN entry.
           dVlanSubnetVlanTable 1.3.6.1.4.1.171.14.21.1.3 no-access
This table contains a list of subnet-based VLANs.
               dVlanSubnetVlanEntry 1.3.6.1.4.1.171.14.21.1.3.1 no-access
A table entry represents the configuration of a subnet-based VLAN.
                   dVlanSubnetVlanType 1.3.6.1.4.1.171.14.21.1.3.1.1 inetaddresstype no-access
This object indicates the address type of the subnet.
                   dVlanSubnetVlanNetPrefix 1.3.6.1.4.1.171.14.21.1.3.1.2 inetaddress no-access
This object indicates the network prefix of the entry.
                   dVlanSubnetVlanNetPrefixLen 1.3.6.1.4.1.171.14.21.1.3.1.3 inetaddressprefixlength no-access
This object indicates the length of the sub-network address prefix.
                   dVlanSubnetVlanId 1.3.6.1.4.1.171.14.21.1.3.1.4 vlanid read-only
This object indicates the VLAN-ID of the subnet-based VLAN.
                   dVlanSubnetVlanPriority 1.3.6.1.4.1.171.14.21.1.3.1.5 unsigned32 read-only
This object indicates the CoS of the subnet-based VLAN.
                   dVlanSubnetVlanRowStatus 1.3.6.1.4.1.171.14.21.1.3.1.6 rowstatus read-only
The status of this conceptual row.
           dVlanPortIfCtrlTable 1.3.6.1.4.1.171.14.21.1.4 no-access
This table provides mechanism to configure port-specific VLAN function.
               dVlanPortIfCtrlEntry 1.3.6.1.4.1.171.14.21.1.4.1 no-access
A table entry represents the VLAN configuration on a port. This table is an extension to dot1qPortVlanTable which is defined at Q-BRIDGE-MIB.
                   dVlanPortIfMode 1.3.6.1.4.1.171.14.21.1.4.1.1 integer read-write
This object indicates VLAN mode for the port. access - this port will be untagged member of the access VLAN configured for the port. hybrid - the port can be untagged or tagged member of all VLANs configured by the user. The purpose of this VLAN mode is to support protocol VLAN, MAC-based VLAN, voice VLAN and dot1q VLAN tunnel application in access side. trunk - this port is either tagged or untagged member port of its native VLAN and can be tagged member of other VLANs configured by the user. The purpose of a trunk port is to support the switch-to-switch connection. dot1qTunnel - the port behaves as an UNI port of a service VLAN. privateVlanHost - the port behaves as private VLAN host port. privateVlanPromiscuous - the port behaves as private VLAN promiscuous port. When VLAN mode is changed, the VLAN related setting associated with previous mode will be lost. Enumeration: 'privateVlanHost': 5, 'privateVlanPromiscuous': 6, 'hybrid': 2, 'access': 1, 'dot1qTunnel': 4, 'trunk': 3.
                   dVlanPortIfTrunkNativeVlanTagged 1.3.6.1.4.1.171.14.21.1.4.1.2 truthvalue read-write
This object indicates whether enable the tagging mode of the native VLAN on the interface. Note: This value is meaningful only when the VLAN mode of the port is 'trunk'.
                   dVlanPortIfAcceptableFrameTypes 1.3.6.1.4.1.171.14.21.1.4.1.3 integer read-write
This object indicates the acceptable frame types on the interface. 'admitAll' - Permits both tagged and untagged packet. 'admitUntaggedAndPriority' - Only untagged or Priority-Tagged packets received on this interface will be accepted and tagged packets are dropped. 'admitTagged' - Only tagged incoming packets are permitted and untagged packets are dropped. Enumeration: 'admitAll': 1, 'admitTagged': 3, 'admitUntaggedAndPriority': 2.
                   dVlanPortIfVlanPrecedence 1.3.6.1.4.1.171.14.21.1.4.1.4 integer read-write
This object indicates the VLAN classification precedence for the port. macVlan - MAC-based VLAN classification has higher precedence than subnet-based VLAN. subnetVlan - subnet-based VLAN classification has higher precedence than MAC-based VLAN. Note: This value is meaningful only when the VLAN mode of the port is 'hybrid' or 'dot1qTunnel'. Enumeration: 'macVlan': 1, 'subnetVlan': 2.
                   dVlanPortIfTagAllowVlanLstFirst2K 1.3.6.1.4.1.171.14.21.1.4.1.5 dlink2kvlanlist read-write
This object specifies the VLANs in a string of octets containing one bit per VLAN for VLANs 1 to 2048. If the bit is set to '1', then the interface is allowed to be the VLAN's tagged member. Note: This value is meaningful only when the VLAN mode of the port is 'hybrid' or 'trunk'.
                   dVlanPortIfTagAllowVlanLstSecond2K 1.3.6.1.4.1.171.14.21.1.4.1.6 dlink2kvlanlist read-write
This object specifies the VLANs in a string of octets containing one bit per VLAN for VLANs 2049 to 4094. If the bit is set to '1', then the interface is allowed to be the VLAN's tagged member. Note: This value is meaningful only when the VLAN mode of the port is 'hybrid' or 'trunk'.
                   dVlanPortIfUntagAllowVlanLstFirst2K 1.3.6.1.4.1.171.14.21.1.4.1.7 dlink2kvlanlist read-write
This object specifies the VLANs in a string of octets containing one bit per VLAN for VLANs 1 to 2048. If the bit is set to '1', then the interface is allowed to be the VLAN's untagged member. Note: This value is meaningful only when the VLAN mode of the port is 'hybrid' or 'trunk'.
                   dVlanPortIfUntagAllowVlanLstSecond2K 1.3.6.1.4.1.171.14.21.1.4.1.8 dlink2kvlanlist read-write
This object specifies the VLANs in a string of octets containing one bit per VLAN for VLANs 2049 to 4094. If the bit is set to '1', then the interface is allowed to be the VLAN's untagged member. Note: This value is meaningful only when the VLAN mode of the port is 'hybrid' or 'trunk'.
           dVlanProtocolVlanIfCtrlTable 1.3.6.1.4.1.171.14.21.1.5 no-access
This table provides mechanism to configure port-specific protocol VLAN function. This table is an extension to dot1vProtocolPortTable which is defined at Q-BRIDGE-MIB. An entry appears in this table for each row created at dot1vProtocolPortTable.
               dVlanProtocolVlanIfCtrlEntry 1.3.6.1.4.1.171.14.21.1.5.1 no-access
A table entry represents the extension configuration of protocol VLAN profile on a port.
                   dVlanProtocolVlanPriority 1.3.6.1.4.1.171.14.21.1.5.1.1 unsigned32 read-write
This object indicates the CoS of the protocol VLAN entry on the interface.
           dVlanAsymVlanStateEnabled 1.3.6.1.4.1.171.14.21.1.6 truthvalue read-write
This object enables or disables asymmetric VLAN feature.
       dVlanMIBConformance 1.3.6.1.4.1.171.14.21.2
           dVlanCompliances 1.3.6.1.4.1.171.14.21.2.1
               dVlanCompliance 1.3.6.1.4.1.171.14.21.2.1.1
The compliance statement for entities which implement the DLINKSW-VLAN-MIB.
           dVlanGroups 1.3.6.1.4.1.171.14.21.2.2
               dVlanIfCfgGroup 1.3.6.1.4.1.171.14.21.2.2.1
A collection of objects providing the information and control for configuring port-specific VLAN feature.
               dVlanStaticMacVlanCfgGroup 1.3.6.1.4.1.171.14.21.2.2.2
A collection of objects provides the configuration of MAC-based VLANs.
               dVlanCurrentMacVlanCfgGroup 1.3.6.1.4.1.171.14.21.2.2.3
A collection of objects provides the running MAC-based VLANs.
               dVlanSubnetVlanCfgGroup 1.3.6.1.4.1.171.14.21.2.2.4
A collection of objects provides the configuration of subnet-based VLANs.
               dVlanProtocolVlanCfgGroup 1.3.6.1.4.1.171.14.21.2.2.5
A collection of objects provides the configuration of protocol VLAN entrys on interfaces.
               dVlanAsymmetricVlanCfgGroup 1.3.6.1.4.1.171.14.21.2.2.6
A collection of objects provides the management of asymmetric VLAN feature.