IPv6-UDP-MIB
Functions Overview
IPv6-UDP-MIB is defined in RFC 2454. This table displays the list of UDP over IPv6 endpoints currently present in the system in lexicographic order. Lexicographic order display is the display of UDP endpoints in increasing order of index of the table.
The OID of the root object is:
iso(1).org(3).dod(6).internet(1).mgmt(2).mib-2(1).udp(7)
Description of MIB Tables
ipv6UdpTable
This table contains information about existing UDP endpoints over IPv6 protocol.
The index of this table is ipv6UdpLocalAddress, ipv6UdpLocalPort, ipv6UdpIfIndex.
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.2.1.7.6.1.1 |
ipv6UdpLocalAddress |
OCTET STRING (SIZE (16)) |
Not-accessible |
The local IPv6 address for this UDP listener. In the case of a UDP listener which is willing to accept datagrams for any IPv6 address associated with the managed node, the value ::0 is used. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.7.6.1.2 |
ipv6UdpLocalPort |
INTEGER (0..65535) |
Not-accessible |
The local port number for this UDP listener. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.7.6.1.3 |
ipv6UdpIfIndex |
Integer32 (0..2147483647) |
Read-only |
An index object used to disambiguate conceptual rows in the table, since the ipv6UdpLocalAddress/ipv6UdpLocalPort pair may not be unique. This object identifies the local interface that is associated with ipv6UdpLocalAddress for this UDP listener. If such a local interface cannot be determined, this object should take on the value 0. (A possible example of this would be if the value of ipv6UdpLocalAddress is ::0.) The interface identified by a particular non-0 value of this index is the same interface as identified by the same value of ipv6IfIndex. The value of this object must remain constant during the life of this UDP endpoint. |
This object is implemented as defined in the corresponding MIB files. |
Creation Restriction
This table is created whenever a UDP6 listener or endpoint is initiated in the system.
Modification Restriction
The entries in this table cannot be modified.
Deletion Restriction
This table can only be deleted by closing down all the UDP6 endpoints in the system.
Access Restriction
None.