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

VENDOR: HUAWEI


 Home MIB: HUAWEI-VLAN-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 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 no-access
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 no-access
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.
                 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.
                 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
                 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
                 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. Enumeration: 'commonVlan': 2, 'regionVlan': 6, 'subVlan': 3, 'muxVlan': 8, 'multiVlan': 9, 'secondaryVlan': 5, 'primaryVlan': 4, 'superVlan': 1, 'smartVlan': 7.
                 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
                 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
                 hwExistInterface 1.3.6.1.4.1.2011.5.6.1.1.1.7 truthvalue read-only
The virtual interface used by VLAN
                 hwVlanInterfaceIndex 1.3.6.1.4.1.2011.5.6.1.1.1.8 integer32 read-only
The index of the VLAN interface.
                 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.
                 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. Enumeration: 'permanent': 2, 'other': 1, 'dynamicGvrp': 3.
                 hwVlanCreationTime 1.3.6.1.4.1.2011.5.6.1.1.1.11 timeticks read-only
The time of creating VLAN.
                 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)
                 hwVlanRowStatus 1.3.6.1.4.1.2011.5.6.1.1.1.13 rowstatus read-only
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).
                 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. Enumeration: 'stacking': 3, 'subVlan': 4, 'common': 1, 'qinq': 2.
                 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.
                 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. Enumeration: 'vlanConnect': 2, 'vlanMac': 1.
                 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. Enumeration: 'forward': 1, 'discard': 2.
                 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. Enumeration: 'forward': 1, 'discard': 2.
                 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. Enumeration: 'forward': 1, 'discard': 2.
                 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
                 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.
                 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. Enumeration: 'idle': 0, 'addPort': 1, 'removePort': 2.
                 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.
                 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 ---------------------------------------------------------------
                 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). Enumeration: 'enable': 1, 'disable': 2.
         hwVlanInterfaceTable 1.3.6.1.4.1.2011.5.6.1.2 no-access
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 no-access
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.
                 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.
                 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.
                 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.
                 hwVlanIpAddressMask 1.3.6.1.4.1.2011.5.6.1.2.1.4 ipaddress read-write
Indicates the IP address subnet mask.
                 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) Enumeration: 'down': 2, 'up': 1.
                 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. Enumeration: 'ethernet8023': 4, 'ethernet8022': 3, 'ethernetii': 1, 'ethernetsnap': 2.
                 hwInterfaceRowStatus 1.3.6.1.4.1.2011.5.6.1.2.1.7 rowstatus read-only
Indicates the row status. It is used for create, delete and modify operations. Options: 1. createAndGo(4) 2. destroy(6) 3. active(1)
                 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. Enumeration: 'down': 2, 'up': 1.
                 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. Enumeration: 'dhcp': 2, 'static': 1.
                 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
                 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) Enumeration: 'doubleTag': 2, 'singleTag': 1.
                 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
                 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) Enumeration: 'enable': 2, 'disable': 1.
                 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).
                 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 no-access
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 no-access
Indicates the super VLAN list, shows the sub VLANs in the super VLAN. The index of this entry is hwifSvlanVlanID.
                 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
                 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.
                 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.
                 hwifSvlanOperStatus 1.3.6.1.4.1.2011.5.6.1.3.1.4 rowstatus read-only
VLAN operational status, now support createAndGo(4),destroy(6)
         hwifPVLANMappingTable 1.3.6.1.4.1.2011.5.6.1.4 no-access
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 no-access
Secondary VLAN lists of Primary VLANs. The index of this entry is hwifPvlanPrimaryVlanID.
                 hwifPvlanPrimaryVlanID 1.3.6.1.4.1.2011.5.6.1.4.1.1 vlanindex read-only
Primary VLAN ID
                 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.
                 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.
                 hwifPvlanOperStatus 1.3.6.1.4.1.2011.5.6.1.4.1.4 rowstatus read-only
vlan operational status, now support createAndGo(4),destroy(6)
         hwRegionVLanTable 1.3.6.1.4.1.2011.5.6.1.5 no-access
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 no-access
Indicates the region VLAN, it is used to configure the region VLAN. The index of this entry is hwVlanIndex.
                 hwRegionVpi 1.3.6.1.4.1.2011.5.6.1.5.1.1 integer32 read-write
