TUNNEL-MIB Table View
Table-centric layout grouping table, row, and column objects.
Tables
3
Rows
3
Columns
25
tunnelIfTable
table.1.3.6.1.2.1.10.131.1.1.1
·
1 row entry
·
11 columns
The (conceptual) table containing information on configured tunnels.
An entry (conceptual row) containing the information
on a particular configured tunnel.
on a particular configured tunnel.
Indexes
IF-MIBifIndex
| Column | Syntax | OID | ||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
tunnelIfLocalAddress
deprecated
The address of the local endpoint of the tunnel
(i.e., the source address used in the outer IP header), or 0.0.0.0 if unknown or if the tunnel is over IPv6. Since this object does not support IPv6, it is … |
SNMPv2-SMIIpAddress Textual Convention: SNMPv2-SMIIpAddress OctetStringType Constraints: range: 4 |
.1.3.6.1.2.1.10.131.1.1.1.1.1 |
||||||||||||||||||||||||||||||||||||||
|
tunnelIfRemoteAddress
deprecated
The address of the remote endpoint of the tunnel
(i.e., the destination address used in the outer IP header), or 0.0.0.0 if unknown, or an IPv6 address, or the tunnel is not a point-to-point link (e.g., i… |
SNMPv2-SMIIpAddress Textual Convention: SNMPv2-SMIIpAddress OctetStringType Constraints: range: 4 |
.1.3.6.1.2.1.10.131.1.1.1.1.2 |
||||||||||||||||||||||||||||||||||||||
|
tunnelIfEncapsMethod
The encapsulation method used by the tunnel.
|
IANAifType-MIBIANAtunnelType Textual Convention: IANAifType-MIBIANAtunnelType EnumerationType Values:
|
.1.3.6.1.2.1.10.131.1.1.1.1.3 |
||||||||||||||||||||||||||||||||||||||
|
tunnelIfHopLimit
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. |
Integer32r/w Constraints: range: 0-255 |
.1.3.6.1.2.1.10.131.1.1.1.1.4 |
||||||||||||||||||||||||||||||||||||||
|
tunnelIfSecurity
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 informati… |
Enumeration Enumerated Values:
|
.1.3.6.1.2.1.10.131.1.1.1.1.5 |
||||||||||||||||||||||||||||||||||||||
|
tunnelIfTOS
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 payl… |
Integer32r/w Constraints: range: -2-63 |
.1.3.6.1.2.1.10.131.1.1.1.1.6 |
||||||||||||||||||||||||||||||||||||||
|
tunnelIfFlowLabel
The method used to set the IPv6 Flow Label value.
This object need not be present in rows where tunnelIfAddressType indicates the tunnel is not over IPv6. A value of -1 indicates that a traffic conditioner is invoked a… |
IPV6-FLOW-LABEL-MIBIPv6FlowLabelOrAnyr/w Textual Convention: IPV6-FLOW-LABEL-MIBIPv6FlowLabelOrAny Integer32Type Constraints: range: -1..1048575 |
.1.3.6.1.2.1.10.131.1.1.1.1.7 |
||||||||||||||||||||||||||||||||||||||
|
tunnelIfAddressType
The type of address in the corresponding
tunnelIfLocalInetAddress and tunnelIfRemoteInetAddress objects. |
INET-ADDRESS-MIBInetAddressTyper/w Textual Convention: INET-ADDRESS-MIBInetAddressType EnumerationType Values:
|
.1.3.6.1.2.1.10.131.1.1.1.1.8 |
||||||||||||||||||||||||||||||||||||||
|
tunnelIfLocalInetAddress
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 i… |
INET-ADDRESS-MIBInetAddressr/w Textual Convention: INET-ADDRESS-MIBInetAddress OctetStringType Constraints: range: 0..255 |
.1.3.6.1.2.1.10.131.1.1.1.1.9 |
||||||||||||||||||||||||||||||||||||||
|
tunnelIfRemoteInetAddress
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 val… |
INET-ADDRESS-MIBInetAddressr/w Textual Convention: INET-ADDRESS-MIBInetAddress OctetStringType Constraints: range: 0..255 |
.1.3.6.1.2.1.10.131.1.1.1.1.10 |
||||||||||||||||||||||||||||||||||||||
|
tunnelIfEncapsLimit
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). |
Integer32r/w Constraints: range: -1-255 |
.1.3.6.1.2.1.10.131.1.1.1.1.11 |
.1.3.6.1.2.1.10.131.1.1.2
·
1 row entry
·
6 columns
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 tunnelIfTable with a fixed IPv4
destination address should have a corresponding row in
the tunnelConfigTable, regardless of whether it was
created via SNMP.
Since this table does not support IPv6, it is
deprecated in favor of tunnelInetConfigTable.
An entry (conceptual row) containing the information
on a particular configured tunnel.
Since this entry does not support IPv6, it is
deprecated in favor of tunnelInetConfigEntry.
on a particular configured tunnel.
Since this entry does not support IPv6, it is
deprecated in favor of tunnelInetConfigEntry.
Indexes
tunnelConfigLocalAddress tunnelConfigRemoteAddress tunnelConfigEncapsMethod tunnelConfigID
| Column | Syntax | OID | ||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
tunnelConfigLocalAddress
deprecated
The address of the local endpoint of the tunnel, or
0.0.0.0 if the device is free to choose any of its addresses at tunnel establishment time. Since this object does not support IPv6, it is deprecated in … |
SNMPv2-SMIIpAddress Textual Convention: SNMPv2-SMIIpAddress OctetStringType Constraints: range: 4 |
.1.3.6.1.2.1.10.131.1.1.2.1.1 |
||||||||||||||||||||||||||||||||||||||
|
tunnelConfigRemoteAddress
deprecated
The address of the remote endpoint of the tunnel.
Since this object does not support IPv6, it is deprecated in favor of tunnelInetConfigRemoteAddress. |
SNMPv2-SMIIpAddress Textual Convention: SNMPv2-SMIIpAddress OctetStringType Constraints: range: 4 |
.1.3.6.1.2.1.10.131.1.1.2.1.2 |
||||||||||||||||||||||||||||||||||||||
|
tunnelConfigEncapsMethod
deprecated
The encapsulation method used by the tunnel.
Since this object does not support IPv6, it is deprecated in favor of tunnelInetConfigEncapsMethod. |
IANAifType-MIBIANAtunnelType Textual Convention: IANAifType-MIBIANAtunnelType EnumerationType Values:
|
.1.3.6.1.2.1.10.131.1.1.2.1.3 |
||||||||||||||||||||||||||||||||||||||
|
tunnelConfigID
deprecated
An identifier used to distinguish between multiple
tunnels of the same encapsulation method, with the same endpoints. If the encapsulation protocol only allows one tunnel per set of endpoint addresses (such as for GRE … |
Integer32 Constraints: range: 1-2147483647 |
.1.3.6.1.2.1.10.131.1.1.2.1.4 |
||||||||||||||||||||||||||||||||||||||
|
tunnelConfigIfIndex
deprecated
If the value of tunnelConfigStatus 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 interfa… |
IF-MIBInterfaceIndexOrZero Textual Convention: IF-MIBInterfaceIndexOrZero Integer32Type Constraints: range: 0..2147483647 |
.1.3.6.1.2.1.10.131.1.1.2.1.5 |
||||||||||||||||||||||||||||||||||||||
|
tunnelConfigStatus
deprecated
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 obj… |
SNMPv2-TCRowStatusr/w Textual Convention: SNMPv2-TCRowStatus EnumerationType Values:
|
.1.3.6.1.2.1.10.131.1.1.2.1.6 |
tunnelInetConfigTable
table.1.3.6.1.2.1.10.131.1.1.3
·
1 row entry
·
8 columns
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 tunnelIfTable with a fixed destination address should have a corresponding row in the tunnelInetConfigTable, regardless of whether it was created via SNMP.
An entry (conceptual row) containing the information
on a particular configured tunnel. Note that there is
a 128 subid maximum for object OIDs. Implementers
need to be aware that if the total number of octets in
tunne…
on a particular configured tunnel. Note that there is
a 128 subid maximum for object OIDs. Implementers
need to be aware that if the total number of octets in
tunne…
Indexes
tunnelInetConfigAddressType tunnelInetConfigLocalAddress tunnelInetConfigRemoteAddress tunnelInetConfigEncapsMethod tunnelInetConfigID
| Column | Syntax | OID | ||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
tunnelInetConfigAddressType
The address type over which the tunnel encapsulates
packets. |
INET-ADDRESS-MIBInetAddressType Textual Convention: INET-ADDRESS-MIBInetAddressType EnumerationType Values:
|
.1.3.6.1.2.1.10.131.1.1.3.1.1 |
||||||||||||||||||||||||||||||||||||||
|
tunnelInetConfigLocalAddress
The address of the local endpoint of the tunnel, or
0.0.0.0 (for IPv4) or :: (for IPv6) if the device is free to choose any of its addresses at tunnel establishment time. |
INET-ADDRESS-MIBInetAddress Textual Convention: INET-ADDRESS-MIBInetAddress OctetStringType Constraints: range: 0..255 |
.1.3.6.1.2.1.10.131.1.1.3.1.2 |
||||||||||||||||||||||||||||||||||||||
|
tunnelInetConfigRemoteAddress
The address of the remote endpoint of the tunnel.
|
INET-ADDRESS-MIBInetAddress Textual Convention: INET-ADDRESS-MIBInetAddress OctetStringType Constraints: range: 0..255 |
.1.3.6.1.2.1.10.131.1.1.3.1.3 |
||||||||||||||||||||||||||||||||||||||
|
tunnelInetConfigEncapsMethod
The encapsulation method used by the tunnel.
|
IANAifType-MIBIANAtunnelType Textual Convention: IANAifType-MIBIANAtunnelType EnumerationType Values:
|
.1.3.6.1.2.1.10.131.1.1.3.1.4 |
||||||||||||||||||||||||||||||||||||||
|
tunnelInetConfigID
An identifier used to distinguish between multiple
tunnels of the same encapsulation method, with the same endpoints. If the encapsulation protocol only allows one tunnel per set of endpoint addresses (such as for GRE … |
Integer32 Constraints: range: 1-2147483647 |
.1.3.6.1.2.1.10.131.1.1.3.1.5 |
||||||||||||||||||||||||||||||||||||||
|
tunnelInetConfigIfIndex
If the value of tunnelInetConfigStatus 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 int… |
IF-MIBInterfaceIndexOrZero Textual Convention: IF-MIBInterfaceIndexOrZero Integer32Type Constraints: range: 0..2147483647 |
.1.3.6.1.2.1.10.131.1.1.3.1.6 |
||||||||||||||||||||||||||||||||||||||
|
tunnelInetConfigStatus
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 obj… |
SNMPv2-TCRowStatusr/w Textual Convention: SNMPv2-TCRowStatus EnumerationType Values:
|
.1.3.6.1.2.1.10.131.1.1.3.1.7 |
||||||||||||||||||||||||||||||||||||||
|
tunnelInetConfigStorageType
The storage type of this row. If the row is
permanent(4), no objects in the row need be writable. |
SNMPv2-TCStorageTyper/w Textual Convention: SNMPv2-TCStorageType EnumerationType Values:
|
.1.3.6.1.2.1.10.131.1.1.3.1.8 |