CTFRAMER-CONFIG-MIB DEFINITIONS ::= BEGIN
IMPORTS
ctFramerConfig, ctIfPortPortNumber
FROM CTIF-EXT-MIB
ifIndex
FROM RFC1213-MIB
OBJECT-TYPE
FROM RFC-1212;
ctFramerBaseConfig OBJECT IDENTIFIER ::= { ctFramerConfig 1 }
ctFramerSonetConfig OBJECT IDENTIFIER ::= { ctFramerConfig 2 }
ctFramerDS3Config OBJECT IDENTIFIER ::= { ctFramerConfig 3 }
ctFramerConfigTable OBJECT-TYPE
SYNTAX SEQUENCE OF CtFramerConfigEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A list of framer configuration objects for a physical port on
a particular interface."
::= { ctFramerBaseConfig 1 }
ctFramerConfigEntry OBJECT-TYPE
SYNTAX CtFramerConfigEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry containing objects pertaining to the configuration
of the framer on a physical port on an interface."
INDEX { ifIndex, ctIfPortPortNumber }
::= { ctFramerConfigTable 1 }
CtFramerConfigEntry ::=
SEQUENCE {
ctFramerStatsConfig
INTEGER,
ctFramerAlarmsConfig
INTEGER,
ctFramerMediumConfig
INTEGER,
ctFramerIdleCellsConfig
INTEGER,
ctFramerCellPayScramConfig
INTEGER
}
ctFramerStatsConfig OBJECT-TYPE
SYNTAX INTEGER {
on(1),
off(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Setting this object to 'on' will activate the framer MIBs as
specified by either RFC-1595 or RFC-1407 depending on whether
the interface uses SONET/SDH framing or DS3 framing respectively.
Note: Setting this to 'on' will permit gathering of framer
statistics at the expense of processing time. However, it might
be a valuable debugging aid to turn on the framer MIB.
Setting this object to 'off' will deactivate the respective
framer MIBs, thus saving processing time.
It is emphasized that collection of statistics for the framer
is resource (processor, memory) intensive.
This object is persistent."
DEFVAL { off }
::= { ctFramerConfigEntry 1 }
ctFramerAlarmsConfig OBJECT-TYPE
SYNTAX INTEGER {
on(1),
off(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object activates/deactivates the detection and initiation
of framer alarms.
for SONET/SDH framed physical ports:
RDI - remote defect indicator
AIS - alarm indication signal
for DS3 framed physical ports:
yellow signal alarms
This object is persistent."
DEFVAL { off }
::= { ctFramerConfigEntry 2 }
ctFramerMediumConfig OBJECT-TYPE
SYNTAX INTEGER {
sonet(1),
sdh(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object controls whether a SONET or a SDH signal is used
across this physical port.
sonet - synchronous optical network
sdh - synchronous digital heirarchy
This object is persistent."
DEFVAL { sonet }
::= { ctFramerConfigEntry 3 }
ctFramerIdleCellsConfig OBJECT-TYPE
SYNTAX INTEGER {
idle(1),
unassigned(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"When this object is set to idle, null cells
will have the CLP bit set.
When this object is set to unassigned, null
cells will not have the CLP bit set.
This object is persistent."
::= { ctFramerConfigEntry 4 }
ctFramerCellPayScramConfig OBJECT-TYPE
SYNTAX INTEGER {
on(1),
off(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object activates/deactivates cell payload
transmit scrambling and receive descrambling.
This object is persistent."
::= { ctFramerConfigEntry 5 }
END