THE atm vpi of the VLAN.
                 hwRegionVci 1.3.6.1.4.1.2011.5.6.1.5.1.2 integer32 read-write
The atm vci of the VLAN.
                 hwRegionPVCRowStatus 1.3.6.1.4.1.2011.5.6.1.5.1.3 rowstatus read-only
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 no-access
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 no-access
Indicates the smart VLAN, it is used to configure the smart VLAN. The index of this entry is hwSmartVlanID.
                 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.
                 hwSmartVlanUplinkPort 1.3.6.1.4.1.2011.5.6.1.6.1.2 portlist read-write
smart VLAN uplink ports
                 hwSmartVlanDownlinkPort 1.3.6.1.4.1.2011.5.6.1.6.1.3 portlist read-write
smart VLAN downlink ports
                 hwSmartVlanRowStatus 1.3.6.1.4.1.2011.5.6.1.6.1.4 rowstatus read-only
Row status, now support createAndGo(4),destroy(6)
         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. Enumeration: 'disabled': 2, 'enabled': 1.
         hwMuxVlanPortConfTable 1.3.6.1.4.1.2011.5.6.1.8 no-access
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 no-access
Indicates the Mux VLAN port configuration, it is used to configure the Mux VLAN port. The index of this entry is ifIndex.
                 hwMuxVlanPortType 1.3.6.1.4.1.2011.5.6.1.8.1.1 integer read-only
Configure the uplink-port or cascading-port for the MUX VLAN. Options: 1. uplinkPort(1) -uplink port 2. cascadingPort(2) -cascading port Enumeration: 'uplinkPort': 1, 'cascadingPort': 2.
                 hwMuxVlanStartVlanId 1.3.6.1.4.1.2011.5.6.1.8.1.2 integer32 read-only
The start VLAN ID of Mux VLAN.
                 hwMuxVlanGroupNum 1.3.6.1.4.1.2011.5.6.1.8.1.3 integer32 read-only
The VLAN group number.
                 hwMuxVlanPortConfRowStatus 1.3.6.1.4.1.2011.5.6.1.8.1.4 rowstatus read-only
Row status, now support createAndGo(4),destroy(6).
                 hwMuxVlanUplinkPort 1.3.6.1.4.1.2011.5.6.1.8.1.5 integer32 read-only
Uplink port for mux VLAN configuration.(for UA 5000)
                 hwMuxVlanDownlinkPort 1.3.6.1.4.1.2011.5.6.1.8.1.6 integer32 read-only
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 no-access
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 no-access
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.
                 hwMuxVlanSlotStartVlanId 1.3.6.1.4.1.2011.5.6.1.9.1.1 integer32 read-only
The start VLAN ID for the I/O board.
                 hwMuxVlanSlotRowStatus 1.3.6.1.4.1.2011.5.6.1.9.1.2 rowstatus read-only
Row status, now support createAndGo(4),destroy(6).
         hwMultiVLanTable 1.3.6.1.4.1.2011.5.6.1.10 no-access
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 no-access
Indicates the Multi VLAN, it is used to configure the multi VLAN. The index of this entry is hwMultiVlanID.
                   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.
                   hwMultiVlanUplinkPort 1.3.6.1.4.1.2011.5.6.1.10.1.2 portlist read-write
Multi VLAN uplink ports.
                   hwMultiVlanDownlinkPort 1.3.6.1.4.1.2011.5.6.1.10.1.3 portlist read-write
Multi VLAN downlink ports.
                   hwMultiVlanRowStatus 1.3.6.1.4.1.2011.5.6.1.10.1.4 rowstatus read-only
