SNMPv2-TM.txt
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:6k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  1. SNMPv2-TM DEFINITIONS ::= BEGIN
  2. IMPORTS
  3.     MODULE-IDENTITY, OBJECT-IDENTITY,
  4.     snmpModules, snmpDomains, snmpProxys
  5.         FROM SNMPv2-SMI
  6.     TEXTUAL-CONVENTION
  7.         FROM SNMPv2-TC;
  8. snmpv2tm MODULE-IDENTITY
  9.     LAST-UPDATED "200210160000Z"
  10.     ORGANIZATION "IETF SNMPv3 Working Group"
  11.     CONTACT-INFO
  12.             "WG-EMail:   snmpv3@lists.tislabs.com
  13.              Subscribe:  snmpv3-request@lists.tislabs.com
  14.              Co-Chair:   Russ Mundy
  15.                          Network Associates Laboratories
  16.              postal:     15204 Omega Drive, Suite 300
  17.                          Rockville, MD 20850-4601
  18.                          USA
  19.              EMail:      mundy@tislabs.com
  20.              phone:      +1 301 947-7107
  21.              Co-Chair:   David Harrington
  22.                          Enterasys Networks
  23.              postal:     35 Industrial Way
  24.                          P. O. Box 5005
  25.                          Rochester, NH 03866-5005
  26.                          USA
  27.              EMail:      dbh@enterasys.com
  28.              phone:      +1 603 337-2614
  29.              Editor:     Randy Presuhn
  30.                          BMC Software, Inc.
  31.              postal:     2141 North First Street
  32.                          San Jose, CA 95131
  33.                          USA
  34.              EMail:      randy_presuhn@bmc.com
  35.              phone:      +1 408 546-1006"
  36.     DESCRIPTION
  37.             "The MIB module for SNMP transport mappings.
  38.              Copyright (C) The Internet Society (2002). This
  39.              version of this MIB module is part of RFC 3417;
  40.              see the RFC itself for full legal notices.
  41.             "
  42.     REVISION     "200210160000Z"
  43.     DESCRIPTION
  44.             "Clarifications, published as RFC 3417."
  45.     REVISION    "199601010000Z"
  46.     DESCRIPTION
  47.             "Clarifications, published as RFC 1906."
  48.     REVISION    "199304010000Z"
  49.     DESCRIPTION
  50.             "The initial version, published as RFC 1449."
  51.     ::= { snmpModules 19 }
  52. -- SNMP over UDP over IPv4
  53. snmpUDPDomain  OBJECT-IDENTITY
  54.     STATUS     current
  55.     DESCRIPTION
  56.             "The SNMP over UDP over IPv4 transport domain.
  57.             The corresponding transport address is of type
  58.             SnmpUDPAddress."
  59.     ::= { snmpDomains 1 }
  60. SnmpUDPAddress ::= TEXTUAL-CONVENTION
  61.     DISPLAY-HINT "1d.1d.1d.1d/2d"
  62.     STATUS       current
  63.     DESCRIPTION
  64.             "Represents a UDP over IPv4 address:
  65.                octets   contents        encoding
  66.                 1-4     IP-address      network-byte order
  67.                 5-6     UDP-port        network-byte order
  68.             "
  69.     SYNTAX       OCTET STRING (SIZE (6))
  70. -- SNMP over OSI
  71. snmpCLNSDomain OBJECT-IDENTITY
  72.     STATUS     current
  73.     DESCRIPTION
  74.             "The SNMP over CLNS transport domain.
  75.             The corresponding transport address is of type
  76.             SnmpOSIAddress."
  77.     ::= { snmpDomains 2 }
  78. snmpCONSDomain OBJECT-IDENTITY
  79.     STATUS     current
  80.     DESCRIPTION
  81.             "The SNMP over CONS transport domain.
  82.             The corresponding transport address is of type
  83.             SnmpOSIAddress."
  84.     ::= { snmpDomains 3 }
  85. SnmpOSIAddress ::= TEXTUAL-CONVENTION
  86.     DISPLAY-HINT "*1x:/1x:"
  87.     STATUS       current
  88.     DESCRIPTION
  89.             "Represents an OSI transport-address:
  90.           octets   contents           encoding
  91.              1     length of NSAP     'n' as an unsigned-integer
  92.                                          (either 0 or from 3 to 20)
  93.           2..(n+1) NSAP                concrete binary representation
  94.           (n+2)..m TSEL                string of (up to 64) octets
  95.             "
  96.     SYNTAX       OCTET STRING (SIZE (1 | 4..85))
  97. -- SNMP over DDP
  98. snmpDDPDomain  OBJECT-IDENTITY
  99.     STATUS     current
  100.     DESCRIPTION
  101.             "The SNMP over DDP transport domain.  The corresponding
  102.             transport address is of type SnmpNBPAddress."
  103.     ::= { snmpDomains 4 }
  104. SnmpNBPAddress ::= TEXTUAL-CONVENTION
  105.     STATUS       current
  106.     DESCRIPTION
  107.             "Represents an NBP name:
  108.          octets        contents          encoding
  109.             1          length of object  'n' as an unsigned integer
  110.           2..(n+1)     object            string of (up to 32) octets
  111.            n+2         length of type    'p' as an unsigned integer
  112.       (n+3)..(n+2+p)   type              string of (up to 32) octets
  113.           n+3+p        length of zone    'q' as an unsigned integer
  114.     (n+4+p)..(n+3+p+q) zone              string of (up to 32) octets
  115.             For comparison purposes, strings are
  116.             case-insensitive. All strings may contain any octet
  117.             other than 255 (hex ff)."
  118.     SYNTAX       OCTET STRING (SIZE (3..99))
  119. -- SNMP over IPX
  120. snmpIPXDomain  OBJECT-IDENTITY
  121.     STATUS     current
  122.     DESCRIPTION
  123.             "The SNMP over IPX transport domain.  The corresponding
  124.             transport address is of type SnmpIPXAddress."
  125.     ::= { snmpDomains 5 }
  126. SnmpIPXAddress ::= TEXTUAL-CONVENTION
  127.     DISPLAY-HINT "4x.1x:1x:1x:1x:1x:1x.2d"
  128.     STATUS       current
  129.     DESCRIPTION
  130.             "Represents an IPX address:
  131.                octets   contents            encoding
  132.                 1-4     network-number      network-byte order
  133.                 5-10    physical-address    network-byte order
  134.                11-12    socket-number       network-byte order
  135.             "
  136.     SYNTAX       OCTET STRING (SIZE (12))
  137. -- for proxy to SNMPv1 (RFC 1157)
  138. rfc1157Proxy   OBJECT IDENTIFIER ::= { snmpProxys 1 }
  139. rfc1157Domain  OBJECT-IDENTITY
  140.     STATUS     deprecated
  141.     DESCRIPTION
  142.             "The transport domain for SNMPv1 over UDP over IPv4.
  143.             The corresponding transport address is of type
  144.             SnmpUDPAddress."
  145.     ::= { rfc1157Proxy 1 }
  146. --  ::= { rfc1157Proxy 2 }            this OID is obsolete
  147. END