home *** CD-ROM | disk | FTP | other *** search
/ Thomson (Residential) / TGSTPv7203.iso / mac / SNMP_MIBs / snmpv2 / SNMPv2-TM.mib < prev   
Text File  |  2008-02-08  |  7KB  |  187 lines

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