PDN-DSLAM-SYSTEM-MIB: View SNMP OID List / Download MIB
VENDOR: PARADYNE
Home | MIB: PDN-DSLAM-SYSTEM-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).
|
|||
Object Name | OID | Type | Access | Info |
sysDevDslamMIBObjects | 1.3.6.1.4.1.1795.2.24.2.24.1 | |||
sysDevStats | 1.3.6.1.4.1.1795.2.24.2.24.1.1 | |||
loginHistTable | 1.3.6.1.4.1.1795.2.24.2.24.1.1.1 | no-access |
This table shows the most recent 10 logins and all active users currently accessing the device. It is indexed by userId and loginTime. |
|
1.3.6.1.4.1.1795.2.24.2.24.1.1.1.1 | no-access |
This object corresponds to an entry in the login history table. |
||
loginUserId | 1.3.6.1.4.1.1795.2.24.2.24.1.1.1.1.1 | displaystring | read-only |
This object containes the user login id. |
loginTime | 1.3.6.1.4.1.1795.2.24.2.24.1.1.1.1.2 | timeticks | read-only |
This object containes the login time in seconds when the login session is established. |
loginAccessApp | 1.3.6.1.4.1.1795.2.24.2.24.1.1.1.1.3 | integer | read-only |
This object describes the access application used by the end user to access the device. This can be done through console, using telnet or using ftp. Enumeration: 'ftp': 3, 'console': 1, 'telnet': 2. |
loginAccessHost | 1.3.6.1.4.1.1795.2.24.2.24.1.1.1.1.4 | ipaddress | read-only |
This object containes the ip address of the network management station when the access application is telnet or ftp. In case of console, this object contains 0.0.0.0. |
loginUserPriv | 1.3.6.1.4.1.1795.2.24.2.24.1.1.1.1.5 | integer | read-only |
This object containes the access privileges of the user. Enumeration: 'operator': 2, 'administrator': 1. |
loginStatus | 1.3.6.1.4.1.1795.2.24.2.24.1.1.1.1.6 | integer | read-only |
This object indicates whether the user is still accessing the device. Enumeration: 'active': 1, 'inactive': 2. |
loginFailureCountTable | 1.3.6.1.4.1.1795.2.24.2.24.1.1.2 | no-access |
This table containes the statistics for login failures. It is indexed by access type i.e console, telnet or ftp. |
|
1.3.6.1.4.1.1795.2.24.2.24.1.1.2.1 | no-access |
This object corresponds to an entry in the login failure count table. |
||
loginFailureAccessApp | 1.3.6.1.4.1.1795.2.24.2.24.1.1.2.1.1 | integer | read-only |
This object describes the access application used by the end user to access the device. This can be done through console, using telnet or using ftp. Enumeration: 'ftp': 3, 'console': 1, 'telnet': 2. |
loginFailureCount | 1.3.6.1.4.1.1795.2.24.2.24.1.1.2.1.2 | counter | read-only |
This object containes the number of unsuccesful logins for console, ftp or telnet. |
sysDevConfig | 1.3.6.1.4.1.1795.2.24.2.24.1.2 | |||
enablePowerSourceFailureAlarm | 1.3.6.1.4.1.1795.2.24.2.24.1.2.1 | integer | read-write |
This objects corresponds to enabling/disabling the power source failure alarm - for both A and B power sources This object is for the MCC only. The default value of this object should be 1. Enumeration: 'enable': 2, 'disable': 1. |
devIfTable | 1.3.6.1.4.1.1795.2.24.2.24.1.2.2 | no-access |
This table is used to configure information for a particular interface |
|
1.3.6.1.4.1.1795.2.24.2.24.1.2.2.1 | no-access |
This object corresponds to an entry in the DevifTable |
||
devPacketDiscardPolicy | 1.3.6.1.4.1.1795.2.24.2.24.1.2.2.1.1 | integer | read-write |
This object corresponds to the policy for packet discards during periods of congestion : mrrp - most recently received packets are discarded. lrrp - least recently received packets are discarded. The default value of this object should be 2 Enumeration: 'lrrp': 3, 'mrrp': 2, 'noOp': 1. |
devLinkIntegrity | 1.3.6.1.4.1.1795.2.24.2.24.1.2.2.1.2 | integer | read-write |
This object corresponds to the enabling or disabling of the ethernet link integrity : enable - enable link integrity disable - disable link integrity none - for interfaces that do not support link integrity The default value of this object should be 1 Enumeration: 'none': 3, 'enable': 1, 'disable': 2. |
communityTrapAddressInfoTable | 1.3.6.1.4.1.1795.2.24.2.24.1.2.3 | no-access |
This table is used to set the trap destination address for a particular community. |
|
1.3.6.1.4.1.1795.2.24.2.24.1.2.3.1 | no-access |
This object corresponds to an entry in the community trap address info table. |
||
trapCommunityName | 1.3.6.1.4.1.1795.2.24.2.24.1.2.3.1.1 | displaystring | read-only |
This object corresponds to the name of the SNMP Community. |
trapDestAndPort | 1.3.6.1.4.1.1795.2.24.2.24.1.2.3.1.2 | taddress | read-only |
The IP Address and Port of the destination to which a trap must be sent. |
trapsEnable | 1.3.6.1.4.1.1795.2.24.2.24.1.2.3.1.3 | integer | read-write |
This object corresponds to turning traps on/off for a particular destination. enable (1) - traps will be sent to the specified destination. disable (2)- traps will not be sent to the specified destination. The default value of this object should be 2. Enumeration: 'enable': 1, 'disable': 2. |
trapRowStatus | 1.3.6.1.4.1.1795.2.24.2.24.1.2.3.1.4 | rowstatus | read-only |
This object is used to add or delete a a row from the table. |
entCommunityTable | 1.3.6.1.4.1.1795.2.24.2.24.1.2.4 | no-access |
This table is used to set the various configuration parameters for a particular community. |
|
1.3.6.1.4.1.1795.2.24.2.24.1.2.4.1 | no-access |
This object corresponds to an entry in the community table. |
||
entCommunityName | 1.3.6.1.4.1.1795.2.24.2.24.1.2.4.1.1 | displaystring | read-only |
This object corresponds to the name of the SNMP Community |
entCommunityType | 1.3.6.1.4.1.1795.2.24.2.24.1.2.4.1.2 | integer | read-write |
The type of the community readOnly - this community is only allowed to do get's readWrite - this community is allowed to do get's and set's The default value of this object should be 1 Enumeration: 'readWrite': 2, 'readOnly': 1. |
entCommunityRowStatus | 1.3.6.1.4.1.1795.2.24.2.24.1.2.4.1.3 | rowstatus | read-only |
This object is used to add or delete a a row from the table. |
sysDevUserAccountTable | 1.3.6.1.4.1.1795.2.24.2.24.1.2.5 | no-access |
This table contains the user accounts. |
|
1.3.6.1.4.1.1795.2.24.2.24.1.2.5.1 | no-access |
An entry containing user account information. |
||
sysDevUserAccountUserId | 1.3.6.1.4.1.1795.2.24.2.24.1.2.5.1.1 | displaystring | read-only |
This object corresponds to the login ID of the user account. |
sysDevUserAccountPrivilege | 1.3.6.1.4.1.1795.2.24.2.24.1.2.5.1.2 | integer | read-write |
This object corresponds to the access privilege of the user account. 1 = Operator, 2 = Administrator. Enumeration: 'operator': 1, 'administrator': 2. |
sysDevUserAccountUserPassword | 1.3.6.1.4.1.1795.2.24.2.24.1.2.5.1.3 | displaystring | read-only |
This object corresponds to the password of the user account. |
sysDevUserAccountAccessPartition | 1.3.6.1.4.1.1795.2.24.2.24.1.2.5.1.4 | displaystring | read-write |
This object corresponds to the access partition of the user account. The default value of this object is 'all' |
sysDevUserAccountRowStatus | 1.3.6.1.4.1.1795.2.24.2.24.1.2.5.1.5 | rowstatus | read-write |
This object corresponds to create or delete a row in sysDevUserAccountTable. |
sysDevIDSLConfigTable | 1.3.6.1.4.1.1795.2.24.2.24.1.2.6 | no-access |
A table that contains configuration information about IDSL Card. |
|
1.3.6.1.4.1.1795.2.24.2.24.1.2.6.1 | no-access |
A list of information for IDSL device Configuration. |
||
sysDevIDSLConfigPrimaryNetClockMode | 1.3.6.1.4.1.1795.2.24.2.24.1.2.6.1.1 | idslclockmode | read-write |
This object indicates the network clock mode set for the primary network clock. IDSL portcards with a port configured as an NT will be set to portCardDriveClockOnboard(4), both driving the backplane and using the clock for the other Local Timing transceivers on the card. Port cards with only LT ports configured will receive a clock from the backplane using portCardSinkClock(2). portCardDriveClock(3) will drive the backplane alone. The default value of this object is triState(1). |
sysDevIDSLConfigSecondaryNetClockMode | 1.3.6.1.4.1.1795.2.24.2.24.1.2.6.1.2 | idslclockmode | read-write |
This object indicates the network clock mode set for the secondary network clock. IDSL portcards with a port configured as an NT will be set to portCardDriveClockOnboard(4), both driving the backplane and using the clock for the other Local Timing transceivers on the card. Port cards with only LT ports configured will receive a clock from the backplane using portCardSinkClock(2). portCardDriveClock(3) will drive the backplane alone. The default value of this object is triState(1). |
sysDevDslamSyslog | 1.3.6.1.4.1.1795.2.24.2.24.1.2.7 | |||
sysDevSyslogFtpServerXferStatsEnable | 1.3.6.1.4.1.1795.2.24.2.24.1.2.7.1 | switchstate | read-write |
This object allows the network manager to enable and disable syslog messages for FTP server file transfer statistics |
sysDevSyslogTftpServerXferStatsEnable | 1.3.6.1.4.1.1795.2.24.2.24.1.2.7.2 | switchstate | read-write |
This object allows the network manager to enable and disable syslog messages for TFTP server file transfer statistics |
sysDevDslamMIBTraps | 1.3.6.1.4.1.1795.2.24.2.24.2 | |||
cCN | 1.3.6.1.4.1.1795.2.24.2.24.20.7 |
This trap signifies a Configuration change or software upgrade in the xDSL card. This trap is of 'warning' class |
||
authenticationFailure | 1.3.6.1.4.1.1795.2.24.2.24.20.8 |
This trap signifies an authentication failure. Authentication failures can be telnet based or terminal based. This trap is in addition to the SNMP based authentication failure trap, which is a generic trap. |
||
fanModuleFailure | 1.3.6.1.4.1.1795.2.24.2.24.20.9 |
This trap indicates the indicates the failure of the fan module on the device. This trap is sent only by the MCC card. this trap is of 'minor' class |
||
powerSourceAFailure | 1.3.6.1.4.1.1795.2.24.2.24.20.10 |
This trap indicates that power source A has failed. This is sent only by the MCC card. This trap is of 'minor' class. |
||
slotPollFailure | 1.3.6.1.4.1.1795.2.24.2.24.20.11 |
This trap indicates a slot poll failure. This is sent only by the MCC card. this trap is of 'major' class. |
||
ethernetJabber | 1.3.6.1.4.1.1795.2.24.2.24.20.12 |
This trap indicates that a jabber condition has been detected on the ethernet interface. This trap is of 'major' class. |
||
ethernetJumbos | 1.3.6.1.4.1.1795.2.24.2.24.20.13 |
This trap indicates ethernet jumbos. this trap is of 'minor' class |
||
ethernetRunts | 1.3.6.1.4.1.1795.2.24.2.24.20.14 |
This trap indicates ethernet runts. this trap is of 'minor' |
||
powerSourceBFailure | 1.3.6.1.4.1.1795.2.24.2.24.20.17 |
This trap indicates that power source B has failed. This is sent only by the MCC card. This trap is of 'minor' class. |
||
nonIpConservativeCardDetected | 1.3.6.1.4.1.1795.2.24.2.24.20.18 |
This trap indicates that a non ip conservative DSL card exist in the chassis at the slot 'slotNumber'.This is sent only by the MCC card. This trap is of warning class. |
||
nonSupportedMCC | 1.3.6.1.4.1.1795.2.24.2.24.20.20 |
AN has detected MCC firmware release too low to support this device |
||
nonSupportedChassis | 1.3.6.1.4.1.1795.2.24.2.24.20.21 |
AN in slot xx has been installed in a chassis that cannot support one or more of its features. |
||
fanModuleOperational | 1.3.6.1.4.1.1795.2.24.2.24.20.109 |
This trap indicates the indicates the fan module on the device is operational. This trap is sent only by the MCC card. This trap is of 'minor' class |
||
powerSourceAOperational | 1.3.6.1.4.1.1795.2.24.2.24.20.110 |
This trap indicates that the power source A is operational. This is sent only by the MCC card. This trap is of 'minor' class. This trap compliments powerSourceAFailure trap. |
||
newCardDetected | 1.3.6.1.4.1.1795.2.24.2.24.20.111 |
This trap indicates that a new card was detected in a slot. This is sent only by the MCC card. this trap is of 'warning' class. |
||
ethernetJabberClear | 1.3.6.1.4.1.1795.2.24.2.24.20.112 |
This trap indicates that the jabber condition that was detected no longer exists. This trap is of 'major' class. |
||
powerSourceBOperational | 1.3.6.1.4.1.1795.2.24.2.24.20.117 |
This trap indicates that the power source B is operational. This is sent only by the MCC card. This trap is of 'minor' class. This trap compliments powerSourceBFailure trap. |