-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MIBS MIBS MIBS, ALL DAY LONG, MIBS MIBS MIBS TEACH OBSERVIUM TO SING …
…A JOLLY SONG git-svn-id: http://www.observium.org/svn/observer/trunk@2801 61d68cd4-352d-0410-923a-c4978735b2b8
- Loading branch information
adama
committed
Dec 16, 2011
1 parent
6568024
commit d3b3ac5
Showing
2 changed files
with
4,449 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
-- ********************************************************************* | ||
-- CISCO-QOS-TC-MIB.my | ||
-- List of Textual Conventions used in the CISCO-QOS-EXT-MIB | ||
-- | ||
-- September 2006, Edward Pham | ||
-- | ||
-- Copyright (c) 2006-2007 by Cisco Systems, Inc. | ||
-- All rights reserved. | ||
-- ********************************************************************* | ||
|
||
CISCO-QOS-TC-MIB DEFINITIONS ::= BEGIN | ||
|
||
IMPORTS | ||
MODULE-IDENTITY, | ||
Unsigned32 | ||
FROM SNMPv2-SMI | ||
TEXTUAL-CONVENTION | ||
FROM SNMPv2-TC | ||
ciscoMgmt | ||
FROM CISCO-SMI; | ||
|
||
ciscoQosTcMIB MODULE-IDENTITY | ||
LAST-UPDATED "200703050000Z" | ||
ORGANIZATION "Cisco Systems, Inc." | ||
CONTACT-INFO | ||
" Cisco Systems | ||
Customer Service | ||
|
||
Postal: 170 W Tasman Drive | ||
San Jose, CA 95134 | ||
|
||
Tel: +1 800 553-NETS | ||
|
||
E-mail: [email protected]" | ||
DESCRIPTION | ||
"This module defines the textual conventions used within | ||
Cisco Qos MIBs." | ||
REVISION "200703050000Z" | ||
DESCRIPTION | ||
"Add QosPolicerType textual convention." | ||
REVISION "200609181200Z" | ||
DESCRIPTION | ||
"The initial version of this MIB module." | ||
::= { ciscoMgmt 573 } | ||
|
||
|
||
-- | ||
-- Definitions of textual convention | ||
-- | ||
|
||
QosIpPrecedence ::= TEXTUAL-CONVENTION | ||
STATUS current | ||
DESCRIPTION | ||
"Indicates the IP precedence." | ||
REFERENCE | ||
"RFC791 INTERNET PROTOCOL, Chapter 3.1" | ||
SYNTAX Unsigned32 (0..7) | ||
|
||
QosQueueNumber ::= TEXTUAL-CONVENTION | ||
STATUS current | ||
DESCRIPTION | ||
"An integer indicates a queue number." | ||
SYNTAX Unsigned32 | ||
|
||
QosThresholdNumber ::= TEXTUAL-CONVENTION | ||
STATUS current | ||
DESCRIPTION | ||
"An integer indicates a threshold number." | ||
SYNTAX Unsigned32 | ||
|
||
QosMplsExpValue ::= TEXTUAL-CONVENTION | ||
STATUS current | ||
DESCRIPTION | ||
"An integer indicates a MPLS-EXP (experimental) value." | ||
SYNTAX Unsigned32 (0..7) | ||
|
||
QosMutationMapName ::= TEXTUAL-CONVENTION | ||
DISPLAY-HINT "99a" | ||
STATUS current | ||
DESCRIPTION | ||
"An octet string, preferably in human-readable form, | ||
describes the name of a mutation map." | ||
SYNTAX OCTET STRING (SIZE (1..99)) | ||
|
||
QosMutationMapNameOrEmpty ::= TEXTUAL-CONVENTION | ||
DISPLAY-HINT "99a" | ||
STATUS current | ||
DESCRIPTION | ||
"This textual convention is an extension of the | ||
QosMutationMapName convention. The latter defines a | ||
non-empty mutation map name. This extension permits | ||
the addtional value of empty string." | ||
SYNTAX OCTET STRING (SIZE (0..99)) | ||
|
||
QosPolicerType ::= TEXTUAL-CONVENTION | ||
STATUS current | ||
DESCRIPTION | ||
"An integer indicating the type of a QoS policer. | ||
|
||
microflow(1): a microflow policer. | ||
aggregate(2): an aggregate policer." | ||
SYNTAX INTEGER { microflow(1), aggregate(2) } | ||
|
||
END | ||
|
Oops, something went wrong.