ECPPP-MIB

File: ECPPP-MIB.mib (28717 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB

Imported symbols

Counter IpAddress enterprises
OBJECT-TYPE DisplayString

Defined Types

PortRef  
INTEGER 1..48    

PppState  
INTEGER closed(1), opening(2), negotiating(3), opened(4), closing(5), other(6)    

NcpState  
INTEGER initial(1), starting(2), closed(3), stopped(4), closing(5), stopping(6), req-sent(7), ack-rcvd(8), ack-sent(9), opened(10), other(11)    

EcpppStatusEntry  
SEQUENCE    
  ecpppStatusPortRef PortRef
  ecpppStatusState PppState
  ecpppStatusAuthentProtocol INTEGER
  ecpppStatusQualityProtocol INTEGER
  ecpppStatusNegotiatedPktSize INTEGER
  ecpppStatusWindowSize INTEGER
  ecpppStatusProtocolCompr INTEGER
  ecpppStatusAddrCtrlCompr INTEGER
  ecpppStatusRestartTimer INTEGER
  ecpppStatusMaxPacketSize INTEGER
  ecpppStatusMaxTerminate INTEGER
  ecpppStatusMaxConfig INTEGER
  ecpppStatusMaxFailure INTEGER
  ecpppStatusNcpMask INTEGER

EcpppStatsEntry  
SEQUENCE    
  ecpppStatsPortRef PortRef
  ecpppStatsLcpReqTx Counter
  ecpppStatsLcpReqRx Counter
  ecpppStatsLcpAckTx Counter
  ecpppStatsLcpAckRx Counter
  ecpppStatsLcpNakTx Counter
  ecpppStatsLcpNakRx Counter
  ecpppStatsLcpRejTx Counter
  ecpppStatsLcpRejRx Counter
  ecpppStatsLcpCodeRejTx Counter
  ecpppStatsLcpCodeRejRx Counter
  ecpppStatsLcpProRejTx Counter
  ecpppStatsLcpProRejRx Counter
  ecpppStatsLcpEchoReqTx Counter
  ecpppStatsLcpEchoReqRx Counter
  ecpppStatsLcpEchoReplyTx Counter
  ecpppStatsLcpEchoReplyRx Counter
  ecpppStatsLcpRestartTimeout Counter
  ecpppStatsLcpTermRetrans Counter
  ecpppStatsLcpConfRetrans Counter
  ecpppStatsFrameTx Counter
  ecpppStatsFrameRx Counter
  ecpppStatsCharTx Counter
  ecpppStatsCharRx Counter

EcpppIPInfoEntry  
SEQUENCE    
  ecpppIPInfoPortRef PortRef
  ecpppIPInfoNcpState NcpState
  ecpppIPInfoIPComprProtocol INTEGER
  ecpppIPInfoIPAddr IpAddress
  ecpppIPInfoIPcpMaxTerm INTEGER
  ecpppIPInfoIPcpMaxConfig INTEGER
  ecpppIPInfoIPcpMaxFailure INTEGER

EcpppIPStatsEntry  
SEQUENCE    
  ecpppIPStatsPortRef PortRef
  ecpppIPStatsDatagramsTx Counter
  ecpppIPStatsDatagramsRx Counter
  ecpppIPStatsCharTx Counter
  ecpppIPStatsCharRx Counter
  ecpppIPStatsNcpRestartTimeout Counter
  ecpppIPStatsNcpTermRetrans Counter
  ecpppIPStatsNcpReqRetrans Counter

EcpppIPXInfoEntry  
SEQUENCE    
  ecpppIPXInfoPortRef PortRef
  ecpppIPXInfoNcpState NcpState
  ecpppIPXInfoIPXcpMaxTerm INTEGER
  ecpppIPXInfoIPXcpMaxConfig INTEGER
  ecpppIPXInfoIPXcpMaxFailure INTEGER

EcpppIPXStatsEntry  
SEQUENCE    
  ecpppIPXStatsPortRef PortRef
  ecpppIPXStatsDatagramsTx Counter
  ecpppIPXStatsDatagramsRx Counter
  ecpppIPXStatsCharTx Counter
  ecpppIPXStatsCharRx Counter
  ecpppIPXStatsNcpRestartTimeout Counter
  ecpppIPXStatsNcpTermRetrans Counter
  ecpppIPXStatsNcpReqRetrans Counter

EcpppATInfoEntry  
SEQUENCE    
  ecpppATInfoPortRef PortRef
  ecpppATInfoNcpState NcpState
  ecpppATInfoRoutingProtocol INTEGER
  ecpppATInfoComprConfig INTEGER
  ecpppATInfoServerClass INTEGER
  ecpppATInfoATAddr INTEGER
  ecpppATInfoATNode INTEGER
  ecpppATInfoATcpMaxTerm INTEGER
  ecpppATInfoATcpMaxConfig INTEGER
  ecpppATInfoATcpMaxFailure INTEGER
  ecpppATInfoSrvName DisplayString
  ecpppATInfoZoneName DisplayString

EcpppATStatsEntry  
SEQUENCE    
  ecpppATStatsPortRef PortRef
  ecpppATStatsDatagramsTx Counter
  ecpppATStatsDatagramsRx Counter
  ecpppATStatsCharTx Counter
  ecpppATStatsCharRx Counter
  ecpppATStatsNcpRestartTimeout Counter
  ecpppATStatsNcpTermRetrans Counter
  ecpppATStatsNcpReqRetrans Counter

Defined Values

eicon 1.3.6.1.4.1.434
OBJECT IDENTIFIER    

management 1.3.6.1.4.1.434.2
OBJECT IDENTIFIER    

mibv2 1.3.6.1.4.1.434.2.2
OBJECT IDENTIFIER    

module 1.3.6.1.4.1.434.2.2.4
OBJECT IDENTIFIER    

ecppp 1.3.6.1.4.1.434.2.2.4.23
OBJECT IDENTIFIER    

ecpppStatusTable 1.3.6.1.4.1.434.2.2.4.23.1
A table containing PPP-link global info
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EcpppStatusEntry

ecpppStatusEntry 1.3.6.1.4.1.434.2.2.4.23.1.1
Global information about a particular PPP Link.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  EcpppStatusEntry  

ecpppStatusPortRef 1.3.6.1.4.1.434.2.2.4.23.1.1.1
The id of the port on which the parameters in the table are configured
Status: mandatory Access: read-only
OBJECT-TYPE    
  PortRef  

ecpppStatusState 1.3.6.1.4.1.434.2.2.4.23.1.1.2
The state of the ppp connection
Status: mandatory Access: read-only
OBJECT-TYPE    
  PppState  

ecpppStatusAuthentProtocol 1.3.6.1.4.1.434.2.2.4.23.1.1.3
Authentication protocol used
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER pap(1), chap(2), other(3)  

ecpppStatusQualityProtocol 1.3.6.1.4.1.434.2.2.4.23.1.1.4
Link quality protocol used
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER lqr(1), other(2)  

ecpppStatusNegotiatedPktSize 1.3.6.1.4.1.434.2.2.4.23.1.1.5
Packet size negotiated.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ecpppStatusWindowSize 1.3.6.1.4.1.434.2.2.4.23.1.1.6
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ecpppStatusProtocolCompr 1.3.6.1.4.1.434.2.2.4.23.1.1.7
Protocol Compression
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

ecpppStatusAddrCtrlCompr 1.3.6.1.4.1.434.2.2.4.23.1.1.8
Address and Control field Compression.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

ecpppStatusRestartTimer 1.3.6.1.4.1.434.2.2.4.23.1.1.9
Timeout retransmission
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ecpppStatusMaxPacketSize 1.3.6.1.4.1.434.2.2.4.23.1.1.10
Maximum configured
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ecpppStatusMaxTerminate 1.3.6.1.4.1.434.2.2.4.23.1.1.11
Maximum Terminate Retransmission
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ecpppStatusMaxConfig 1.3.6.1.4.1.434.2.2.4.23.1.1.12
Maximum Configure Retransmission
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ecpppStatusMaxFailure 1.3.6.1.4.1.434.2.2.4.23.1.1.13
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ecpppStatusNcpMask 1.3.6.1.4.1.434.2.2.4.23.1.1.14
The bitmask value, 1 = IP, 2 = IPX, 4 = AT.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ecpppStatsTable 1.3.6.1.4.1.434.2.2.4.23.2
A table containing PPP-link specific variables for this PPP implementation.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EcpppStatsEntry

ecpppStatsEntry 1.3.6.1.4.1.434.2.2.4.23.2.1
Management information about a particular PPP Link.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  EcpppStatsEntry  

ecpppStatsPortRef 1.3.6.1.4.1.434.2.2.4.23.2.1.1
The id of the port on which the parameters in the table are configured
Status: mandatory Access: read-only
OBJECT-TYPE    
  PortRef  

ecpppStatsLcpReqTx 1.3.6.1.4.1.434.2.2.4.23.2.1.2
Number of LCP Configure-Request sent
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ecpppStatsLcpReqRx 1.3.6.1.4.1.434.2.2.4.23.2.1.3
Number of LCP Configure-Request received
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ecpppStatsLcpAckTx 1.3.6.1.4.1.434.2.2.4.23.2.1.4
Number of LCP Configure-Ack sent
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ecpppStatsLcpAckRx 1.3.6.1.4.1.434.2.2.4.23.2.1.5
Number of LCP Configure-Ack received
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ecpppStatsLcpNakTx 1.3.6.1.4.1.434.2.2.4.23.2.1.6
Number of LCP Configure-Nak sent
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ecpppStatsLcpNakRx 1.3.6.1.4.1.434.2.2.4.23.2.1.7
Number of LCP Configure-Nak received
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ecpppStatsLcpRejTx 1.3.6.1.4.1.434.2.2.4.23.2.1.8
Number of LCP Configure-Reject sent
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ecpppStatsLcpRejRx 1.3.6.1.4.1.434.2.2.4.23.2.1.9
Number of LCP Configure-Reject received
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ecpppStatsLcpCodeRejTx 1.3.6.1.4.1.434.2.2.4.23.2.1.10
Number of LCP Code-Reject sent
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ecpppStatsLcpCodeRejRx 1.3.6.1.4.1.434.2.2.4.23.2.1.11
Number of LCP Code-Reject received
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ecpppStatsLcpProRejTx 1.3.6.1.4.1.434.2.2.4.23.2.1.12
Number of Protocol-Reject sent
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ecpppStatsLcpProRejRx 1.3.6.1.4.1.434.2.2.4.23.2.1.13
Number of Protocol-Reject received
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ecpppStatsLcpEchoReqTx 1.3.6.1.4.1.434.2.2.4.23.2.1.14
Number of Echo-Request sent
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ecpppStatsLcpEchoReqRx 1.3.6.1.4.1.434.2.2.4.23.2.1.15
Number of Echo-Request received
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ecpppStatsLcpEchoReplyTx 1.3.6.1.4.1.434.2.2.4.23.2.1.16
Number of Echo-Reply sent
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ecpppStatsLcpEchoReplyRx 1.3.6.1.4.1.434.2.2.4.23.2.1.17
Number of Echo-Reply received
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ecpppStatsLcpRestartTimeout 1.3.6.1.4.1.434.2.2.4.23.2.1.18
Number of restart timer time-out
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ecpppStatsLcpTermRetrans 1.3.6.1.4.1.434.2.2.4.23.2.1.19
Number of LCP terminate request retransmissions.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ecpppStatsLcpConfRetrans 1.3.6.1.4.1.434.2.2.4.23.2.1.20
Number of LCP configure request retransmissions.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ecpppStatsFrameTx 1.3.6.1.4.1.434.2.2.4.23.2.1.21
Number of information frames sent
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ecpppStatsFrameRx 1.3.6.1.4.1.434.2.2.4.23.2.1.22
Number of information frames received
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ecpppStatsCharTx 1.3.6.1.4.1.434.2.2.4.23.2.1.23
Number of information characters sent
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ecpppStatsCharRx 1.3.6.1.4.1.434.2.2.4.23.2.1.24
Number of information characters received
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ecpppIPInfoTable 1.3.6.1.4.1.434.2.2.4.23.3
A table for PPP IP Protocol Info
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EcpppIPInfoEntry

ecpppIPInfoEntry 1.3.6.1.4.1.434.2.2.4.23.3.1
Management information about a particular PPP Link.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  EcpppIPInfoEntry  

ecpppIPInfoPortRef 1.3.6.1.4.1.434.2.2.4.23.3.1.1
The id of the port on which the parameters in the table are configured
Status: mandatory Access: read-only
OBJECT-TYPE    
  PortRef  

ecpppIPInfoNcpState 1.3.6.1.4.1.434.2.2.4.23.3.1.2
State during NCP phase
Status: mandatory Access: read-only
OBJECT-TYPE    
  NcpState  

ecpppIPInfoIPComprProtocol 1.3.6.1.4.1.434.2.2.4.23.3.1.3
Compression protocol
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER none(1), vj-tcp(2)  

ecpppIPInfoIPAddr 1.3.6.1.4.1.434.2.2.4.23.3.1.4
IP Address
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

ecpppIPInfoIPcpMaxTerm 1.3.6.1.4.1.434.2.2.4.23.3.1.5
Max. terminate retransmission
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ecpppIPInfoIPcpMaxConfig 1.3.6.1.4.1.434.2.2.4.23.3.1.6
Max. configure retransmission
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ecpppIPInfoIPcpMaxFailure 1.3.6.1.4.1.434.2.2.4.23.3.1.7
max config_nak retransmission
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ecpppIPStatsTable 1.3.6.1.4.1.434.2.2.4.23.4
A table for PPP IP Protocol Stats
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EcpppIPStatsEntry

ecpppIPStatsEntry 1.3.6.1.4.1.434.2.2.4.23.4.1
Management information about a particular PPP Link.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  EcpppIPStatsEntry  

ecpppIPStatsPortRef 1.3.6.1.4.1.434.2.2.4.23.4.1.1
The id of the port on which the parameters in the table are configured
Status: mandatory Access: read-only
OBJECT-TYPE    
  PortRef  

ecpppIPStatsDatagramsTx 1.3.6.1.4.1.434.2.2.4.23.4.1.2
Number of datagrams sent
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ecpppIPStatsDatagramsRx 1.3.6.1.4.1.434.2.2.4.23.4.1.3
Number of datagrams received
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ecpppIPStatsCharTx 1.3.6.1.4.1.434.2.2.4.23.4.1.4
Number of characters sent
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ecpppIPStatsCharRx 1.3.6.1.4.1.434.2.2.4.23.4.1.5
Number of characters received
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ecpppIPStatsNcpRestartTimeout 1.3.6.1.4.1.434.2.2.4.23.4.1.6
Number of NCP restart timer time-out
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ecpppIPStatsNcpTermRetrans 1.3.6.1.4.1.434.2.2.4.23.4.1.7
Number of NCP terminate request retransmissions.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ecpppIPStatsNcpReqRetrans 1.3.6.1.4.1.434.2.2.4.23.4.1.8
Number of NCP configure request retransmissions.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ecpppIPXInfoTable 1.3.6.1.4.1.434.2.2.4.23.5
A table for PPP IPX Protocol Info.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EcpppIPXInfoEntry

ecpppIPXInfoEntry 1.3.6.1.4.1.434.2.2.4.23.5.1
Management information about a particular PPP Link.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  EcpppIPXInfoEntry  

ecpppIPXInfoPortRef 1.3.6.1.4.1.434.2.2.4.23.5.1.1
The id of the port on which the parameters in the table are configured
Status: mandatory Access: read-only
OBJECT-TYPE    
  PortRef  

ecpppIPXInfoNcpState 1.3.6.1.4.1.434.2.2.4.23.5.1.2
State during NCP phase
Status: mandatory Access: read-only
OBJECT-TYPE    
  NcpState  

ecpppIPXInfoIPXcpMaxTerm 1.3.6.1.4.1.434.2.2.4.23.5.1.3
Max. terminate retransmission
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ecpppIPXInfoIPXcpMaxConfig 1.3.6.1.4.1.434.2.2.4.23.5.1.4
Max. configure retransmission
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ecpppIPXInfoIPXcpMaxFailure 1.3.6.1.4.1.434.2.2.4.23.5.1.5
Max config_nak retransmission
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ecpppIPXStatsTable 1.3.6.1.4.1.434.2.2.4.23.6
A table for PPP IP Protocol Stats.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EcpppIPXStatsEntry

ecpppIPXStatsEntry 1.3.6.1.4.1.434.2.2.4.23.6.1
Management information about a particular PPP Link.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  EcpppIPXStatsEntry  

ecpppIPXStatsPortRef 1.3.6.1.4.1.434.2.2.4.23.6.1.1
The id of the port on which the parameters in the table are configured.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PortRef  

ecpppIPXStatsDatagramsTx 1.3.6.1.4.1.434.2.2.4.23.6.1.2
Number of datagrams sent
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ecpppIPXStatsDatagramsRx 1.3.6.1.4.1.434.2.2.4.23.6.1.3
Number of datagrams received
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ecpppIPXStatsCharTx 1.3.6.1.4.1.434.2.2.4.23.6.1.4
Number of characters sent
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ecpppIPXStatsCharRx 1.3.6.1.4.1.434.2.2.4.23.6.1.5
Number of characters received
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ecpppIPXStatsNcpRestartTimeout 1.3.6.1.4.1.434.2.2.4.23.6.1.6
Number of NCP restart timer time-out
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ecpppIPXStatsNcpTermRetrans 1.3.6.1.4.1.434.2.2.4.23.6.1.7
Number of NCP terminate request retransmissions.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ecpppIPXStatsNcpReqRetrans 1.3.6.1.4.1.434.2.2.4.23.6.1.8
Number of NCP configure request retransmissions.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ecpppATInfoTable 1.3.6.1.4.1.434.2.2.4.23.7
A table for PPP AT Protocol Info
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EcpppATInfoEntry

ecpppATInfoEntry 1.3.6.1.4.1.434.2.2.4.23.7.1
Management information about a particular PPP Link.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  EcpppATInfoEntry  

ecpppATInfoPortRef 1.3.6.1.4.1.434.2.2.4.23.7.1.1
The id of the port on which the parameters in the table are configured.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PortRef  

ecpppATInfoNcpState 1.3.6.1.4.1.434.2.2.4.23.7.1.2
State during NCP phase
Status: mandatory Access: read-only
OBJECT-TYPE    
  NcpState  

ecpppATInfoRoutingProtocol 1.3.6.1.4.1.434.2.2.4.23.7.1.3
Type of routing protocol
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER none(1), rtmp(2), aurp(3), abgp(4)  

ecpppATInfoComprConfig 1.3.6.1.4.1.434.2.2.4.23.7.1.4
Compression configuration
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER no-compression(1), standard(2), prorietary(3)  

ecpppATInfoServerClass 1.3.6.1.4.1.434.2.2.4.23.7.1.5
Class of the remote server
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ecpppATInfoATAddr 1.3.6.1.4.1.434.2.2.4.23.7.1.6
Local address
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ecpppATInfoATNode 1.3.6.1.4.1.434.2.2.4.23.7.1.7
Local node id
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ecpppATInfoATcpMaxTerm 1.3.6.1.4.1.434.2.2.4.23.7.1.8
Max. terminate retransmission
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ecpppATInfoATcpMaxConfig 1.3.6.1.4.1.434.2.2.4.23.7.1.9
Max. configure retransmission
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ecpppATInfoATcpMaxFailure 1.3.6.1.4.1.434.2.2.4.23.7.1.10
Max config_nak retransmission
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ecpppATInfoSrvName 1.3.6.1.4.1.434.2.2.4.23.7.1.11
Length of the server name
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

ecpppATInfoZoneName 1.3.6.1.4.1.434.2.2.4.23.7.1.12
AT ASCII name of the zone
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

ecpppATStatsTable 1.3.6.1.4.1.434.2.2.4.23.8
A table for PPP IP Protocol Stats
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EcpppATStatsEntry

ecpppATStatsEntry 1.3.6.1.4.1.434.2.2.4.23.8.1
Management information about a particular PPP Link.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  EcpppATStatsEntry  

ecpppATStatsPortRef 1.3.6.1.4.1.434.2.2.4.23.8.1.1
The id of the port on which the parameters in the table are configured
Status: mandatory Access: read-only
OBJECT-TYPE    
  PortRef  

ecpppATStatsDatagramsTx 1.3.6.1.4.1.434.2.2.4.23.8.1.2
Number of datagrams sent
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ecpppATStatsDatagramsRx 1.3.6.1.4.1.434.2.2.4.23.8.1.3
Number of datagrams received
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ecpppATStatsCharTx 1.3.6.1.4.1.434.2.2.4.23.8.1.4
Number of characters sent
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ecpppATStatsCharRx 1.3.6.1.4.1.434.2.2.4.23.8.1.5
Number of characters sent
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ecpppATStatsNcpRestartTimeout 1.3.6.1.4.1.434.2.2.4.23.8.1.6
Number of NCP restart timer time-out
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ecpppATStatsNcpTermRetrans 1.3.6.1.4.1.434.2.2.4.23.8.1.7
Number of NCP terminate request retransmissions.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ecpppATStatsNcpReqRetrans 1.3.6.1.4.1.434.2.2.4.23.8.1.8
Number of NCP configure request retransmissions.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter