PDN-CONFIG-MIB
AI MIB Summary
Standard SNMP MIB module defining data structures for PDN-CONFIG-MIB.
40
Objects
Active
Status
6
Dependencies
Imported Objects
Objects
40 total| Object Name |
|---|
devConfigArea OBJECT IDENTIFIER .pdn-devConfig.1 |
RFC-1215 Unknown .pdn-devConfig.1 |
devConfigAreaCopyThis object is used to copy the entire contents of one
configuration area into another configuration area. The
supported number of factory configuration areas depends
on the device model. The value read from this object is
always noOp(1).rw Enumeration .pdn-devConfig.1.1 |
devConfigTestTimer OBJECT IDENTIFIER .pdn-devConfig.2 |
devConfigTestTimeoutThis object specifies whether tests are to be terminated
after a defined duration. If the value is enable(2), the
duration is defined by devConfigTestDuration.rw Enumeration .pdn-devConfig.2.1 |
devConfigTestDurationThis object specifies the duration that a test will be
allowed to run before it is automatically terminated.
Tests will only be terminated if devConfigTestTimeout
is set to enable.rw INTEGER .pdn-devConfig.2.2 |
devConfigClockSrc OBJECT IDENTIFIER .pdn-devConfig.3 |
devConfigClockSrcTableThe clock source table. SEQUENCE OF DevConfigClockSrcEntry .pdn-devConfig.3.1 |
devConfigClockSrcEntryAn entry in the clock source table. DevConfigClockSrcEntry .pdn-devConfig.3.1.1 |
devCfgClkWhichSrcThe clock source to which this entry is applicable.ro Enumeration .pdn-devConfig.3.1.1.1 |
devCfgClkSourceThis object is used to select the source for the master
clock for the device. The source selected provides
synchronization for all the timing within the device,
and the clocks for all of the external interfaces.
If this object is interface(3), the specific interface
used as the master clock source is specified using
devCfgClkIfIndex.
If this object is external(2), or external2(5), the clock
rate can be specified using devCfgClkRate.rw Enumeration .pdn-devConfig.3.1.1.2 |
devCfgClkIfIndexThis object is used to select the interface to be used
as the source for the master clock for the device, if
devCfgClkSource is set to interface(3). The interface
selected provides synchronization for all the timing
within the device, and the clocks for all of the
external interfaces.
NOTE: if a synchronous data port is selected and the EDL
is enabled for that synchronous data port, then the
external device must provide a clock 8 Kbps less
than the expected data port rate. For example, if
the data port rate is set at 64 Kbps, the external
clock source needs to supply a 56 Kbps clock signal.
If devCfgClkSource is not interface(3), the value of this
object is meaningless.rw INTEGER .pdn-devConfig.3.1.1.3 |
devCfgClkRateThis object is used to specify the clock signal
rate associated with the external source selected by
the devCfgClkSource object.rw Enumeration .pdn-devConfig.3.1.1.4 |
devConfigTrap OBJECT IDENTIFIER .pdn-devConfig.4 |
cCNThis trap signifies a Configuration change or
software upgrade. This trap
is of 'warning' class TRAP-TYPE .pdn-devConfig.4.0.7 |
devConfigTrapEnableWhich trap types will be sent by the entity. This
object is a bit map represented as a sum, therefore,
multiple trap types can be enabled simultaneously.
This objects sets flag (enable/disable) value
on entity level. If trap enable/disable flags are
set per interface level by some other object
this object will read 'enabled' if any one of the
interfaces is enabled. If any of the traps
below are set to enabled by this object
it will enable that trap on all interfaces
on the entity.
The various bit positions are:
1 warmStart traps
2 authenticationFailure traps
4 enterpriseSpecific traps
8 LinkUp trap
16 LinkDown Trap
32 path Trap
64 Latency Trap.rw INTEGER .pdn-devConfig.4.1 |
cCNTrapEnableThis object is used to enable or disable
configuration change trap. It is a bit
sequence sum with only accepted values
1 or 2. Setting the bit sequence to 2
would mean enabling the trap and 1
would mean disabling it.rw INTEGER .pdn-devConfig.4.2 |
devConfigAlarm OBJECT IDENTIFIER .pdn-devConfig.5 |
devConfigAlarmRelayCutoffWriting off(2) to this object will turn off the System
Alarm Relay. Reading this object will always return
noOp(1).rw Enumeration .pdn-devConfig.5.6 |
devConfigCardType OBJECT IDENTIFIER .pdn-devConfig.6 |
devConfigCardTypeTableThe Paradyne Card Type Table. SEQUENCE OF DevConfigCardTypeEntry .pdn-devConfig.6.7 |
devConfigCardTypeEntryAn entry in the Paradyne Card Type Table. DevConfigCardTypeEntry .pdn-devConfig.6.7.1 |
devCfgCardSlotThe slot number which this card occupies in the chassis.ro INTEGER .pdn-devConfig.6.7.1.1 |
devCfgCardConfigThe type of card which has been configured for this slot.ro Enumeration .pdn-devConfig.6.7.1.2 |
devCfgCardActualThe type of card which is present in this slot.ro Enumeration .pdn-devConfig.6.7.1.3 |
devCfgCardActionWriting accept(2) to this object changes the configured
card type to match the type of card currently present
in the slot. Reading this object always returns noOp(1).rw Enumeration .pdn-devConfig.6.7.1.4 |
devConfigNetSync OBJECT IDENTIFIER .pdn-devConfig.7 |
devConfigNetSyncRoleNetwork Time Synchronization role item for a device in the network.
none - Device will ignore network time synchronization messages.
tributary - Update the network reference time each time the device
receives an update massage.
controller - The device will generate the synchronization message and
Time of Day clock will be the same as the Network
Reference Time.rw Enumeration .pdn-devConfig.7.1 |
devConfigTime OBJECT IDENTIFIER .pdn-devConfig.8 |
devConfigTimeOfDayThis is standard definition of Device Time of Day
(DateAndTime) SYNTAX. The only difference is
that our group is defining timezone filed (8)
optional.
Display format-> 2d-1d-1d,1d:1d:1d.1d,1a1d:1d
Fields description
field octets contents range
-
1 1-2 year* 0..65536
2 3 month 1..12
3 4 day 1..31
4 5 hour 0..23
5 6 minutes 0..59
6 7 seconds 0..60
(use 60 for leap-second)
7 8 deci-seconds 0..9
8 9 direction from UTC '+' / '-'
9 10 hours from UTC* 0..13
10 11 minutes from UTC 0..59
* Notes:
- the value of year is in network-byte order
- daylight saving time in New Zealand is +13
For example, Tuesday May 26, 1992 at 1:30:15 PM EDT would be
displayed as:
1992-5-26,13:30:15.0,-4:0
Timezone information (fileds 8-10)
is optional.
Note that if only local time is known, then timezone
information (fields 8-10) is not present.rw DateAndTime (SNMPv2-TC) .pdn-devConfig.8.1 |
devConfigChangeKeys OBJECT IDENTIFIER .pdn-devConfig.9 |
devConfigChangeKeysTableThe Paradyne Configuration Change Key Table. This table
is in place to allow a Network Manager to know when the
configuration on the device changes. Configuration can
be found in several databases that may each have a
unique access method. For this reason, the keys are
in the form of a table. SEQUENCE OF DevConfigChangeKeysEntry .pdn-devConfig.9.1 |
devConfigChangeKeysEntryAn entry in the Paradyne Configuration Change Key Table. DevConfigChangeKeysEntry .pdn-devConfig.9.1.1 |
devConfigChangeKeysDbTypeThe type of database that is being keyed. If a specific
type is not supported by the device, noSuchName should be
returned.ro Enumeration .pdn-devConfig.9.1.1.1 |
devConfigChangeKeysDbKeyA unique value that will change each time the database is
altered. Effort should be made to increase the number of
times the database can change without seeing the same
key.ro Gauge .pdn-devConfig.9.1.1.2 |
devConfiguration OBJECT IDENTIFIER .pdn-devConfig.10 |
devConfigComDiscTimeThis object is used to specify how long
to wait before disconnecting. Inactivity
is defined as no keyboard activity within
a given period of time. The time is kept
in seconds. The default is 300 seconds.rw INTEGER .pdn-devConfig.10.1 |
devConfigPortNumDisplayFormatThis object is used to set display format for the
port numbers. The default is unit/port number.
sle(1) - this method is to use Single Logical Entity
interface numbers. For example, if sle is
confiugred the sle numbers range from 1 to
384 for a stack of 8 units
with 48 ports each.
unitport(2) - this method uses unitnumber/portnumber
For previous example the numbers would
be from 1/1 to 8/48.
name(3) - This method allowes user to assign character
strings (names) to each interface and to view
the interfaces by names.rw Enumeration .pdn-devConfig.10.2 |
devConfigDateDisplayFormatThis object is used to specify which format
will date be displayed in.The default is 'mmddyy'rw Enumeration .pdn-devConfig.10.3 |
devAcceptRemoteResetFrameThis object is used to enable/disable
acceptance of remote reset frame which
would result in hardware reset.
The default setting is disabled.rw Enumeration .pdn-devConfig.10.4 |