ITOUCH-PPP-MIB

File: ITOUCH-PPP-MIB.mib (48165 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC-1212
ITOUCH-MIB

Imported symbols

Counter IpAddress ifIndex
OBJECT-TYPE iTouch

Defined Types

XPppConfigEntry  
SEQUENCE    
  xPppConfigOpen INTEGER
  xPppConfigActive INTEGER
  xPppConfigDefaults INTEGER
  xPppConfigRestartTimer INTEGER
  xPppConfigConfLimit INTEGER
  xPppConfigFailLimit INTEGER
  xPppConfigPacketLogging INTEGER
  xPppConfigKATimer INTEGER
  xPppConfigKATimeout INTEGER

XPppStatusEntry  
SEQUENCE    
  xPppStatusState INTEGER
  xPppLinkOpen INTEGER
  xPppHdlcRxTotalPkts Counter
  xPppHdlcTxTotalPkts Counter
  xPppHdlcRxFrameErrs Counter
  xPppHdlcRxNoBuffer Counter
  xPppHdlcTxNoBuffer Counter
  xPppHdlcRxBadFcs Counter
  xPppHdlcVJDiscards Counter

XPppLcpConfigEntry  
SEQUENCE    
  xPppLcpConfigAuth INTEGER
  xPppLcpConfigChapAuth INTEGER

XPppLcpStatusEntry  
SEQUENCE    
  xPppLcpStatusState INTEGER
  xPppLcpStatusRxAuth INTEGER
  xPppLcpStatusTxAuth INTEGER
  xPppLcpStatusRxConReq Counter
  xPppLcpStatusTxConReq Counter
  xPppLcpStatusRxConNak Counter
  xPppLcpStatusTxConNak Counter
  xPppLcpStatusRxConAck Counter
  xPppLcpStatusTxConAck Counter
  xPppLcpStatusRxConRej Counter
  xPppLcpStatusTxConRej Counter
  xPppLcpStatusRxTrmReq Counter
  xPppLcpStatusTxTrmReq Counter
  xPppLcpStatusRxTrmAck Counter
  xPppLcpStatusTxTrmAck Counter
  xPppLcpStatusRxEcoReq Counter
  xPppLcpStatusTxEcoReq Counter
  xPppLcpStatusRxEcoRep Counter
  xPppLcpStatusTxEcoRep Counter
  xPppLcpStatusRxCodRej Counter
  xPppLcpStatusTxCodRej Counter
  xPppLcpStatusRxProRej Counter
  xPppLcpStatusTxProRej Counter
  xPppLcpStatusState2 INTEGER

XPppIpcpConfigEntry  
SEQUENCE    
  xPppIpcpConfigLocalAddress IpAddress
  xPppIpcpConfigRemoteAddress IpAddress
  xPppIpcpConfigVJCompSlots INTEGER
  xPppIpcpConfigRangeStart IpAddress
  xPppIpcpConfigRangeEnd IpAddress
  xPppIpcpConfigState INTEGER
  xPppIpcpConfigLocalRangeStart IpAddress
  xPppIpcpConfigLocalRangeEnd IpAddress
  xPppIpcpConfigPppIpMask IpAddress

XPppIpcpAsyncConfigEntry  
SEQUENCE    
  xPppIpcpAsyncConfigBrdcast INTEGER

XPppIpcpStatusEntry  
SEQUENCE    
  xPppIpcpStatusState INTEGER
  xPppIpcpStatusLocalAddress IpAddress
  xPppIpcpStatusRemoteAddress IpAddress
  xPppIpcpRxConReq Counter
  xPppIpcpTxConReq Counter
  xPppIpcpRxConNak Counter
  xPppIpcpTxConNak Counter
  xPppIpcpRxConAck Counter
  xPppIpcpTxConAck Counter
  xPppIpcpRxConRej Counter
  xPppIpcpTxConRej Counter
  xPppIpcpRxTrmReq Counter
  xPppIpcpTxTrmReq Counter
  xPppIpcpRxTrmAck Counter
  xPppIpcpTxTrmAck Counter
  xPppIpcpRxPkts Counter
  xPppIpcpTxPkts Counter
  xPppIpcpStatusState2 INTEGER

XPppAuthConfigEntry  
SEQUENCE    
  xPppAuthChapChallengeTimer INTEGER
  xPppAuthPapConfigState INTEGER
  xPppAuthChapConfigState INTEGER

XPppAuthStatusEntry  
SEQUENCE    
  xPppPapStatusState INTEGER
  xPppChapStatusState INTEGER

XPppIpxcpConfigEntry  
SEQUENCE    
  xPppIpxcpCipxCompression INTEGER
  xPppIpxcpConfigRemoteNode OCTET STRING

XPppIpxcpStatusEntry  
SEQUENCE    
  xPppIpxcpStatusState INTEGER
  xPppIpxcpCipxInCompression INTEGER
  xPppIpxcpCipxOutCompression INTEGER
  xPppIpxcpCipxInSlots INTEGER
  xPppIpxcpCipxOutSlots INTEGER
  xPppIpxcpStatusRemoteNode OCTET STRING

XPppIpxcpCountersEntry  
SEQUENCE    
  xPppIpxcpRxConReq Counter
  xPppIpxcpTxConReq Counter
  xPppIpxcpRxConNak Counter
  xPppIpxcpTxConNak Counter
  xPppIpxcpRxConAck Counter
  xPppIpxcpTxConAck Counter
  xPppIpxcpRxConRej Counter
  xPppIpxcpTxConRej Counter
  xPppIpxcpRxTrmReq Counter
  xPppIpxcpTxTrmReq Counter
  xPppIpxcpRxTrmAck Counter
  xPppIpxcpTxTrmAck Counter

Defined Values

xPpp 1.3.6.1.4.1.33.22
OBJECT IDENTIFIER    

xPppBasic 1.3.6.1.4.1.33.22.1
OBJECT IDENTIFIER    

xPppLcp 1.3.6.1.4.1.33.22.2
OBJECT IDENTIFIER    

xPppIpcp 1.3.6.1.4.1.33.22.3
OBJECT IDENTIFIER    

xPppAuth 1.3.6.1.4.1.33.22.4
OBJECT IDENTIFIER    

xPppIpxcp 1.3.6.1.4.1.33.22.5
OBJECT IDENTIFIER    

xPppConfigTable 1.3.6.1.4.1.33.22.1.1
A table containing PPP specific variables for this PPP implementation.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XPppConfigEntry

xPppConfigEntry 1.3.6.1.4.1.33.22.1.1.1
Management information about a particular PPP.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  XPppConfigEntry  

xPppConfigOpen 1.3.6.1.4.1.33.22.1.1.1.1
Determines if PPP is configured on this port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

xPppConfigActive 1.3.6.1.4.1.33.22.1.1.1.2
Determines if LCP will actively open or wait passively.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER active(1), passive(2)  

xPppConfigDefaults 1.3.6.1.4.1.33.22.1.1.1.3
Revert to factory default PPP parameters. In response to a get-request or get-next-request, the agent always returns 'ready' for this value. Setting the value to 'ready' has no effect. Setting it to 'execute' sets PPP parameters to factory defaults.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ready(1), execute(2)  

xPppConfigRestartTimer 1.3.6.1.4.1.33.22.1.1.1.4
The number of seconds waited before retransmitting during option negotiation.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..10  

xPppConfigConfLimit 1.3.6.1.4.1.33.22.1.1.1.5
Maximum number of times a configuration request will be sent to the peer without receiving a response.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 2..10  

xPppConfigFailLimit 1.3.6.1.4.1.33.22.1.1.1.6
Maximum number of times a peer's proposed option will be NAKed before REJECTing the option.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 2..10  

xPppConfigPacketLogging 1.3.6.1.4.1.33.22.1.1.1.7
Determines the level of packet logging to accounting on this port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), raw(2), interpreted(3)  

