HUAWEI-TUNNEL-MIB
Functions Overview
HUAWEI-TUNNEL-MIB is a private MIB of Huawei. It mainly implements configurations of the IPv6 over IPv4 tunnel and IPv4 over IPv6 tunnel.
The OID of the root objects is:
iso(1).org(3).dod(6).internet(1).private(4).enterprises(1).huawei(2011).huaweiMgmt(5).hwDatacomm(25).hwTunnelMib(201)
Description of MIB Tables
hwTunnelCfgTable
This table is the configuration table for the IPv6 over IPv4 tunnel and IPv4 over IPv6 tunnel on a device and is composed of multiple sequential hwTunnelCfgEntry entries that describe configurations of the IPv6 over IPv4 tunnel and IPv4 over IPv6 tunnel.
The index of this table is ipv6IfIndex.
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.25.201.1.1.1.1 |
hwTunnelProtocol |
INTEGER { gre(1), mplsTe(2), ipv6Ipv4(3), ipv6Ipv4Auto(4), ipv6Ipv46to4(5), ipv6Ipv4Isatap(6), ipv4Ipv6(7), none(8) } |
Read-write |
This object indicates the tunnel protocol type. The tunnel type cannot be set to GRE (value: 1) or MPLS-TE (value: 2). |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.201.1.1.1.2 |
hwTunnelSourceType |
INTEGER { interfaceName(1), sourceAddress(2), unknown (3) } |
Read-write |
This object indicates the source type of a tunnel is an address or an interface. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.201.1.1.1.3 |
hwTunnelSrcIfName |
OCTET STRING (SIZE (1..64)) |
Read-write |
This object indicates the name of the source interface. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.201.1.1.1.4 |
hwTunnelAddrType |
INTEGER{unknown(0),ipv4(1),ipv6(2),ipv4z(3),ipv6z(4),dns(16)} |
Read-write |
This object indicates the types of the source address and the destination address. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.201.1.1.1.5 |
hwTunnelSourceAddr |
OCTET STRING (SIZE (0..255)) |
Read-write |
This object indicates the source address. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.201.1.1.1.6 |
hwTunnelDestinationAddr |
OCTET STRING (SIZE (0..255)) |
Read-write |
This object indicates the destination address. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.201.1.1.1.7 |
hwTunnelCfgUndoFlag |
INTEGER { undoTunnelProtocol(1), undoTunnelSource(2), undoTunnelDestination(3), invalid(4) } |
Read-write |
This object indicates the canceling of configurations of the tunnel protocol, source address, source interface, or destination address. |
This object is implemented as defined in the corresponding MIB files. |
Creation Restriction
None
Modification Restriction
None
Deletion Restriction
None
Access Restriction
None
hwIpv6Tunnel4Over6CfgTable
This table is the parameter configuration table for the IPv4 over IPv6 tunnel. It contains configurations of the IPv4 over IPv6 tunnel interface on a device.
The index of this table is ipv6IfIndex.
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.25.201.1.2.1.1 |
hwIpv6TunnelEncapLimit |
Integer32(0..255) |
Read-write |
The value of this object identifies the encapsulation limit value of a tunnel. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.201.1.2.1.2 |
hwIpv6TunnelEncapLimitDisable |
INTEGER{true(1),false(2)} |
Read-only |
This object indicates whether the encapsulation limit of the tunnel is enabled. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.201.1.2.1.3 |
hwIpv6TunnelFlowLabel |
Integer32(0..1048575) |
Read-write |
The value of this object identifies the value of the flow label used by a tunnel. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.201.1.2.1.5 |
hwIpv6TunnelTrafficClass |
Integer32(0..255) |
Read-write |
The value of this object identifies the values of traffic classes of a tunnel. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.201.1.2.1.6 |
hwIpv6TunnelTrafficOriginal |
INTEGER{true(1),false(2)} |
Read-write |
This object indicates whether to use the original traffic of received packets. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.201.1.2.1.7 |
hwIPv6Tunnel4Over6CfgUndoFlag |
INTEGER { undoTunnelEncapLimit(1), undoTunnelFlowLabel(2), undoTunnelHopLimit(3), undoTunnelTrafficClass(4), invalid(5) } |
Read-write |
This object indicates canceling of configurations of the IPv4 over IPv6 tunnel parameters. |
This object is implemented as defined in the corresponding MIB files. |
Creation Restriction
You can create entries in this table.
Before creating this table, the hwTunnelCfgTable table should be created first.
Modification Restriction
All objects except hwIpv6TunnelEncapLimitDisable can be modified.
The hwIPv6Tunnel4Over6CfgUndoFlag object and the other objects are mutually exclusive, and cannot be delivered at the same time. If they are delivered at the same time, only the hwIPv6Tunnel4Over6CfgUndoFlag object can be successfully delivered.
Deletion Restriction
None
Access Restriction
None