summaryrefslogtreecommitdiff
path: root/MIBS/DIFFSERV-DSCP-TC
diff options
context:
space:
mode:
authorDavid Leutgeb <david.leutgeb@mannundmouse.com>2023-12-05 12:25:34 +0100
committerDavid Leutgeb <david.leutgeb@mannundmouse.com>2023-12-05 12:25:34 +0100
commit98a672123c7872f6b9b75a9a2b6bb3aea504de6a (patch)
tree9b13bd7f563c3198047bd359195327cf28b3caf0 /MIBS/DIFFSERV-DSCP-TC
downloadmibs-98a672123c7872f6b9b75a9a2b6bb3aea504de6a.tar.gz
mibs-98a672123c7872f6b9b75a9a2b6bb3aea504de6a.zip
Initial commitHEADmain
Diffstat (limited to 'MIBS/DIFFSERV-DSCP-TC')
-rw-r--r--MIBS/DIFFSERV-DSCP-TC68
1 files changed, 68 insertions, 0 deletions
diff --git a/MIBS/DIFFSERV-DSCP-TC b/MIBS/DIFFSERV-DSCP-TC
new file mode 100644
index 0000000..041014a
--- /dev/null
+++ b/MIBS/DIFFSERV-DSCP-TC
@@ -0,0 +1,68 @@
+DIFFSERV-DSCP-TC DEFINITIONS ::= BEGIN
+
+ IMPORTS
+ Integer32, MODULE-IDENTITY, mib-2
+ FROM SNMPv2-SMI
+ TEXTUAL-CONVENTION
+ FROM SNMPv2-TC;
+
+
+
+diffServDSCPTC MODULE-IDENTITY
+ LAST-UPDATED "200205090000Z"
+ ORGANIZATION "IETF Differentiated Services WG"
+ CONTACT-INFO
+ " Fred Baker
+ Cisco Systems
+ 1121 Via Del Rey
+ Santa Barbara, CA 93117, USA
+ E-mail: fred@cisco.com
+
+ Kwok Ho Chan
+ Nortel Networks
+ 600 Technology Park Drive
+ Billerica, MA 01821, USA
+ E-mail: khchan@nortelnetworks.com
+
+ Andrew Smith
+ Harbour Networks
+ Jiuling Building
+ 21 North Xisanhuan Ave.
+ Beijing, 100089, PRC
+ E-mail: ah_smith@acm.org
+
+ Differentiated Services Working Group:
+ diffserv@ietf.org"
+ DESCRIPTION
+ "The Textual Conventions defined in this module should be used
+ whenever a Differentiated Services Code Point is used in a MIB."
+ REVISION "200205090000Z"
+ DESCRIPTION
+ "Initial version, published as RFC 3289."
+ ::= { mib-2 96 }
+
+Dscp ::= TEXTUAL-CONVENTION
+ DISPLAY-HINT "d"
+ STATUS current
+ DESCRIPTION
+ "A Differentiated Services Code-Point that may be used for
+ marking a traffic stream."
+ REFERENCE
+ "RFC 2474, RFC 2780"
+ SYNTAX Integer32 (0..63)
+
+DscpOrAny ::= TEXTUAL-CONVENTION
+ DISPLAY-HINT "d"
+ STATUS current
+ DESCRIPTION
+ "The IP header Differentiated Services Code-Point that may be
+
+
+
+ used for discriminating among traffic streams. The value -1 is
+ used to indicate a wild card i.e. any value."
+ REFERENCE
+ "RFC 2474, RFC 2780"
+ SYNTAX Integer32 (-1 | 0..63)
+
+END