xPppConfigKATimer 1.3.6.1.4.1.33.22.1.1.1.8
Determines the number of seconds between transmission of LCP Echo Keepalive packets.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

xPppConfigKATimeout 1.3.6.1.4.1.33.22.1.1.1.9
Determines the number of seconds to wait to hear LCP Echo Replies to our Echo Request Keepalive packets before giving up and shutting down the link.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

xPppStatusTable 1.3.6.1.4.1.33.22.1.2
A table containing basic PPP status info.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XPppStatusEntry

xPppStatusEntry 1.3.6.1.4.1.33.22.1.2.1
Status information about a particular PPP.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  XPppStatusEntry  

xPppStatusState 1.3.6.1.4.1.33.22.1.2.1.1
Displays whether PPP is enabled or disabled on this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

xPppLinkOpen 1.3.6.1.4.1.33.22.1.2.1.2
Displays open status of the link.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER notOpen(1), open(2)  

xPppHdlcRxTotalPkts 1.3.6.1.4.1.33.22.1.2.1.3
Total of all packets received on PPP link.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppHdlcTxTotalPkts 1.3.6.1.4.1.33.22.1.2.1.4
Total of all packets transmitted on PPP link.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppHdlcRxFrameErrs 1.3.6.1.4.1.33.22.1.2.1.5
Number of framing errors received on PPP link.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppHdlcRxNoBuffer 1.3.6.1.4.1.33.22.1.2.1.6
Number of times a buffer was not available to receive packet into.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppHdlcTxNoBuffer 1.3.6.1.4.1.33.22.1.2.1.7
Number of times a buffer was not available to transmit a packet from.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppHdlcRxBadFcs 1.3.6.1.4.1.33.22.1.2.1.8
Number of packets received with a bad checksum.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppHdlcVJDiscards 1.3.6.1.4.1.33.22.1.2.1.9
Number of packets received that failed VJ decompression.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppLcpConfigTable 1.3.6.1.4.1.33.22.2.1
A table containing PPP LCP specific variables for this PPP implementation.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XPppLcpConfigEntry

