55 lines
1.2 KiB
Plaintext
55 lines
1.2 KiB
Plaintext
SNMPv2-TM DEFINITIONS ::= BEGIN
|
|
|
|
IMPORTS
|
|
TEXTUAL-CONVENTION
|
|
FROM SNMPv2-TC
|
|
snmpProxys, snmpDomains, OBJECT-IDENTITY
|
|
FROM SNMPv2-SMI;
|
|
|
|
snmpUDPDomain OBJECT-IDENTITY
|
|
STATUS current
|
|
::= { snmpDomains 1 }
|
|
|
|
SnmpUDPAddress ::= TEXTUAL-CONVENTION
|
|
DISPLAY-HINT "1d.1d.1d.1d/2d"
|
|
STATUS current
|
|
SYNTAX OCTET STRING
|
|
|
|
snmpCLNSDomain OBJECT-IDENTITY
|
|
STATUS current
|
|
::= { snmpDomains 2 }
|
|
|
|
snmpCONSDomain OBJECT-IDENTITY
|
|
STATUS current
|
|
::= { snmpDomains 3 }
|
|
|
|
SnmpOSIAddress ::= TEXTUAL-CONVENTION
|
|
DISPLAY-HINT "*1x:/1x:"
|
|
STATUS current
|
|
SYNTAX OCTET STRING
|
|
|
|
snmpDDPDomain OBJECT-IDENTITY
|
|
STATUS current
|
|
::= { snmpDomains 4 }
|
|
|
|
SnmpNBPAddress ::= TEXTUAL-CONVENTION
|
|
STATUS current
|
|
SYNTAX OCTET STRING
|
|
|
|
snmpIPXDomain OBJECT-IDENTITY
|
|
STATUS current
|
|
::= { snmpDomains 5 }
|
|
|
|
SnmpIPXAddress ::= TEXTUAL-CONVENTION
|
|
DISPLAY-HINT "4x.1x:1x:1x:1x:1x:1x.2d"
|
|
STATUS current
|
|
SYNTAX OCTET STRING
|
|
|
|
rfc1157Proxy ::= { snmpProxys 1 }
|
|
|
|
rfc1157Domain OBJECT-IDENTITY
|
|
STATUS current
|
|
::= { rfc1157Proxy 1 }
|
|
|
|
END
|