tunnelInetConfigStatus
TUNNEL-MIB ·
.1.3.6.1.2.1.10.131.1.1.3.1.7
Object
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
tunnelIfTable may be modified while this row is
active.
To create a row in this table for an encapsulation
method which does not support multiple parallel
tunnels with the same endpoints, the management
station should simply use a tunnelInetConfigID of 1,
and set tunnelInetConfigStatus to createAndGo. For
encapsulation methods such as L2F which allow multiple
parallel tunnels, the management station may select a
pseudo-random number to use as the tunnelInetConfigID
and set tunnelInetConfigStatus to createAndGo. In the
event that this ID is already in use and an
inconsistentValue is returned in response to the set
operation, the management station should simply select
a new pseudo-random number and retry the operation.
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
tunnelIfTable. 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
tunnelIfTable.
Context
- MIB
- TUNNEL-MIB
- OID
.1.3.6.1.2.1.10.131.1.1.3.1.7- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- tunnelInetConfigEntry
- Table
- tunnelInetConfigTable
- Siblings
- 7
Values & Constraints
Type Values
1 | active |
2 | notInService |
3 | notReady |
4 | createAndGo |
5 | createAndWait |
6 | destroy |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| tunnelInetConfigAddressType The address type over which the tunnel encapsulates
packets. | column | INET-ADDRESS-MIBInetAddressType | .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. | column | INET-ADDRESS-MIBInetAddress | .1.3.6.1.2.1.10.131.1.1.3.1.2 |
| tunnelInetConfigRemoteAddress The address of the remote endpoint of the tunnel. | column | INET-ADDRESS-MIBInetAddress | .1.3.6.1.2.1.10.131.1.1.3.1.3 |
| tunnelInetConfigEncapsMethod The encapsulation method used by the tunnel. | column | IANAifType-MIBIANAtunnelType | .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… | column | Integer32 | .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 … | column | IF-MIBInterfaceIndexOrZero | .1.3.6.1.2.1.10.131.1.1.3.1.6 |
| tunnelInetConfigStorageType The storage type of this row. If the row is
permanent(4), no objects in the row need be writable. | column | SNMPv2-TCStorageType | .1.3.6.1.2.1.10.131.1.1.3.1.8 |