MIB Viewer

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-SMImib-2 MODULE-IDENTITY OBJECT-IDENTITY
SNMPv2-TCTEXTUAL-CONVENTION
OIDNameAccessStatusDescription
1.3.6.1.2.1.100IdentitytransportAddressMIBThis 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.1NodetransportDomains
1.3.6.1.2.1.100.1.1IdentitytransportDomainUdpIpv4currentThe 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.2IdentitytransportDomainUdpIpv6currentThe 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.3IdentitytransportDomainUdpIpv4zcurrentThe 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.4IdentitytransportDomainUdpIpv6zcurrentThe 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.5IdentitytransportDomainTcpIpv4currentThe 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.6IdentitytransportDomainTcpIpv6currentThe 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.7IdentitytransportDomainTcpIpv4zcurrentThe 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.8IdentitytransportDomainTcpIpv6zcurrentThe 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.9IdentitytransportDomainSctpIpv4currentThe 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.10IdentitytransportDomainSctpIpv6currentThe 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.11IdentitytransportDomainSctpIpv4zcurrentThe 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.12IdentitytransportDomainSctpIpv6zcurrentThe 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.13IdentitytransportDomainLocalcurrentThe 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.14IdentitytransportDomainUdpDnscurrentThe UDP transport domain using fully qualified domain names. The corresponding transport address is of type TransportAddressDns.
1.3.6.1.2.1.100.1.15IdentitytransportDomainTcpDnscurrentThe TCP transport domain using fully qualified domain names. The corresponding transport address is of type TransportAddressDns.
1.3.6.1.2.1.100.1.16IdentitytransportDomainSctpDnscurrentThe SCTP transport domain using fully qualified domain names. The corresponding transport address is of type TransportAddressDns.
Type Definitions
NameSyntaxStatusDescription
TransportAddresscurrent
TransportAddressDnscurrent
TransportAddressIPv4OCTET STRING (SIZE (6))currentRepresents 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 …
TransportAddressIPv4zOCTET STRING (SIZE (10))currentRepresents 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…
TransportAddressIPv6OCTET STRING (SIZE (18))currentRepresents 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…
TransportAddressIPv6zOCTET STRING (SIZE (22))currentRepresents 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…
TransportAddressLocalcurrent
TransportAddressTypeINTEGER { 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) }currentA 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…
TransportDomaincurrentA 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.