Row status, now support createAndGo(4),destroy(6).
         hwVlanAggregationTable 1.3.6.1.4.1.2011.5.6.1.11 no-access
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 no-access
Describes the relation between the super VLAN and the sub VLAN in a VLAN aggregation. The indexes of this entry are hwVlanAggregationSuperVlanId and hwVlanAggregationSubVlanId.
                   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
                   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
                   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) Enumeration: 'disabled': 2, 'enabled': 1.
                   hwVlanAggregationRowStatus 1.3.6.1.4.1.2011.5.6.1.11.1.4 rowstatus read-only
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).
                   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) Enumeration: 'disabled': 2, 'enabled': 1.
         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 no-access
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 no-access
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.
                   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.
                   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.
                   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.
                   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.
                   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.
                   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.
                   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.
                   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. Enumeration: 'reset': 0, 'invalid': -1, 'resetAcl': 1.
                   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.
                   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 no-access
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 no-access
Indicates the VLAN up direct CAR. The index of this entry is hwVlanUpCarId.
                   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.
                   hwVlanUpCarName 1.3.6.1.4.1.2011.5.6.1.15.1.2 octet string read-write
Up direct car name.
                   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
                   hwVlanUpCarBurstValue 1.3.6.1.4.1.2011.5.6.1.15.1.4 integer32 read-write
Car burst value. Unit:kbps
                   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. Enumeration: 'used': 1, 'noUsed': 2.
                   hwVlanUpCarRowStatus 1.3.6.1.4.1.2011.5.6.1.15.1.6 rowstatus read-only
Row status, now support createAndGo(4),destroy(6).
         hwVlanDownCarTable 1.3.6.1.4.1.2011.5.6.1.16 no-access
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 no-access
Indicates the VLAN down direct CAR. The index of this entry is hwVlanDownCarId.
                   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.
                   hwVlanDownCarName 1.3.6.1.4.1.2011.5.6.1.16.1.2 octet string read-write
Down direct car name.
                   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
                   hwVlanDownCarBurstValue 1.3.6.1.4.1.2011.5.6.1.16.1.4 integer32 read-write
Car burst value. Unit: kbps
                   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. Enumeration: 'used': 1, 'noUsed': 2.
                   hwVlanDownCarRowStatus 1.3.6.1.4.1.2011.5.6.1.16.1.6 rowstatus read-only
Row status, now support createAndGo(4),destroy(6).
         hwVlanParaTable 1.3.6.1.4.1.2011.5.6.1.17 no-access
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 no-access
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.
                   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.
                   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. Enumeration: 'disabled': 2, 'enabled': 1.
                   hwVlanMaxMacLearnNum 1.3.6.1.4.1.2011.5.6.1.17.1.3 integer32 read-write
The VLAN max mac learn number.
                   hwVlanUpDirectCarID 1.3.6.1.4.1.2011.5.6.1.17.1.4 integer32 read-write
The VLAN up direct carID.
                   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 no-access
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 no-access
Used for setting and querying the status of the L2 transparent transmission of BPDU packets. The index of this entry is hwVlanIndex.
                   hwBpduTunnel 1.3.6.1.4.1.2011.5.6.1.18.1.1 integer read-only
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) Enumeration: 'enable': 1, 'disable': 2.
         hwVOIPAddressTable 1.3.6.1.4.1.2011.5.6.1.19 no-access
VOIP multiply IP table. The index of this table is hwVOIPAddressIndex
               hwVOIPAddressEntry 1.3.6.1.4.1.2011.5.6.1.19.1 no-access
VOIP multiply IP table. The index of this entry is hwVOIPAddressIndex
                   hwVOIPAddressIndex 1.3.6.1.4.1.2011.5.6.1.19.1.1 integer32 no-access
the index scope is 0-63
                   hwVOIPIPType 1.3.6.1.4.1.2011.5.6.1.19.1.2 integer read-only
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. Enumeration: 'media': 1, 'signaling': 2.
                   hwVOIPIPAddress 1.3.6.1.4.1.2011.5.6.1.19.1.3 ipaddress read-only
IP address
                   hwVOIPSubMask 1.3.6.1.4.1.2011.5.6.1.19.1.4 ipaddress read-only
subMask of VAG
                   hwVOIPGateway 1.3.6.1.4.1.2011.5.6.1.19.1.5 ipaddress read-only
gateway of VAG
                   hwVOIPMACAddress 1.3.6.1.4.1.2011.5.6.1.19.1.6 octet string read-only
