git-svn-id: http://www.observium.org/svn/observer/trunk@2804 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-12-20 15:46:37 +00:00
parent acf19e8db0
commit f08d2e95a9

View File

@@ -1,5 +1,16 @@
-- *****************************************************************
-- 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 DS1-MIB DEFINITIONS ::= BEGIN
IMPORTS IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, MODULE-IDENTITY, OBJECT-TYPE,
@@ -11,7 +22,6 @@
PerfCurrentCount, PerfIntervalCount, PerfCurrentCount, PerfIntervalCount,
PerfTotalCount FROM PerfHist-TC-MIB; PerfTotalCount FROM PerfHist-TC-MIB;
ds1 MODULE-IDENTITY ds1 MODULE-IDENTITY
LAST-UPDATED "9808011830Z" LAST-UPDATED "9808011830Z"
ORGANIZATION "IETF Trunk MIB Working Group" ORGANIZATION "IETF Trunk MIB Working Group"
@@ -168,6 +178,7 @@
MAX-ACCESS read-write MAX-ACCESS read-write
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"This variable indicates the variety of DS1 "This variable indicates the variety of DS1
Line implementing this circuit. The type of Line implementing this circuit. The type of
circuit affects the number of bits per second circuit affects the number of bits per second
@@ -704,7 +715,6 @@
"The number of Line Code Violations (LCVs)." "The number of Line Code Violations (LCVs)."
::= { dsx1CurrentEntry 11 } ::= { dsx1CurrentEntry 11 }
-- The DS1 Interval Table -- The DS1 Interval Table
dsx1IntervalTable OBJECT-TYPE dsx1IntervalTable OBJECT-TYPE
SYNTAX SEQUENCE OF Dsx1IntervalEntry SYNTAX SEQUENCE OF Dsx1IntervalEntry
@@ -1061,7 +1071,6 @@
dsx1ChanMappedIfIndex InterfaceIndex dsx1ChanMappedIfIndex InterfaceIndex
} }
dsx1ChanMappedIfIndex OBJECT-TYPE dsx1ChanMappedIfIndex OBJECT-TYPE
SYNTAX InterfaceIndex SYNTAX InterfaceIndex
MAX-ACCESS read-only MAX-ACCESS read-only
@@ -1525,7 +1534,6 @@
as 0." as 0."
::= { dsx1FarEndTotalEntry 9 } ::= { dsx1FarEndTotalEntry 9 }
dsx1FarEndTotalDMs OBJECT-TYPE dsx1FarEndTotalDMs OBJECT-TYPE
SYNTAX PerfTotalCount SYNTAX PerfTotalCount
MAX-ACCESS read-only MAX-ACCESS read-only
@@ -1616,7 +1624,6 @@
dsx1FracIfIndex INTEGER dsx1FracIfIndex INTEGER
} }
dsx1FracIndex OBJECT-TYPE dsx1FracIndex OBJECT-TYPE
SYNTAX INTEGER (1..'7fffffff'h) SYNTAX INTEGER (1..'7fffffff'h)
MAX-ACCESS read-only MAX-ACCESS read-only
@@ -1677,8 +1684,6 @@
ds1Groups OBJECT IDENTIFIER ::= { ds1Conformance 1 } ds1Groups OBJECT IDENTIFIER ::= { ds1Conformance 1 }
ds1Compliances OBJECT IDENTIFIER ::= { ds1Conformance 2 } ds1Compliances OBJECT IDENTIFIER ::= { ds1Conformance 2 }
-- compliance statements -- compliance statements
ds1Compliance MODULE-COMPLIANCE ds1Compliance MODULE-COMPLIANCE
@@ -1706,12 +1711,12 @@
systems that attach to a DS2 Interface." systems that attach to a DS2 Interface."
GROUP ds1TransStatsGroup GROUP ds1TransStatsGroup
DESCRIPTION DESCRIPTION
"This group is the set of statistics appropriate "This group is the set of statistics appropriate
for all systems which attach to a DS1 Interface for all systems which attach to a DS1 Interface
running transparent or unFramed lineType." running transparent or unFramed lineType."
GROUP ds1ChanMappingGroup GROUP ds1ChanMappingGroup
DESCRIPTION DESCRIPTION
"This group is the set of objects for mapping a "This group is the set of objects for mapping a
@@ -1836,7 +1841,6 @@
is not required." is not required."
::= { ds1Compliances 2 } ::= { ds1Compliances 2 }
ds1MibE1PriCompliance MODULE-COMPLIANCE ds1MibE1PriCompliance MODULE-COMPLIANCE
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@@ -1907,7 +1911,6 @@
required." required."
::= { ds1Compliances 3 } ::= { ds1Compliances 3 }
ds1Ds2Compliance MODULE-COMPLIANCE ds1Ds2Compliance MODULE-COMPLIANCE
STATUS current STATUS current
DESCRIPTION DESCRIPTION
@@ -2105,4 +2108,5 @@
DS3 Channel (ds1ChannelNumber) to ifIndex." DS3 Channel (ds1ChannelNumber) to ifIndex."
::= { ds1Groups 9 } ::= { ds1Groups 9 }
END END