PDN-DSLAM-SYSTEM-MIB

File: PDN-DSLAM-SYSTEM-MIB.mib (25669 bytes)

Imported modules

SNMPv2-TC PDN-TC SNMPv2-SMI
SNMPv2-CONF RFC1213-MIB ENTITY-MIB
PDN-HEADER-MIB

Imported symbols

TAddress RowStatus DisplayString
IdslClockMode SwitchState Counter32
IpAddress TimeTicks Integer32
OBJECT-TYPE NOTIFICATION-TYPE MODULE-IDENTITY
OBJECT-GROUP NOTIFICATION-GROUP ifIndex
sysObjectID entPhysicalIndex pdn-common

Defined Types

LoginHistTableEntry  
SEQUENCE    
  loginUserId DisplayString
  loginTime TimeTicks
  loginAccessApp INTEGER
  loginAccessHost IpAddress
  loginUserPriv INTEGER
  loginStatus INTEGER

LoginFailureCountTableEntry  
SEQUENCE    
  loginFailureAccessApp INTEGER
  loginFailureCount Counter32

DevIfTableEntry  
SEQUENCE    
  devPacketDiscardPolicy INTEGER
  devLinkIntegrity INTEGER

CommunityTrapAddressInfoTableEntry  
SEQUENCE    
  trapCommunityName DisplayString Size(1..32)
  trapDestAndPort TAddress
  trapsEnable INTEGER
  trapRowStatus RowStatus

EntCommunityTableEntry  
SEQUENCE    
  entCommunityName DisplayString Size(1..32)
  entCommunityType INTEGER
  entCommunityRowStatus RowStatus

SysDevUserAccountEntry  
SEQUENCE    
  sysDevUserAccountUserId DisplayString Size(6..15)
  sysDevUserAccountPrivilege INTEGER
  sysDevUserAccountUserPassword DisplayString Size(6..15)
  sysDevUserAccountAccessPartition DisplayString Size(0..50)
  sysDevUserAccountRowStatus RowStatus

SysDevConfigUserAccountEntry  
SEQUENCE    
  sysDevConfigUserAccountIndex Integer32
  sysDevConfigUserAccountUserId DisplayString Size(1..15)
  sysDevConfigUserAccountPrivilegedPassword DisplayString Size(0..15)
  sysDevConfigUserAccountUserPassword DisplayString Size(0..15)
  sysDevConfigUserAccountRowStatus RowStatus

SysDevIDSLConfigEntry  
SEQUENCE    
  sysDevIDSLConfigPrimaryNetClockMode IdslClockMode
  sysDevIDSLConfigSecondaryNetClockMode IdslClockMode

Defined Values

pdn-dslam 1.3.6.1.4.1.1795.2.24.2.24
The DSLAM MIB. This MIB is specific to portcards and DSLAM configuration/stats for MCC and the portcards. The objects defined in this mib are specific to some products and donot apply to all paradyne devices.
MODULE-IDENTITY    

sysDevDslamMIBObjects 1.3.6.1.4.1.1795.2.24.2.24.1
OBJECT IDENTIFIER    

sysDevDslamMIBTraps 1.3.6.1.4.1.1795.2.24.2.24.2
OBJECT IDENTIFIER    

sysDevStats 1.3.6.1.4.1.1795.2.24.2.24.1.1
OBJECT IDENTIFIER    

sysDevConfig 1.3.6.1.4.1.1795.2.24.2.24.1.2
OBJECT IDENTIFIER    

loginHistTable 1.3.6.1.4.1.1795.2.24.2.24.1.1.1
This table shows the most recent 10 logins and all active users currently accessing the device. It is indexed by userId and loginTime.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LoginHistTableEntry

loginHistTableEntry 1.3.6.1.4.1.1795.2.24.2.24.1.1.1.1
This object corresponds to an entry in the login history table.
Status: current Access: not-accessible
OBJECT-TYPE    
  LoginHistTableEntry  

loginUserId 1.3.6.1.4.1.1795.2.24.2.24.1.1.1.1.1
This object containes the user login id.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

loginTime 1.3.6.1.4.1.1795.2.24.2.24.1.1.1.1.2
This object containes the login time in seconds when the login session is established.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

loginAccessApp 1.3.6.1.4.1.1795.2.24.2.24.1.1.1.1.3
This object describes the access application used by the end user to access the device. This can be done through console, using telnet, modem, web, or using ftp.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER console(1), telnet(2), ftp(3), web(4), modem(5)  

