Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
git-svn-id: http://www.observium.org/svn/observer/trunk@2804 61d68cd4-352d-0410-923a-c4978735b2b8
  • Loading branch information
adama committed Dec 20, 2011
1 parent c513eb2 commit a21c956
Showing 1 changed file with 17 additions and 13 deletions.
30 changes: 17 additions & 13 deletions mibs/DS1-MIB
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@

DS1-MIB DEFINITIONS ::= BEGIN
-- *****************************************************************
-- DS1-MIB.my: DS1 Interface MIB
--
-- Oct 2001, Jaime Colom
-- - extracted from rfc2496.txt
--
-- Copyright (c) 2006 by cisco Systems, Inc.
-- All rights reserved.
--
-- *****************************************************************
--

DS1-MIB DEFINITIONS ::= BEGIN

IMPORTS
MODULE-IDENTITY, OBJECT-TYPE,
Expand All @@ -11,7 +22,6 @@
PerfCurrentCount, PerfIntervalCount,
PerfTotalCount FROM PerfHist-TC-MIB;


ds1 MODULE-IDENTITY
LAST-UPDATED "9808011830Z"
ORGANIZATION "IETF Trunk MIB Working Group"
Expand Down Expand Up @@ -168,6 +178,7 @@
MAX-ACCESS read-write
STATUS current
DESCRIPTION

"This variable indicates the variety of DS1
Line implementing this circuit. The type of
circuit affects the number of bits per second
Expand Down Expand Up @@ -704,7 +715,6 @@
"The number of Line Code Violations (LCVs)."
::= { dsx1CurrentEntry 11 }


-- The DS1 Interval Table
dsx1IntervalTable OBJECT-TYPE
SYNTAX SEQUENCE OF Dsx1IntervalEntry
Expand Down Expand Up @@ -1061,7 +1071,6 @@
dsx1ChanMappedIfIndex InterfaceIndex
}


dsx1ChanMappedIfIndex OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS read-only
Expand Down Expand Up @@ -1525,7 +1534,6 @@
as 0."
::= { dsx1FarEndTotalEntry 9 }


dsx1FarEndTotalDMs OBJECT-TYPE
SYNTAX PerfTotalCount
MAX-ACCESS read-only
Expand Down Expand Up @@ -1616,7 +1624,6 @@
dsx1FracIfIndex INTEGER
}


dsx1FracIndex OBJECT-TYPE
SYNTAX INTEGER (1..'7fffffff'h)
MAX-ACCESS read-only
Expand Down Expand Up @@ -1677,8 +1684,6 @@
ds1Groups OBJECT IDENTIFIER ::= { ds1Conformance 1 }
ds1Compliances OBJECT IDENTIFIER ::= { ds1Conformance 2 }



-- compliance statements

ds1Compliance MODULE-COMPLIANCE
Expand Down Expand Up @@ -1706,12 +1711,12 @@
systems that attach to a DS2 Interface."

GROUP ds1TransStatsGroup

DESCRIPTION
"This group is the set of statistics appropriate
for all systems which attach to a DS1 Interface
running transparent or unFramed lineType."


GROUP ds1ChanMappingGroup
DESCRIPTION
"This group is the set of objects for mapping a
Expand Down Expand Up @@ -1836,7 +1841,6 @@
is not required."
::= { ds1Compliances 2 }


ds1MibE1PriCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
Expand Down Expand Up @@ -1907,7 +1911,6 @@
required."
::= { ds1Compliances 3 }


ds1Ds2Compliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
Expand Down Expand Up @@ -2105,4 +2108,5 @@
DS3 Channel (ds1ChannelNumber) to ifIndex."
::= { ds1Groups 9 }

END
END

0 comments on commit a21c956

Please sign in to comment.