MAC address
                   hwVOIPVlanTagIdentifier 1.3.6.1.4.1.2011.5.6.1.19.1.7 integer32 read-only
vlanid of VAG
                   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. Enumeration: 'tos': 1, 'dscp': 2.
                   hwVOIPAddressRowStatus 1.3.6.1.4.1.2011.5.6.1.19.1.9 rowstatus read-only
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'.
                   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 Enumeration: 'dhcp': 3, 'static': 1, 'pppoe': 2.
                   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
                   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. Enumeration: 'dhcp': 1, 'static': 0.
         hwVOIPQosTable 1.3.6.1.4.1.2011.5.6.1.20 no-access
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 no-access
Describes the Qos IP tos and VLAN priority The index of this entry is hwVOIPAddressIndex
                   hwVOIPQosIPTosValue 1.3.6.1.4.1.2011.5.6.1.20.1.1 integer32 read-only
Qos value of tos
                   hwVOIPQosIPDscpValue 1.3.6.1.4.1.2011.5.6.1.20.1.2 integer32 read-only
Qos value of dscp
                   hwVOIPQosVlanPriority 1.3.6.1.4.1.2011.5.6.1.20.1.3 integer32 read-only
Qos VLAN priority
                   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. Enumeration: 'dhcp': 1, 'static': 0.
         hwPacketTunnelTable 1.3.6.1.4.1.2011.5.6.1.21 no-access
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 no-access
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.
                   hwPacketTunnelRip 1.3.6.1.4.1.2011.5.6.1.21.1.1 integer read-only
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) Enumeration: 'enable': 1, 'disable': 2.
                   hwPacketTunnelVTPCDP 1.3.6.1.4.1.2011.5.6.1.21.1.2 integer read-only
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) Enumeration: 'enable': 1, 'disable': 2.
         hwVlanInterfaceSubIpAddrTable 1.3.6.1.4.1.2011.5.6.1.22 no-access
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 no-access
Describes management of the secondary IP addresses of a VLAN interface. The indexes of this entry are hwVlanInterfaceIDWithSub, hwVlanSubIpAddress and hwVlanSubIpAddressMask.
                   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.
                   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.
                   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.
                   hwInterfaceSubIpAddrRowStatus 1.3.6.1.4.1.2011.5.6.1.22.1.4 rowstatus read-only
Indicates the row status. It is used for create, modify and delete operations. Options: 1. createAndGo(4) 2. destroy(6) 3. active(1)
         hwMethL2Vlan 1.3.6.1.4.1.2011.5.6.1.23 integer32 read-write
