~ubuntu-branches/ubuntu/trusty/net-snmp/trusty

« back to all changes in this revision

Viewing changes to mibs/SNMPv2-TM.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jochen Friedrich
  • Date: 2009-11-12 16:17:40 UTC
  • mto: (1.4.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 32.
  • Revision ID: james.westby@ubuntu.com-20091112161740-t2xvix834vmtxa9f
Tags: upstream-5.4.2.1~dfsg
ImportĀ upstreamĀ versionĀ 5.4.2.1~dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
 
60
 
snmpUDPDomain  OBJECT-IDENTITY
61
 
    STATUS     current
62
 
    DESCRIPTION
63
 
            "The SNMP over UDP over IPv4 transport domain.
64
 
            The corresponding transport address is of type
65
 
            SnmpUDPAddress."
66
 
    ::= { snmpDomains 1 }
67
 
 
68
 
SnmpUDPAddress ::= TEXTUAL-CONVENTION
69
 
    DISPLAY-HINT "1d.1d.1d.1d/2d"
70
 
    STATUS       current
71
 
    DESCRIPTION
72
 
            "Represents a UDP over IPv4 address:
73
 
 
74
 
               octets   contents        encoding
75
 
                1-4     IP-address      network-byte order
76
 
                5-6     UDP-port        network-byte order
77
 
            "
78
 
    SYNTAX       OCTET STRING (SIZE (6))
79
 
 
80
 
 
81
 
snmpCLNSDomain OBJECT-IDENTITY
82
 
    STATUS     current
83
 
    DESCRIPTION
84
 
            "The SNMP over CLNS transport domain.
85
 
            The corresponding transport address is of type
86
 
            SnmpOSIAddress."
87
 
    ::= { snmpDomains 2 }
88
 
 
89
 
snmpCONSDomain OBJECT-IDENTITY
90
 
    STATUS     current
91
 
    DESCRIPTION
92
 
            "The SNMP over CONS transport domain.
93
 
            The corresponding transport address is of type
94
 
            SnmpOSIAddress."
95
 
    ::= { snmpDomains 3 }
96
 
 
97
 
SnmpOSIAddress ::= TEXTUAL-CONVENTION
98
 
    DISPLAY-HINT "*1x:/1x:"
99
 
    STATUS       current
100
 
    DESCRIPTION
101
 
            "Represents an OSI transport-address:
102
 
 
103
 
          octets   contents           encoding
104
 
             1     length of NSAP     'n' as an unsigned-integer
105
 
                                         (either 0 or from 3 to 20)
106
 
          2..(n+1) NSAP                concrete binary representation
107
 
          (n+2)..m TSEL                string of (up to 64) octets
108
 
            "
109
 
    SYNTAX       OCTET STRING (SIZE (1 | 4..85))
110
 
 
111
 
 
112
 
snmpDDPDomain  OBJECT-IDENTITY
113
 
    STATUS     current
114
 
    DESCRIPTION
115
 
            "The SNMP over DDP transport domain.  The corresponding
116
 
            transport address is of type SnmpNBPAddress."
117
 
    ::= { snmpDomains 4 }
118
 
 
119
 
SnmpNBPAddress ::= TEXTUAL-CONVENTION
120
 
    STATUS       current
121
 
    DESCRIPTION
122
 
            "Represents an NBP name:
123
 
 
124
 
         octets        contents          encoding
125
 
            1          length of object  'n' as an unsigned integer
126
 
          2..(n+1)     object            string of (up to 32) octets
127
 
           n+2         length of type    'p' as an unsigned integer
128
 
      (n+3)..(n+2+p)   type              string of (up to 32) octets
129
 
          n+3+p        length of zone    'q' as an unsigned integer
130
 
    (n+4+p)..(n+3+p+q) zone              string of (up to 32) octets
131
 
 
132
 
            For comparison purposes, strings are
133
 
            case-insensitive. All strings may contain any octet
134
 
            other than 255 (hex ff)."
135
 
    SYNTAX       OCTET STRING (SIZE (3..99))
136
 
 
137
 
 
138
 
snmpIPXDomain  OBJECT-IDENTITY
139
 
    STATUS     current
140
 
    DESCRIPTION
141
 
            "The SNMP over IPX transport domain.  The corresponding
142
 
            transport address is of type SnmpIPXAddress."
143
 
    ::= { snmpDomains 5 }
144
 
 
145
 
SnmpIPXAddress ::= TEXTUAL-CONVENTION
146
 
    DISPLAY-HINT "4x.1x:1x:1x:1x:1x:1x.2d"
147
 
    STATUS       current
148
 
    DESCRIPTION
149
 
            "Represents an IPX address:
150
 
 
151
 
               octets   contents            encoding
152
 
                1-4     network-number      network-byte order
153
 
                5-10    physical-address    network-byte order
154
 
               11-12    socket-number       network-byte order
155
 
            "
156
 
    SYNTAX       OCTET STRING (SIZE (12))
157
 
 
158
 
 
159
 
rfc1157Proxy   OBJECT IDENTIFIER ::= { snmpProxys 1 }
160
 
 
161
 
rfc1157Domain  OBJECT-IDENTITY
162
 
    STATUS     deprecated
163
 
    DESCRIPTION
164
 
            "The transport domain for SNMPv1 over UDP over IPv4.
165
 
            The corresponding transport address is of type
166
 
            SnmpUDPAddress."
167
 
    ::= { rfc1157Proxy 1 }
168
 
 
169
 
 
170
 
END