xPppLcpConfigEntry 1.3.6.1.4.1.33.22.2.1.1
Management information about a particular PPP LCP session.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  XPppLcpConfigEntry  

xPppLcpConfigAuth 1.3.6.1.4.1.33.22.2.1.1.1
Authentication protocol used for authenticating peers.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), pap(2)  

xPppLcpConfigChapAuth 1.3.6.1.4.1.33.22.2.1.1.2
Authentication CHAP protocol used for authenticating peers.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), chap(2)  

xPppLcpStatusTable 1.3.6.1.4.1.33.22.2.2
A table containing PPP LCP status info.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XPppLcpStatusEntry

xPppLcpStatusEntry 1.3.6.1.4.1.33.22.2.2.1
Status information about a particular PPP LCP session.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  XPppLcpStatusEntry  

xPppLcpStatusState 1.3.6.1.4.1.33.22.2.2.1.1
The current state of LCP.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER closed(1), listen(2), requestSent(3), ackReceived(4), ackSent(5), open(6), closing(7)  

xPppLcpStatusRxAuth 1.3.6.1.4.1.33.22.2.2.1.2
The authentication protocol currently in use from the peer to us.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER none(1), pap(2)  

xPppLcpStatusTxAuth 1.3.6.1.4.1.33.22.2.2.1.3
The authentication protocol currently in use from us to the peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER none(1), pap(2)  

xPppLcpStatusRxConReq 1.3.6.1.4.1.33.22.2.2.1.4
The count of LCP Configure Requests received from the peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppLcpStatusTxConReq 1.3.6.1.4.1.33.22.2.2.1.5
The count of LCP Configure Requests transmitted to the peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppLcpStatusRxConNak 1.3.6.1.4.1.33.22.2.2.1.6
The count of LCP Configure Naks received from the peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppLcpStatusTxConNak 1.3.6.1.4.1.33.22.2.2.1.7
The count of LCP Configure Naks transmitted to the peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppLcpStatusRxConAck 1.3.6.1.4.1.33.22.2.2.1.8
The count of LCP Configure Acks received from the peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppLcpStatusTxConAck 1.3.6.1.4.1.33.22.2.2.1.9
The count of LCP Configure Acks transmitted to the peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppLcpStatusRxConRej 1.3.6.1.4.1.33.22.2.2.1.10
The count of LCP Configure Rejects received from the peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppLcpStatusTxConRej 1.3.6.1.4.1.33.22.2.2.1.11
The count of LCP Configure Rejects transmitted to the peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppLcpStatusRxTrmReq 1.3.6.1.4.1.33.22.2.2.1.12
The count of LCP Terminate Requests received from the peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppLcpStatusTxTrmReq 1.3.6.1.4.1.33.22.2.2.1.13
The count of LCP Terminate Requests transmitted to the peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppLcpStatusRxTrmAck 1.3.6.1.4.1.33.22.2.2.1.14
The count of LCP Terminate Acks received from the peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppLcpStatusTxTrmAck 1.3.6.1.4.1.33.22.2.2.1.15
The count of LCP Terminate Acks transmitted to the peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppLcpStatusRxEcoReq 1.3.6.1.4.1.33.22.2.2.1.16
The count of LCP Echo Requests received from the peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppLcpStatusTxEcoReq 1.3.6.1.4.1.33.22.2.2.1.17
The count of LCP Echo Requests transmitted to the peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppLcpStatusRxEcoRep 1.3.6.1.4.1.33.22.2.2.1.18
The count of LCP Echo Reply received from the peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppLcpStatusTxEcoRep 1.3.6.1.4.1.33.22.2.2.1.19
The count of LCP Echo Reply transmitted to the peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppLcpStatusRxCodRej 1.3.6.1.4.1.33.22.2.2.1.20
The count of LCP Code Rejects received from the peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppLcpStatusTxCodRej 1.3.6.1.4.1.33.22.2.2.1.21
The count of LCP Code Rejects transmitted to the peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppLcpStatusRxProRej 1.3.6.1.4.1.33.22.2.2.1.22
The count of LCP Protocol Rejects received from the peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppLcpStatusTxProRej 1.3.6.1.4.1.33.22.2.2.1.23
The count of LCP Protocol Rejects transmitted to the peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppLcpStatusState2 1.3.6.1.4.1.33.22.2.2.1.24
The current state of LCP.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER initial(1), starting(2), closed(3), stopped(4), closing(5), stopping(6), reqSent(7), ackRcvd(8), ackSent(9), opened(10)  

