App-Netsync
view release on metacpan or search on metacpan
share/mib/ADSL-LINE-MIB.txt view on Meta::CPAN
STATUS current
DESCRIPTION
"Configured Minimum Transmit rate for `Interleave'
channels, in bps. See adslAturConfRateChanRatio for
information regarding RADSL mode and ATUC transmit rate
for ATUR receive rates."
::= { adslLineConfProfileEntry 26 }
adslAturChanConfFastMaxTxRate OBJECT-TYPE
SYNTAX Unsigned32
UNITS "bps"
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Configured Maximum Transmit rate for `Fast' channels,
in bps. See adslAturConfRateChanRatio for information
regarding RADSL mode and ATUC transmit rate
for ATUR receive rates."
::= { adslLineConfProfileEntry 27 }
adslAturChanConfInterleaveMaxTxRate OBJECT-TYPE
SYNTAX Unsigned32
UNITS "bps"
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Configured Maximum Transmit rate for `Interleave'
channels, in bps. See adslAturConfRateChanRatio for
information regarding RADSL mode and see
ATUC transmit rate for ATUR receive rates."
::= { adslLineConfProfileEntry 28 }
adslAturChanConfMaxInterleaveDelay OBJECT-TYPE
SYNTAX INTEGER(0..255)
UNITS "milli-seconds"
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Configured maximum Interleave Delay for this channel.
Interleave delay applies only to the interleave channel
and defines the mapping (relative spacing) between
subsequent input bytes at the interleaver input and
their placement in the bit stream at the interleaver
output. Larger numbers provide greater separation
between consecutive input bytes in the output bit
stream allowing for improved impulse noise immunity
at the expense of payload latency."
::= { adslLineConfProfileEntry 29 }
adslLineConfProfileRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object is used to create a new row or modify or
delete an existing row in this table.
A profile activated by setting this object to
`active'. When `active' is set, the system
will validate the profile.
Before a profile can be deleted or taken out of
service, (by setting this object to `destroy' or
`outOfService') it must be first unreferenced
from all associated lines.
If the implementator of this MIB has chosen not
to implement `dynamic assignment' of profiles, this
object's MIN-ACCESS is read-only and its value
is always to be `active'."
::= { adslLineConfProfileEntry 30 }
adslLineAlarmConfProfileTable OBJECT-TYPE
SYNTAX SEQUENCE OF AdslLineAlarmConfProfileEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains information on the ADSL line
configuration. One entry in this table reflects a
profile defined by a manager which can be used to
configure the modem for a physical line"
::= { adslMibObjects 15}
adslLineAlarmConfProfileEntry OBJECT-TYPE
SYNTAX AdslLineAlarmConfProfileEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Each entry consists of a list of parameters that
represents the configuration of an ADSL modem.
When `dynamic' profiles are implemented, a default
profile will always exist. This profile's name will
be set to `DEFVAL' and its parameters will be set to
vendor specific values, unless otherwise specified
in this document.
When `static' profiles are implemented, profiles
are automaticly created or destroyed as ADSL
physical lines are discovered and removed by
the system. The name of the profile will be
equivalent to the decimal value of the line's
interface index.
"
INDEX { IMPLIED adslLineAlarmConfProfileName}
::= { adslLineAlarmConfProfileTable 1}
AdslLineAlarmConfProfileEntry ::=
SEQUENCE {
adslLineAlarmConfProfileName SnmpAdminString,
adslAtucThresh15MinLofs INTEGER,
adslAtucThresh15MinLoss INTEGER,
adslAtucThresh15MinLols INTEGER,
adslAtucThresh15MinLprs INTEGER,
adslAtucThresh15MinESs INTEGER,
adslAtucThreshFastRateUp Unsigned32,
adslAtucThreshInterleaveRateUp Unsigned32,
adslAtucThreshFastRateDown Unsigned32,
adslAtucThreshInterleaveRateDown Unsigned32,
adslAtucInitFailureTrapEnable INTEGER,
share/mib/ADSL-LINE-MIB.txt view on Meta::CPAN
UNITS "bps"
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Applies to `Fast' channels only.
Configured change in rate causing an
adslAturRateChangeTrap. A trap is produced when:
ChanCurrTxRate >= ChanPrevTxRate plus the value of
this object. A value of `0' will disable the trap."
::= { adslLineAlarmConfProfileEntry 16 }
adslAturThreshInterleaveRateUp OBJECT-TYPE
SYNTAX Unsigned32
UNITS "bps"
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Applies to `Interleave' channels only.
configured change in rate causing an
adslAturRateChangeTrap. A trap is produced when:
ChanCurrTxRate >= ChanPrevTxRate plus the value of
this object. A value of `0' will disable the trap."
::= { adslLineAlarmConfProfileEntry 17 }
adslAturThreshFastRateDown OBJECT-TYPE
SYNTAX Unsigned32
UNITS "bps"
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Applies to `Fast' channels only.
Configured change in rate causing an
adslAturRateChangeTrap. A trap is produced when:
ChanCurrTxRate <= ChanPrevTxRate minus the value of
this object. A value of `0' will disable the trap."
::= { adslLineAlarmConfProfileEntry 18 }
adslAturThreshInterleaveRateDown OBJECT-TYPE
SYNTAX Unsigned32
UNITS "bps"
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Applies to `Interleave' channels only.
Configured change in rate causing an
adslAturRateChangeTrap. A trap is produced when:
ChanCurrTxRate <= ChanPrevTxRate minus the value of
this object. A value of `0' will disable the trap."
::= { adslLineAlarmConfProfileEntry 19 }
adslLineAlarmConfProfileRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object is used to create a new row or modify or
delete an existing row in this table.
A profile activated by setting this object to
`active'. When `active' is set, the system
will validate the profile.
Before a profile can be deleted or taken out of
service, (by setting this object to `destroy' or
`outOfService') it must be first unreferenced
from all associated lines.
If the implementator of this MIB has chosen not
to implement `dynamic assignment' of profiles, this
object's MIN-ACCESS is read-only and its value
is always to be `active'."
::= { adslLineAlarmConfProfileEntry 20 }
-- Line Code Specific Tables
-- These are place holders for the Line Code Specific MIBs
-- once they become available.
adslLCSMib OBJECT IDENTIFIER ::= { adslMibObjects 16 }
-- trap definitions
adslTraps OBJECT IDENTIFIER ::= { adslLineMib 2 }
adslAtucTraps OBJECT IDENTIFIER ::= { adslTraps 1 }
adslAtucPerfLofsThreshTrap NOTIFICATION-TYPE
OBJECTS { adslAtucPerfCurr15MinLofs,
adslAtucThresh15MinLofs }
STATUS current
DESCRIPTION
"Loss of Framing 15-minute interval threshold reached."
::= { adslAtucTraps 0 1 }
adslAtucPerfLossThreshTrap NOTIFICATION-TYPE
OBJECTS { adslAtucPerfCurr15MinLoss,
adslAtucThresh15MinLoss }
STATUS current
DESCRIPTION
"Loss of Signal 15-minute interval threshold reached."
::= { adslAtucTraps 0 2 }
adslAtucPerfLprsThreshTrap NOTIFICATION-TYPE
OBJECTS { adslAtucPerfCurr15MinLprs,
adslAtucThresh15MinLprs }
STATUS current
DESCRIPTION
"Loss of Power 15-minute interval threshold reached."
::= { adslAtucTraps 0 3 }
adslAtucPerfESsThreshTrap NOTIFICATION-TYPE
OBJECTS { adslAtucPerfCurr15MinESs,
adslAtucThresh15MinESs }
STATUS current
DESCRIPTION
"Errored Second 15-minute interval threshold reached."
::= { adslAtucTraps 0 4 }
adslAtucRateChangeTrap NOTIFICATION-TYPE
OBJECTS { adslAtucChanCurrTxRate,
adslAtucChanPrevTxRate }
( run in 0.591 second using v1.01-cache-2.11-cpan-39bf76dae61 )