H3C-TUNNEL-MIB: View SNMP OID List / Download MIB

VENDOR: HUAWEI


 Home MIB: H3C-TUNNEL-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
 h3cTunnel 1.3.6.1.4.1.2011.10.2.53
This MIB contains objects to Manage configuration and Monitor tunnel.
       h3cTunnelMIBObjects 1.3.6.1.4.1.2011.10.2.53.1
           h3cTunnelTables 1.3.6.1.4.1.2011.10.2.53.1.1
               h3cTunnelIfTable 1.3.6.1.4.1.2011.10.2.53.1.1.1 no-access
The (conceptual) table containing information on configured tunnels.
                   h3cTunnelIfEntry 1.3.6.1.4.1.2011.10.2.53.1.1.1.1 no-access
An entry (conceptual row) containing the information on a particular configured tunnel.
                       h3cTunnelIfEncapsMethod 1.3.6.1.4.1.2011.10.2.53.1.1.1.1.3 h3ctunneltype read-write
The encapsulation method used by the tunnel.
                       h3cTunnelIfHopLimit 1.3.6.1.4.1.2011.10.2.53.1.1.1.1.4 integer32 read-only
The IPv4 TTL or IPv6 Hop Limit to use in the outer IP header. A value of 0 indicates that the value is copied from the payload's header.
                       h3cTunnelIfSecurity 1.3.6.1.4.1.2011.10.2.53.1.1.1.1.5 integer read-only
The method used by the tunnel to secure the outer IP header. The value ipsec indicates that IPsec is used between the tunnel endpoints for authentication or encryption or both. More specific security-related information may be available in a MIB module for the security protocol in use. Enumeration: 'none': 1, 'other': 3, 'ipsec': 2.
                       h3cTunnelIfTOS 1.3.6.1.4.1.2011.10.2.53.1.1.1.1.6 integer32 read-only
The method used to set the high 6 bits (the differentiated services codepoint) of the IPv4 TOS or IPv6 Traffic Class in the outer IP header. A value of -1 indicates that the bits are copied from the payload's header. A value of -2 indicates that a traffic conditioner is invoked and more information may be available in a traffic conditioner MIB module. A value between 0 and 63 inclusive indicates that the bit field is set to the indicated value.
                       h3cTunnelIfFlowLabel 1.3.6.1.4.1.2011.10.2.53.1.1.1.1.7 ipv6flowlabelorany read-only
The method used to set the IPv6 Flow Label value. This object need not be present in rows where h3cTunnelIfAddressType indicates the tunnel is not over IPv6. A value of -1 indicates that a traffic conditioner is invoked and more information may be available in a traffic conditioner MIB. Any other value indicates that the Flow Label field is set to the indicated value.
                       h3cTunnelIfAddressType 1.3.6.1.4.1.2011.10.2.53.1.1.1.1.8 inetaddresstype read-write
The type of address in the corresponding h3cTunnelIfLocalInetAddress and h3cTunnelIfRemoteInetAddress objects.
                       h3cTunnelIfLocalInetAddress 1.3.6.1.4.1.2011.10.2.53.1.1.1.1.9 inetaddress read-write
The address of the local endpoint of the tunnel (i.e., the source address used in the outer IP header). If the address is unknown, the value is 0.0.0.0 for IPv4 or :: for IPv6. The type of this object is given by h3cTunnelIfAddressType.
                       h3cTunnelIfRemoteInetAddress 1.3.6.1.4.1.2011.10.2.53.1.1.1.1.10 inetaddress read-write
The address of the remote endpoint of the tunnel (i.e., the destination address used in the outer IP header). If the address is unknown or the tunnel is not a point-to-point link (e.g., if it is a 6to4 tunnel), the value is 0.0.0.0 for tunnels over IPv4 or :: for tunnels over IPv6. The type of this object is given by h3cTunnelIfAddressType.
                       h3cTunnelIfEncapsLimit 1.3.6.1.4.1.2011.10.2.53.1.1.1.1.11 integer32 read-only
The maximum number of additional encapsulations permitted for packets undergoing encapsulation at this node. A value of -1 indicates that no limit is present (except as a result of the packet size).
               h3cTunnelInetConfigTable 1.3.6.1.4.1.2011.10.2.53.1.1.3 no-access
The (conceptual) table containing information on configured tunnels. This table can be used to map a set of tunnel endpoints to the associated ifIndex value. It can also be used for row creation. Note that every row in the h3cTunnelIfTable with a fixed destination address should have a corresponding row in the h3cTunnelInetConfigTable, regardless of whether it was created via SNMP.
                   h3cTunnelInetConfigEntry 1.3.6.1.4.1.2011.10.2.53.1.1.3.1 no-access
An entry (conceptual row) containing the information on a particular configured tunnel.
                       h3cTunnelInetConfigSlot 1.3.6.1.4.1.2011.10.2.53.1.1.3.1.1 integer32 no-access
Slot number. h3cTunnelInetConfigSlot, h3cTunnelInetConfigSubSlot and h3cTunnelInetConfigTunnNum descirbe a tunnel interface. For Example, interface tunnel 0/0/25 would be configured as: h3cTunnelInetConfigSlot 0 h3cTunnelInetConfigSubSlot 0 h3cTunnelInetConfigTunnNum 25
                       h3cTunnelInetConfigSubSlot 1.3.6.1.4.1.2011.10.2.53.1.1.3.1.2 integer32 no-access
Sub slot number. As described in h3cTunnelInetConfigSlot's description.
                       h3cTunnelInetConfigTunnNum 1.3.6.1.4.1.2011.10.2.53.1.1.3.1.3 integer32 no-access
Tunnel number. As described in h3cTunnelInetConfigSlot's description.
                       h3cTunnelInetConfigIfIndex 1.3.6.1.4.1.2011.10.2.53.1.1.3.1.6 interfaceindexorzero read-only
If the value of h3cTunnelInetConfigStatus for this row is active, then this object contains the value of ifIndex corresponding to the tunnel interface. A value of 0 is not legal in the active state, and means that the interface index has not yet been assigned.
                       h3cTunnelInetConfigStatus 1.3.6.1.4.1.2011.10.2.53.1.1.3.1.7 rowstatus read-only
The status of this row, by which new entries may be created, or old entries deleted from this table. The agent need not support setting this object to createAndWait or notInService since there are no other writable objects in this table, and writable objects in rows of corresponding tables such as the h3cTunnelIfTable may be modified while this row is active. To create a row in this table, the management station should set h3cTunnelInetConfigSlot, h3cTunnelInetConfigSubSlot, h3cTunnelInetConfigTunnNum, and set h3cTunnelInetConfigStatus to createAndGo. Creating a row in this table will cause an interface index to be assigned by the agent in an implementation-dependent manner, and corresponding rows will be instantiated in the ifTable and the h3cTunnelIfTable. The status of this row will become active as soon as the agent assigns the interface index, regardless of whether the interface is operationally up. Deleting a row in this table will likewise delete the corresponding row in the ifTable and in the h3cTunnelIfTable.