xPppIpcpConfigTable 1.3.6.1.4.1.33.22.3.1
A table containing PPP IPCPspecific variables for this PPP implementation.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XPppIpcpConfigEntry

xPppIpcpConfigEntry 1.3.6.1.4.1.33.22.3.1.1
Management information about a particular PPP IPCP session.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  XPppIpcpConfigEntry  

xPppIpcpConfigLocalAddress 1.3.6.1.4.1.33.22.3.1.1.1
IP Address of the local PPP interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

xPppIpcpConfigRemoteAddress 1.3.6.1.4.1.33.22.3.1.1.2
IP Address of the peer PPP interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

xPppIpcpConfigVJCompSlots 1.3.6.1.4.1.33.22.3.1.1.3
Number of slots to be used by VJ compression.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 3..15  

xPppIpcpConfigRangeStart 1.3.6.1.4.1.33.22.3.1.1.4
Start of acceptable address range in which the negotiated remote IP address must fall.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

xPppIpcpConfigRangeEnd 1.3.6.1.4.1.33.22.3.1.1.5
End of acceptable address range in which the negotiated remote IP address must fall.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

xPppIpcpConfigState 1.3.6.1.4.1.33.22.3.1.1.6
Controls whether IPCP is allowed to run on this port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

xPppIpcpConfigLocalRangeStart 1.3.6.1.4.1.33.22.3.1.1.7
Start of acceptable address range in which the negotiated local IP address must fall.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

xPppIpcpConfigLocalRangeEnd 1.3.6.1.4.1.33.22.3.1.1.8
End of acceptable address range in which the negotiated local IP address must fall.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

xPppIpcpConfigPppIpMask 1.3.6.1.4.1.33.22.3.1.1.9
The subnet mask to use for a PPP operation on the port. Corresponds directly to the value labeled 'IP Mask:' in the PPP PORT IP CHARACTERISTICS display.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

xPppIpcpAsyncConfigTable 1.3.6.1.4.1.33.22.3.2
A table containing PPP specific variables for this PPP implementation.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XPppIpcpAsyncConfigEntry

xPppIpcpAsyncConfigEntry 1.3.6.1.4.1.33.22.3.2.1
Management information about a particular PPP Asynchronous LCP.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  XPppIpcpAsyncConfigEntry  

xPppIpcpAsyncConfigBrdcast 1.3.6.1.4.1.33.22.3.2.1.1
Determines whether to forward an IP Broadcast or not.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

xPppIpcpStatusTable 1.3.6.1.4.1.33.22.3.3
A table containing basic PPP IPCP status info.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XPppIpcpStatusEntry

xPppIpcpStatusEntry 1.3.6.1.4.1.33.22.3.3.1
Status information about a particular PPP IPCP session.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  XPppIpcpStatusEntry  

xPppIpcpStatusState 1.3.6.1.4.1.33.22.3.3.1.1
The current state of IPCP.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER closed(1), listen(2), requestSent(3), ackReceived(4), ackSent(5), open(6), closing(7)  

xPppIpcpStatusLocalAddress 1.3.6.1.4.1.33.22.3.3.1.2
The IP Address currently being used by the local IPCP.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