set the Meth L2 function of the VLAN.
         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 no-access
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 no-access
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.
                   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.
                   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. Enumeration: 'vlanConnect': 2, 'notConfig': 3, 'vlanMac': 1.
                   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. Enumeration: 'enable': 1, 'disable': 2.
                   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. Enumeration: 'notConfig': 3, 'enable': 1, 'disable': 2.
                   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. Enumeration: 'multiMac': 1, 'notConfig': 3, 'singleMac': 2.
                   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. Enumeration: 'notConfig': 3, 'enable': 1, 'disable': 2.
                   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. Enumeration: 'notConfig': 3, 'enable': 1, 'disable': 2.
                   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. Enumeration: 'notConfig': 3, 'enable': 1, 'disable': 2.
                   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. Enumeration: 'notConfig': 1, 'layer2': 2, 'l3Standard': 3, 'l3Option60': 4, 'l3MacRange': 5.
                   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. Enumeration: 'enable': 1, 'disable': 2.
                   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. Enumeration: 'enable': 1, 'disable': 2.
                   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. Enumeration: 'enable': 1, 'disable': 2.
                   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. Enumeration: 'forward': 1, 'discard': 2, 'notConfig': 3.
                   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. Enumeration: 'forward': 1, 'discard': 2, 'notConfig': 3.
                   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. Enumeration: 'forward': 1, 'discard': 2, 'notConfig': 3.
                   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. Enumeration: 'enable': 1, 'disable': 2.
                   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. Enumeration: 'enable': 1, 'disable': 2.
                   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. Enumeration: 'discard': 2, 'transparent': 1.
                   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. Enumeration: 'notConfig': 3, 'enable': 1, 'disable': 2.
                   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. Enumeration: 'multiMac': 1, 'singleMac': 2.
                   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. Enumeration: 'macLearning': 1, 'dhcp': 2.
                   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. Enumeration: 'enable': 1, 'disable': 2.
                   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. Enumeration: 'enable': 1, 'disable': 2.
                   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. Enumeration: 'enable': 1, 'disable': 2.
                   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. Enumeration: 'notConfig': 1, 'layer2': 2, 'layer3option16': 4, 'layer3': 3.
                   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. Enumeration: 'enable': 1, 'disable': 2.
                   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. Enumeration: 'notConfig': 3, 'enable': 1, 'disable': 2.
                   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. Enumeration: 'notConfig': 3, 'enable': 1, 'disable': 2.
                   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. Enumeration: 'notConfig': 3, 'enable': 1, 'disable': 2.
                   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. Enumeration: 'multiMac': 1, 'notConfig': 3, 'singleMac': 2.
                   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. Enumeration: 'enable': 1, 'disable': 2.
                   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. Enumeration: 'enable': 1, 'disable': 2.
                   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. Enumeration: 'enable': 1, 'disable': 2.
                   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. Enumeration: 'enable': 1, 'disable': 2.
                   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. Enumeration: 'enable': 1, 'disable': 2.
                   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. Enumeration: 'receive': 1, 'notConfig': 3, 'send': 2.
                   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. Enumeration: 'forward': 1, 'discard': 2.
                   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. Enumeration: 'enable': 1, 'disable': 2.
                   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. Enumeration: 'enable': 1, 'disable': 2.
                   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) Enumeration: 'enable': 1, 'disable': 2.
                   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) Enumeration: 'forward': 1, 'discard': 2.
                   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) Enumeration: 'enable': 1, 'disable': 2.
                   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) Enumeration: 'forward': 1, 'discard': 2.
                   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. Enumeration: 'double': 4, 'single': 3, 'untag': 2, 'unaware': 1.
                   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. Enumeration: 'enable': 1, 'disable': 2.
                   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) Enumeration: 'enable': 1, 'disable': 2.
                   hwProfileRowStatus 1.3.6.1.4.1.2011.5.6.1.25.1.255 rowstatus read-only
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).
         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) Enumeration: 'disabled': 2, 'enabled': 1.
         hwVlanIpAwareTable 1.3.6.1.4.1.2011.5.6.1.27 no-access
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 no-access
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.
                   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
                   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.
                   hwVlanIpAwareRowStatus 1.3.6.1.4.1.2011.5.6.1.27.1.3 rowstatus read-only
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.
                   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) Enumeration: 'clientIp': 1, 'virtualIp': 2.
                   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 no-access
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 no-access
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.
                   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.
                   hwIpAwareVirtualIP 1.3.6.1.4.1.2011.5.6.1.28.1.2 ipaddress read-only
Indicates the virtual IP address.
                   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.
                   hwIpAwareVirtualIPRowStatus 1.3.6.1.4.1.2011.5.6.1.28.1.4 rowstatus read-only
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 no-access
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 no-access
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.
                   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.
                   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.
                   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.
                   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.
                   hwIpAwareRouteRowStatus 1.3.6.1.4.1.2011.5.6.1.29.1.5 rowstatus read-only
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
               hwL3InterfaceType 1.3.6.1.4.1.2011.5.6.1.30.1 integer no-access
Describes layer 3 interface type. Options: 1. vlanif(1) -VLAN interface. 2. meth(2) -Meth interface. Enumeration: 'meth': 2, 'vlanif': 1.
         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
                       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.
                       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
               hwVlanList 1.3.6.1.4.1.2011.5.6.1.32.1 octet string no-access
