TRANSPORT-ADDRESS-MIB
27 objects
This MIB module provides commonly used transport address definitions. Copyright (C) The Internet Society (2002). This version of this MIB module is part of RFC 3419; see the RFC itself for full legal notices.
Imported Objects
| SNMPv2-SMI | mib-2 MODULE-IDENTITY OBJECT-IDENTITY |
| SNMPv2-TC | TEXTUAL-CONVENTION |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.2.1.100 | IdentitytransportAddressMIB | This MIB module provides commonly used transport address definitions. Copyright (C) The Internet Society (2002). This version of this MIB module is part of RFC… | ||
| 1.3.6.1.2.1.100.1 | NodetransportDomains | |||
| 1.3.6.1.2.1.100.1.1 | IdentitytransportDomainUdpIpv4 | current | The UDP over IPv4 transport domain. The corresponding transport address is of type TransportAddressIPv4 for global IPv4 addresses. | |
| 1.3.6.1.2.1.100.1.2 | IdentitytransportDomainUdpIpv6 | current | The UDP over IPv6 transport domain. The corresponding transport address is of type TransportAddressIPv6 for global IPv6 addresses. | |
| 1.3.6.1.2.1.100.1.3 | IdentitytransportDomainUdpIpv4z | current | The UDP over IPv4 transport domain. The corresponding transport address is of type TransportAddressIPv4z for scoped IPv4 addresses with a zone index. | |
| 1.3.6.1.2.1.100.1.4 | IdentitytransportDomainUdpIpv6z | current | The UDP over IPv6 transport domain. The corresponding transport address is of type TransportAddressIPv6z for scoped IPv6 addresses with a zone index. | |
| 1.3.6.1.2.1.100.1.5 | IdentitytransportDomainTcpIpv4 | current | The TCP over IPv4 transport domain. The corresponding transport address is of type TransportAddressIPv4 for global IPv4 addresses. | |
| 1.3.6.1.2.1.100.1.6 | IdentitytransportDomainTcpIpv6 | current | The TCP over IPv6 transport domain. The corresponding transport address is of type TransportAddressIPv6 for global IPv6 addresses. | |
| 1.3.6.1.2.1.100.1.7 | IdentitytransportDomainTcpIpv4z | current | The TCP over IPv4 transport domain. The corresponding transport address is of type TransportAddressIPv4z for scoped IPv4 addresses with a zone index. | |
| 1.3.6.1.2.1.100.1.8 | IdentitytransportDomainTcpIpv6z | current | The TCP over IPv6 transport domain. The corresponding transport address is of type TransportAddressIPv6z for scoped IPv6 addresses with a zone index. | |
| 1.3.6.1.2.1.100.1.9 | IdentitytransportDomainSctpIpv4 | current | The SCTP over IPv4 transport domain. The corresponding transport address is of type TransportAddressIPv4 for global IPv4 addresses. This transport domain usual… | |
| 1.3.6.1.2.1.100.1.10 | IdentitytransportDomainSctpIpv6 | current | The SCTP over IPv6 transport domain. The corresponding transport address is of type TransportAddressIPv6 for global IPv6 addresses. This transport domain usual… | |
| 1.3.6.1.2.1.100.1.11 | IdentitytransportDomainSctpIpv4z | current | The SCTP over IPv4 transport domain. The corresponding transport address is of type TransportAddressIPv4z for scoped IPv4 addresses with a zone index. This tra… | |
| 1.3.6.1.2.1.100.1.12 | IdentitytransportDomainSctpIpv6z | current | The SCTP over IPv6 transport domain. The corresponding transport address is of type TransportAddressIPv6z for scoped IPv6 addresses with a zone index. This tra… | |
| 1.3.6.1.2.1.100.1.13 | IdentitytransportDomainLocal | current | The Posix Local IPC transport domain. The corresponding transport address is of type TransportAddressLocal. The Posix Local IPC transport domain incorporates t… | |
| 1.3.6.1.2.1.100.1.14 | IdentitytransportDomainUdpDns | current | The UDP transport domain using fully qualified domain names. The corresponding transport address is of type TransportAddressDns. | |
| 1.3.6.1.2.1.100.1.15 | IdentitytransportDomainTcpDns | current | The TCP transport domain using fully qualified domain names. The corresponding transport address is of type TransportAddressDns. | |
| 1.3.6.1.2.1.100.1.16 | IdentitytransportDomainSctpDns | current | The SCTP transport domain using fully qualified domain names. The corresponding transport address is of type TransportAddressDns. |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| TransportAddress | current | ||
| TransportAddressDns | current | ||
| TransportAddressIPv4 | OCTET STRING (SIZE (6)) | current | Represents a transport address consisting of an IPv4 address and a port number (as used for example by UDP, TCP and SCTP): octets contents encoding 1-4 IPv4 address network-byte order 5-6 port number network-byte order … |
| TransportAddressIPv4z | OCTET STRING (SIZE (10)) | current | Represents a transport address consisting of an IPv4 address, a zone index and a port number (as used for example by UDP, TCP and SCTP): octets contents encoding 1-4 IPv4 address network-byte order 5-8 zone index networ… |
| TransportAddressIPv6 | OCTET STRING (SIZE (18)) | current | Represents a transport address consisting of an IPv6 address and a port number (as used for example by UDP, TCP and SCTP): octets contents encoding 1-16 IPv6 address network-byte order 17-18 port number network-byte ord… |
| TransportAddressIPv6z | OCTET STRING (SIZE (22)) | current | Represents a transport address consisting of an IPv6 address, a zone index and a port number (as used for example by UDP, TCP and SCTP): octets contents encoding 1-16 IPv6 address network-byte order 17-20 zone index net… |
| TransportAddressLocal | current | ||
| TransportAddressType | INTEGER { unknown(0), udpIpv4(1), udpIpv6(2), udpIpv4z(3), udpIpv6z(4), tcpIpv4(5), tcpIpv6(6), tcpIpv4z(7), tcpIpv6z(8), sctpIpv4(9), sctpIpv6(10), sctpIpv4z(11), sctpIpv6z(12), local(13), udpDns(14), tcpDns(15), sctpDns(16) } | current | A value that represents a transport domain. This is the enumerated version of the transport domain registrations in this MIB module. The enumerated values have the following meaning: unknown(0) unknown transport address… |
| TransportDomain | current | A value that represents a transport domain. Some possible values, such as transportDomainUdpIpv4, are defined in this module. Other possible values can be defined in other MIB modules. |