xPppIpcpStatusRemoteAddress 1.3.6.1.4.1.33.22.3.3.1.3
The IP Address currently being used by the Remote IPCP.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

xPppIpcpRxPkts 1.3.6.1.4.1.33.22.3.3.1.4
Total number of IP packets received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppIpcpTxPkts 1.3.6.1.4.1.33.22.3.3.1.5
Total number of IP packets transmitted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppIpcpRxConReq 1.3.6.1.4.1.33.22.3.3.1.6
The count of IPCP Configure Requests received from the peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppIpcpTxConReq 1.3.6.1.4.1.33.22.3.3.1.7
The count of IPCP Configure Requests transmitted to the peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppIpcpRxConNak 1.3.6.1.4.1.33.22.3.3.1.8
The count of IPCP Configure Naks received from the peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppIpcpTxConNak 1.3.6.1.4.1.33.22.3.3.1.9
The count of IPCP Configure Naks transmitted to the peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppIpcpRxConAck 1.3.6.1.4.1.33.22.3.3.1.10
The count of IPCP Configure Acks received from the peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppIpcpTxConAck 1.3.6.1.4.1.33.22.3.3.1.11
The count of IPCP Configure Acks transmitted to the peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppIpcpRxConRej 1.3.6.1.4.1.33.22.3.3.1.12
The count of IPCP Configure Rejects received from the peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppIpcpTxConRej 1.3.6.1.4.1.33.22.3.3.1.13
The count of IPCP Configure Rejects transmitted to the peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppIpcpRxTrmReq 1.3.6.1.4.1.33.22.3.3.1.14
The count of IPCP Terminate Requests received from the peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppIpcpTxTrmReq 1.3.6.1.4.1.33.22.3.3.1.15
The count of IPCP Terminate Requests transmitted to the peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppIpcpRxTrmAck 1.3.6.1.4.1.33.22.3.3.1.16
The count of IPCP Terminate Acks received from the peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppIpcpTxTrmAck 1.3.6.1.4.1.33.22.3.3.1.17
The count of IPCP Terminate Acks transmitted to the peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppIpcpStatusState2 1.3.6.1.4.1.33.22.3.3.1.18
The current state of IPCP.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER initial(1), starting(2), closed(3), stopped(4), closing(5), stopping(6), reqSent(7), ackRcvd(8), ackSent(9), opened(10)  

xPppPapPassword 1.3.6.1.4.1.33.22.4.1
The password to use for PAP authentication.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..16)  

xPppAuthConfigTable 1.3.6.1.4.1.33.22.4.2
A table containing PPP specific variables for this PPP implementation.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XPppAuthConfigEntry

xPppAuthConfigEntry 1.3.6.1.4.1.33.22.4.2.1
Management information about a particular PPP.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  XPppAuthConfigEntry  

xPppAuthChapChallengeTimer 1.3.6.1.4.1.33.22.4.2.1.4
Length of time in minutes between CHAP reauthentication challenges. A value of zero disables the timer.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..120  

xPppAuthPapConfigState 1.3.6.1.4.1.33.22.4.2.1.5
Controls the type of Pap authentication required for this port, and whether it is combined with another authentication mechanism such as Radius.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2), kerberos(3), radius(4)  

xPppAuthChapConfigState 1.3.6.1.4.1.33.22.4.2.1.6
Controls the type of Chap authentication required for this port, and whether it is combined with another authentication mechanism such as Radius.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2), radius(4)  

xPppAuthStatusTable 1.3.6.1.4.1.33.22.4.3
A table containing PPP specific variables for this PPP implementation.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XPppAuthStatusEntry

xPppAuthStatusEntry 1.3.6.1.4.1.33.22.4.3.1
Management information about a particular PPP.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  XPppAuthStatusEntry  

xPppPapStatusState 1.3.6.1.4.1.33.22.4.3.1.4
The current state of PAP.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER initial(1), closed(2), stopped(3), closing(4), reqSent(5), ackRecv(6), ackSent(7), opened(8), kerberosReqSent(9), kerberosStopped(10), kerberosAckRecv(11), kerberosAckSent(12), papKerberosOpened(13)  

xPppChapStatusState 1.3.6.1.4.1.33.22.4.3.1.5
The current state of CHAP.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER idle(1), challengeWait(2), challengeSent(3), responseSent(4), challengeSentResponseSent(5), challengeSentAckRecv(6), open(7)  