loginAccessHost 1.3.6.1.4.1.1795.2.24.2.24.1.1.1.1.4
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.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

loginUserPriv 1.3.6.1.4.1.1795.2.24.2.24.1.1.1.1.5
This object containes the access privileges of the user.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER administrator(1), operator(2)  

loginStatus 1.3.6.1.4.1.1795.2.24.2.24.1.1.1.1.6
This object indicates whether the user is still accessing the device.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER active(1), inactive(2)  

loginFailureCountTable 1.3.6.1.4.1.1795.2.24.2.24.1.1.2
This table containes the statistics for login failures. It is indexed by access type i.e console, telnet or ftp.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LoginFailureCountTableEntry

loginFailureCountTableEntry 1.3.6.1.4.1.1795.2.24.2.24.1.1.2.1
This object corresponds to an entry in the login failure count table.
Status: current Access: not-accessible
OBJECT-TYPE    
  LoginFailureCountTableEntry  

loginFailureAccessApp 1.3.6.1.4.1.1795.2.24.2.24.1.1.2.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER console(1), telnet(2), ftp(3)  

loginFailureCount 1.3.6.1.4.1.1795.2.24.2.24.1.1.2.1.2
This object containes the number of unsuccesful logins for console, ftp or telnet.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

enablePowerSourceFailureAlarm 1.3.6.1.4.1.1795.2.24.2.24.1.2.1
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

devIfTable 1.3.6.1.4.1.1795.2.24.2.24.1.2.2
This table is used to configure information for a particular interface
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DevIfTableEntry

devIfTableEntry 1.3.6.1.4.1.1795.2.24.2.24.1.2.2.1
This object corresponds to an entry in the DevifTable
Status: current Access: not-accessible
OBJECT-TYPE    
  DevIfTableEntry  

devPacketDiscardPolicy 1.3.6.1.4.1.1795.2.24.2.24.1.2.2.1.1
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
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER noOp(1), mrrp(2), lrrp(3)  

devLinkIntegrity 1.3.6.1.4.1.1795.2.24.2.24.1.2.2.1.2
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
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(2), none(3)  

communityTrapAddressInfoTable 1.3.6.1.4.1.1795.2.24.2.24.1.2.3
This table is used to set the trap destination address for a particular community.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CommunityTrapAddressInfoTableEntry

communityTrapAddressInfoTableEntry 1.3.6.1.4.1.1795.2.24.2.24.1.2.3.1
This object corresponds to an entry in the community trap address info table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CommunityTrapAddressInfoTableEntry  

trapCommunityName 1.3.6.1.4.1.1795.2.24.2.24.1.2.3.1.1
This object corresponds to the name of the SNMP Community.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..32)  

trapDestAndPort 1.3.6.1.4.1.1795.2.24.2.24.1.2.3.1.2
The IP Address and Port of the destination to which a trap must be sent.
Status: current Access: not-accessible
OBJECT-TYPE    
  TAddress  

trapsEnable 1.3.6.1.4.1.1795.2.24.2.24.1.2.3.1.3
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.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

trapRowStatus 1.3.6.1.4.1.1795.2.24.2.24.1.2.3.1.4
This object is used to add or delete a a row from the table.
Status: current Access: read-only
OBJECT-TYPE    
  RowStatus  

entCommunityTable 1.3.6.1.4.1.1795.2.24.2.24.1.2.4
This table is used to set the various configuration parameters for a particular community.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EntCommunityTableEntry

entCommunityTableEntry 1.3.6.1.4.1.1795.2.24.2.24.1.2.4.1
This object corresponds to an entry in the community table.
Status: current Access: not-accessible
OBJECT-TYPE    
  EntCommunityTableEntry  

entCommunityName 1.3.6.1.4.1.1795.2.24.2.24.1.2.4.1.1
This object corresponds to the name of the SNMP Community
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..32)  

entCommunityType 1.3.6.1.4.1.1795.2.24.2.24.1.2.4.1.2
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
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER readOnly(1), readWrite(2)  

entCommunityRowStatus 1.3.6.1.4.1.1795.2.24.2.24.1.2.4.1.3
This object is used to add or delete a a row from the table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

sysDevUserAccountTable 1.3.6.1.4.1.1795.2.24.2.24.1.2.5
This table contains the user accounts.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SysDevUserAccountEntry

