tcpListenerLocalAddress
TCP-MIB ·
.1.3.6.1.2.1.6.20.1.2
Object
column
INET-ADDRESS-MIBInetAddress
The local IP address for this TCP connection.
The value of this object can be represented in three
possible ways, depending on the characteristics of the
listening application:
1. For an application willing to accept both IPv4 and
IPv6 datagrams, the value of this object must be
''h (a zero-length octet-string), with the value
of the corresponding tcpListenerLocalAddressType
object being unknown (0).
2. For an application willing to accept only IPv4 or
IPv6 datagrams, the value of this object must be
'0.0.0.0' or '::' respectively, with
tcpListenerLocalAddressType representing the
appropriate address type.
3. For an application which is listening for data
destined only to a specific IP address, the value
of this object is the specific local address, with
tcpListenerLocalAddressType representing the
appropriate address type.
As this object is used in the index for the
tcpListenerTable, implementors should be
careful not to create entries that would result in OIDs
with more than 128 subidentifiers; otherwise the information
cannot be accessed, using SNMPv1, SNMPv2c, or SNMPv3.
Context
- MIB
- TCP-MIB
- OID
.1.3.6.1.2.1.6.20.1.2- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- tcpListenerEntry
- Table
- tcpListenerTable
- Siblings
- 3
Syntax
INET-ADDRESS-MIBInetAddress
- Source
- INET-ADDRESS-MIBInetAddress
- Base type
OctetString
Values & Constraints
Type Constraints
range: 0..255
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| tcpListenerLocalAddressType The address type of tcpListenerLocalAddress. The value
should be unknown (0) if connection initiations to all
local IP addresses are accepted. | column | INET-ADDRESS-MIBInetAddressType | .1.3.6.1.2.1.6.20.1.1 |
| tcpListenerLocalPort The local port number for this TCP connection. | column | INET-ADDRESS-MIBInetPortNumber | .1.3.6.1.2.1.6.20.1.3 |
| tcpListenerProcess The system's process ID for the process associated with
this listener, or zero if there is no such process. This
value is expected to be the same as HOST-RESOURCES-MIB::
hrSWRunI… | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.2.1.6.20.1.4 |