HUAWEI-IPDSLAM-INTERFACE-MIB: View SNMP OID List / Download MIB
VENDOR: HUAWEI
Home | MIB: HUAWEI-IPDSLAM-INTERFACE-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).
|
|||
Object Name | OID | Type | Access | Info |
hwIpDslamInterface | 1.3.6.1.4.1.2011.6.161 |
The MIB used for configuring the information of the interface including the IP address on it. |
||
hwIpDslamInterfaceObject | 1.3.6.1.4.1.2011.6.161.1 |
Interface Object. |
||
hwIpDslamInterfaceTable | 1.3.6.1.4.1.2011.6.161.1.1 | no-access |
This table is used to manage the interface object, such as create, modify and delete. The indexes of this table are hwIpDslamInterfaceType and hwIpDslamInterfaceUnitNum. |
|
1.3.6.1.4.1.2011.6.161.1.1.1 | no-access |
This table is used to manage the interface object, such as create, modify and delete. The indexes of this entry are hwIpDslamInterfaceType and hwIpDslamInterfaceUnitNum. |
||
hwIpDslamInterfaceType | 1.3.6.1.4.1.2011.6.161.1.1.1.1 | integer | no-access |
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 interface 5. loopback(5) -the loopback interface 6. tunnel(6) -the tunnel interface Enumeration: 'loopback': 5, 'tunnel': 6, 'vlanif': 4, 'meth': 3, 'null': 2, 'inloopback': 1. |
hwIpDslamInterfaceUnitNum | 1.3.6.1.4.1.2011.6.161.1.1.1.2 | integer32 | no-access |
Indicates the interface unit number. The valid range of its value lies on the interface type. |
hwIpDslamInterfaceIfIndex | 1.3.6.1.4.1.2011.6.161.1.1.1.3 | integer32 | read-only |
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. |
hwIpDslamInterfaceIfName | 1.3.6.1.4.1.2011.6.161.1.1.1.4 | displaystring | read-only |
Indicates the interface name. |
hwIpDslamInterfaceIfDescr | 1.3.6.1.4.1.2011.6.161.1.1.1.5 | displaystring | read-write |
Indicates the description of this interface. |
hwIpDslamInterfaceAdminStatus | 1.3.6.1.4.1.2011.6.161.1.1.1.6 | integer | read-write |
Interface admin status Options: 1. up(1) -indicates that the interface is up 2. down(2) -indicates that the interface is down Enumeration: 'down': 2, 'up': 1. |
hwIpDslamInterfaceRowStatus | 1.3.6.1.4.1.2011.6.161.1.1.1.7 | rowstatus | read-only |
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 |
hwIpDslamInterfaceIpTable | 1.3.6.1.4.1.2011.6.161.1.2 | no-access |
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. |
|
1.3.6.1.4.1.2011.6.161.1.2.1 | no-access |
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 hwIpDslamInterfaceIpPfxLen. Make sure that the interface identified by the hwIpDslamInterfaceIpAddress is already created in hwIpDslamInterfaceTable. |
||
hwIpDslamInterfaceIpIfIndex | 1.3.6.1.4.1.2011.6.161.1.2.1.1 | integer32 | no-access |
Indicates which interface the IP address is to be configured. The value of it is same with the hwIpDslamInterfaceIfIndex in hwIpDslamInterfaceTable. |
hwIpDslamInterfaceIpAddressType | 1.3.6.1.4.1.2011.6.161.1.2.1.2 | inetaddresstype | no-access |
The type of the hwIpDslamInterfaceIpAddress address, as defined in the InetAddress MIB. Now only support ipv4(1). |
hwIpDslamInterfaceIpAddress | 1.3.6.1.4.1.2011.6.161.1.2.1.3 | inetaddress | no-access |
The IP address of the interface. The type of this address is determined by the value of the hwIpDslamInterfaceIpAddressType object. |
hwIpDslamInterfaceIpPfxLen | 1.3.6.1.4.1.2011.6.161.1.2.1.4 | inetaddressprefixlength | no-access |
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 should be ignored. |
hwIpDslamInterfaceIpFlag | 1.3.6.1.4.1.2011.6.161.1.2.1.5 | integer | read-only |
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 IP address of the interface. One interface may have one primary IP address, and several secondary IP addresses. Enumeration: 'primary': 1, 'secondary': 2. |
hwIpDslamInterfaceIpMethod | 1.3.6.1.4.1.2011.6.161.1.2.1.6 | integer | read-only |
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: 'dhcp': 2, 'static': 1. |
hwIpDslamInterfaceIpRowStatus | 1.3.6.1.4.1.2011.6.161.1.2.1.7 | rowstatus | read-only |
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 |
hwIpDslamInterfacePriorityTable | 1.3.6.1.4.1.2011.6.161.1.3 | no-access |
This table is used to config the priority marked for the packet send from the VLAN interface. The index of this table is hwIpDslamInterfacePriorityIfIndex. |
|
1.3.6.1.4.1.2011.6.161.1.3.1 | no-access |
This table is used to config the priority marked for the packet send from the VLAN interface. The index of this entry is hwIpDslamInterfacePriorityIfIndex. |
||
hwIpDslamInterfacePriorityIfIndex | 1.3.6.1.4.1.2011.6.161.1.3.1.1 | integer32 | no-access |
Indicates which interface the priority is to be configured on. The value of it is same with the hwIpDslamInterfaceIfIndex in hwIpDslamInterfaceTable. |
hwIpDslamInterfacePriorityDefaultDscp | 1.3.6.1.4.1.2011.6.161.1.3.1.2 | integer32 | read-write |
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. |
hwIpDslamInterfacePriorityDscpForDhcp | 1.3.6.1.4.1.2011.6.161.1.3.1.3 | integer32 | read-write |
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. |
hwIpDslamInterfacePriorityDscpForRoutingPkt | 1.3.6.1.4.1.2011.6.161.1.3.1.4 | integer32 | read-write |
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. |
hwIpDslamInterfacePriorityDefaultTos | 1.3.6.1.4.1.2011.6.161.1.3.1.5 | integer32 | read-write |
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. |
hwIpDslamInterfacePriorityTosForDhcp | 1.3.6.1.4.1.2011.6.161.1.3.1.6 | integer32 | read-write |
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. |
hwIpDslamInterfacePriorityTosForRoutingPkt | 1.3.6.1.4.1.2011.6.161.1.3.1.7 | integer32 | read-write |
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. |