SNMPv2-TM
12 objects
The MIB module for SNMP transport mappings. Copyright (C) The Internet Society (2002). This version of this MIB module is part of RFC 3417; see the RFC itself for full legal notices.
Imported Objects
| SNMPv2-SMI | MODULE-IDENTITY OBJECT-IDENTITY snmpDomains snmpModules snmpProxys |
| SNMPv2-TC | TEXTUAL-CONVENTION |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.6.1.1 | IdentitysnmpUDPDomain | current | The SNMP over UDP over IPv4 transport domain. The corresponding transport address is of type SnmpUDPAddress. | |
| 1.3.6.1.6.1.2 | IdentitysnmpCLNSDomain | current | The SNMP over CLNS transport domain. The corresponding transport address is of type SnmpOSIAddress. | |
| 1.3.6.1.6.1.3 | IdentitysnmpCONSDomain | current | The SNMP over CONS transport domain. The corresponding transport address is of type SnmpOSIAddress. | |
| 1.3.6.1.6.1.4 | IdentitysnmpDDPDomain | current | The SNMP over DDP transport domain. The corresponding transport address is of type SnmpNBPAddress. | |
| 1.3.6.1.6.1.5 | IdentitysnmpIPXDomain | current | The SNMP over IPX transport domain. The corresponding transport address is of type SnmpIPXAddress. | |
| 1.3.6.1.6.2.1 | Noderfc1157Proxy | |||
| 1.3.6.1.6.2.1.1 | Identityrfc1157Domain | deprecated | The transport domain for SNMPv1 over UDP over IPv4. The corresponding transport address is of type SnmpUDPAddress. | |
| 1.3.6.1.6.3.19 | Identitysnmpv2tm | The MIB module for SNMP transport mappings. Copyright (C) The Internet Society (2002). This version of this MIB module is part of RFC 3417; see the RFC itself … |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| SnmpIPXAddress | OCTET STRING (SIZE (12)) | current | 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 |
| SnmpNBPAddress | OCTET STRING (SIZE (3..99)) snmpIPXDomain OBJECT-IDENTITY STATUS current DESCRIPTION "The SNMP over IPX transport domain. The corresponding transport address is of type SnmpIPXAddress." ::= { snmpDomains 5 } | current | 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 … |
| SnmpOSIAddress | OCTET STRING (SIZE (1 | 4..85)) snmpDDPDomain OBJECT-IDENTITY STATUS current DESCRIPTION "The SNMP over DDP transport domain. The corresponding transport address is of type SnmpNBPAddress." ::= { snmpDomains 4 } | current | 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 |
| SnmpUDPAddress | OCTET STRING (SIZE (6)) snmpCLNSDomain OBJECT-IDENTITY STATUS current DESCRIPTION "The SNMP over CLNS transport domain. The corresponding transport address is of type SnmpOSIAddress." ::= { snmpDomains 2 } snmpCONSDomain OBJECT-IDENTITY STATUS current DESCRIPTION "The SNMP over CONS transport domain. The corresponding transport address is of type SnmpOSIAddress." ::= { snmpDomains 3 } | current | Represents a UDP over IPv4 address: octets contents encoding 1-4 IP-address network-byte order 5-6 UDP-port network-byte order |