HUAWEI-IPDSLAM-INTERFACE-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
4
Rows
4
Columns
29
.1.3.6.1.4.1.2011.6.161.1.1 · 1 row entry · 7 columns
Uses the huawei variant from /opt/observium/mibs/huawei.
Command help
Walk hwIpDslamInterfaceTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'HUAWEI-IPDSLAM-INTERFACE-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-IPDSLAM-INTERFACE-MIB::hwIpDslamInterfaceTable'
This table is used to manage the interface object, such as
create, modify and delete. The indexes of this table are
hwIpDslamInterfaceType and hwIpDslamInterfaceUnitNum.
hwIpDslamInterfaceEntry row .1.3.6.1.4.1.2011.6.161.1.1.1
This table is used to manage the interface object, such as
create, modify and delete. The indexes of this entry are
hwIpDslamInterfaceType and hwIpDslamInterfaceUnitNum.
Column Syntax OID
Indicates the interface type.
Options:
1. inloopback(1) -the system inner loopback interface
2. null(2) -the NULL interface
3. meth(3) -the ethernet interface for management
4. vlanif(4) -the VLAN interf…
Enumeration
Enumerated Values:
1inloopback
2null
3meth
4vlanif
5loopback
6tunnel
.1.3.6.1.4.1.2011.6.161.1.1.1.1
Indicates the interface unit number. The valid range of its
value lies on the interface type.
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.2011.6.161.1.1.1.2
A unique value for each interface. The interface identified by
a particular value of this index is the same interface as
identified by the same value of the IF-MIB's ifIndex.
SNMPv2-SMIInteger32r/w
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.2011.6.161.1.1.1.3
Indicates the interface name.
OctetString
Constraints:
range: 1-64
.1.3.6.1.4.1.2011.6.161.1.1.1.4
Indicates the description of this interface.
OctetStringr/w
Constraints:
range: 0-80
.1.3.6.1.4.1.2011.6.161.1.1.1.5
Interface admin status
Options:
1. up(1) -indicates that the interface is up
2. down(2) -indicates that the interface is down
Enumerationr/w
Enumerated Values:
1up
2down
.1.3.6.1.4.1.2011.6.161.1.1.1.6
Indicates the row status.
Options:
1. active(1) -indicates query operation
2. createAndGo(4) -indicates creating an interface
3. destroy(6) -indicates deleting an interface
SNMPv2-TCRowStatusr/w
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
Description:
The RowStatus textual convention is used to manage the
creation and deletion of conceptual rows, and is used as the
value of the SYNTAX clause for the status column of a
conceptual row (as described in Section 7.7.1 of …
.1.3.6.1.4.1.2011.6.161.1.1.1.7
.1.3.6.1.4.1.2011.6.161.1.2 · 1 row entry · 7 columns
Uses the huawei variant from /opt/observium/mibs/huawei.
Command help
Walk hwIpDslamInterfaceIpTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'HUAWEI-IPDSLAM-INTERFACE-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-IPDSLAM-INTERFACE-MIB::hwIpDslamInterfaceIpTable'
This table is used to manage the interface object, such as
create, modify and delete. The indexes of this table are
hwIpDslamInterfaceIpIfIndex, hwIpDslamInterfaceIpAddressType,
hwIpDslamInterfaceIpAddress and hwIpDslamInterfaceIpPfxLen.
Make sure that the interface identified by the
hwIpDslamInterfaceIpAddress is already created in
hwIpDslamInterfaceTable.
hwIpDslamInterfaceIpEntry row .1.3.6.1.4.1.2011.6.161.1.2.1
This table is used to manage the interface object, such as
create, modify and delete. The indexes of this entry are
hwIpDslamInterfaceIpIfIndex, hwIpDslamInterfaceIpAddressType,
hwIpDslamInterfaceIpAddress and hwIpDslam…
Column Syntax OID
Indicates which interface the IP address is to be configured.
The value of it is same with the hwIpDslamInterfaceIfIndex
in hwIpDslamInterfaceTable.
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.2011.6.161.1.2.1.1
The type of the hwIpDslamInterfaceIpAddress address, as defined
in the InetAddress MIB.

Now only support ipv4(1).
INET-ADDRESS-MIBInetAddressType
Type Values:
0unknown
1ipv4
2ipv6
3ipv4z
4ipv6z
16dns
25l2vpn
.1.3.6.1.4.1.2011.6.161.1.2.1.2
The IP address of the interface.
The type of this address is determined by the value of
the hwIpDslamInterfaceIpAddressType object.
INET-ADDRESS-MIBInetAddress
Type Constraints:
range: 0..255
.1.3.6.1.4.1.2011.6.161.1.2.1.3
If hwIpDslamInterfaceIpAddressType is set to ipv4(1)
or ipv6(2), then this value will contain an appropriate
prefix length for the IP address in object
hwIpDslamInterfaceIpAddress. Otherwise this value is
irrelevant and…
INET-ADDRESS-MIBInetAddressPrefixLength
Type Constraints:
range: 0..2040
.1.3.6.1.4.1.2011.6.161.1.2.1.4
Indicates the flag of the IP address.
Options:
1. primary(1) -indicates that this IP address is the primary
IP address of the interface
2. secondary(2) -indicates that this IP address is the primary
Enumerationr/w
Enumerated Values:
1primary
2secondary
.1.3.6.1.4.1.2011.6.161.1.2.1.5
Interface IP address acquiring method.
Options:
1. static(1) -indicates the address was manually configured
2. dhcp(2) -indicates the address was assigned by a DHCP server
Enumeration
Enumerated Values:
1static
2dhcp
.1.3.6.1.4.1.2011.6.161.1.2.1.6
Indicates the row status.
Options:
1. active(1) -indicates query operation
2. createAndGo(4) -indicates creating an IP address
3. destroy(6) -indicates deleting an IP address
SNMPv2-TCRowStatusr/w
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
Description:
The RowStatus textual convention is used to manage the
creation and deletion of conceptual rows, and is used as the
value of the SYNTAX clause for the status column of a
conceptual row (as described in Section 7.7.1 of …
.1.3.6.1.4.1.2011.6.161.1.2.1.7
.1.3.6.1.4.1.2011.6.161.1.3 · 1 row entry · 9 columns
Uses the huawei variant from /opt/observium/mibs/huawei.
Command help
Walk hwIpDslamInterfacePriorityTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'HUAWEI-IPDSLAM-INTERFACE-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-IPDSLAM-INTERFACE-MIB::hwIpDslamInterfacePriorityTable'
This table is used to config the priority marked for the packet 
send from the VLAN interface. The index of this table is
hwIpDslamInterfacePriorityIfIndex.
hwIpDslamInterfacePriorityEntry row .1.3.6.1.4.1.2011.6.161.1.3.1
This table is used to config the priority marked for the packet
send from the VLAN interface. The index of this entry is
hwIpDslamInterfacePriorityIfIndex.
Column Syntax OID
Indicates which interface the priority is to be configured on.
The value of it is same with the hwIpDslamInterfaceIfIndex
in hwIpDslamInterfaceTable.
SNMPv2-SMIInteger32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.2011.6.161.1.3.1.1
The DSCP value for all packet. A value of -1 indicates that
it has not been configured. In that case, the DSCP in packet
will use the value of 0.
Integer32r/w
Constraints:
range: -1-63
.1.3.6.1.4.1.2011.6.161.1.3.1.2
The DSCP value for DHCP packet. A value of -1 indicates that
it has not been configured. In that case, the DSCP for
DHCP packet will use the value of
hwIpDslamInterfacePriorityDefaultDscp.
Integer32r/w
Constraints:
range: -1-63
.1.3.6.1.4.1.2011.6.161.1.3.1.3
The DSCP value for routing-protocol packet. A value of -1
indicates that it has not been configured. In that case,
the DSCP for routing-protocol packet will use the value of
hwIpDslamInterfacePriorityDefaultDscp.
Integer32r/w
Constraints:
range: -1-63
.1.3.6.1.4.1.2011.6.161.1.3.1.4
The TOS value for all packet. A value of -1 indicates that
it has not been configured. In that case, the TOS in packet
will use the value of 0.
Integer32r/w
Constraints:
range: -1-7
.1.3.6.1.4.1.2011.6.161.1.3.1.5
The TOS value for DHCP packet. A value of -1 indicates that
it has not been configured. In that case, the TOS for
DHCP packet will use the value of
hwIpDslamInterfacePriorityDefaultTos.
Integer32r/w
Constraints:
range: -1-7
.1.3.6.1.4.1.2011.6.161.1.3.1.6
The TOS value for routing-protocol packet. A value of -1
indicates that it has not been configured. In that case,
the TOS for routing-protocol packet will use the value of
hwIpDslamInterfacePriorityDefaultTos.
Integer32r/w
Constraints:
range: -1-7
.1.3.6.1.4.1.2011.6.161.1.3.1.7
The DSCP priority for control protocol packets. A value of
4294967295 indicates that it has not been configured. In that case,
the DSCP for control-protocol packet will use the value of
hwIpDslamInterfaceDscpForContr…
Unsigned32r/w
Constraints:
range: 0-63
range: 4294967295-4294967295
.1.3.6.1.4.1.2011.6.161.1.3.1.8
The DSCP priority for management protocol packets. A value of
4294967295 indicates that it has not been configured. In that case,
the DSCP for management-protocol packet will use the value of
hwIpDslamInterfaceDscpFo…
Unsigned32r/w
Constraints:
range: 0-63
range: 4294967295-4294967295
.1.3.6.1.4.1.2011.6.161.1.3.1.9
.1.3.6.1.4.1.2011.6.161.1.4 · 1 row entry · 6 columns
Uses the huawei variant from /opt/observium/mibs/huawei.
Command help
Walk hwIpDslamInterfaceFwdStatsTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'HUAWEI-IPDSLAM-INTERFACE-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-IPDSLAM-INTERFACE-MIB::hwIpDslamInterfaceFwdStatsTable'
This table is used for packet measurement on an interface. The indexes of this table are
hwIpDslamInterfaceFwdStatsType and hwIpDslamInterfaceFwdStatsUnitNum.
hwIpDslamInterfaceFwdStatsEntry row .1.3.6.1.4.1.2011.6.161.1.4.1
This table is used for packet measurement on an interface. The indexes of this entry are
hwIpDslamInterfaceFwdStatsType and hwIpDslamInterfaceFwdStatsUnitNum.
Column Syntax OID
Indicates the interface type.
Options:
6. tunnel(6) -the tunnel interface
Enumeration
Enumerated Values:
6tunnel
.1.3.6.1.4.1.2011.6.161.1.4.1.1
Indicates the interface unit number. The valid range of its
value lies on the interface type.
SNMPv2-SMIUnsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.2011.6.161.1.4.1.2
Indicates the upstream and downstream packet measurement on an interface.
1 indicates that this function is enabled; 2 indicates that this function is disabled.
After this function is disabled, historical statistics o…
Enumerationr/w
Enumerated Values:
1enabled
2disabled
.1.3.6.1.4.1.2011.6.161.1.4.1.3
Clears upstream and downstream packet statistics of an interface.
Options:
1. clear(1) - It must be clear(1) when it is set.
2. unused(65535) - The value is unused(65535) when it is read.
Enumerationr/w
Enumerated Values:
1clear
65535unused
.1.3.6.1.4.1.2011.6.161.1.4.1.4
Indicates upstream packet statistics.
SNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.2011.6.161.1.4.1.5
Indicates downstream packet statistics..
SNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.2011.6.161.1.4.1.6