xPppChapPassword 1.3.6.1.4.1.33.22.4.4
The password to use for CHAP authentication.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..16)  

xPppIpxcpConfigTable 1.3.6.1.4.1.33.22.5.1
A table containing PPP specific variables for this PPP implementation.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XPppIpxcpConfigEntry

xPppIpxcpConfigEntry 1.3.6.1.4.1.33.22.5.1.1
Management information about a particular PPP.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  XPppIpxcpConfigEntry  

xPppIpxcpCipxCompression 1.3.6.1.4.1.33.22.5.1.1.1
Controls whether CIPX compression will be negotiated on the interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

xPppIpxcpConfigRemoteNode 1.3.6.1.4.1.33.22.5.1.1.2
The IPX Node address which can be offered to the peer if it does not know a Node number but requires one.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(6)  

xPppIpxcpStatusTable 1.3.6.1.4.1.33.22.5.2
A table containing PPP specific variables for this PPP implementation.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XPppIpxcpStatusEntry

xPppIpxcpStatusEntry 1.3.6.1.4.1.33.22.5.2.1
Management information about a particular PPP.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  XPppIpxcpStatusEntry  

xPppIpxcpStatusState 1.3.6.1.4.1.33.22.5.2.1.1
The current state of IPXCP.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER initial(1), starting(2), closed(3), stopped(4), closing(5), stopping(6), reqSent(7), ackRcvd(8), ackSent(9), opened(10)  

xPppIpxcpCipxInCompression 1.3.6.1.4.1.33.22.5.2.1.2
The current state of CIPX compression inbound.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER open(1), closed(2)  

xPppIpxcpCipxOutCompression 1.3.6.1.4.1.33.22.5.2.1.3
The current state of CIPX compression outbound.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER open(1), closed(2)  

xPppIpxcpCipxInSlots 1.3.6.1.4.1.33.22.5.2.1.4
The current number of CIPX compression inbound slots.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

xPppIpxcpCipxOutSlots 1.3.6.1.4.1.33.22.5.2.1.5
The current number of CIPX compression outbound slots.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

xPppIpxcpStatusRemoteNode 1.3.6.1.4.1.33.22.5.2.1.6
The IPX Node address currently being used by the Remote IPX peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(6)  

xPppIpxcpCountersTable 1.3.6.1.4.1.33.22.5.3
A table containing basic PPP IPXCP status info.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XPppIpxcpCountersEntry

xPppIpxcpCountersEntry 1.3.6.1.4.1.33.22.5.3.1
Counter information about a particular PPP IPXCP session.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  XPppIpxcpCountersEntry  

xPppIpxcpRxConReq 1.3.6.1.4.1.33.22.5.3.1.1
The count of IPXCP Configure Requests received from the peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppIpxcpTxConReq 1.3.6.1.4.1.33.22.5.3.1.2
The count of IPXCP Configure Requests transmitted to the peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppIpxcpRxConNak 1.3.6.1.4.1.33.22.5.3.1.3
The count of IPXCP Configure Naks received from the peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppIpxcpTxConNak 1.3.6.1.4.1.33.22.5.3.1.4
The count of IPXCP Configure Naks transmitted to the peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppIpxcpRxConAck 1.3.6.1.4.1.33.22.5.3.1.5
The count of IPXCP Configure Acks received from the peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppIpxcpTxConAck 1.3.6.1.4.1.33.22.5.3.1.6
The count of IPXCP Configure Acks transmitted to the peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppIpxcpRxConRej 1.3.6.1.4.1.33.22.5.3.1.7
The count of IPXCP Configure Rejects received from the peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppIpxcpTxConRej 1.3.6.1.4.1.33.22.5.3.1.8
The count of IPXCP Configure Rejects transmitted to the peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppIpxcpRxTrmReq 1.3.6.1.4.1.33.22.5.3.1.9
The count of IPXCP Terminate Requests received from the peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppIpxcpTxTrmReq 1.3.6.1.4.1.33.22.5.3.1.10
The count of IPXCP Terminate Requests transmitted to the peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppIpxcpRxTrmAck 1.3.6.1.4.1.33.22.5.3.1.11
The count of IPXCP Terminate Acks received from the peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

xPppIpxcpTxTrmAck 1.3.6.1.4.1.33.22.5.3.1.12
The count of IPXCP Terminate Acks transmitted to the peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter