home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 December / PCWorld_2005-12_cd.bin / software / vyzkuste / trikyhackeru / trikyhackeru.exe / ethereal-setup-0.10.13.exe / snmp / mibs / SNMPv2-TM.txt < prev    next >
Text File  |  2003-01-05  |  6KB  |  177 lines

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