home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 August / PCWorld_2001-08_cd.bin / Komunikace / phptriad / phptriadsetup2-11.exe / php / mibs / SNMPv2-TM.txt < prev    next >
Text File  |  1997-05-13  |  4KB  |  110 lines

  1. SNMPv2-TM DEFINITIONS ::= BEGIN
  2.  
  3. IMPORTS
  4.     TEXTUAL-CONVENTION
  5.         FROM SNMPv2-TC
  6.     snmpProxys, snmpDomains, OBJECT-IDENTITY
  7.         FROM SNMPv2-SMI;
  8.  
  9. snmpUDPDomain OBJECT-IDENTITY
  10.     STATUS       current
  11.     DESCRIPTION
  12.         "The SNMPv2 over UDP transport domain.  The corresponding
  13.          transport address is of type SnmpUDPAddress."
  14.     ::= { snmpDomains  1 }
  15.  
  16. SnmpUDPAddress ::= TEXTUAL-CONVENTION
  17.     DISPLAY-HINT "1d.1d.1d.1d/2d"
  18.     STATUS       current
  19.     DESCRIPTION
  20.         "Represents a UDP address:
  21.  
  22.             octets   contents        encoding
  23.              1-4     IP-address      network-byte order
  24.              5-6     UDP-port        network-byte order
  25.          "
  26.     SYNTAX       OCTET STRING
  27.  
  28. snmpCLNSDomain OBJECT-IDENTITY
  29.     STATUS       current
  30.     DESCRIPTION
  31.         "The SNMPv2 over CLNS transport domain.  The corresponding
  32.          transport address is of type SnmpOSIAddress."
  33.     ::= { snmpDomains  2 }
  34.  
  35. snmpCONSDomain OBJECT-IDENTITY
  36.     STATUS       current
  37.     DESCRIPTION
  38.         "The SNMPv2 over CONS transport domain.  The corresponding
  39.          transport address is of type SnmpOSIAddress."
  40.     ::= { snmpDomains  3 }
  41.  
  42. SnmpOSIAddress ::= TEXTUAL-CONVENTION
  43.     DISPLAY-HINT "*1x:/1x:"
  44.     STATUS       current
  45.     DESCRIPTION
  46.         "Represents an OSI transport-address:
  47.  
  48.             octets   contents           encoding
  49.                1     length of NSAP     'n' as an unsigned-integer
  50.                                            (either 0 or from 3 to 20)
  51.             2..(n+1) NSAP                concrete binary representation
  52.             (n+2)..m TSEL                string of (up to 64) octets
  53.          "
  54.     SYNTAX       OCTET STRING
  55.  
  56. snmpDDPDomain OBJECT-IDENTITY
  57.     STATUS       current
  58.     DESCRIPTION
  59.         "The SNMPv2 over DDP transport domain.  The corresponding
  60.          transport address is of type SnmpNBPAddress."
  61.     ::= { snmpDomains  4 }
  62.  
  63. SnmpNBPAddress ::= TEXTUAL-CONVENTION
  64.     STATUS       current
  65.     DESCRIPTION
  66.         "Represents an NBP name:
  67.  
  68.               octets        contents          encoding
  69.                  1          length of object  'n' as an unsigned integer
  70.                2..(n+1)     object            string of (up to 32) octets
  71.                 n+2         length of type    'p' as an unsigned integer
  72.            (n+3)..(n+2+p)   type              string of (up to 32) octets
  73.                n+3+p        length of zone    'q' as an unsigned integer
  74.          (n+4+p)..(n+3+p+q) zone              string of (up to 32) octets
  75.  
  76.          For comparison purposes, strings are case-insensitive All
  77.          strings may contain any octet other than 255 (hex ff)."
  78.     SYNTAX       OCTET STRING
  79.  
  80. snmpIPXDomain OBJECT-IDENTITY
  81.     STATUS       current
  82.     DESCRIPTION
  83.         "The SNMPv2 over IPX transport domain.  The corresponding
  84.          transport address is of type SnmpIPXAddress."
  85.     ::= { snmpDomains  5 }
  86.  
  87. SnmpIPXAddress ::= TEXTUAL-CONVENTION
  88.     DISPLAY-HINT "4x.1x:1x:1x:1x:1x:1x.2d"
  89.     STATUS       current
  90.     DESCRIPTION
  91.         "Represents an IPX address:
  92.  
  93.             octets   contents            encoding
  94.              1-4     network-number      network-byte order
  95.              5-10    physical-address    network-byte order
  96.             11-12    socket-number       network-byte order
  97.          "
  98.     SYNTAX       OCTET STRING
  99.  
  100. rfc1157Proxy ::= { snmpProxys  1 }
  101.  
  102. rfc1157Domain OBJECT-IDENTITY
  103.     STATUS       current
  104.     DESCRIPTION
  105.         "The transport domain for SNMPv1 over UDP.  The
  106.          corresponding transport address is of type SnmpUDPAddress."
  107.     ::= { rfc1157Proxy  1 }
  108.  
  109. END
  110.