PDN-CONFIG-MIB: View SNMP OID List / Download MIB

VENDOR: PARADYNE


 Home MIB: PDN-CONFIG-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 devConfigArea 1.3.6.1.4.1.1795.2.24.2.7.1
     devConfigAreaCopy 1.3.6.1.4.1.1795.2.24.2.7.1.1 integer read-write
This 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). Enumeration: 'factory7-to-customer2': 28, 'factory7-to-customer1': 27, 'factory3-to-active': 14, 'factory4-to-active': 17, 'customer1-to-active': 4, 'factory5-to-active': 20, 'factory5-to-customer1': 21, 'factory5-to-customer2': 22, 'customer2-to-customer1': 7, 'customer1-to-customer2': 5, 'customer2-to-active': 6, 'factory7-to-active': 26, 'active-to-customer1': 2, 'active-to-customer2': 3, 'factory9-to-active': 32, 'factory2-to-active': 11, 'noOp': 1, 'factory1-to-active': 8, 'factory8-to-active': 29, 'factory9-to-customer1': 33, 'factory9-to-customer2': 34, 'factory1-to-customer1': 9, 'factory2-to-customer1': 12, 'factory2-to-customer2': 13, 'factory1-to-customer2': 10, 'factory6-to-customer1': 24, 'factory6-to-customer2': 25, 'factory8-to-customer2': 31, 'factory8-to-customer1': 30, 'factory6-to-active': 23, 'factory4-to-customer2': 19, 'factory3-to-customer2': 16, 'factory3-to-customer1': 15, 'factory4-to-customer1': 18.
 devConfigTestTimer 1.3.6.1.4.1.1795.2.24.2.7.2
     devConfigTestTimeout 1.3.6.1.4.1.1795.2.24.2.7.2.1 integer read-write
This object specifies whether tests are to be terminated after a defined duration. If the value is enable(2), the duration is defined by devConfigTestDuration. Enumeration: 'enable': 2, 'disable': 1.
     devConfigTestDuration 1.3.6.1.4.1.1795.2.24.2.7.2.2 integer read-write
This 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.
 devConfigClockSrc 1.3.6.1.4.1.1795.2.24.2.7.3
     devConfigClockSrcTable 1.3.6.1.4.1.1795.2.24.2.7.3.1 no-access
The clock source table.
         devConfigClockSrcEntry 1.3.6.1.4.1.1795.2.24.2.7.3.1.1 no-access
An entry in the clock source table.
             devCfgClkWhichSrc 1.3.6.1.4.1.1795.2.24.2.7.3.1.1.1 integer read-only
The clock source to which this entry is applicable. Enumeration: 'primary': 1, 'secondary': 2.
             devCfgClkSource 1.3.6.1.4.1.1795.2.24.2.7.3.1.1.2 integer read-write
This 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. Enumeration: 'interface': 3, 'external2': 5, 'internal': 1, 'dbm': 4, 'external': 2.
             devCfgClkIfIndex 1.3.6.1.4.1.1795.2.24.2.7.3.1.1.3 integer read-write
This 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.
             devCfgClkRate 1.3.6.1.4.1.1795.2.24.2.7.3.1.1.4 integer read-write
This object is used to specify the clock signal rate associated with the external source selected by the devCfgClkSource object. Enumeration: 'rate64KHz': 3, 'rate2048KHz': 5, 'rate400Hz': 1, 'rate1544KHz': 4, 'rate8KHz': 2.
 devConfigTrap 1.3.6.1.4.1.1795.2.24.2.7.4
     devConfigTrapEnable 1.3.6.1.4.1.1795.2.24.2.7.4.1 integer read-write
Which 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.
     cCNTrapEnable 1.3.6.1.4.1.1795.2.24.2.7.4.2 integer read-write
This 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.
 devConfigAlarm 1.3.6.1.4.1.1795.2.24.2.7.5
     devConfigAlarmRelayCutoff 1.3.6.1.4.1.1795.2.24.2.7.5.6 integer read-write
Writing off(2) to this object will turn off the System Alarm Relay. Reading this object will always return noOp(1). Enumeration: 'off': 2, 'noOp': 1.
 devConfigCardType 1.3.6.1.4.1.1795.2.24.2.7.6
     devConfigCardTypeTable 1.3.6.1.4.1.1795.2.24.2.7.6.7 no-access
The Paradyne Card Type Table.
         devConfigCardTypeEntry 1.3.6.1.4.1.1795.2.24.2.7.6.7.1 no-access
An entry in the Paradyne Card Type Table.
             devCfgCardSlot 1.3.6.1.4.1.1795.2.24.2.7.6.7.1.1 integer read-only
