IANA-TADDRESS-MIB

File: IANA-TADDRESS-MIB.mib (11276 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC

Imported symbols

MODULE-IDENTITY OBJECT-IDENTITY mib-2
TEXTUAL-CONVENTION

Defined Types

IanaTAddressType  
Denotes a kind of transport service. This is the enumerated version of the transport domain registrations in this MIB module. The enumerated values have the following meaning: unknown(0) An unknown transport address type. udpIpv4(1) UDP-over-IPv4 (ianaTDomainUdpIpv4) udpIpv6(2) UDP-over-IPv6 (ianaTDomainUdpIpv6) tcpIpv4(3) TCP-over-IPv4 (ianaTDomainTcpIpv4) tcpIpv6(4) TCP-over-IPv6 (ianaTDomainTcpIpv6) local(5) POSIX Local IPC (ianaTDomainLocal) clns(6) OSI CLNS (ianaTDomainClns) cons(7) OSI CONS (ianaTDomainCons) ddp(8) Appltalk DDP (ianaTDomainDdp) ipx(9) IPX (ianaTDomainIpx) This textual convention can be used to represent transport domains in situations where a syntax of TDomain is unwieldy (for example, when used as an index).
TEXTUAL-CONVENTION    
  INTEGER other(0), udpIpv4(1), udpIpv6(2), tcpIpv4(3), tcpIpv6(4), local(5), clns(6), cons(7), ddp(8), ipx(9)  

IanaTAddressIPv4  
Represents a TCP-over-IPv4 or a UDP-over-IPv4 transport address: octets contents encoding 1-4 IPv4 addres network-byte order 5-6 TCP or UDP port network-byte order
TEXTUAL-CONVENTION    
  OCTET STRING Size(6)  

IanaTAddressIPv6  
Represents a TCP-over-IPv6 or a UDP-over-IPv6 transport address for global IPv6 addresses: octets contents encoding 1-16 IPv6 address network-byte order 17-18 TCP or UDP port network-byte order
TEXTUAL-CONVENTION    
  OCTET STRING Size(18)  

IanaTAddressIPv6s  
Represents a TCP-over-IPv6 or a UDP-over-IPv6 transport address for scoped IPv6 addresses: octets contents encoding 1-16 IPv6 address network-byte order 17-20 scope identifier network-byte order 21-22 TCP or UDP port network-byte order
TEXTUAL-CONVENTION    
  OCTET STRING Size(22)  

IanaTAddressLocal  
Represents a POSIX Local IPC transport address: octets contents encoding all POSIX Local IPC address string The Posix Local IPC transport domain subsumes UNIX domain sockets.
TEXTUAL-CONVENTION    
  OCTET STRING Size(1..255)  

IanaTAddressOSI  
Represents an OSI transport-address: octets contents encoding 1 length of NSAP 'n' as an unsigned-integer (either 0 or from 3 to 20) 2..(n+1) NSAP concrete binary representation (n+2)..m TSEL string of (up to 64) octets
TEXTUAL-CONVENTION    
  OCTET STRING Size(1|4..85)  

IanaTAddressNBP  
Represents an NBP name: octets contents encoding 1 length of object 'n' as an unsigned integer 2..(n+1) object string of (up to 32) octets n+2 length of type 'p' as an unsigned integer (n+3)..(n+2+p) type string of (up to 32) octets n+3+p length of zone 'q' as an unsigned integer (n+4+p)..(n+3+p+q) zone string of (up to 32) octets For comparison purposes, strings are case-insensitive. All strings may contain any octet other than 255 (hex ff).
TEXTUAL-CONVENTION    
  OCTET STRING Size(3..99)  

IanaTAddressIPX  
Represents an IPX address: octets contents encoding 1-4 network-number network-byte order 5-10 physical-address network-byte order 11-12 socket-number network-byte order
TEXTUAL-CONVENTION    
  OCTET STRING Size(12)  

Defined Values

ianaTAddressMIB 1.3.6.1.2.1.1
This MIB module provides commonly-used transport address definitions.
MODULE-IDENTITY    

ianaTDomains 1.3.6.1.2.1.1.1
OBJECT IDENTIFIER    

ianaTDomainUdpIpv4 1.3.6.1.2.1.1.1.1
The UDP over IPv4 transport domain. The corresponding transport address is of type IanaTAddressIPv4.
Status: current Access: read-write
OBJECT-IDENTITY    

ianaTDomainUdpIpv6 1.3.6.1.2.1.1.1.2
The UDP over IPv6 transport domain. The corresponding transport address is of type IanaTAddressIPv6 for global IPv6 addresses and IanaTAddressIPv6s for scoped IPv6 addresses.
Status: current Access: read-write
OBJECT-IDENTITY    

ianaTDomainTcpIpv4 1.3.6.1.2.1.1.1.3
The TCP over IPv4 transport domain. The corresponding transport address is of type IanaTAddressIPv4.
Status: current Access: read-write
OBJECT-IDENTITY    

ianaTDomainTcpIpv6 1.3.6.1.2.1.1.1.4
The TCP over IPv6 transport domain. The corresponding transport address is of type IanaTAddressIPv6 for global IPv6 addresses and IanaTAddressIPv6s for scoped IPv6 addresses.
Status: current Access: read-write
OBJECT-IDENTITY    

ianaTDomainLocal 1.3.6.1.2.1.1.1.5
The Posix Local IPC transport domain. The corresponding transport address is of type IanaTAddressLocal. The Posix Local IPC transport domain incorporates the well known UNIX domain sockets.
Status: current Access: read-write
OBJECT-IDENTITY    

ianaTDomainClns 1.3.6.1.2.1.1.1.6
The CLNS transport domain. The corresponding transport address is of type IanaTAddressOSI.
Status: current Access: read-write
OBJECT-IDENTITY    

ianaTDomainCons 1.3.6.1.2.1.1.1.7
The CONS transport domain. The corresponding transport address is of type IanaTAddressOSI.
Status: current Access: read-write
OBJECT-IDENTITY    

ianaTDomainDdp 1.3.6.1.2.1.1.1.8
The DDP transport domain. The corresponding transport address is of type IanaTAddressNBP.
Status: current Access: read-write
OBJECT-IDENTITY    

ianaTDomainIpx 1.3.6.1.2.1.1.1.9
The IPX transport domain. The corresponding transport address is of type IanaTAddressIPX.
Status: current Access: read-write
OBJECT-IDENTITY