sysDevUserAccountEntry 1.3.6.1.4.1.1795.2.24.2.24.1.2.5.1
An entry containing user account information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SysDevUserAccountEntry  

sysDevUserAccountUserId 1.3.6.1.4.1.1795.2.24.2.24.1.2.5.1.1
This object corresponds to the login ID of the user account.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(6..15)  

sysDevUserAccountPrivilege 1.3.6.1.4.1.1795.2.24.2.24.1.2.5.1.2
This object corresponds to the access privilege of the user account. 1 = Operator, 2 = Administrator, 3 = maintenance, 4 = provisioning, 5 = manufacturing.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER operator(1), administrator(2), maintenance(3), provisioning(4), manufacturing(5)  

sysDevUserAccountUserPassword 1.3.6.1.4.1.1795.2.24.2.24.1.2.5.1.3
This object corresponds to the password of the user account.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(6..15)  

sysDevUserAccountAccessPartition 1.3.6.1.4.1.1795.2.24.2.24.1.2.5.1.4
This object corresponds to the access partition of the user account. The default value of this object is 'all'
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..50)  

sysDevUserAccountRowStatus 1.3.6.1.4.1.1795.2.24.2.24.1.2.5.1.5
This object corresponds to create or delete a row in sysDevUserAccountTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

sysDevConfigUserAccountTable 1.3.6.1.4.1.1795.2.24.2.24.1.2.8
This table contains the user accounts.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SysDevConfigUserAccountEntry

sysDevConfigUserAccountEntry 1.3.6.1.4.1.1795.2.24.2.24.1.2.8.1
An entry containing user account information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SysDevConfigUserAccountEntry  

sysDevConfigUserAccountIndex 1.3.6.1.4.1.1795.2.24.2.24.1.2.8.1.1
The value of this object is an index of the account config table. This object is used by sysDevConfigUserAccountTable to identify the row in the table. When creating new row of this table the value of this object may be obtained by retreiving the value of sysDevConfigUserAccountIndexNext.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

sysDevConfigUserAccountUserId 1.3.6.1.4.1.1795.2.24.2.24.1.2.8.1.2
This object corresponds to the login ID of the user account.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..15)  

sysDevConfigUserAccountPrivilegedPassword 1.3.6.1.4.1.1795.2.24.2.24.1.2.8.1.3
This object corresponds to the access privilege password of the user account. If user is configured with this password in addition to a UserPassword than the user is Administrator. In a case that user is Operator and does not supply this password upon user configuration this value should be null string
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..15)  

sysDevConfigUserAccountUserPassword 1.3.6.1.4.1.1795.2.24.2.24.1.2.8.1.4
This object corresponds to the password of the user account.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..15)  

sysDevConfigUserAccountRowStatus 1.3.6.1.4.1.1795.2.24.2.24.1.2.8.1.5
This object corresponds to create or delete a row in sysDevConfigUserAccountTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

sysDevConfigUserAccountIndexNext 1.3.6.1.4.1.1795.2.24.2.24.1.2.9
This object contains an appropriate value to be used for sysDevConfigUserAccountTable. The value of 0 indicates that no unassigned entries are available. To obtain sysDevConfigUserAccountIndex value for the new entry the manager issues a management protocol retrieval operation to obtain a current value of this object. After each retrieval, the agent should modify the value to the next unassigned index.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sysDevIDSLConfigTable 1.3.6.1.4.1.1795.2.24.2.24.1.2.6
A table that contains configuration information about IDSL Card.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SysDevIDSLConfigEntry

sysDevIDSLConfigEntry 1.3.6.1.4.1.1795.2.24.2.24.1.2.6.1
A list of information for IDSL device Configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SysDevIDSLConfigEntry  

sysDevIDSLConfigPrimaryNetClockMode 1.3.6.1.4.1.1795.2.24.2.24.1.2.6.1.1
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).
Status: current Access: read-create
OBJECT-TYPE    
  IdslClockMode  

sysDevIDSLConfigSecondaryNetClockMode 1.3.6.1.4.1.1795.2.24.2.24.1.2.6.1.2
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).
Status: current Access: read-create
OBJECT-TYPE    
  IdslClockMode  

sysDevDslamSyslog 1.3.6.1.4.1.1795.2.24.2.24.1.2.7
OBJECT IDENTIFIER    

sysDevSyslogFtpServerXferStatsEnable 1.3.6.1.4.1.1795.2.24.2.24.1.2.7.1
This object allows the network manager to enable and disable syslog messages for FTP server file transfer statistics
Status: current Access: read-write
OBJECT-TYPE    
  SwitchState  