The slot number which this card occupies in the chassis.
             devCfgCardConfig 1.3.6.1.4.1.1795.2.24.2.7.6.7.1.2 integer read-only
The type of card which has been configured for this slot. Enumeration: 'dsxAPM': 8, 'acceptingAPM': 17, 'misconfiguredAPM': 10, 't3NAM': 24, 'voiceFxsAPM': 5, 'dualDsxNniNAM': 22, 'dce6APM': 13, 'ocu6APM': 12, 'pktVoiceAPM': 16, 'stNAM': 20, 't3NniNAM': 23, 'unsupportedAPM': 2, 't1NAM': 3, 'dslNAM': 25, 'voiceEmAPM': 6, 'ddsNAM': 21, 'ocu4APM': 15, 'voiceFxoAPM': 7, 'sruAPM': 14, 'syncDataAPM': 4, 'dpNAM': 19, 'emptySlot': 1, 'failedAPM': 18, 'ocu2APM': 11, 't1NoDsxNAM': 9.
             devCfgCardActual 1.3.6.1.4.1.1795.2.24.2.7.6.7.1.3 integer read-only
The type of card which is present in this slot. Enumeration: 'acceptingAPM': 17, 't3NAM': 24, 'voiceFxsAPM': 5, 'dualDsxNniNAM': 22, 'dce6APM': 13, 'ocu6APM': 12, 'misconfigured': 10, 'pktVoiceAPM': 16, 'stNAM': 20, 't3NniNAM': 23, 'unsupportedAPM': 2, 'voiceDsxAPM': 8, 't1NAM': 3, 'dslNAM': 25, 'voiceEmAPM': 6, 'ddsNAM': 21, 'ocu4APM': 15, 'voiceFxoAPM': 7, 'sruAPM': 14, 'syncDataAPM': 4, 'dpNAM': 19, 'emptySlot': 1, 'failedAPM': 18, 'ocu2APM': 11, 't1NoDsxNAM': 9.
             devCfgCardAction 1.3.6.1.4.1.1795.2.24.2.7.6.7.1.4 integer read-write
Writing 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). Enumeration: 'noOp': 1, 'accept': 2.
 devConfigNetSync 1.3.6.1.4.1.1795.2.24.2.7.7
     devConfigNetSyncRole 1.3.6.1.4.1.1795.2.24.2.7.7.1 integer read-write
Network 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. Enumeration: 'none': 1, 'tributary': 2, 'controller': 3.
 devConfigTime 1.3.6.1.4.1.1795.2.24.2.7.8
     devConfigTimeOfDay 1.3.6.1.4.1.1795.2.24.2.7.8.1 dateandtime read-write
This 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.
 devConfigChangeKeys 1.3.6.1.4.1.1795.2.24.2.7.9
     devConfigChangeKeysTable 1.3.6.1.4.1.1795.2.24.2.7.9.1 no-access
The 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.
         devConfigChangeKeysEntry 1.3.6.1.4.1.1795.2.24.2.7.9.1.1 no-access
An entry in the Paradyne Configuration Change Key Table.
             devConfigChangeKeysDbType 1.3.6.1.4.1.1795.2.24.2.7.9.1.1.1 integer read-only
The type of database that is being keyed. If a specific type is not supported by the device, noSuchName should be returned. Enumeration: 'routerConfig': 4, 'rmonAlarm': 2, 'rmonUserHistory': 3, 'generalConfig': 1.
             devConfigChangeKeysDbKey 1.3.6.1.4.1.1795.2.24.2.7.9.1.1.2 gauge read-only
A 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.
 devConfiguration 1.3.6.1.4.1.1795.2.24.2.7.10
       devConfigComDiscTime 1.3.6.1.4.1.1795.2.24.2.7.10.1 integer read-write
This 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.
       devConfigPortNumDisplayFormat 1.3.6.1.4.1.1795.2.24.2.7.10.2 integer read-write
This 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. Enumeration: 'sle': 1, 'unitport': 2, 'name': 3.
       devConfigDateDisplayFormat 1.3.6.1.4.1.1795.2.24.2.7.10.3 integer read-write
This object is used to specify which format will date be displayed in.The default is 'mmddyy' Enumeration: 'ddmmyy': 1, 'mmddyy': 2.
       devAcceptRemoteResetFrame 1.3.6.1.4.1.1795.2.24.2.7.10.4 integer read-write
This object is used to enable/disable acceptance of remote reset frame which would result in hardware reset. The default setting is disabled. Enumeration: 'enable': 1, 'disable': 2.
       cCN 1.3.6.1.4.1.1795.2.24.2.7.40.7
This trap signifies a Configuration change or software upgrade. This trap is of 'warning' class