All MIBs › HUAWEI-VLAN-MIB
Organization: Huawei Technologies Co.,Ltd.
Last Updated: 2015-08-07
Category: Technology: Switching/L2, Technology: VLAN, VLAN and Bridging, Vendor: Huawei
Description:
Huawei VLAN MIB for managing VLAN IDs, names, port membership, and 802.1Q tagging on Huawei enterprise switches.
Imported Objects
From HUAWEI-DEVICE-MIB
| hwConfigChangeIP | |
| hwFrameIndex | OBJECT-TYPE |
| hwSlotIndex | OBJECT-TYPE |
From HUAWEI-MIB
| huaweiMgmt | OBJECT-IDENTITY |
From IF-MIB
| ifIndex | OBJECT-TYPE |
From SNMPv2-SMI
| Counter64 | |
| Integer32 | |
| IpAddress | |
| MODULE-IDENTITY | |
| NOTIFICATION-TYPE | |
| OBJECT-IDENTITY | |
| OBJECT-TYPE | |
| TimeTicks | |
| Unsigned32 |
From SNMPv2-TC
| RowStatus | |
| TEXTUAL-CONVENTION | |
| TruthValue |
What Is HUAWEI-VLAN-MIB?
HUAWEI-VLAN-MIB is a Huawei proprietary MIB for enterprise switching equipment, covering VLAN (Virtual LAN) configuration and management on Huawei switches. It exposes configuration data for VLAN identity, naming, port membership, VLAN interfaces, and VLAN aggregation, i.e., how switch ports are grouped into logical broadcast domains and tagged per 802.1Q. This module is primarily a configuration/software-state MIB rather than a hardware-health one: it lets an operator monitor and verify VLAN membership and interface state to confirm a switch's Layer 2 segmentation matches intended design, rather than reporting temperature, power, or CPU metrics. As a VLAN-specific module it commonly complements the standard Q-BRIDGE-MIB/dot1q conventions and Huawei's own interface MIBs for a complete Layer 2 picture, though this module itself is vendor-proprietary; locating the exact HUAWEI-VLAN-MIB OID for a given VLAN object typically requires Huawei's own enterprise MIB documentation, since this module is proprietary rather than standards-based. It is deployed on Huawei enterprise/campus switches where administrators manage VLAN segmentation across access and trunk ports.
IPNetwork Monitor allows you to monitor SNMP objects defined in HUAWEI-VLAN-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
What Can Be Monitored
- VLAN ID and name
- VLAN port membership
- VLAN interface configuration
- 802.1Q tagging state
Supported Devices
- Huawei CloudEngine S5735-L-V2 (2023) — cost-effective campus access switch with VLAN/802.1Q support
Monitoring Examples
No sample object names were provided for this module in the supplied data, so specific objects cannot be grounded; in typical use an administrator would poll VLAN ID/name and port-membership tables to confirm a given switch port is tagged into the correct VLAN, and would detect a misconfiguration if a port unexpectedly appears in the wrong VLAN or an expected VLAN interface is missing.
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| hwVlan | 1.3.6.1.4.1.2011.5.6 | The mib is used for configuring the information of the VLAN, including VLAN management,VLAN interface,VLAN aggregation and so on. | ||
| hwVlanMngObject | 1.3.6.1.4.1.2011.5.6.1 | Vlan Object | ||
| hwVlanMIBTable | 1.3.6.1.4.1.2011.5.6.1.1 | not-accessible | Describes the VLAN basic attributes, used for managing a VLAN, including creating, modifying, querying, and deleting a VLAN, and configuring standard ports of a VLAN. The index of this table is hwVlanIndex. | |
| hwVlanMIBEntry | 1.3.6.1.4.1.2011.5.6.1.1.1 | not-accessible | Describes the VLAN basic attributes, used for managing a VLAN, including creating, modifying, querying, and deleting a VLAN, and configuring standard ports of a VLAN. The index of this entry is hwVlanIndex. | |
| VLA hwVlanIndex | 1.3.6.1.4.1.2011.5.6.1.1.1.1 | VlanIndex | read-only | Indicates the VLAN ID. Range: 1-4093. VLAN 1 is the native VLAN. It cannot be deleted, but its attributes can be modified. |
| OCT hwVlanName | 1.3.6.1.4.1.2011.5.6.1.1.1.2 | OCTET STRING | read-write | Indicates the VLAN tag. Identifying the VLAN is like naming the VLAN, which facilitates management. Range: a string of 0-32 characters Default: null character string |
| POR hwVlanPorts | 1.3.6.1.4.1.2011.5.6.1.1.1.3 | PortList | read-write | Indicates the list of the standard ports in the VLAN. If the VLAN contains a port, the corresponding bit of the port is set to 1. The value of hwVlanPorts is an octet string. One bit in each octet indicates one port, so the octet string can indicate eight ports. When a bit is set to 0, it indicates that the corresponding port does not belong to this VLAN. When a bit is set to 1, it indicates that the corresponding port belongs to this VLAN. The order is as follows: The maximum number of ports in a slot is 64, so the ports need to occupy eight octets. The order, from left to right, is presented as eight groups, 0-7, 8-15, 16-23, 24-31, 32-39, 40-47, 48-55, and 56-63. In each octet, the port IDs in ascending order are presented from low bit to high bit. For example, ports 0/11/2 and 0/11/3 need to added to VLAN 2. The values of hwVlanPorts of the upstream ports (ports 0/11/2 and 0/11/3) to be added is calculated as follows: For ports 0-7 in slot 11, their corresponding character string positions are 76543210, and after ports 0/11/2 and 0/11/3 are added, the bitmap is 00001100 00000000 00000000 00000000, and the string is 0c 00 00 00 00 00 00 00. Assuming that the other slots do not have any port that is added to the VLAN, the character string of each of these slots is 0x0000000000000000. According to the ascending order of slot from left to right, the character strings of ports 0/11/2 and 0/11/3 are as follows: 0000000000000000 0000000000000000 0000000000000000 0000000000000000 0000000000000000 0000000000000000 0000000000000000 0000000000000000 0000000000000000 0000000000000000 0000000000000000 0c00000000000000 0000000000000000 0000000000000000 0000000000000000 0000000000000000 |
| INT hwVlanType | 1.3.6.1.4.1.2011.5.6.1.1.1.4 | INTEGER | read-write | Indicates the VLAN type. Options: 1. superVlan(1) -indicates super VLAN. 2. commonVlan(2) -indicates common VLAN. 3. subVlan(3) -indicates sub VLAN, the value is not supported. 4. primaryVlan(4) -indicates primary VLAN, the value is not supported. 5. secondaryVlan(5) -indicates secondary VLAN, the value is not supported. 6. regionVlan(6) -indicates region VLAN, the value is not supported. 7. smartVlan(7) -indicates smart VLAN. 8. muxVlan(8) -indicates MUX VLAN. 9. multiVlan(9) -indicates multi VLAN. VLAN 1 supports the modify operation on hwVlanType. For other VLANs, during the creation of a VLAN, hwVlanType must be specified. |
| T/F hwVlanMacFilter | 1.3.6.1.4.1.2011.5.6.1.1.1.5 | TruthValue | read-write | The flag indicates whether to use mac filter. 1. true(1): use mac filter 2. false(2): not use mac filter |
| T/F hwVlanMcastUnknownProtos | 1.3.6.1.4.1.2011.5.6.1.1.1.6 | TruthValue | read-write | multicast unknown protocals flag in the VLAN field |
| T/F hwExistInterface | 1.3.6.1.4.1.2011.5.6.1.1.1.7 | TruthValue | read-only | The virtual interface used by VLAN |
| I32 hwVlanInterfaceIndex | 1.3.6.1.4.1.2011.5.6.1.1.1.8 | Integer32 | read-only | The index of the VLAN interface. |
| T/F hwVlanMacLearn | 1.3.6.1.4.1.2011.5.6.1.1.1.9 | TruthValue | read-write | The flag indicates whether to open mac learning. |
| INT hwVlanStatus | 1.3.6.1.4.1.2011.5.6.1.1.1.10 | INTEGER | read-only | Status of VLAN. Options: 1. other(1) -The following enumerated values is not supported. 2. permanent(2) -The following enumerated values is not supported. 3. dynamicGvrp(3) -The following enumerated values is not supported. |
| TIK hwVlanCreationTime | 1.3.6.1.4.1.2011.5.6.1.1.1.11 | TimeTicks | read-only | The time of creating VLAN. |
| I32 hwVlanPriority | 1.3.6.1.4.1.2011.5.6.1.1.1.12 | Integer32 | read-write | Indicates the 802.1p priority of a VLAN. Range: 0-7, 255 The larger the value, the higher the priority. If the query operation is performed before hwVlanPriority is configured, the query result is 255, which is invalid. The meaning of each value is as follows: best-effort: Best-effort priority(0) background: Background priority(1) spare: Spare priority(2) excellent-effort: Excellent-effort priority(3) controlled-load: Controlled-load priority(4) video: Video priority(5) voice: Voice priority(6) network-management: Network-management priority(7) |
| ROW hwVlanRowStatus | 1.3.6.1.4.1.2011.5.6.1.1.1.13 | RowStatus | read-create | Indicates the row status, used for creating or deleting a VLAN. Options: 1. active(1) 2. createAndGo(4) 3. destroy(6) To create a VLAN, you must specify hwVlanType and set hwVlanRowStatus to createAndGo(4) to perform the set operation. Other attributes of the VLAN are optional. However, hwVlanPorts cannot be configured at the same time. To delete a VLAN, set hwVlanRowStatus to destroy(6) to perform the set operation. During query, the value of this leaf is the fixed active(1). |
| INT hwVlanAttrib | 1.3.6.1.4.1.2011.5.6.1.1.1.14 | INTEGER | read-write | Indicates the VLAN attribute. The following enumerated values are supported: Options: 1. common(1) -indicates common VLAN. 2. qinq(2) -indicates QinQ VLAN. 3. stacking(3) -indicates stacking VLAN. 4. subVlan(4) -indicates sub VLAN. During the creation of a VLAN, if this leaf is not specified, common(1) is adopted by default. You can perform the set operation on this leaf to modify the VLAN attribute. The value of hwVlanAttrib must not be subvlan(4). The value can be subvlan(4) only in the read operation. Adding a VLAN to or deleting a VLAN from a super VLAN must be performed through hwVlanAggregationTable. |
| I32 hwVlanSuperID | 1.3.6.1.4.1.2011.5.6.1.1.1.15 | Integer32 | read-only | Indicates the ID of the super VLAN corresponding to the sub VLAN. Range: -1, 2-4093 This leaf is read-only. When the VLAN is not a sub VLAN, -1 is returned. |
| INT hwVlanForwarding | 1.3.6.1.4.1.2011.5.6.1.1.1.16 | INTEGER | read-write | Indicates the VLAN forwarding policy. Options: 1. vlanMac(1) -indicates forwarding based on the VLAN+MAC. 2. vlanConnect(2) -indicates forwarding based on the SVLAN+CVLAN. During the creation of a VLAN, if this leaf is not specified, vlanMac(1) is adopted by default. You can perform the set operation on this leaf to modify the VLAN forwarding policy. The VLAN forwarding policy can also be configured in hwForwardingMode of hwVlanSrvProfTable. If a VLAN service profile is bound to the VLAN, the configuration in the VLAN service profile takes effect. |
| INT hwVlanPolicyBroadcast | 1.3.6.1.4.1.2011.5.6.1.1.1.17 | INTEGER | read-write | Indicates the VLAN-based forwarding policy for the broadcast packets. Options: 1. forward(1) -indicates that the broadcast packets are transparently transmitted. 2. discard(2) -indicates that the broadcast packets are discarded. During the creation of a VLAN, if this leaf is not specified, forward(1) is adopted by default. You can perform the set operation on this leaf to modify the VLAN-based forwarding policy for the broadcast packets. The VLAN-based forwarding policy for the broadcast packets can also be configured in hwPolicyBroadcast of hwVlanSrvProfTable. If a VLAN service profile is bound to the VLAN, the configuration in the VLAN service profile takes effect. |
| INT hwVlanPolicyMulticast | 1.3.6.1.4.1.2011.5.6.1.1.1.18 | INTEGER | read-write | Indicates the VLAN-based forwarding policy for the unknown multicast packets. Options: 1. forward(1) -indicates that the unknown multicast packets are transparently transmitted. 2. discard(2) -indicates that the unknown multicast packets are discarded. During the creation of a VLAN, if this leaf is not specified, forward(1) is adopted by default. You can perform the set operation on this leaf to modify the VLAN-based forwarding policy for the unknown multicast packets. The VLAN-based forwarding policy for the unknown multicast packets can also be configured in hwPolicyMulticast of hwVlanSrvProfTable. If a VLAN service profile is bound to the VLAN, the configuration in the VLAN service profile takes effect. |
| INT hwVlanPolicyUnknowncast | 1.3.6.1.4.1.2011.5.6.1.1.1.19 | INTEGER | read-write | Indicates the VLAN-based forwarding policy for the unknown unicast packets. Options: 1. forward(1) -indicates that the unknown unicast packets are transparently transmitted. 2. discard(2) -indicates that the unknown unicast packets are discarded. During the creation of a VLAN, if this leaf is not specified, forward(1) is adopted by default. You can perform the set operation on this leaf to modify the VLAN-based forwarding policy for the unknown unicast packets. The VLAN-based forwarding policy for the unknown unicast packets can also be configured in hwPolicyUnknowncast of hwVlanSrvProfTable. If a VLAN service profile is bound to the VLAN, the configuration in the VLAN service profile takes effect. |
| U32 hwVlanOuterTpid | 1.3.6.1.4.1.2011.5.6.1.1.1.20 | Unsigned32 | read-write | Indicates the Ethernet protocol type of a VLAN. Range: 1536-65535 (0x0600-0xFFFF) Default: 0x8100 |
| OCT hwVlanBindSrvProfName | 1.3.6.1.4.1.2011.5.6.1.1.1.21 | OCTET STRING | read-write | Indicates the name of the VLAN service profile bound to a VLAN. Range: a string of 0-32 characters This leaf identifies a VLAN service profile, which must be created in hwVlanSrvProfTable. The null character string indicates that the binding relation between a VLAN and a VLAN service profile is deleted. |
| INT hwVlanChangeEnable | 1.3.6.1.4.1.2011.5.6.1.1.1.22 | INTEGER | read-write | Indicates the operation type of whether a standard port list maps a VLAN. Options: 1. idle(0) -indicates invalid mapping. 2. addPort(1) -indicates that a port is added to the VLAN. 3. removePort(2) -indicates that a port is deleted from the VLAN. This leaf must work with hwVlanPorts. |
| OCT hwVlanBindRaioProfileName | 1.3.6.1.4.1.2011.5.6.1.1.1.23 | OCTET STRING | read-write | Indicates the name of the RAIO profile bound to a VLAN. Range: a string of 0-32 characters This leaf identifies a RAIO profile, which must be created in hwDslamRAIOProfileTable. The null character string indicates that the binding relation between a VLAN and a RAIO profile is deleted. |
| I32 hwVlanTrafficSuppressUnknowncastNetwork | 1.3.6.1.4.1.2011.5.6.1.1.1.24 | Integer32 | read-write | Indicates the unknown unicast traffic suppression on a VLAN. Range: 0-13 Default: 0 13 indicates full-suppression of traffic, and 0 indicates no traffic suppression. The suppression levels and corresponding bandwidth ranges are listed as follows: --------------------------------------------------------------- NO. Min bandwidth(kbps) Max bandwidth(kbps) Package number(pps) --------------------------------------------------------------- 0 Not suppressed Not suppressed Not suppressed 1 6 145 12 2 12 291 24 3 24 582 48 4 48 1153 95 5 97 2319 191 6 195 4639 382 7 390 9265 763 8 781 18531 1526 9 1562 37063 3052 10 3125 74126 6104 11 6249 148241 12207 12 12499 296483 24414 13 0 0 0 --------------------------------------------------------------- |
| INT hwVlanMethL2Forward | 1.3.6.1.4.1.2011.5.6.1.1.1.25 | INTEGER | read-write | Indicates the switch of MEth l2 forwarding on a VLAN. Options: 1. enable(1) -Enable MEth l2 forwarding on a VLAN. 2. disable(2) -Disable MEth l2 forwarding on a VLAN. The default value is disable(2). |
| hwVlanInterfaceTable | 1.3.6.1.4.1.2011.5.6.1.2 | not-accessible | Describes VLAN interface management, including IP address management, enabling and disabling of the DHCP client, and DHCP client option 60. The index of this table is hwVlanInterfaceID. | |
| hwVlanInterfaceEntry | 1.3.6.1.4.1.2011.5.6.1.2.1 | not-accessible | Describes VLAN interface management, including IP address management, enabling and disabling of the DHCP client, and DHCP client option 60. The index of this entry is hwVlanInterfaceID. | |
| I32 hwVlanInterfaceID | 1.3.6.1.4.1.2011.5.6.1.2.1.1 | Integer32 | read-only | Indicates the index of a VLAN interface, which maps a VLAN ID. For example, the index of VLAN interface 3 is 3. |
| I32 hwVlanID | 1.3.6.1.4.1.2011.5.6.1.2.1.2 | Integer32 | read-only | Indicates the corresponding VLAN ID of a VLAN interface. |
| IP hwVlanIpAddress | 1.3.6.1.4.1.2011.5.6.1.2.1.3 | IpAddress | read-write | Indicates the IP address of a VLAN interface. Default: 0.0.0.0. |
| IP hwVlanIpAddressMask | 1.3.6.1.4.1.2011.5.6.1.2.1.4 | IpAddress | read-write | Indicates the IP address subnet mask. |
| INT hwVlanInterfaceAdminStatus | 1.3.6.1.4.1.2011.5.6.1.2.1.5 | INTEGER | read-write | Indicates the management status of a VLAN interface. Options: 1. up(1) -indicates up status. 2. down(2) -indicates down status. Default: up(1) |
| INT hwVlanInterfaceFrameType | 1.3.6.1.4.1.2011.5.6.1.2.1.6 | INTEGER | read-write | Indicates the type of the frame that can be received by a VLAN interface. Options: 1. ethernetii(1) -For the frame format of ethernetii(1), see RFC894. 2. ethernetsnap(2) -The value is not supported. 3. ethernet8022(3) -The value is not supported. 4. ethernet8023(4) -The value is not supported. Currently, only ethernetii(1) is supported. |
| ROW hwInterfaceRowStatus | 1.3.6.1.4.1.2011.5.6.1.2.1.7 | RowStatus | read-create | Indicates the row status. It is used for create, delete and modify operations. Options: 1. createAndGo(4) 2. destroy(6) 3. active(1) |
| INT hwVlanInterfaceLinkStatus | 1.3.6.1.4.1.2011.5.6.1.2.1.8 | INTEGER | read-only | Indicates the protocol status of a link that is contained in a VLAN interface. Options: 1. up(1) -The protocol status of a link that is contained in a VLAN interface is up. 2. down(2) -The protocol status of a link that is contained in a VLAN interface is down. |
| INT hwVlanIfIPMode | 1.3.6.1.4.1.2011.5.6.1.2.1.9 | INTEGER | read-write | Indicates the mode of obtaining an IP address. Options: 1. static(1) -Configured statically. 2. dhcp(2) -Obtained through DHCP. |
| OCT hwVlanIfDhcpClientOption60 | 1.3.6.1.4.1.2011.5.6.1.2.1.10 | OCTET STRING | read-write | Indicates the option 60 information carried in DHCP packets that are sent by a L3 interface when obtaining an IP address in the DHCP mode. Range: 0-32 characters |
| INT hwVlanIfVlanEncapMode | 1.3.6.1.4.1.2011.5.6.1.2.1.11 | INTEGER | read-write | Used to configure the VLAN encapsulation mode of a VLAN interface. Options: 1. singleTag(1) -Single tag VLAN encapsulation mode. 2. doubleTag(2) -Double tag VLAN encapsulation mode. Default: singleTag(1) |
| I32 hwVlanIfVlanInnerLabel | 1.3.6.1.4.1.2011.5.6.1.2.1.12 | Integer32 | read-write | Used to configure the inner VLAN ID when the VLAN encapsulation mode of a VLAN interface is double-tag mode. Range: 1-4095 Default: 1 |
| INT hwVlanIfDHCPSStatus | 1.3.6.1.4.1.2011.5.6.1.2.1.13 | INTEGER | read-write | Describes the mode of dhcp server on this interface. Options: 1. disable(1) -disable dhcp server. 2. enable(2) -enable dhcp server. Default: disable(1) |
| I32 hwIPv6MTU | 1.3.6.1.4.1.2011.5.6.1.2.1.14 | Integer32 | read-write | Used to configure the maximum transmission unit of vlanif.If you set it on one vlanif,all the vlanif will be configured. For P300 device, the node can take effect on IPV4 and IPV6. For Saturn device, it only takes effect on IPV6. Range: -1,1280-1499,1501-1560. For P300 device, the range is -1,1501-1560. For Saturn device, the range is -1,1280-1499,1501-1560. Deafult:-1,this value means the MTU of vlanif is the default value(for example: 1500). |
| I32 hwIPv4MTU | 1.3.6.1.4.1.2011.5.6.1.2.1.15 | Integer32 | read-write | Used to configure the maximum transmission unit of vlanif. The node is only supported on Saturn device. It only takes effect on IPV4. Range: -1,1501-1560 Deafult:-1,this value means the MTU of vlanif is the default value(for example: 1500). |
| hwifSVLANVlanListTable | 1.3.6.1.4.1.2011.5.6.1.3 | not-accessible | Indicates the super VLAN list, shows the sub VLANs in the super VLAN. The index of this table is hwifSvlanVlanID. | |
| hwifSVLANVlanListEntry | 1.3.6.1.4.1.2011.5.6.1.3.1 | not-accessible | Indicates the super VLAN list, shows the sub VLANs in the super VLAN. The index of this entry is hwifSvlanVlanID. | |
| VLA hwifSvlanVlanID | 1.3.6.1.4.1.2011.5.6.1.3.1.1 | VlanIndex | read-only | The index of the table, indicates the super VLAN ID |
| OCT hwifSvlanSubVlanlistLow | 1.3.6.1.4.1.2011.5.6.1.3.1.2 | OCTET STRING | read-write | The low oct string for sub VLAN list of Primary VLANs, Each bit is one VLAN. All bits be 2048(256 * 8) VLAN. Sub VLAN will be added to super VLAN. |
| OCT hwifSvlanSubVlanlisHigh | 1.3.6.1.4.1.2011.5.6.1.3.1.3 | OCTET STRING | read-write | The high oct string for sub VLAN list of Primary VLANs, Each bit is one VLAN. All bits be 2048(256 * 8) VLAN Sub VLAN will be added to super VLAN. |
| ROW hwifSvlanOperStatus | 1.3.6.1.4.1.2011.5.6.1.3.1.4 | RowStatus | read-create | VLAN operational status, now support createAndGo(4),destroy(6) |
| hwifPVLANMappingTable | 1.3.6.1.4.1.2011.5.6.1.4 | not-accessible | Secondary VLAN lists of Primary VLANs. The index of this table is hwifPvlanPrimaryVlanID. | |
| hwifPVLANMappingEntry | 1.3.6.1.4.1.2011.5.6.1.4.1 | not-accessible | Secondary VLAN lists of Primary VLANs. The index of this entry is hwifPvlanPrimaryVlanID. | |
| VLA hwifPvlanPrimaryVlanID | 1.3.6.1.4.1.2011.5.6.1.4.1.1 | VlanIndex | read-only | Primary VLAN ID |
| OCT hwifPvlanSecondaryVlanlistLow | 1.3.6.1.4.1.2011.5.6.1.4.1.2 | OCTET STRING | read-write | The second low oct string for sub VLAN list of Primary VLANs, Each bit is one VLAN. All bits be 2048(256 * 8) VLAN Secondary VLAN will be added to primary VLAN. |
| OCT hwifPvlanSecondaryVlanlistHigh | 1.3.6.1.4.1.2011.5.6.1.4.1.3 | OCTET STRING | read-write | The second low oct string for sub VLAN list of Primary VLANs, Each bit is one VLAN. All bits be 2048(256 * 8) VLAN Secondary VLAN will be added to primary VLAN. |
| ROW hwifPvlanOperStatus | 1.3.6.1.4.1.2011.5.6.1.4.1.4 | RowStatus | read-create | vlan operational status, now support createAndGo(4),destroy(6) |
| hwRegionVLanTable | 1.3.6.1.4.1.2011.5.6.1.5 | not-accessible | Indicates the region VLAN, it is used to configure the region VLAN. The index of this table is hwVlanIndex. | |
| hwRegionVLanEntry | 1.3.6.1.4.1.2011.5.6.1.5.1 | not-accessible | Indicates the region VLAN, it is used to configure the region VLAN. The index of this entry is hwVlanIndex. | |
| I32 hwRegionVpi | 1.3.6.1.4.1.2011.5.6.1.5.1.1 | Integer32 | read-write | THE atm vpi of the VLAN. |
| I32 hwRegionVci | 1.3.6.1.4.1.2011.5.6.1.5.1.2 | Integer32 | read-write | The atm vci of the VLAN. |
| ROW hwRegionPVCRowStatus | 1.3.6.1.4.1.2011.5.6.1.5.1.3 | RowStatus | read-create | Row status,now support createAndGo(4),destroy(6). 4 is used for creating group pvc for region VLAN, 6 is used for deleting group pvc for region VLAN. |
| hwSmartVLanTable | 1.3.6.1.4.1.2011.5.6.1.6 | not-accessible | Indicates the smart VLAN, it is used to configure the smart VLAN. The index of this table is hwSmartVlanID. | |
| hwSmartVLanEntry | 1.3.6.1.4.1.2011.5.6.1.6.1 | not-accessible | Indicates the smart VLAN, it is used to configure the smart VLAN. The index of this entry is hwSmartVlanID. | |
| VLA hwSmartVlanID | 1.3.6.1.4.1.2011.5.6.1.6.1.1 | VlanIndex | read-only | The index of the table, indicates a smart VLAN ID. |
| POR hwSmartVlanUplinkPort | 1.3.6.1.4.1.2011.5.6.1.6.1.2 | PortList | read-write | smart VLAN uplink ports |
| POR hwSmartVlanDownlinkPort | 1.3.6.1.4.1.2011.5.6.1.6.1.3 | PortList | read-write | smart VLAN downlink ports |
| ROW hwSmartVlanRowStatus | 1.3.6.1.4.1.2011.5.6.1.6.1.4 | RowStatus | read-create | Row status, now support createAndGo(4),destroy(6) |
| INT hwMuxVlanEnable | 1.3.6.1.4.1.2011.5.6.1.7 | INTEGER | read-write | Enable/disable MUX VLAN. Options: 1. enabled(1) -Enable MUX VLAN. 2. disabled(2) -Disable MUX VLAN. |
| hwMuxVlanPortConfTable | 1.3.6.1.4.1.2011.5.6.1.8 | not-accessible | Indicates the Mux VLAN port configuration, it is used to configure the Mux VLAN port. The index of this table is ifIndex. | |
| hwMuxVlanPortConfEntry | 1.3.6.1.4.1.2011.5.6.1.8.1 | not-accessible | Indicates the Mux VLAN port configuration, it is used to configure the Mux VLAN port. The index of this entry is ifIndex. | |
| INT hwMuxVlanPortType | 1.3.6.1.4.1.2011.5.6.1.8.1.1 | INTEGER | read-create | Configure the uplink-port or cascading-port for the MUX VLAN. Options: 1. uplinkPort(1) -uplink port 2. cascadingPort(2) -cascading port |
| I32 hwMuxVlanStartVlanId | 1.3.6.1.4.1.2011.5.6.1.8.1.2 | Integer32 | read-create | The start VLAN ID of Mux VLAN. |
| I32 hwMuxVlanGroupNum | 1.3.6.1.4.1.2011.5.6.1.8.1.3 | Integer32 | read-create | The VLAN group number. |
| ROW hwMuxVlanPortConfRowStatus | 1.3.6.1.4.1.2011.5.6.1.8.1.4 | RowStatus | read-create | Row status, now support createAndGo(4),destroy(6). |
| I32 hwMuxVlanUplinkPort | 1.3.6.1.4.1.2011.5.6.1.8.1.5 | Integer32 | read-create | Uplink port for mux VLAN configuration.(for UA 5000) |
| I32 hwMuxVlanDownlinkPort | 1.3.6.1.4.1.2011.5.6.1.8.1.6 | Integer32 | read-create | Downlink port for mux VLAN configuration. If the value is -1, use inner port instead(Only used for UA5000). |
| hwMuxVlanSlotConfTable | 1.3.6.1.4.1.2011.5.6.1.9 | not-accessible | Indicates the I/O board MUX VLAN configure, it is used to configure the I/O board MUX VLAN. The index of this table is hwSlotIndex. | |
| hwMuxVlanSlotConfEntry | 1.3.6.1.4.1.2011.5.6.1.9.1 | not-accessible | Indicates the I/O board MUX VLAN configure, it is used to configure the I/O board MUX VLAN. The index of this entry is hwSlotIndex. | |
| I32 hwMuxVlanSlotStartVlanId | 1.3.6.1.4.1.2011.5.6.1.9.1.1 | Integer32 | read-create | The start VLAN ID for the I/O board. |
| ROW hwMuxVlanSlotRowStatus | 1.3.6.1.4.1.2011.5.6.1.9.1.2 | RowStatus | read-create | Row status, now support createAndGo(4),destroy(6). |
| hwMultiVLanTable | 1.3.6.1.4.1.2011.5.6.1.10 | not-accessible | Indicates the Multi VLAN, it is used to configure the multi VLAN. The index of this table is hwMultiVlanID. | |
| hwMultiVLanEntry | 1.3.6.1.4.1.2011.5.6.1.10.1 | not-accessible | Indicates the Multi VLAN, it is used to configure the multi VLAN. The index of this entry is hwMultiVlanID. | |
| VLA hwMultiVlanID | 1.3.6.1.4.1.2011.5.6.1.10.1.1 | VlanIndex | read-only | The index of the table, indicates a Multi VLAN ID. |
| POR hwMultiVlanUplinkPort | 1.3.6.1.4.1.2011.5.6.1.10.1.2 | PortList | read-write | Multi VLAN uplink ports. |
| POR hwMultiVlanDownlinkPort | 1.3.6.1.4.1.2011.5.6.1.10.1.3 | PortList | read-write | Multi VLAN downlink ports. |
| ROW hwMultiVlanRowStatus | 1.3.6.1.4.1.2011.5.6.1.10.1.4 | RowStatus | read-create | Row status, now support createAndGo(4),destroy(6). |
| hwVlanAggregationTable | 1.3.6.1.4.1.2011.5.6.1.11 | not-accessible | Describes the relation between the super VLAN and the sub VLAN in a VLAN aggregation. The indexes of this table are hwVlanAggregationSuperVlanId and hwVlanAggregationSubVlanId. | |
| hwVlanAggregationEntry | 1.3.6.1.4.1.2011.5.6.1.11.1 | not-accessible | Describes the relation between the super VLAN and the sub VLAN in a VLAN aggregation. The indexes of this entry are hwVlanAggregationSuperVlanId and hwVlanAggregationSubVlanId. | |
| I32 hwVlanAggregationSuperVlanId | 1.3.6.1.4.1.2011.5.6.1.11.1.1 | Integer32 | read-only | Indicates the super VLAN ID in a VLAN aggregation. Range: 2-4093 |
| I32 hwVlanAggregationSubVlanId | 1.3.6.1.4.1.2011.5.6.1.11.1.2 | Integer32 | read-only | Indicates the sub VLAN ID in a VLAN aggregation. Range: 2-4093 |
| INT hwVlanAggregationSubVlanArpProxyStatus | 1.3.6.1.4.1.2011.5.6.1.11.1.3 | INTEGER | read-write | Indicates the status of ARP proxy in a sub VLAN. Options: 1. enabled(1) -Enable ARP proxy in a sub VLAN. 2. disabled(2) -Disable ARP proxy in a sub VLAN. Default: disabled(2) |
| ROW hwVlanAggregationRowStatus | 1.3.6.1.4.1.2011.5.6.1.11.1.4 | RowStatus | read-create | Indicates the row status, used for creating or deleting a VLAN aggregation. Options: 1. active(1) 2. createAndGo(4) 3. destroy(6) To create a VLAN aggregation, specify the indexes, and set hwVlanAggregationRowStatus to createAndGo(4) to perform the set operation. To delete a VLAN aggregation, specify the indexes, and set hwVlanAggregationRowStatus to destroy(6) to perform the set operation. During query, the value of this leaf is the fixed active(1). |
| INT hwVlanAggregationSubVlanNdProxyStatus | 1.3.6.1.4.1.2011.5.6.1.11.1.5 | INTEGER | read-write | Indicates the status of ND proxy in a sub VLAN. Options: 1. enabled(1) -Enable ND proxy in a sub VLAN. 2. disabled(2) -Disable ND proxy in a sub VLAN. Default: disabled(2) |
| U32 hwStackingVlanInnerEthernetType | 1.3.6.1.4.1.2011.5.6.1.13 | Unsigned32 | read-write | Indicates the Ethernet protocol type of the inner VLAN tag supported by VLAN stacking. Range: 0-65535 Default: 0x8100 |
| hwVlanFlowAccountTable | 1.3.6.1.4.1.2011.5.6.1.14 | not-accessible | Describes the VLAN-based traffic statistics, including the numbers of the upstream bytes, downstream bytes, upstream packets, downstream packets, upstream and downstream packets in the ACL-based traffic statistics collection, discarded upstream packets, and discarded downstream packets. The indexes of this table are hwVlanIndex (outer VLAN ID) and hwInnerVlanID (inner VLAN ID). hwVlanIndex references the leaf in hwVlanMIBTable. If hwInnerVlanID is -1, that means the InnerVLAN-based traffic statistics is not supported. If hwVlanTrafficOccupiedTable is being used to query the traffic and bandwidth occupancy of a VLAN, querying hwVlanFlowAccountTable fails. | |
| hwVlanFlowAccountEntry | 1.3.6.1.4.1.2011.5.6.1.14.1 | not-accessible | Describes the VLAN-based traffic statistics, including the numbers of the upstream bytes, downstream bytes, upstream packets, downstream packets, upstream and downstream packets in the ACL-based traffic statistics collection, discarded upstream packets, and discarded downstream packets. The indexes of this entry are hwVlanIndex (outer VLAN ID) and hwInnerVlanID (inner VLAN ID). hwVlanIndex references the leaf in hwVlanMIBTable. If hwInnerVlanID is -1, that means the InnerVLAN-based traffic statistics is not supported. If hwVlanTrafficOccupiedTable is being used to query the traffic and bandwidth occupancy of a VLAN, querying hwVlanFlowAccountTable fails. | |
| I32 hwInnerVlanID | 1.3.6.1.4.1.2011.5.6.1.14.1.1 | Integer32 | read-only | Indicates the inner VLAN tag in a stacking VLAN. If the VLAN is not of the stacking attribute or you perform the query operation only by the outer VLAN, this leaf must be set to -1. Currently, ACL-based VLAN traffic statistics of only the outer VLAN can be collected. Therefore, this value of this leaf is not useful, and you'd better set the value to -1. 0 is not supported. |
| C64 hwUpFlowAccountByte | 1.3.6.1.4.1.2011.5.6.1.14.1.2 | Counter64 | read-only | Indicates the number of upstream bytes of a VLAN. '18446744073709551615' means invalid value. |
| C64 hwDownFlowAccountByte | 1.3.6.1.4.1.2011.5.6.1.14.1.3 | Counter64 | read-only | Indicates the number of downstream bytes of a VLAN. '18446744073709551615' means invalid value. |
| C64 hwUpFlowAccountPacket | 1.3.6.1.4.1.2011.5.6.1.14.1.4 | Counter64 | read-only | Indicates the number of upstream packets of a VLAN. '18446744073709551615' means invalid value. |
| C64 hwDownFlowAccountPacket | 1.3.6.1.4.1.2011.5.6.1.14.1.5 | Counter64 | read-only | Indicates the number of downstream packets of a VLAN. '18446744073709551615' means invalid value. |
| C64 hwUpStreamPacket | 1.3.6.1.4.1.2011.5.6.1.14.1.6 | Counter64 | read-only | Indicates the number of upstream packets in the ACL-based VLAN traffic statistics collection. After the first query, 0 is fixedly returned. After the second query, traffic statistics of the VLAN between the two queries are returned. If the query or delete operation is not performed on the traffic statistics of this VLAN within 10 minutes, the traffic statistics collection of the VLAN is invalid. If a new index is specified in the second query, the traffic statistics of the new VLAN are collected. The system can collect the traffic statistics of a maximum of 64 VLANs concurrently. '18446744073709551615' means invalid value. |
| C64 hwDownStreamPacket | 1.3.6.1.4.1.2011.5.6.1.14.1.7 | Counter64 | read-only | Indicates the number of downstream packets in the ACL-based VLAN traffic statistics collection. After the first query, 0 is fixedly returned. After the second query, traffic statistics of the VLAN between the two queries are returned. If the query or delete operation is not performed on the traffic statistics of this VLAN within 10 minutes, the traffic statistics collection of the VLAN is invalid. If a new index is specified in the second query, the traffic statistics of the new VLAN are collected. The system can collect the traffic statistics of a maximum of 64 VLANs concurrently. '18446744073709551615' means invalid value. |
| INT hwFlowAccountAdminStatus | 1.3.6.1.4.1.2011.5.6.1.14.1.8 | INTEGER | read-write | Used to delete the VLAN traffic statistics. Options: 1. invalid(-1) -During the query, the invalid value -1 is fixedly returned. 2. reset(0) -indicates that the VLAN traffic statistics based on service board are deleted. 3. resetAcl(1) -indicates that the VLAN traffic statistics based on ACL are deleted. |
| C64 hwUpFlowAccountDiscardPacket | 1.3.6.1.4.1.2011.5.6.1.14.1.9 | Counter64 | read-only | Indicates the number of upstream discarded packets of a VLAN. '18446744073709551615' means invalid value. |
| C64 hwDownFlowAccountDiscardPacket | 1.3.6.1.4.1.2011.5.6.1.14.1.10 | Counter64 | read-only | Indicates the number of downstream discarded packets of a VLAN. '18446744073709551615' means invalid value. |
| hwVlanUpCarTable | 1.3.6.1.4.1.2011.5.6.1.15 | not-accessible | Indicates the VLAN up direct CAR. The index of this table is hwVlanUpCarId. | |
| hwVlanUpCarEntry | 1.3.6.1.4.1.2011.5.6.1.15.1 | not-accessible | Indicates the VLAN up direct CAR. The index of this entry is hwVlanUpCarId. | |
| I32 hwVlanUpCarId | 1.3.6.1.4.1.2011.5.6.1.15.1.1 | Integer32 | read-only | The index of the table, indicates a up direct Carid. |
| OCT hwVlanUpCarName | 1.3.6.1.4.1.2011.5.6.1.15.1.2 | OCTET STRING | read-write | Up direct car name. |
| I32 hwVlanUpCarBandValue | 1.3.6.1.4.1.2011.5.6.1.15.1.3 | Integer32 | read-write | Car band value,The car value is multiple of 64kbps. Unit :kbps |
| I32 hwVlanUpCarBurstValue | 1.3.6.1.4.1.2011.5.6.1.15.1.4 | Integer32 | read-write | Car burst value. Unit:kbps |
| INT hwVlanUpCarIsUsed | 1.3.6.1.4.1.2011.5.6.1.15.1.5 | INTEGER | read-only | The flag indicates whether the carid is used. Options: 1. used(1) -The carid is used. 2. noUsed(2) -The carid is no-used. |
| ROW hwVlanUpCarRowStatus | 1.3.6.1.4.1.2011.5.6.1.15.1.6 | RowStatus | read-create | Row status, now support createAndGo(4),destroy(6). |
| hwVlanDownCarTable | 1.3.6.1.4.1.2011.5.6.1.16 | not-accessible | Indicates the VLAN down direct CAR. The index of this table is hwVlanDownCarId. | |
| hwVlanDownCarEntry | 1.3.6.1.4.1.2011.5.6.1.16.1 | not-accessible | Indicates the VLAN down direct CAR. The index of this entry is hwVlanDownCarId. | |
| I32 hwVlanDownCarId | 1.3.6.1.4.1.2011.5.6.1.16.1.1 | Integer32 | read-only | The index of the table, indicates a down direct carid. |
| OCT hwVlanDownCarName | 1.3.6.1.4.1.2011.5.6.1.16.1.2 | OCTET STRING | read-write | Down direct car name. |
| I32 hwVlanDownCarBandValue | 1.3.6.1.4.1.2011.5.6.1.16.1.3 | Integer32 | read-write | Car band value,The car value is multiple of 64kbps. Unit: kbps |
| I32 hwVlanDownCarBurstValue | 1.3.6.1.4.1.2011.5.6.1.16.1.4 | Integer32 | read-write | Car burst value. Unit: kbps |
| INT hwVlanDownCarIsUsed | 1.3.6.1.4.1.2011.5.6.1.16.1.5 | INTEGER | read-only | The flag indicates whether the carid is used. Options: 1. used(1) -The carid is used. 2. noUsed(2) -The carid is no-used. |
| ROW hwVlanDownCarRowStatus | 1.3.6.1.4.1.2011.5.6.1.16.1.6 | RowStatus | read-create | Row status, now support createAndGo(4),destroy(6). |
| hwVlanParaTable | 1.3.6.1.4.1.2011.5.6.1.17 | not-accessible | Indicates the VLAN parameters, include hwVlanParaIndex, hwVlanMacLearnCpability, hwVlanMaxMacLearnNum, hwVlanUpdirectCar, hwVlanDownDirectCar, it is used to configure the VLAN param. The index of this table is hwVlanParamIndex. | |
| hwVlanParaEntry | 1.3.6.1.4.1.2011.5.6.1.17.1 | not-accessible | Indicates the VLAN parameters, include hwVlanParaIndex, hwVlanMacLearnCpability, hwVlanMaxMacLearnNum, hwVlanUpdirectCar, hwVlanDownDirectCar, it is used to configure the VLAN param. The index of this entry is hwVlanParamIndex. | |
| VLA hwVlanParaIndex | 1.3.6.1.4.1.2011.5.6.1.17.1.1 | VlanIndex | read-only | The index of the table,the VLAN index means Vlan Id. |
| INT hwVlanMacLearnCpability | 1.3.6.1.4.1.2011.5.6.1.17.1.2 | INTEGER | read-write | MAC learning or not flag by VLAN. Options: 1. enabled(1) -Enable MAC learning by VLAN. 2. disabled(2) -Disable MAC learning by VLAN. |
| I32 hwVlanMaxMacLearnNum | 1.3.6.1.4.1.2011.5.6.1.17.1.3 | Integer32 | read-write | The VLAN max mac learn number. |
| I32 hwVlanUpDirectCarID | 1.3.6.1.4.1.2011.5.6.1.17.1.4 | Integer32 | read-write | The VLAN up direct carID. |
| I32 hwVlanDownDirectCarID | 1.3.6.1.4.1.2011.5.6.1.17.1.5 | Integer32 | read-write | The VLAN down direct carID. |
| hwBpduTunnelTable | 1.3.6.1.4.1.2011.5.6.1.18 | not-accessible | Used for setting and querying the status of the L2 transparent transmission of BPDU packets. The index of this table is hwVlanIndex. | |
| hwBpduTunnelEntry | 1.3.6.1.4.1.2011.5.6.1.18.1 | not-accessible | Used for setting and querying the status of the L2 transparent transmission of BPDU packets. The index of this entry is hwVlanIndex. | |
| INT hwBpduTunnel | 1.3.6.1.4.1.2011.5.6.1.18.1.1 | INTEGER | read-create | Indicates the status of the L2 transparent transmission of BDPU packets in a VLAN. Options: 1. enable(1) -Enable transparent transmission of BDPU packets in a VLAN. 2. disable(2) -Disable transparent transmission of BDPU packets in a VLAN. Default: disable(2) |
| hwVOIPAddressTable | 1.3.6.1.4.1.2011.5.6.1.19 | not-accessible | VOIP multiply IP table. The index of this table is hwVOIPAddressIndex | |
| hwVOIPAddressEntry | 1.3.6.1.4.1.2011.5.6.1.19.1 | not-accessible | VOIP multiply IP table. The index of this entry is hwVOIPAddressIndex | |
| I32 hwVOIPAddressIndex | 1.3.6.1.4.1.2011.5.6.1.19.1.1 | Integer32 | not-accessible | the index scope is 0-63 |
| INT hwVOIPIPType | 1.3.6.1.4.1.2011.5.6.1.19.1.2 | INTEGER | read-create | Indicates the type of VOIP IP. Options: 1. media(1) -indicates that the type of VOIP IP is media. 2. signaling(2) -indicates that the type of VOIP IP is signaling. |
| IP hwVOIPIPAddress | 1.3.6.1.4.1.2011.5.6.1.19.1.3 | IpAddress | read-create | IP address |
| IP hwVOIPSubMask | 1.3.6.1.4.1.2011.5.6.1.19.1.4 | IpAddress | read-only | subMask of VAG |
| IP hwVOIPGateway | 1.3.6.1.4.1.2011.5.6.1.19.1.5 | IpAddress | read-create | gateway of VAG |
| OCT hwVOIPMACAddress | 1.3.6.1.4.1.2011.5.6.1.19.1.6 | OCTET STRING | read-only | MAC address |
| I32 hwVOIPVlanTagIdentifier | 1.3.6.1.4.1.2011.5.6.1.19.1.7 | Integer32 | read-only | vlanid of VAG |
| INT hwVOIPQosIPStrategy | 1.3.6.1.4.1.2011.5.6.1.19.1.8 | INTEGER | read-only | Indicates the qos ip strategy Options: 1. tos(1) -indicates that the qos ip strategy is tos. 2. dscp(2) -indicates that the qos ip strategy is dscp. |
| ROW hwVOIPAddressRowStatus | 1.3.6.1.4.1.2011.5.6.1.19.1.9 | RowStatus | read-create | Indicates the status of this conceptual row. Options: 1. active(1) 2. createAndGo(4) 3. destroy(6) Until instances of all corresponding columns are appropriately configured, the value of the corresponding instance of the hwAddressRowStatus column is 'notReady'. |
| INT hwVOIPAddressObtainMode | 1.3.6.1.4.1.2011.5.6.1.19.1.10 | INTEGER | read-only | ip address obtain mode: Options: 1. static(1) -static config 2. pppoe(2) -pppoe dynamic obtain 3. dhcp(3) -dhcp dynamic obtain |
| OCT hwVOIPPPPOEClientName | 1.3.6.1.4.1.2011.5.6.1.19.1.11 | OCTET STRING | read-only | ip address name of pppoe dynamic obtain, the same as pppoe client name |
| INT hwVOIPIPAddressSrc | 1.3.6.1.4.1.2011.5.6.1.19.1.12 | INTEGER | read-only | Indicates the source type of IP. Options: 1. static(0) -indicates that the source type of IP is static. 2. dhcp(1) -indicates that the source type of IP is dhcp. |
| hwVOIPQosTable | 1.3.6.1.4.1.2011.5.6.1.20 | not-accessible | Describes the Qos IP tos and VLAN priority The index of this table is hwVOIPAddressIndex | |
| hwVOIPQosEntry | 1.3.6.1.4.1.2011.5.6.1.20.1 | not-accessible | Describes the Qos IP tos and VLAN priority The index of this entry is hwVOIPAddressIndex | |
| I32 hwVOIPQosIPTosValue | 1.3.6.1.4.1.2011.5.6.1.20.1.1 | Integer32 | read-create | Qos value of tos |
| I32 hwVOIPQosIPDscpValue | 1.3.6.1.4.1.2011.5.6.1.20.1.2 | Integer32 | read-create | Qos value of dscp |
| I32 hwVOIPQosVlanPriority | 1.3.6.1.4.1.2011.5.6.1.20.1.3 | Integer32 | read-create | Qos VLAN priority |
| INT hwVOIPQosIPAddressSrc | 1.3.6.1.4.1.2011.5.6.1.20.1.4 | INTEGER | read-only | Indicates the source type of IP. Options: 1. static(0) -indicates that the source type of IP is static. 2. dhcp(1) -indicates that the source type of IP is dhcp. |
| hwPacketTunnelTable | 1.3.6.1.4.1.2011.5.6.1.21 | not-accessible | Used for setting and querying the status of the L2 transparent transmission of RIP packets and VTP/CDP packets in a VLAN. The index of this table is hwVlanIndex. | |
| hwPacketTunnelEntry | 1.3.6.1.4.1.2011.5.6.1.21.1 | not-accessible | Used for setting and querying the status of the L2 transparent transmission of RIP packets and VTP/CDP packets in a VLAN. The index of this entry is hwVlanIndex. | |
| INT hwPacketTunnelRip | 1.3.6.1.4.1.2011.5.6.1.21.1.1 | INTEGER | read-create | Indicates the transparent transmission of RIP packets in a VLAN. Options: 1. enable(1) -Enable transparent transmission of RIP packets in a VLAN. 2. disable(2) -Disable transparent transmission of RIP packets in a VLAN. Default: disable(2) |
| INT hwPacketTunnelVTPCDP | 1.3.6.1.4.1.2011.5.6.1.21.1.2 | INTEGER | read-create | Indicates the transparent transmission of VTP/CDP packets in a VLAN. Options: 1. enable(1) -Enable transparent transmission of VTP/CDP packets in a VLAN. 2. disable(2) -Disable transparent transmission of VTP/CDP packets in a VLAN. Default: disable(2) |
| hwVlanInterfaceSubIpAddrTable | 1.3.6.1.4.1.2011.5.6.1.22 | not-accessible | Describes management of the secondary IP addresses of a VLAN interface. The indexes of this table are hwVlanInterfaceIDWithSub, hwVlanSubIpAddress and hwVlanSubIpAddressMask. | |
| hwVlanInterfaceSubIpAddrEntry | 1.3.6.1.4.1.2011.5.6.1.22.1 | not-accessible | Describes management of the secondary IP addresses of a VLAN interface. The indexes of this entry are hwVlanInterfaceIDWithSub, hwVlanSubIpAddress and hwVlanSubIpAddressMask. | |
| I32 hwVlanInterfaceIDWithSub | 1.3.6.1.4.1.2011.5.6.1.22.1.1 | Integer32 | read-only | Indicates the index of a VLAN interface, which maps a VLAN ID. For example, the index of VLAN interface 3 is 3. |
| IP hwVlanSubIpAddress | 1.3.6.1.4.1.2011.5.6.1.22.1.2 | IpAddress | read-only | Indicates the secondary IP address of a VLAN interface. |
| IP hwVlanSubIpAddressMask | 1.3.6.1.4.1.2011.5.6.1.22.1.3 | IpAddress | read-only | Indicates the subnet mask of the secondary IP address of a VLAN interface. |
| ROW hwInterfaceSubIpAddrRowStatus | 1.3.6.1.4.1.2011.5.6.1.22.1.4 | RowStatus | read-create | Indicates the row status. It is used for create, modify and delete operations. Options: 1. createAndGo(4) 2. destroy(6) 3. active(1) |
| I32 hwMethL2Vlan | 1.3.6.1.4.1.2011.5.6.1.23 | Integer32 | read-write | set the Meth L2 function of the VLAN. |
| I32 hwDocsDefaultSrvVlanID | 1.3.6.1.4.1.2011.5.6.1.24 | Integer32 | read-write | Indicates the service svlan of DOCSIS service. The default value is 1. |
| hwVlanSrvProfTable | 1.3.6.1.4.1.2011.5.6.1.25 | not-accessible | Describes the attributes of a VLAN service profile, used for adding or deleting a VLAN service profile, or modifying the status of the attributes in an existing VLAN service profile. The index of this table is hwVlanSrvProfName. | |
| hwVlanSrvProfEntry | 1.3.6.1.4.1.2011.5.6.1.25.1 | not-accessible | Describes the attributes of a VLAN service profile, used for adding or deleting a VLAN service profile, or modifying the status of the attributes in an existing VLAN service profile. The index of this entry is hwVlanSrvProfName. | |
| OCT hwVlanSrvProfName | 1.3.6.1.4.1.2011.5.6.1.25.1.1 | OCTET STRING | read-only | Indicates the name of the VLAN service profile. Range: a string of 1-32 characters The input index consists of the VLAN service profile name and the length of the VLAN service profile name. The input VLAN service profile name must be ASCII codes. Assume that you need to create a huawei VLAN service profile. Because the ASCII value of huawei is 104.117.97.119.101.105 and the length of huawei is 6, the index is 6.104.117.97.119.101.105. |
| INT hwForwardingMode | 1.3.6.1.4.1.2011.5.6.1.25.1.2 | INTEGER | read-write | Indicates the VLAN forwarding policy. Options: 1. vlanMac(1) -indicates forwarding based on the VLAN+MAC. 2. vlanConnect(2) -indicates forwarding based on the SVLAN+CVLAN. 3. notConfig(3) -indicates forwarding based on VLAN single switch. This leaf is optional for creating a VLAN service profile. The VLAN forwarding policy can also be configured in hwVlanForwarding of hwVlanMIBTable. If a VLAN service profile is bound to the VLAN, the configuration in the VLAN service profile takes effect. |
| INT hwAntiIpSpoofingSwitch | 1.3.6.1.4.1.2011.5.6.1.25.1.3 | INTEGER | read-write | Indicates the VLAN-based anti-IP-spoofing function. Options: 1. enable(1) -indicates that the anti-IP-spoofing function is enabled. 2. disable(2) -indicates that the anti-IP-spoofing function is disabled. This leaf is optional for creating a VLAN service profile. The anti-IP spoofing function in the global mode can be set in hwIpDslamIpAddrDynamicBindingStatus of HUAWEI-IPDSLAM-SECURITY-MIB. The final status of the anti-IP-spoofing function is determined by its global-level switch and VLAN-level switch. The anti-IP-spoofing function of a VLAN is enabled only when the switches at both levels are enabled. |
| INT hwAntiMacSpoofingSwitch | 1.3.6.1.4.1.2011.5.6.1.25.1.4 | INTEGER | read-write | Indicates the VLAN-based anti-MAC-spoofing function. Options: 1. enable(1) -indicates that the anti-MAC-spoofing function is enabled. 2. disable(2)-indicates that the anti-MAC spoofing function is disabled. 3. notConfig(3) -indicate by VLAN single switch. This leaf is optional for creating a VLAN service profile. The anti-MAC spoofing function in the global mode can be set in hwIpDslamAntiMacSpoofingStatus of HUAWEI-IPDSLAM-SECURITY-MIB. The VLAN-based anti-MAC-spoofing function can also be configured in hwIpDslamL2pVlanCtrlMacSpoofing of hwIpDslamL2pVlanCtrlTable in HUAWEI-IPDSLAM-L2PPORTCONFIG-MIB. The final status of the anti-MAC-spoofing function is determined by its global-level switch and VLAN-level switch. The anti-MAC spoofing function of a VLAN is enabled only when the switches at both levels are enabled. If a VLAN service profile is bound to the VLAN, the configuration of the VLAN-based anti-MAC-spoofing function in the VLAN service profile takes effect. |
| INT hwPPPoEMacMode | 1.3.6.1.4.1.2011.5.6.1.25.1.5 | INTEGER | read-write | Indicates the VLAN-based PPPoE single-MAC function. Options: 1. multiMac(1) -indicates that the multi-MAC mode is adopted. 2. singleMac(2) -indicates that the single-MAC mode is adopted. 3. notConfig(3) -indicate by VLAN single switch. This leaf is optional for creating a VLAN service profile. The PPPoE single-MAC function in the global mode can be set in hwIpDslamPPPoEMacMode of HUAWEI-IPDSLAM-PPPOE-MIB. The VLAN-based PPPoE single-MAC function can also be configured in hwIpDslamL2pVlanCtrlPppoeMacMode of hwIpDslamL2pVlanCtrlTable in HUAWEI-IPDSLAM-L2PPORTCONFIG-MIB. The final status of the PPPoE single-MAC function is determined by its global-level switch and VLAN-level switch. The PPPoE single-MAC function of a VLAN is enabled only when the switches at both levels are enabled. If a VLAN service profile is bound to the VLAN, the configuration of the VLAN-based PPPoE single-MAC function in the VLAN service profile takes effect. |
| INT hwBpduTunnelSwitch | 1.3.6.1.4.1.2011.5.6.1.25.1.6 | INTEGER | read-write | Indicates the VLAN-based BPDU transparent transmission function. Options: 1. enable(1) -indicates that the BPDU transparent transmission function is enabled. 2. disable(2) -indicates that the BPDU transparent transmission function is disabled. 3. notConfig(3) -indicate by VLAN single switch. This leaf is optional for creating a VLAN service profile. The BPDU transparent transmission function can also be configured in hwBpduTunnel of hwBpduTunnelTable. If a VLAN service profile is bound to the VLAN, the configuration in the VLAN service profile takes effect. |
| INT hwRipTunnelSwitch | 1.3.6.1.4.1.2011.5.6.1.25.1.7 | INTEGER | read-write | Indicates the VLAN-based RIP transparent transmission function. Options: 1. enable(1) -indicates that the RIP transparent transmission function is enabled. 2. disable(2) -indicates that the RIP transparent transmission function is disabled. 3. notConfig(3) -indicate by VLAN single switch. This leaf is optional for creating a VLAN service profile. The RIP transparent transmission function can also be configured in hwPacketTunnelRip of hwPacketTunnelTable. If a VLAN service profile is bound to the VLAN, the configuration in the VLAN service profile takes effect. |
| INT hwVtpCdpTunnelSwitch | 1.3.6.1.4.1.2011.5.6.1.25.1.8 | INTEGER | read-write | Indicates the VLAN-based VTP/CDP transparent transmission function. Options: 1. enable(1) -indicates that the VTP/CDP transparent transmission function is enabled. 2. disable(2) -indicates that the VTP/CDP transparent transmission function is disabled. 3. notConfig(3) -indicate by VLAN single switch. This leaf is optional for creating a VLAN service profile. The VTP/CDP transparent transmission function can also be configured in hwPacketTunnelVTPCDP of hwPacketTunnelTable. If a VLAN service profile is bound to the VLAN, the configuration in the VLAN service profile takes effect. |
| INT hwDhcpMode | 1.3.6.1.4.1.2011.5.6.1.25.1.9 | INTEGER | read-write | Indicates the VLAN-based DHCP L2/L3 mode switch. Options: 1. notConfig(1) -indicates that if the VLAN configuration exists, the VLAN configuration takes effect. Otherwise, the configuration in global mode takes effect. 2. layer2(2) -indicates the DHCP L2 forwarding mode. In this mode, the device only transparently transmits packets and does not process the packets. 3. l3Standard(3) -indicates the standard mode of the DHCP L3 forwarding mode. In this mode, packets select the DHCP server through the VLAN L3 interface that is used for forwarding the DHCP packets. 4. l3Option60(4) -indicates the DHCP option 60 mode of the DHCP L3 forwarding mode. In this mode, packets select the DHCP server according to the option 60 field. Option 60 is an option with code 60 in the DHCP packet. It can identify the terminal type. That is, packets can select the DHCP server according to terminal types. 5. l3MacRange(5) -indicates the MAC address segment mode of the DHCP L3 forwarding mode. In this mode, packets select the DHCP server according to the MAC address segment to which the source MAC address of the DHCP packets belong. This leaf is optional for creating a VLAN service profile. The DHCP L2/L3 mode in the global mode can also be set in hwDhcpRelayMode and hwDhcpServerSelectMode of HUAWEI-DHCP-Proxy-MIB. The DHCP L2/L3 mode at the VLAN level can also be set in hwDhcpServerSelectModeByVlanTable. If a VLAN service profile is bound to the VLAN, the configuration in the VLAN service profile takes effect. The global DHCP L2/L3 mode, however, is not changed. If no VLAN service profile is bound to the VLAN, but hwDhcpServerSelectModeByVlanTable is configured, the configuration of hwDhcpServerSelectModeByVlanTable takes effect; if hwDhcpServerSelectModeByVlanTable is not configured, the configuration in the global mode takes effect. |
| INT hwDhcpProxySwitch | 1.3.6.1.4.1.2011.5.6.1.25.1.10 | INTEGER | read-write | Indicates the VLAN-based DHCP proxy function. Options: 1. enable(1) -indicates that the DHCP proxy is enabled. 2. disable(2) -indicates that the DHCP proxy is disabled. This leaf is optional for creating a VLAN service profile. The global DHCP proxy function can be configured in hwDhcpProxyStatus of HUAWEI-DHCP-Proxy-MIB. The final status of the DHCP proxy function is determined by its global-level switch and VLAN-level switch. The DHCP proxy function of a VLAN is enabled only when the switches at both levels are enabled. When the DHCP mode of the VLAN is configured to L2 mode, the configuration data can be saved, but the configuration of the DHCP proxy function does not take effect. |
| INT hwDhcpOption82Switch | 1.3.6.1.4.1.2011.5.6.1.25.1.11 | INTEGER | read-write | Indicates the VLAN-based DHCP option 82 function. Options: 1. enable(1) -indicates that the DHCP option 82 function is enabled. 2. disable(2) -indicates that the DHCP option 82 function is disabled. This leaf is optional for creating a VLAN service profile. The global DHCP option 82 function can be configured in hwDhcpOption82Status of HUAWEI-DHCP-Proxy-MIB. The final status of the DHCP option 82 function is determined by its global-level switch and VLAN-level switch. The DHCP option 82 function of a VLAN is enabled only when the switches at both levels are enabled. |
| INT hwPitpSwitch | 1.3.6.1.4.1.2011.5.6.1.25.1.12 | INTEGER | read-write | Indicates the PITP switch based on VLAN. Options: 1. enable(1) -indicates enabling the PITP switch. 2. disable(2) -indicates disabling the PITP switch. This leaf is optional for creating a VLAN service profile. Leaf hwDslamPITPStatus in HUAWEI-DSLAM-PITP-MIB can be used for configuring the global PITP switch. The final status of the PITP switch is determined by both the global-level PITP switch and the VLAN-level PITP switch. The PITP function is enabled on the VLAN only when the switches at both levels are enabled. |
| INT hwPolicyBroadcast | 1.3.6.1.4.1.2011.5.6.1.25.1.13 | INTEGER | read-write | Indicates the VLAN-based forwarding policy for the broadcast packets. Options: 1. forward(1) -indicates that the broadcast packets are transparently transmitted. 2. discard(2) -indicates that the broadcast packets are discarded. 3. notConfig(3) -indicate by VLAN single switch. This leaf is optional for creating a VLAN service profile. You can perform the set operation on this leaf to modify the VLAN-based forwarding policy for the broadcast packets. The VLAN-based forwarding policy for the broadcast packets can also be configured in hwVlanPolicyBroadcast of hwVlanMIBTable. If a VLAN service profile is bound to the VLAN, the configuration in the VLAN service profile takes effect. |
| INT hwPolicyMulticast | 1.3.6.1.4.1.2011.5.6.1.25.1.14 | INTEGER | read-write | Indicates the VLAN-based forwarding policy for the unknown multicast packets. Options: 1. forward(1) -indicates that the unknown multicast packets are transparently transmitted. 2. discard(2) -indicates that the unknown multicast packets are discarded. 3. notConfig(3) -indicate by VLAN single switch. This leaf is optional for creating a VLAN service profile. You can perform the set operation on this leaf to modify the VLAN-based forwarding policy for the unknown multicast packets. The VLAN-based forwarding policy for the unknown multicast packets can also be configured in hwVlanPolicyMulticast of hwVlanMIBTable. If a VLAN service profile is bound to the VLAN, the configuration in the VLAN service profile takes effect. |
| INT hwPolicyUnknowncast | 1.3.6.1.4.1.2011.5.6.1.25.1.15 | INTEGER | read-write | Indicates the VLAN-based forwarding policy for the unknown unicast packets. Options: 1. forward(1) -indicates that the unknown unicast packets are transparently transmitted. 2. discard(2) -indicates that the unknown unicast packets are discarded. 3. notConfig(3) -indicate by VLAN single switch. This leaf is optional for creating a VLAN service profile. You can perform the set operation on this leaf to modify the VLAN-based forwarding policy for the unknown unicast packets. The VLAN-based forwarding policy for the unknown unicast packets can also be configured in hwVlanPolicyUnknowncast of hwVlanMIBTable. If a VLAN service profile is bound to the VLAN, the configuration in the VLAN service profile takes effect. |
| INT hwUserBridging | 1.3.6.1.4.1.2011.5.6.1.25.1.16 | INTEGER | read-write | Indicates the VLAN-based bridging function. Options: 1. enable(1) -indicates bridging in a VLAN. 2. disable(2) -indicates L2 isolation in a VLAN. This leaf is optional for creating a VLAN service profile. |
| INT hwDhcpSuppressSwitch | 1.3.6.1.4.1.2011.5.6.1.25.1.17 | INTEGER | read-write | DHCP boardcast-suppress switch. Options: 1. enable(1) -Enable DHCP boardcast-suppress. 2. disable(2) -Disable DHCP boardcast-suppress. This leaf is optional for creating a VLAN service profile. |
| INT hwMismatchIgmpPolicy | 1.3.6.1.4.1.2011.5.6.1.25.1.18 | INTEGER | read-write | Indicates the VLAN-based forwarding policy for the mismatched IGMP packets. Options: 1. transparent(1) -indicates that the mismatched IGMP packets are transparently transmitted. 2. discard(2) -indicates that the mismatched IGMP packets are discarded. This leaf is optional for creating a VLAN service profile. |
| INT hwVmacStatus | 1.3.6.1.4.1.2011.5.6.1.25.1.19 | INTEGER | read-write | Indicates the VLAN-based VMAC function. Options: 1. enable(1) -indicates that the VMAC function is enabled. 2. disable(2) -indicates that the VMAC function is disabled. 3. notConfig(3) -indicate by VLAN single switch. This leaf is optional for creating a VLAN service profile. The global VMAC function can be configured in hwIpDslamVmacStatus of HUAWEI-IPDSLAM-VMAC-MIB. The VLAN-based VMAC function can also be configured hwIpDslamL2pVlanCtrlVmacStatus of HUAWEI-IPDSLAM-L2PPORTCONFIG-MIB. The final status of the VMAC function is determined by its global-level switch and VLAN-level switch. The VMAC function of a VLAN is enabled only when the switches at both levels are enabled. If a VLAN service profile is bound to the VLAN, the configuration of the VLAN-based VMAC function in the VLAN service profile takes effect. |
| INT hwIPoEMacMode | 1.3.6.1.4.1.2011.5.6.1.25.1.20 | INTEGER | read-write | Indicates the mode of allocating MAC addresses to DHCP users. Options: 1. multiMac(1) -indicates the multi-MAC mode. 2. singleMac(2) -indicates the single-MAC mode. This leaf is optional for creating a VLAN service profile. The global mode of allocating MAC addresses to DHCP users can be configured in hwIpDslamIPoEMacMode of HUAWEI-IPDSLAM-VMAC-MIB. The final status of the mode of allocating MAC addresses to DHCP users is determined by its global-level switch and VLAN-level switch. The single-MAC mode of a VLAN can be enabled only when the single-MAC mode is enabled at both levels. |
| INT hwVmacAgingMode | 1.3.6.1.4.1.2011.5.6.1.25.1.21 | INTEGER | read-write | Indicates the time selection mode for reallocating VMAC addresses to users. Options: 1. macLearning(1) -indicates that the VMAC addresses are reallocated to users after the corresponding MAC address learning entry ages. 2. dhcp(2) -indicates that the VMAC addresses are reallocated to users after the corresponding IP addresses are released or the lease time of the IP address expires. This leaf is optional for creating a VLAN service profile. |
| INT hwFabricMacLearningSwitch | 1.3.6.1.4.1.2011.5.6.1.25.1.22 | INTEGER | read-write | Indicates the VLAN-based MAC address learning capability switch of the control board. Options: 1. enable(1) -indicates that the VLAN-based MAC address learning is enabled. 2. disable(2) -indicates that the VLAN-based MAC address learning is disabled. This leaf is optional for creating a VLAN service profile. |
| INT hwOspfTunnelSwitch | 1.3.6.1.4.1.2011.5.6.1.25.1.23 | INTEGER | read-write | Indicates the VLAN-based OSPF transparent transmission function. Options: 1. enable(1) -indicates that the OSPF transparent transmission function is enabled. 2. disable(2) -indicates that the OSPF transparent transmission function is disabled. This leaf is optional for creating a VLAN service profile. |
| INT hwL3ProtocolTunnelSwitch | 1.3.6.1.4.1.2011.5.6.1.25.1.24 | INTEGER | read-write | Indicates the VLAN-based L2 transparent transmission function of other L3 protocol packets except RIP and OSPF packets. Options: 1. enable(1) -indicates that the transparent transmission function is enabled. 2. disable(2) -indicates that the transparent transmission function is disabled. This leaf is optional for creating a VLAN service profile. |
| INT hwDhcpv6Mode | 1.3.6.1.4.1.2011.5.6.1.25.1.25 | INTEGER | read-write | Indicates the VLAN-based DHCPv6 L2/L3 mode switch. Options: 1. notConfig(1) -indicates that the configuration in global mode takes effect. 2. layer2(2) -indicates the DHCPv6 L2 forwarding mode. In this mode, the device only transparently transmits packets and does not process the packets. 3. layer3(3) -indicates the standard mode of the DHCPv6 L3 forwarding mode. In this mode, packets select the DHCPv6 server through the VLAN L3 interface that is used for forwarding the DHCPv6 packets. 4. layer3option16(4) -indicates the option 16 mode of the DHCPv6 L3 forwarding mode. In this mode, packets select the DHCPv6 server according to the option 16 field. Option 16 is an option with code 16 in the DHCPv6 packets. It can identify the terminal type. That is, packets can select the DHCPv6 server according to terminal types. This leaf is optional for creating a VLAN service profile. The DHCPv6 L2/L3 mode in the global mode can also be set in hwDhcpv6RelayMode of HUAWEI-DHCPV6-RELAY-MIB. If a VLAN service profile is bound to the VLAN, and the hwDhcpv6Mode in VLAN service profile is not notConfig(1), the configuration in the VLAN service profile takes effect. The global DHCPv6 L2/L3 mode, however, is not changed. If no VLAN service profile is bound to the VLAN, or the hwDhcpv6Mode in VLAN service profile is notConfig(1), the configuration in the global mode takes effect. |
| INT hwDhcpv6OptionSwitch | 1.3.6.1.4.1.2011.5.6.1.25.1.26 | INTEGER | read-write | Indicates the VLAN-based DHCPv6 option function. Options: 1. enable(1) -indicates that the DHCPv6 option 18 and optin 37 function are enabled. 2. disable(2) -indicates that the DHCPv6 option 18 and optin 37 function are disabled. This leaf is optional for creating a VLAN service profile. The global DHCPv6 option function can be configured in hwDhcpv6OptionStatus of HUAWEI-DHCPV6-RELAY-MIB. The final status of the DHCPv6 option function is determined by its global-level switch and VLAN-level switch. The DHCPv6 option function of a VLAN is enabled only when the switches at both levels are enabled. |
| INT hwVmacIPoESubStatus | 1.3.6.1.4.1.2011.5.6.1.25.1.27 | INTEGER | read-write | Indicates the VLAN-based IPoE VMAC function. Options: 1. enable(1) -indicates that the IPoE VMAC function is enabled. 2. disable(2) -indicates that the IPoE VMAC function is disabled. 3. notConfig(3) -indicate by VLAN single switch. This leaf is optional for creating a VLAN service profile. The VLAN-based IPoE VMAC function can be configured in hwIpDslamL2pVlanCtrlVmacIPoESubStatus of HUAWEI-IPDSLAM-L2PPORTCONFIG-MIB. The status of the IPoE VMAC function is determined by its VLAN-level switch. The IPoE VMAC function of a VLAN is enabled only when the VLAN-level switch is enabled. If a VLAN service profile is bound to the VLAN, the configuration of the VLAN-based IPoE VMAC function in the VLAN service profile takes effect. |
| INT hwVmacPPPoESubStatus | 1.3.6.1.4.1.2011.5.6.1.25.1.28 | INTEGER | read-write | Indicates the VLAN-based PPPoE VMAC function. Options: 1. enable(1) -indicates that the PPPoE VMAC function is enabled. 2. disable(2) -indicates that the PPPoE VMAC function is disabled. 3. notConfig(3) -indicate by VLAN single switch. This leaf is optional for creating a VLAN service profile. The VLAN-based PPPoE VMAC function can be configured in hwIpDslamL2pVlanCtrlVmacPPPoESubStatus of HUAWEI-IPDSLAM-L2PPORTCONFIG-MIB. The status of the PPPoE VMAC function is determined by its VLAN-level switch. The PPPoE VMAC function of a VLAN is enabled only when the VLAN-level switch is enabled. If a VLAN service profile is bound to the VLAN, the configuration of the VLAN-based PPPoE VMAC function in the VLAN service profile takes effect. |
| INT hwVmacPPPoASubStatus | 1.3.6.1.4.1.2011.5.6.1.25.1.29 | INTEGER | read-write | Indicates the VLAN-based PPPoA VMAC function. Options: 1. enable(1) -indicates that the PPPoA VMAC function is enabled. 2. disable(2) -indicates that the PPPoA VMAC function is disabled. 3. notConfig(3) -indicate by VLAN single switch. This leaf is optional for creating a VLAN service profile. The VLAN-based PPPoA VMAC function can be configured in hwIpDslamL2pVlanCtrlVmacPPPoASubStatus of HUAWEI-IPDSLAM-L2PPORTCONFIG-MIB. The status of the PPPoA VMAC function is determined by its VLAN-level switch. The PPPoA VMAC function of a VLAN is enabled only when the VLAN-level switch is enabled. If a VLAN service profile is bound to the VLAN, the configuration of the VLAN-based PPPoA VMAC function in the VLAN service profile takes effect. |
| INT hwPPPoAMacMode | 1.3.6.1.4.1.2011.5.6.1.25.1.30 | INTEGER | read-write | Indicates the VLAN-based PPPoA single-MAC function. Options: 1. multiMac(1) -indicates that the multi-MAC mode is adopted. 2. singleMac(2) -indicates that the single-MAC mode is adopted. 3. notConfig(3) -indicate by VLAN single switch. This leaf is optional for creating a VLAN service profile. The PPPoA single-MAC function in the global mode can be set in hwIpDslamPPPoAMacMode of HUAWEI-IPDSLAM-PPPOE-MIB. The VLAN-based PPPoA single-MAC function can also be configured in hwIpDslamL2pVlanCtrlPppoaMacMode of hwIpDslamL2pVlanCtrlTable in HUAWEI-IPDSLAM-L2PPORTCONFIG-MIB. The final status of the PPPoA single-MAC function is determined by its global-level switch and VLAN-level switch. The PPPoA single-MAC function of a VLAN is enabled only when the switches at both levels are enabled. If a VLAN service profile is bound to the VLAN, the configuration of the VLAN-based PPPoA single-MAC function in the VLAN service profile takes effect. |
| INT hwAntiIpv6SpoofingSwitch | 1.3.6.1.4.1.2011.5.6.1.25.1.31 | INTEGER | read-write | Indicates the VLAN-based anti-IPv6-spoofing function. Options: 1. enable(1) -indicates that the anti-IPv6-spoofing function is enabled. 2. disable(2) -indicates that the anti-IPv6-spoofing function is disabled. This leaf is optional for creating a VLAN service profile. The anti-IPv6-spoofing function in the global mode can be set in hwIpDslamAntiIpv6SpoofingStatus of HUAWEI-IPDSLAM-SECURITY-MIB. The final status of the anti-IPv6-spoofing function is determined by its global-level switch and VLAN-level switch. The anti-IPv6-spoofing function of a VLAN is enabled only when the switches at both levels are enabled. |
| INT hwIpv6DadProxySwitch | 1.3.6.1.4.1.2011.5.6.1.25.1.32 | INTEGER | read-write | Indicates the VLAN-based IPv6 dad proxy function. Options: 1. enable(1) -indicates that the IPv6 dad proxy function is enabled. 2. disable(2) -indicates that the IPv6 dad proxy function is disabled. This leaf is optional for creating a VLAN service profile. The IPv6 dad proxy function in the global mode can be set in hwIpDslamIpv6DadProxySwitch of HUAWEI-IPDSLAM-SECURITY-MIB. The final status of the IPv6 dad proxy function is determined by its global-level switch and VLAN-level switch. The IPv6 dad proxy function of a VLAN is enabled only when the switches at both levels are enabled. |
| INT hwIpv6BindRouteAndNdSwitch | 1.3.6.1.4.1.2011.5.6.1.25.1.33 | INTEGER | read-write | Indicates the VLAN-based bind-route-nd function. Options: 1. enable(1) -indicates that the bind-route-nd function is enabled. 2. disable(2) -indicates that the bind-route-nd function is disabled. This leaf is optional for creating a VLAN service profile. The bind-route-nd function in the global mode can be set in hwIpDslamIpv6BindRouteAndNdSwitch of HUAWEI-IPDSLAM-SECURITY-MIB. The final status of the bind-route-nd function is determined by its global-level switch and VLAN-level switch. The bind-route-nd function of a VLAN is enabled only when the switches at both levels are enabled. |
| INT hwIpv6NsReplySwitch | 1.3.6.1.4.1.2011.5.6.1.25.1.34 | INTEGER | read-write | Indicates the VLAN-based ns reply function. Options: 1. enable(1) -indicates that the ns reply function is enabled. 2. disable(2) -indicates that the ns reply function is disabled. This leaf is optional for creating a VLAN service profile. The ns reply function in the global mode can be set in hwIpDslamIpv6NsReplySwitch of HUAWEI-IPDSLAM-SECURITY-MIB. The final status of the ns reply function is determined by its global-level switch and VLAN-level switch. The ns reply function of a VLAN is enabled only when the switches at both levels are enabled. |
| INT hwIpv4ArpReplySwitch | 1.3.6.1.4.1.2011.5.6.1.25.1.35 | INTEGER | read-write | Indicates the VLAN-based arp reply function. Options: 1. enable(1) -indicates that the arp reply function is enabled. 2. disable(2) -indicates that the arp reply function is disabled. This leaf is optional for creating a VLAN service profile. The arp reply function in the global mode can be set in hwIpDslamIpv4ArpReplySwitch of HUAWEI-IPDSLAM-SECURITY-MIB. The final status of the arp reply function is determined by its global-level switch and VLAN-level switch. The arp replyd function of a VLAN is enabled only when the switches at both levels are enabled. |
| INT hwDhcpRelayInterfaceRelayAgentSwitch | 1.3.6.1.4.1.2011.5.6.1.25.1.36 | INTEGER | read-write | Indicates the VLAN-based filling mode of the GIADDR field of the current DHCP-relay upstream packet. Options: 1. receive(1) -indicates that in the DHCP packet sent from the DHCP relay agent to the server, the gateway IP address is set to the IP address of the Rx interface (user-side interface). 2. send(2) -indicates that in the DHCP packet sent from the DHCP relay agent to the server, the gateway IP address is set to the IP address of the Tx interface (network-side interface). 3. notConfig(3) -indicates that the configuration in the global mode takes effect. This leaf is optional for creating a VLAN service profile. The filling mode of the GIADDR field of the current DHCP-relay upstream packet in the global mode can be set in hwDhcpRelayInterfaceRelayAgent of HUAWEI-DHCP-PROXY-MIB. The final status of the configuration is determined by its global-level switch and VLAN-level switch. If a VLAN service profile is bound to the VLAN, and the hwDhcpRelayInterfaceRelayAgentSwitch in VLAN service profile is not notConfig(3), the configuration in the VLAN service profile takes effect. If no VLAN service profile is bound to the VLAN, or the hwDhcpRelayInterfaceRelayAgentSwitch in VLAN service profile is notConfig(3), the configuration in the global mode takes effect. |
| INT hwPolicyMulticastFabric | 1.3.6.1.4.1.2011.5.6.1.25.1.37 | INTEGER | read-write | Indicates the VLAN-based forwarding policy for the control board unknown multicast packets. Options: 1. forward(1) -indicates that the control board unknown multicast packets are transparently transmitted. 2. discard(2) -indicates that the control board unknown multicast packets are discarded. This leaf is optional for creating a VLAN service profile. |
| INT hwCableSourceVerify | 1.3.6.1.4.1.2011.5.6.1.25.1.38 | INTEGER | read-write | Indicates VLAN-based Source Address Verification (SAV) function for CM configured policies. Options: 1. enable(1) -indicates that the VLAN-based Source Address Verification for CM configured policies are enabled. 2. disable(2) -indicates that the VLAN-based Source Address Verification for CM configured policies are ignored. |
| INT hwRipngTunnelSwitch | 1.3.6.1.4.1.2011.5.6.1.25.1.39 | INTEGER | read-write | Indicates the VLAN-based RIPng transparent transmission function. Options: 1. enable(1) -indicates that the RIPng transparent transmission function is enabled. 2. disable(2) -indicates that the RIPng transparent transmission function is disabled. This leaf is optional for creating a VLAN service profile. |
| INT hwIpv4ArpUnicastSwitch | 1.3.6.1.4.1.2011.5.6.1.25.1.40 | INTEGER | read-write | Indicates the VLAN-based ARP unicast function. Options: 1. enable(1) -indicates that the ARP unicast function is enabled. 2. disable(2) -indicates that the ARP unicast function is disabled. This leaf is optional for creating a VLAN service profile. Default: disable(2) |
| INT hwIpv4ArpUnicastunkonwnpolicy | 1.3.6.1.4.1.2011.5.6.1.25.1.41 | INTEGER | read-write | Used for setting whether to forward or discard ARP packets received from the network side when the user is offline. It takes effect only when the ARP unicast function is enabled. Options: 1. forward(1) -indicates that ARP packets are broadcast to ports inside the VLAN on the user, cascading, and network sides. 2. discard(2) -indicates that ARP packets are discarded on the user side, and only broadcast to ports inside the VLAN on the cascading and network sides. Default: forward(1) |
| INT hwIpv6NsUnicastSwitch | 1.3.6.1.4.1.2011.5.6.1.25.1.42 | INTEGER | read-write | Indicates the VLAN-based NS unicast function. Options: 1. enable(1) -indicates that the NS unicast function is enabled. 2. disable(2) -indicates that the NS unicast function is disabled. This leaf is optional for creating a VLAN service profile. Default: disable(2) |
| INT hwIpv6NsUnicastunkonwnpolicy | 1.3.6.1.4.1.2011.5.6.1.25.1.43 | INTEGER | read-write | Used for setting whether to forward or discard NS packets received from the network side when the user is offline. It takes effect only when the NS unicast function is enabled. Options: 1. forward(1) -indicates that NS packets are broadcast to ports inside the VLAN on the user, cascading, and network sides. 2. discard(2) -indicates that NS packets are discarded on the user side, and only broadcast to ports inside the VLAN on the cascading and network sides. Default: forward(1) |
| INT hwIgmpUserMaxVlanTag | 1.3.6.1.4.1.2011.5.6.1.25.1.44 | INTEGER | read-write | Indicates the VLAN-based IGMP user max VLAN tag mode. Options: 1. unaware(1) -indicates that the maximum number of VLAN tags for the IGMP user is not concerned. 2. untag(2) -indicates that the maximum number of VLAN tags for the IGMP user is untag. 3. single(3) -indicates that the maximum number of VLAN tags for the IGMP user is one tag. 4. double(4) -indicates that the maximum number of VLAN tags for the IGMP user is two tags. Default: unaware(1) This leaf is optional for creating a VLAN service profile. |
| INT hwRouterRedirectReverse | 1.3.6.1.4.1.2011.5.6.1.25.1.45 | INTEGER | read-write | Indicates the Layer 2 forwarding function of reverse Router-Redirect packets. Options: 1. enable(1) -indicates that the Layer 2 forwarding function of reverse Router-Redirect packets is enabled. 2. disable(2) -indicates that the Layer 2 forwarding function of reverse Router-Redirect packets is disabled. This leaf is optional for creating a VLAN service profile. |
| INT hwCableIPv6SourceVerify | 1.3.6.1.4.1.2011.5.6.1.25.1.46 | INTEGER | read-write | Indicates VLAN-based IPv6 Source Address Verification (SAV) function for CM configured policies. Options: 1. enable(1) -indicates that the VLAN-based IPv6 Source Address Verification for CM configured policies are enabled. 2. disable(2) -indicates that the VLAN-based IPv6 Source Address Verification for CM configured policies are ignored. This leaf is optional for creating a VLAN service profile. Default: enable(1) |
| ROW hwProfileRowStatus | 1.3.6.1.4.1.2011.5.6.1.25.1.255 | RowStatus | read-create | Indicates the row status, used for creating or deleting a VLAN profile. Options: 1. active(1) 2. createAndGo(4) 3. destroy(6) To create a VLAN service profile, set hwProfileRowStatus to createAndGo(4) to perform the set operation. The other leaves are optional. To delete a VLAN service profile, set hwProfileRowStatus to destroy(6) to perform the set operation. To modify a VLAN service profile, you need not specify hwProfileRowStatus, but perform the set operation directly on the leaf of the corresponding attribute to be modified. During query, the value of this leaf is the fixed active(1). |
| INT hwSmartVlanIsolateSwitch | 1.3.6.1.4.1.2011.5.6.1.26 | INTEGER | read-write | Enable/Disable smart VLAN isolate-configuration. During the creation of a VLAN service profile, if this leaf is not specified. Options: 1. enabled(1) -indicates smart VLAN isolate-config is enabled. 2. disabled(2) -indicates smart VLAN isolate-config is disabled. Default: enabled(1) |
| hwVlanIpAwareTable | 1.3.6.1.4.1.2011.5.6.1.27 | not-accessible | Enables or disables the IP aware function of a VLAN. After the IP aware function is enabled, the destination IP address of the IP packets forwarded in the VLAN will be perceived and the packets will be forwarded to different gateways according to different destination IP addresses. The index of this table is hwVlanIpAwareVlanID. | |
| hwVlanIpAwareEntry | 1.3.6.1.4.1.2011.5.6.1.27.1 | not-accessible | Enables or disables the IP aware function of a VLAN. After the IP aware function is enabled, the destination IP address of the IP packets forwarded in the VLAN will be perceived and the packets will be forwarded to different gateways according to different destination IP addresses. The index of this entry is hwVlanIpAwareVlanID. | |
| I32 hwVlanIpAwareVlanID | 1.3.6.1.4.1.2011.5.6.1.27.1.1 | Integer32 | read-only | Indicates the ID of the VLAN that needs enabling the IP aware service. Range: 1-4093 |
| OCT hwVlanIpAwareVrfName | 1.3.6.1.4.1.2011.5.6.1.27.1.2 | OCTET STRING | read-write | Sets the name of the VPN instance bound to a VLAN. The default value is public network. It is a character string and the length range is 1-31. |
| ROW hwVlanIpAwareRowStatus | 1.3.6.1.4.1.2011.5.6.1.27.1.3 | RowStatus | read-create | Indicates the row status. It is used to enable or disable the IP aware function. Options: 1. active(1) 2. createAndGo(4) 3. destroy(6) Only options createAndGo(4) and destroy(6) support the set operation. During query, active(1) is always returned for this leaf. |
| INT hwVlanIpAwareSrcIPMode | 1.3.6.1.4.1.2011.5.6.1.27.1.4 | INTEGER | read-write | Indicates the source IP address obtaining mode of the ARP request. Options: 1. clientIp(1) -The source IP address obtaining mode is client IP. 2. virtualIp(2) -The source IP address obtaining mode is virtual IP. Default: clientIp(1) |
| I32 hwVlanIpAwareArpSendPeriod | 1.3.6.1.4.1.2011.5.6.1.27.1.5 | Integer32 | read-write | Indicates the period for sending ARP requests. Range: 5-3600 Unit: second Default: 180s |
| hwIpAwareVirtualIPTable | 1.3.6.1.4.1.2011.5.6.1.28 | not-accessible | Configures the virtual IP address of a VLAN. After the IP aware function of a VLAN is enabled, the VLAN needs to obtain the gateway MAC address through the ARP request and use the configured virtual IP address as the source IP address of the ARP request. The indexes of this table are hwIpAwareVirtualIPVlanID,hwIpAwareVirtualIP, and hwIpAwareVirtualIPMask. | |
| hwIpAwareVirtualIPEntry | 1.3.6.1.4.1.2011.5.6.1.28.1 | not-accessible | Configures the virtual IP address of a VLAN. After the IP aware function of a VLAN is enabled, the VLAN needs to obtain the gateway MAC address through the ARP request and use the configured virtual IP address as the source IP address of the ARP request. The indexes of this entry are hwIpAwareVirtualIPVlanID, hwIpAwareVirtualIP, and hwIpAwareVirtualIPMask. | |
| I32 hwIpAwareVirtualIPVlanID | 1.3.6.1.4.1.2011.5.6.1.28.1.1 | Integer32 | read-only | Indicates the table index. It is the ID of the VLAN that needs configuring a virtual IP address. |
| IP hwIpAwareVirtualIP | 1.3.6.1.4.1.2011.5.6.1.28.1.2 | IpAddress | read-only | Indicates the virtual IP address. |
| IP hwIpAwareVirtualIPMask | 1.3.6.1.4.1.2011.5.6.1.28.1.3 | IpAddress | read-only | Indicates the mask of the virtual IP address. |
| ROW hwIpAwareVirtualIPRowStatus | 1.3.6.1.4.1.2011.5.6.1.28.1.4 | RowStatus | read-create | Indicates the row status and is used for creating or deleting an IP address. Options: 1. active(1) 2. createAndGo(4) 3. destroy(6) Only options createAndGo(4) and destroy(6) support the set operation. During query, active(1) is always returned for this leaf. |
| hwIpAwareRouteTable | 1.3.6.1.4.1.2011.5.6.1.29 | not-accessible | Configures the dedicated static route of the IP aware service. When a VLAN whose IP aware function is enabled is used to forward IP packets, a static route is required so that packets with different IP address segments can be forwarded to the gateway. The indexes of this table are hwIpAwareRouteDstIP, hwIpAwareRouteMask and hwIpAwareRouteVlanID. | |
| hwIpAwareRouteEntry | 1.3.6.1.4.1.2011.5.6.1.29.1 | not-accessible | Configures the dedicated static route of the IP aware service. When a VLAN whose IP aware function is enabled is used to forward IP packets, a static route is required so that packets with different IP address segments can be forwarded to the gateway. The indexes of this entry are hwIpAwareRouteDstIP, hwIpAwareRouteMask and hwIpAwareRouteVlanID. | |
| IP hwIpAwareRouteDstIP | 1.3.6.1.4.1.2011.5.6.1.29.1.1 | IpAddress | read-write | Indicates the destination IP address of the static route. It is a table index. |
| IP hwIpAwareRouteMask | 1.3.6.1.4.1.2011.5.6.1.29.1.2 | IpAddress | read-write | Indicates the static route mask. It is a table index. |
| I32 hwIpAwareRouteVlanID | 1.3.6.1.4.1.2011.5.6.1.29.1.3 | Integer32 | read-write | Indicates the VLAN of the static route. It is a table index. |
| IP hwIpAwareRouteNexthopIP | 1.3.6.1.4.1.2011.5.6.1.29.1.4 | IpAddress | read-write | Indicates the gateway IP address of the static route. |
| ROW hwIpAwareRouteRowStatus | 1.3.6.1.4.1.2011.5.6.1.29.1.5 | RowStatus | read-create | Indicates the row status and is used for creating or deleting a static route. Options: 1. active(1) 2. createAndGo(4) 3. destroy(6) Only options createAndGo(4) and destroy(6) are supported the set operation. During query, active(1) is always returned for this leaf. |
| hwVlanInterfaceTrapsVbOids | 1.3.6.1.4.1.2011.5.6.1.30 | |||
| INT hwL3InterfaceType | 1.3.6.1.4.1.2011.5.6.1.30.1 | INTEGER | accessible-for-notify | Describes layer 3 interface type. Options: 1. vlanif(1) -VLAN interface. 2. meth(2) -Meth interface. |
| hwVlanifTraps | 1.3.6.1.4.1.2011.5.6.1.31 | |||
| hwVlanifCommonTraps | 1.3.6.1.4.1.2011.5.6.1.31.1 | |||
| hwVlanifAlarmTraps | 1.3.6.1.4.1.2011.5.6.1.31.2 | |||
| hwVlanifAlarmTrapsPrefix | 1.3.6.1.4.1.2011.5.6.1.31.2.0 | |||
| NTF hwVlanifUpTrap | 1.3.6.1.4.1.2011.5.6.1.31.2.0.1 | This notification is generated when the Layer-3 interface link is in the up state. | ||
| NTF hwVlanifDownTrap | 1.3.6.1.4.1.2011.5.6.1.31.2.0.2 | This notification is generated when the Layer-3 interface link is in the down state. | ||
| hwVlanCfgTrapsVbOids | 1.3.6.1.4.1.2011.5.6.1.32 | |||
| OCT hwVlanList | 1.3.6.1.4.1.2011.5.6.1.32.1 | OCTET STRING | accessible-for-notify | Related VLAN ID list information of the VLAN profile. |
| INT hwVlanSrvProfOperType | 1.3.6.1.4.1.2011.5.6.1.32.2 | INTEGER | accessible-for-notify | The operate type of the VLAN service profile. Options: 1. add(1) -Add a VLAN service profile. 2. modify(2) -Modify a VLAN service profile. 3. delete(3) -Delete a VLAN service profile. |
| INT hwVlanListType | 1.3.6.1.4.1.2011.5.6.1.32.3 | INTEGER | accessible-for-notify | Indicates the type of VLAN list. Options: 1. superVlan(1) -indicates super VLAN. 2. commonVlan(2) -indicates common VLAN. 3. subVlan(3) -indicates sub VLAN, the value is not supported. 4. primaryVlan(4) -indicates primary VLAN, the value is not supported. 5. secondaryVlan(5) -indicates secondary VLAN, the value is not supported. 6. regionVlan(6) -indicates region VLAN, the value is not supported. 7. smartVlan(7) -indicates smart VLAN. 8. muxVlan(8) -indicates MUX VLAN. 9. multiVlan(9) -indicates multi VLAN. |
| INT hwVlanListAttrib | 1.3.6.1.4.1.2011.5.6.1.32.4 | INTEGER | accessible-for-notify | Indicates the attribute of VLAN list. Options: 1. common(1) -indicates common VLAN. 2. qinq(2) -indicates QinQ VLAN. 3. stacking(3) -indicates stacking VLAN. 4. subVlan(4) -indicates sub VLAN. |
| hwVlanCfgTraps | 1.3.6.1.4.1.2011.5.6.1.33 | |||
| hwVlanCfgCommonTraps | 1.3.6.1.4.1.2011.5.6.1.33.1 | |||
| hwVlanCfgCommonTrapsPrefix | 1.3.6.1.4.1.2011.5.6.1.33.1.0 | |||
| NTF hwVlanNameChangeInfoTrap | 1.3.6.1.4.1.2011.5.6.1.33.1.0.1 | The trap to be sent when the VLAN description is changed. | ||
| NTF hwVlanForwardingModeInfoTrap | 1.3.6.1.4.1.2011.5.6.1.33.1.0.2 | The trap to be sent when the VLAN forwarding mode is changed. | ||
| NTF hwVlanSrvProfChageInfoTrap | 1.3.6.1.4.1.2011.5.6.1.33.1.0.3 | The trap to be sent when the VLAN profile is configured. | ||
| NTF hwVlanAndVlanSrvProfOperInfoTrap | 1.3.6.1.4.1.2011.5.6.1.33.1.0.4 | The trap to be sent when a VLAN profile is bound to or unbound from a VLAN. | ||
| NTF hwVlanAddInfoTrap | 1.3.6.1.4.1.2011.5.6.1.33.1.0.5 | The trap to be sent when VLANs are added. | ||
| NTF hwVlanDelInfoTrap | 1.3.6.1.4.1.2011.5.6.1.33.1.0.6 | The trap to be sent when VLANs are deleted. | ||
| NTF hwVlanAttrChangedInfoTrap | 1.3.6.1.4.1.2011.5.6.1.33.1.0.7 | The trap to be sent when the attribute of VLANs are changed. | ||
| NTF hwPortVlanChangedInfoTrap | 1.3.6.1.4.1.2011.5.6.1.33.1.0.8 | The trap to be sent when the list of the standard ports in VLANs are changed. | ||
| hwVOIPDhcpQosTable | 1.3.6.1.4.1.2011.5.6.1.35 | not-accessible | Indicates the Qos IP tos and VLAN priority. The indexes of this table are hwVOIPDhcpVlanID and hwVOIPDhcpQosType. | |
| hwVOIPDhcpQosEntry | 1.3.6.1.4.1.2011.5.6.1.35.1 | not-accessible | Indicates the Qos IP tos and VLAN priority. The indexes of this entry are hwVOIPDhcpVlanID and hwVOIPDhcpQosType. | |
| I32 hwVOIPDhcpVlanID | 1.3.6.1.4.1.2011.5.6.1.35.1.1 | Integer32 | not-accessible | Indicates the service VLAN. Range: 1-4093. |
| I32 hwVOIPDhcpQosType | 1.3.6.1.4.1.2011.5.6.1.35.1.2 | Integer32 | not-accessible | Indicates the type of QOS. The value 0 indicates that the type of QOS is signaling. The value 1 indicates that the type of QOS is media. |
| I32 hwVOIPDhcpQosIPTos | 1.3.6.1.4.1.2011.5.6.1.35.1.3 | Integer32 | read-write | Indicates the Qos value of tos. Range: -1, 0-255. -1 indicates that the Qos value is invalid. |
| I32 hwVOIPDhcpQosIPDscp | 1.3.6.1.4.1.2011.5.6.1.35.1.4 | Integer32 | read-write | Indicates the Qos value of dscp. Range: -1, 0-255. -1 indicates that the Qos value is invalid. |
| I32 hwVOIPDhcpQosVlanPriority | 1.3.6.1.4.1.2011.5.6.1.35.1.5 | Integer32 | read-write | Indicates the Qos VLAN priority. Range: 0-7. |
| ROW hwVOIPDhcpQosRowStatus | 1.3.6.1.4.1.2011.5.6.1.35.1.6 | RowStatus | read-create | Indicates the status of this conceptual row. Options: 1. active(1) 2. createAndGo(4) 3. destroy(6) |
| U32 hwStackingVlanOuterEthernetType | 1.3.6.1.4.1.2011.5.6.1.65000 | Unsigned32 | read-write | Describes the Ethernet protocol type of the outer VLAN tag supported by VLAN stacking. Range: 0x600-0xffff Default: 0x8100 |
| U32 hwDot1adTpid | 1.3.6.1.4.1.2011.5.6.1.65001 | Unsigned32 | read-write | Describes the value of the 802.1ad Ethernet protocol type. The Ethernet protocol type of the outer VLAN tag of a port can be configured to dot1q or dot1ad. The value of dot1q is invariably 0x8100; the value of dot1ad is configurable, but cannot be the values of other standard protocols, such as 0x0806. The default value of dot1ad is 0x88a8. Range: 0x600-0xffff |
| hwPortOuterEthernetTypeTable | 1.3.6.1.4.1.2011.5.6.1.65002 | not-accessible | Describes the Ethernet protocol type of the outer VLAN tag of a port. The index of this table is ifIndex (for details about how to calculate the value of ifIndex, see the MA5600T ifIndex MIB Encoding Rules). | |
| hwPortOuterEthernetTypeEntry | 1.3.6.1.4.1.2011.5.6.1.65002.1 | not-accessible | Describes the Ethernet protocol type of the outer VLAN tag of a port. The index of this entry is ifIndex (for details about how to calculate the value of ifIndex, see the MA5600T ifIndex MIB Encoding Rules). | |
| INT hwPortOuterEthernetType | 1.3.6.1.4.1.2011.5.6.1.65002.1.1 | INTEGER | read-write | Indicates the Ethernet protocol type of the outer VLAN tag of a port. Options: 1. invalid(-1) -it indicates that the port does not support the Ethernet protocol type of the outer VLAN. During the query, the invalid value -1 is fixedly returned. 2. dot1qTpid(1) -it is valid for all service streams on the port. 3. dot1adTpid(2) -it is valid for only switching-oriented and connection-oriented service streams with two VLAN tags on the port. Default: dot1qTpid(1) |
| INT hwVlanLocalSwitch | 1.3.6.1.4.1.2011.5.6.1.65003 | INTEGER | read-write | Set the global Local VLAN switch. Options: 1. enable(1) -the switch is enable. 2. disable(2) -the switch is disabled. Default: disable(2) |
| hwLocalVlanTable | 1.3.6.1.4.1.2011.5.6.1.65004 | not-accessible | Indicates the Local VLAN, it is used to configure the Local VLAN. The index of this table is hwVlanIndex. | |
| hwLocalVlanEntry | 1.3.6.1.4.1.2011.5.6.1.65004.1 | not-accessible | Indicates the Local VLAN, it is used to configure the Local VLAN. The index of this entry is hwVlanIndex. | |
| INT hwLocalVlan | 1.3.6.1.4.1.2011.5.6.1.65004.1.1 | INTEGER | read-write | The flag indicates whether to set the Local VLAN. Options: 1. enable(1) -Enable local VLAN. 2. disable(2) -Disable local VLAN. |
| hwVlanTrafficOccupiedTable | 1.3.6.1.4.1.2011.5.6.1.65005 | not-accessible | Describes the VLAN-based upstream/downstream rate statistics and bandwidth occupancy. The indexes of this table are hwVlanIndex and hwInnerVlanID. hwInnerVlanID must be -1, that means the InnerVLAN-based upstream/downstream rate statistics and bandwidth occupancy are not supported. If hwVlanFlowAccountTable is being used to query the network-side packet statistics of a VLAN, querying hwVlanTrafficOccupiedTable fails. | |
| hwVlanTrafficOccupiedEntry | 1.3.6.1.4.1.2011.5.6.1.65005.1 | not-accessible | Describes the VLAN-based upstream/downstream rate statistics and bandwidth occupancy. The indexes of this entry are hwVlanIndex and hwInnerVlanID. hwInnerVlanID must be -1, that means the InnerVLAN-based upstream/downstream rate statistics and bandwidth occupancy are not supported. If hwVlanFlowAccountTable is being used to query the network-side packet statistics of a VLAN, querying hwVlanTrafficOccupiedTable fails. | |
| U32 hwVlanUplinkTraffic | 1.3.6.1.4.1.2011.5.6.1.65005.1.1 | Unsigned32 | read-only | Describes the network-side upstream rate of a VLAN. Unit: kbit/s |
| U32 hwVlanDownTraffic | 1.3.6.1.4.1.2011.5.6.1.65005.1.2 | Unsigned32 | read-only | Describes the network-side downstream rate of a VLAN. Unit: kbit/s |
| U32 hwVlanUplinkBandwidthOccupancyRate | 1.3.6.1.4.1.2011.5.6.1.65005.1.3 | Unsigned32 | read-only | Describes the upstream bandwidth occupancy of a VLAN, indicated in percentage. |
| U32 hwVlanDownBandwidthOccupancyRate | 1.3.6.1.4.1.2011.5.6.1.65005.1.4 | Unsigned32 | read-only | Describes the downstream bandwidth occupancy of a VLAN, indicated in percentage. |
| hwMplsVlanTable | 1.3.6.1.4.1.2011.5.6.1.65006 | not-accessible | Indicates information for MPLS VLAN. The index of this table is hwVlanIndex. | |
| hwMplsVlanEntry | 1.3.6.1.4.1.2011.5.6.1.65006.1 | not-accessible | Indicates information for MPLS VLAN. The index of this entry is hwVlanIndex. | |
| INT hwMplsVlanEnable | 1.3.6.1.4.1.2011.5.6.1.65006.1.1 | INTEGER | read-write | Indicates the MPLS function of a VLAN Options: 1. enable(1) - enable the MPLS function of a VLAN. 2. disable(2) - disable the MPLS function of a VLAN. |
| hwVlanConnectTable | 1.3.6.1.4.1.2011.5.6.1.65007 | not-accessible | Configures the VLAN Connect table. The indexes of this table are hwVlanConnectOuterVlanID and hwVlanConnectInnerVlanID. | |
| hwVlanConnectEntry | 1.3.6.1.4.1.2011.5.6.1.65007.1 | not-accessible | Configures the VLAN Connect table. The indexes of this entry are hwVlanConnectOuterVlanID and hwVlanConnectInnerVlanID. | |
| I32 hwVlanConnectOuterVlanID | 1.3.6.1.4.1.2011.5.6.1.65007.1.1 | Integer32 | not-accessible | Indicates the outer VLAN of the VLAN-connect item. It is a table index. |
| I32 hwVlanConnectInnerVlanID | 1.3.6.1.4.1.2011.5.6.1.65007.1.2 | Integer32 | not-accessible | Indicates the inner VLAN of the VLAN-connect item. It is a table index. |
| INT hwVlanConnectSrcType | 1.3.6.1.4.1.2011.5.6.1.65007.1.3 | INTEGER | read-write | Indicates the source point type of VLAN Connect table. Options: 1. port(1) -indicates that hwVlanConnectSrcPara is ifindex. 2. invalid(-1) -indicates that hwVlanConnectSrcPara is invalid. |
| I32 hwVlanConnectSrcPara | 1.3.6.1.4.1.2011.5.6.1.65007.1.4 | Integer32 | read-write | Indicates the source point value of VLAN Connect table. If hwVlanConnectSrcType is equal to invalid(-1), this leaf indicates invalid. If hwVlanConnectSrcType is equal to port(1), this leaf indicates ifindex. |
| INT hwVlanConnectDstType | 1.3.6.1.4.1.2011.5.6.1.65007.1.5 | INTEGER | read-write | Indicates the source point type of VLAN-connect table. Options: 1. port(1) -indicates that hwVlanConnectDstPara is ifindex. 2. flow(2) -indicates that hwVlanConnectDstPara is flow index. 3. bundle(3) -indicates that hwVlanConnectDstPara is bundle index. 4. invalid(-1) -indicates that hwVlanConnectDstPara is invalid. |
| I32 hwVlanConnectDstPara | 1.3.6.1.4.1.2011.5.6.1.65007.1.6 | Integer32 | read-write | Indicates the source point value of VLAN-connect table. If hwVlanConnectDstType is equal to invalid(-1), this leaf indicates invalid. If hwVlanConnectDstType is equal to port(1), this leaf indicates ifindex. If hwVlanConnectDstType is equal to flow(2), this leaf indicates flow index. If hwVlanConnectDstType is equal to bundle(3), this leaf indicates bundle index. |
| ROW hwVlanConnectRowStatus | 1.3.6.1.4.1.2011.5.6.1.65007.1.255 | RowStatus | read-create | Indicates the row status and is used for creating or deleting VLAN-connect item. Options: 1. active(1) 2. createAndGo(4) 3. destroy(6) Only options createAndGo(4) and destroy(6) are supported the set operation. During query, active(1) is always returned for this leaf. |
| hwDoubleTagTunnelConfig | 1.3.6.1.4.1.2011.5.6.1.65008 | |||
| INT hwDoubleTagTunnelIgmp | 1.3.6.1.4.1.2011.5.6.1.65008.1 | INTEGER | read-write | Switch the double tag tunnel function of IGMP packet. Options: 1. enable(1) -Enable the double-tag tunnel function of IGMP packet. 2. disable(2) -Disable the double-tag tunnel function of IGMP packet. The default value is disable(2). |
| INT hwDoubleTagTunnelRip | 1.3.6.1.4.1.2011.5.6.1.65008.2 | INTEGER | read-write | Switch the double tag tunnel function of RIP packet. Options: 1. enable(1) -Enable the double-tag tunnel function of RIP packet. 2. disable(2) -Disable the double-tag tunnel function of RIP packet. The default value is disable(2). |
| INT hwDoubleTagTunnelDhcp | 1.3.6.1.4.1.2011.5.6.1.65008.3 | INTEGER | read-write | Switch the double tag tunnel function of DHCP packet. Options: 1. enable(1) -Enable the double-tag tunnel function of DHCP packet. 2. disable(2) -Disable the double-tag tunnel function of DHCP packet. The default value is disable(2). |
| hwDocsSrvVlanIDTable | 1.3.6.1.4.1.2011.5.6.1.65009 | not-accessible | This is the service svlan of DOCSIS table. This table is used to configure the service svlan of DOCSIS service board. The indexes of this table are hwFrameIndex and hwSlotIndex. | |
| hwDocsSrvVlanIDEntry | 1.3.6.1.4.1.2011.5.6.1.65009.1 | not-accessible | This is the service svlan of DOCSIS table. This table is used to configure the service svlan of DOCSIS service board. The indexes of this entry are hwFrameIndex and hwSlotIndex. | |
| I32 hwDocsSrvVlanID | 1.3.6.1.4.1.2011.5.6.1.65009.1.1 | Integer32 | read-write | Indicates the service svlan of DOCSIS service board. Range: 1-4093. -1 indicates that hwDocsSrvVlanID is invalid. |
| ROW hwDocsSrvVlanRowStatus | 1.3.6.1.4.1.2011.5.6.1.65009.1.2 | RowStatus | read-create | Indicates the row status, used for creating or deleting a service VLAN of DOCSIS service board. Options: 1. active(1) 2. createAndGo(4) 3. destroy(6) To create a service VLAN, you must specify hwDocsSrvVlanID and set hwDocsSrvVlanRowStatus to createAndGo(4) to perform the set operation. To delete a VLAN, set hwDocsSrvVlanRowStatus to destroy(6) to perform the set operation. During query, the value of this leaf is the fixed active(1). |
| I32 hwMethNativeVlan | 1.3.6.1.4.1.2011.5.6.1.65010 | Integer32 | read-write | Indicates the MEth native VLAN. Range: -1, 2-4093 In the set case, -1 indicates delete the MEth native VLAN, 2-4093 indicates set the MEth native VLAN. In the get case, when the MEth native VLAN is not set, -1 is returned, otherwise the MEth native VLAN is returned. Default: -1 |
FAQ
How is HUAWEI-VLAN-MIB used to verify Layer 2 segmentation on a Huawei switch?
It exposes VLAN ID/name, port membership, VLAN interface configuration, and 802.1Q tagging state, letting an administrator confirm that switch ports are grouped into the intended broadcast domains and that trunk/access tagging matches the design.
Does HUAWEI-VLAN-MIB report hardware status like temperature?
No — it's a configuration/software-state MIB focused on VLAN membership and tagging rather than physical sensors; it's typically used alongside standard Q-BRIDGE-MIB/dot1q conventions and Huawei's own interface MIBs for a complete Layer 2 picture.
RFC description
Huawei vendor-private MIB for managing VLAN (Virtual LAN) configuration, membership, and traffic policies on Huawei network switches.
Start monitoring Huawei enterprise/campus switch (VLAN configuration, e.g. CloudEngine S5735-L-V2) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.