~ubuntu-branches/ubuntu/trusty/libsmi/trusty-proposed

« back to all changes in this revision

Viewing changes to mibs/ietf/DIFFSERV-DSCP-TC

  • Committer: Bazaar Package Importer
  • Author(s): Vincent Bernat
  • Date: 2009-12-03 20:38:40 UTC
  • mfrom: (6.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20091203203840-42i5ginvt6xyfp30
Tags: 0.4.8+dfsg2-2
* Suggest snmp-mibs-downloader, a package in contrib that will download
  MIB from Internet, if requested by the user, instead of libsnmp-base.
* Upload to unstable.
* Update NEWS.Debian.
* Ship smistrip in a separate package.
* Update paths in shipped smi.conf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
DIFFSERV-DSCP-TC DEFINITIONS ::= BEGIN
2
 
 
3
 
    IMPORTS
4
 
    Integer32, MODULE-IDENTITY, mib-2
5
 
         FROM SNMPv2-SMI
6
 
    TEXTUAL-CONVENTION
7
 
         FROM SNMPv2-TC;
8
 
 
9
 
 
10
 
 
11
 
diffServDSCPTC MODULE-IDENTITY
12
 
    LAST-UPDATED "200205090000Z"
13
 
    ORGANIZATION "IETF Differentiated Services WG"
14
 
    CONTACT-INFO
15
 
       "       Fred Baker
16
 
               Cisco Systems
17
 
               1121 Via Del Rey
18
 
               Santa Barbara, CA 93117, USA
19
 
               E-mail: fred@cisco.com
20
 
 
21
 
               Kwok Ho Chan
22
 
               Nortel Networks
23
 
               600 Technology Park Drive
24
 
               Billerica, MA 01821, USA
25
 
               E-mail: khchan@nortelnetworks.com
26
 
 
27
 
               Andrew Smith
28
 
               Harbour Networks
29
 
               Jiuling Building
30
 
               21 North Xisanhuan Ave.
31
 
               Beijing, 100089, PRC
32
 
               E-mail: ah_smith@acm.org
33
 
 
34
 
                 Differentiated Services Working Group:
35
 
                 diffserv@ietf.org"
36
 
    DESCRIPTION
37
 
       "The Textual Conventions defined in this module should be used
38
 
       whenever a Differentiated Services Code Point is used in a MIB."
39
 
    REVISION "200205090000Z"
40
 
    DESCRIPTION
41
 
       "Initial version, published as RFC 3289."
42
 
    ::= { mib-2 96 }
43
 
 
44
 
Dscp ::= TEXTUAL-CONVENTION
45
 
    DISPLAY-HINT "d"
46
 
    STATUS   current
47
 
    DESCRIPTION
48
 
       "A Differentiated Services Code-Point that may be used for
49
 
       marking a traffic stream."
50
 
    REFERENCE
51
 
        "RFC 2474, RFC 2780"
52
 
    SYNTAX   Integer32 (0..63)
53
 
 
54
 
DscpOrAny ::= TEXTUAL-CONVENTION
55
 
    DISPLAY-HINT "d"
56
 
    STATUS   current
57
 
    DESCRIPTION
58
 
       "The IP header Differentiated Services Code-Point that may be
59
 
 
60
 
 
61
 
 
62
 
       used for discriminating among traffic streams. The value -1 is
63
 
       used to indicate a wild card i.e. any value."
64
 
    REFERENCE
65
 
        "RFC 2474, RFC 2780"
66
 
    SYNTAX   Integer32 (-1 | 0..63)
67
 
 
68
 
END