Related VLAN ID list information of the VLAN profile.
               hwVlanSrvProfOperType 1.3.6.1.4.1.2011.5.6.1.32.2 integer no-access
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. Enumeration: 'add': 1, 'modify': 2, 'delete': 3.
               hwVlanListType 1.3.6.1.4.1.2011.5.6.1.32.3 integer no-access
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. Enumeration: 'commonVlan': 2, 'regionVlan': 6, 'subVlan': 3, 'muxVlan': 8, 'multiVlan': 9, 'secondaryVlan': 5, 'primaryVlan': 4, 'superVlan': 1, 'smartVlan': 7.
               hwVlanListAttrib 1.3.6.1.4.1.2011.5.6.1.32.4 integer no-access
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. Enumeration: 'stacking': 3, 'subVlan': 4, 'common': 1, 'qinq': 2.
         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
                       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.
                       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.
                       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.
                       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.
                       hwVlanAddInfoTrap 1.3.6.1.4.1.2011.5.6.1.33.1.0.5
The trap to be sent when VLANs are added.
                       hwVlanDelInfoTrap 1.3.6.1.4.1.2011.5.6.1.33.1.0.6
The trap to be sent when VLANs are deleted.
                       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.
                       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 no-access
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 no-access
Indicates the Qos IP tos and VLAN priority. The indexes of this entry are hwVOIPDhcpVlanID and hwVOIPDhcpQosType.
                   hwVOIPDhcpVlanID 1.3.6.1.4.1.2011.5.6.1.35.1.1 integer32 no-access
Indicates the service VLAN. Range: 1-4093.
                   hwVOIPDhcpQosType 1.3.6.1.4.1.2011.5.6.1.35.1.2 integer32 no-access
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.
                   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.
                   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.
                   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.
                   hwVOIPDhcpQosRowStatus 1.3.6.1.4.1.2011.5.6.1.35.1.6 rowstatus read-only
Indicates the status of this conceptual row. Options: 1. active(1) 2. createAndGo(4) 3. destroy(6)
         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
         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 no-access
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 no-access
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).
                         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) Enumeration: 'dot1adTpid': 2, 'dot1qTpid': 1, 'invalid': -1.
         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) Enumeration: 'enable': 1, 'disable': 2.
         hwLocalVlanTable 1.3.6.1.4.1.2011.5.6.1.65004 no-access
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 no-access
Indicates the Local VLAN, it is used to configure the Local VLAN. The index of this entry is hwVlanIndex.
                         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. Enumeration: 'enable': 1, 'disable': 2.
         hwVlanTrafficOccupiedTable 1.3.6.1.4.1.2011.5.6.1.65005 no-access
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 no-access
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.
                         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
                         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
                         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.
                         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 no-access
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 no-access
Indicates information for MPLS VLAN. The index of this entry is hwVlanIndex.
                         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. Enumeration: 'enable': 1, 'disable': 2.
         hwVlanConnectTable 1.3.6.1.4.1.2011.5.6.1.65007 no-access
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 no-access
Configures the VLAN Connect table. The indexes of this entry are hwVlanConnectOuterVlanID and hwVlanConnectInnerVlanID.
                         hwVlanConnectOuterVlanID 1.3.6.1.4.1.2011.5.6.1.65007.1.1 integer32 no-access
Indicates the outer VLAN of the VLAN-connect item. It is a table index.
                         hwVlanConnectInnerVlanID 1.3.6.1.4.1.2011.5.6.1.65007.1.2 integer32 no-access
Indicates the inner VLAN of the VLAN-connect item. It is a table index.
                         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. Enumeration: 'port': 1, 'invalid': -1.
                         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.
                         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. Enumeration: 'flow': 2, 'port': 1, 'bundle': 3, 'invalid': -1.
                         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.
                         hwVlanConnectRowStatus 1.3.6.1.4.1.2011.5.6.1.65007.1.255 rowstatus read-only
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
                     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). Enumeration: 'enable': 1, 'disable': 2.
                     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). Enumeration: 'enable': 1, 'disable': 2.
                     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). Enumeration: 'enable': 1, 'disable': 2.
         hwDocsSrvVlanIDTable 1.3.6.1.4.1.2011.5.6.1.65009 no-access
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 no-access
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.
                         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.
                         hwDocsSrvVlanRowStatus 1.3.6.1.4.1.2011.5.6.1.65009.1.2 rowstatus read-only
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).
         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