sysDevSyslogTftpServerXferStatsEnable 1.3.6.1.4.1.1795.2.24.2.24.1.2.7.2
This object allows the network manager to enable and disable syslog messages for TFTP server file transfer statistics
Status: current Access: read-write
OBJECT-TYPE    
  SwitchState  

cCN 1.3.6.1.4.1.1795.2.24.2.24.2.7
This trap signifies a Configuration change or software upgrade in the xDSL card. This trap is of 'warning' class
Status: current Access: read-write
NOTIFICATION-TYPE    

authenticationFailureTrap 1.3.6.1.4.1.1795.2.24.2.24.2.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.
Status: current Access: read-write
NOTIFICATION-TYPE    

fanModuleFailure 1.3.6.1.4.1.1795.2.24.2.24.2.9
This trap indicates the indicates the failure of the fan module on the device.
Status: current Access: read-write
NOTIFICATION-TYPE    

fanModuleOperational 1.3.6.1.4.1.1795.2.24.2.24.2.109
This trap indicates the indicates the fan module on the device is operational.
Status: current Access: read-write
NOTIFICATION-TYPE    

powerSourceAFailure 1.3.6.1.4.1.1795.2.24.2.24.2.10
This trap indicates that power source A has failed. This is sent only by the MCC card. This trap is of 'minor' class.
Status: current Access: read-write
NOTIFICATION-TYPE    

powerSourceAOperational 1.3.6.1.4.1.1795.2.24.2.24.2.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.
Status: current Access: read-write
NOTIFICATION-TYPE    

slotPollFailure 1.3.6.1.4.1.1795.2.24.2.24.2.11
This trap indicates a slot poll failure. This is sent only by the MCC card. this trap is of 'major' class.
Status: current Access: read-write
NOTIFICATION-TYPE    

newCardDetected 1.3.6.1.4.1.1795.2.24.2.24.2.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.
Status: current Access: read-write
NOTIFICATION-TYPE    

ethernetJabber 1.3.6.1.4.1.1795.2.24.2.24.2.12
This trap indicates that a jabber condition has been detected on the ethernet interface. This trap is of 'major' class.
Status: current Access: read-write
NOTIFICATION-TYPE    

ethernetJabberClear 1.3.6.1.4.1.1795.2.24.2.24.2.112
This trap indicates that the jabber condition that was detected no longer exists. This trap is of 'major' class.
Status: current Access: read-write
NOTIFICATION-TYPE    

ethernetJumbos 1.3.6.1.4.1.1795.2.24.2.24.2.13
This trap indicates ethernet jumbos. this trap is of 'minor' class
Status: current Access: read-write
NOTIFICATION-TYPE    

ethernetRunts 1.3.6.1.4.1.1795.2.24.2.24.2.14
This trap indicates ethernet runts. this trap is of 'minor'
Status: current Access: read-write
NOTIFICATION-TYPE    

powerSourceBFailure 1.3.6.1.4.1.1795.2.24.2.24.2.17
This trap indicates that power source B has failed. This is sent only by the MCC card. This trap is of 'minor' class.
Status: current Access: read-write
NOTIFICATION-TYPE    

powerSourceBOperational 1.3.6.1.4.1.1795.2.24.2.24.2.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.
Status: current Access: read-write
NOTIFICATION-TYPE    

nonIpConservativeCardDetected 1.3.6.1.4.1.1795.2.24.2.24.2.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.
Status: current Access: read-write
NOTIFICATION-TYPE    

nonSupportedMCC 1.3.6.1.4.1.1795.2.24.2.24.2.20
AN has detected MCC firmware release too low to support this device
Status: current Access: read-write
NOTIFICATION-TYPE    

nonSupportedChassis 1.3.6.1.4.1.1795.2.24.2.24.2.21
AN in slot xx has been installed in a chassis that cannot support one or more of its features.
Status: current Access: read-write
NOTIFICATION-TYPE    

fanEntityModuleFailure 1.3.6.1.4.1.1795.2.24.2.24.2.22
This trap indicates the indicates the failure of the fan module on the device.
Status: current Access: read-write
NOTIFICATION-TYPE    

fanEntityModuleOperational 1.3.6.1.4.1.1795.2.24.2.24.2.122
This trap indicates the indicates the fan module on the device is operational.
Status: current Access: read-write
NOTIFICATION-TYPE