XYLAN-PPP-MIB

File: XYLAN-PPP-MIB.mib (49487 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB
XYLAN-BASE-MIB

Imported symbols

Counter IpAddress OBJECT-TYPE
DisplayString xylanPppArch

Defined Types

PppxConfigEntry  
SEQUENCE    
  pppxConfigPeerID INTEGER
  pppxConfigDescription DisplayString
  pppxConfigAdminStatus INTEGER
  pppxConfigMode INTEGER
  pppxConfigBridgingVLAN INTEGER
  pppxConfigRoutingVLAN INTEGER
  pppxConfigCompressionType INTEGER
  pppxConfigBridgingMode INTEGER
  pppxConfigIpConfigAdminStatus INTEGER
  pppxConfigBcpConfigAdminStatus INTEGER
  pppxConfigIpxConfigAdminStatus INTEGER
  pppxConfigCcpConfigAdminStatus INTEGER
  pppxConfigRemoteIpAddress IpAddress
  pppxConfigAuthenticationType INTEGER
  pppxConfigUserIdToRemote DisplayString
  pppxConfigPasswordToRemote DisplayString
  pppxConfigUserIdFromRemote DisplayString
  pppxConfigPasswordFromRemote DisplayString
  pppxConfigMaxFailureCount INTEGER
  pppxConfigMaxConfigureCount INTEGER
  pppxConfigMaxTerminateCount INTEGER
  pppxConfigRetryTimeout INTEGER

PppxCpEntry  
SEQUENCE    
  pppxCpPeerID INTEGER
  pppxCpSlotIndex INTEGER
  pppxCpPortIndex INTEGER
  pppxCpIpOperStatus INTEGER
  pppxCpIpxOperStatus INTEGER
  pppxCpBcpOperStatus INTEGER
  pppxCpCcpOperStatus INTEGER
  pppxCpTxLcpPackets Counter
  pppxCpRxLcpPackets Counter
  pppxCpTxIpcpPackets Counter
  pppxCpRxIpcpPackets Counter
  pppxCpTxIpxcpPackets Counter
  pppxCpRxIpxcpPackets Counter
  pppxCpTxBcpPackets Counter
  pppxCpRxBcpPackets Counter
  pppxCpTxCcpPackets Counter
  pppxCpRxCcpPackets Counter

PppxStatsEntry  
SEQUENCE    
  pppxStatsPeerID INTEGER
  pppxStatsIfIndex INTEGER
  pppxStatsSlotIndex INTEGER
  pppxStatsPortIndex INTEGER
  pppxStatsSubIndex INTEGER
  pppxStatsTxIPOctets Counter
  pppxStatsTxIPPackets Counter
  pppxStatsRxIPOctets Counter
  pppxStatsRxIPPackets Counter
  pppxStatsTxIPXOctets Counter
  pppxStatsTxIPXPackets Counter
  pppxStatsRxIPXOctets Counter
  pppxStatsRxIPXPackets Counter
  pppxStatsTxBPDUOctets Counter
  pppxStatsTxBPDUPackets Counter
  pppxStatsRxBPDUOctets Counter
  pppxStatsRxBPDUPackets Counter
  pppxStatsTxEthernetOctets Counter
  pppxStatsTxEthernetPackets Counter
  pppxStatsRxEthernetOctets Counter
  pppxStatsRxEthernetPackets Counter
  pppxStatsTx8025Octets Counter
  pppxStatsTx8025Packets Counter
  pppxStatsRx8025Octets Counter
  pppxStatsRx8025Packets Counter
  pppxStatsTxFDDIOctets Counter
  pppxStatsTxFDDIPackets Counter
  pppxStatsRxFDDIOctets Counter
  pppxStatsRxFDDIPackets Counter
  pppxStatsTxCompressedOctets Counter
  pppxStatsTxCompressedPackets Counter
  pppxStatsRxCompressedOctets Counter
  pppxStatsRxCompressedPackets Counter
  pppxStatsTxPrecompressedOctets Counter
  pppxStatsRxDecompressedOctets Counter
  pppxStatsRxCompressedDiscards Counter

PppxIncomingEntry  
SEQUENCE    
  pppxIncomingIndex INTEGER
  pppxIncomingAdminStatus INTEGER
  pppxIncomingAuthenticationType INTEGER
  pppxIncomingUserIdToRemote DisplayString
  pppxIncomingPasswordToRemote DisplayString
  pppxIncomingBridgingVLAN INTEGER
  pppxIncomingRoutingVLAN INTEGER
  pppxIncomingCompressionType INTEGER
  pppxIncomingIpConfigAdminStatus INTEGER
  pppxIncomingBcpConfigAdminStatus INTEGER
  pppxIncomingIpxConfigAdminStatus INTEGER
  pppxIncomingCcpConfigAdminStatus INTEGER

Defined Values

pppxConfigGroup 1.3.6.1.4.1.800.2.17.1
OBJECT IDENTIFIER    

pppxCpGroup 1.3.6.1.4.1.800.2.17.2
OBJECT IDENTIFIER    

pppxStatsGroup 1.3.6.1.4.1.800.2.17.3
OBJECT IDENTIFIER    

pppxIncomingGroup 1.3.6.1.4.1.800.2.17.4
OBJECT IDENTIFIER    

pppxConfigTable 1.3.6.1.4.1.800.2.17.1.1
A table of PPP protocol entity configuration information.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PppxConfigEntry

pppxConfigEntry 1.3.6.1.4.1.800.2.17.1.1.1
An entry in the PPP Entity Configuration table, containing information about PPP protocol configuration.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PppxConfigEntry  

pppxConfigPeerID 1.3.6.1.4.1.800.2.17.1.1.1.1
The PPP peer ID. This is used as a unique ID to identify a PPP entity and to associate PPP links to it. For 'normal' PPP, there is one entry in the link table. For Multilink PPP there are one or more multiple links. In either case the Link table is indexed by Link index (one per link) and by Peer ID. When one or more entrys in the link table has the same Peer ID, then these entries form a group for use either for Multilink PPP, or as a rotary group.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

pppxConfigDescription 1.3.6.1.4.1.800.2.17.1.1.1.2
A description for this PPP port or peer group.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..31)  

pppxConfigAdminStatus 1.3.6.1.4.1.800.2.17.1.1.1.3
This object controls the Administrative Status of this PPP Entity. Enabled will allow the PPP Entity to operate. Disabled will disable the PPP Entity without deleting it. Delete will disable the PPP entity and delete the PPP configuration record.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2), delete(3)  

pppxConfigMode 1.3.6.1.4.1.800.2.17.1.1.1.4
This object controls whether or not Multilink PPP will be used.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER normal(1), multilink(2)  

pppxConfigBridgingVLAN 1.3.6.1.4.1.800.2.17.1.1.1.5
The VLAN Group for PPP bridging. A value of zero(0) indicates that this PPP port will not perform a bridging service and will discard all bridged format packets received or transmitted. A non-zero value indicates the bridging VLAN to be used.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

pppxConfigRoutingVLAN 1.3.6.1.4.1.800.2.17.1.1.1.6
The default VLAN for new PVCs that have not been configured for a routing Service. A value of zero(0) indicates that unconfigured VCs will not perform a routing service and will discard all routed format packets received or transmitted. A non-zero value indicates the routing VLAN to be used if the network informs the port of a new VC.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

pppxConfigCompressionType 1.3.6.1.4.1.800.2.17.1.1.1.7
This object controls whether or not PPP will not perform compression (none) or the type of compression to attempt to negotiate for.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), lzsDcp(2)  

pppxConfigBridgingMode 1.3.6.1.4.1.800.2.17.1.1.1.8
The default Briding Mode, 0 = BRIDGE_ALL, 1 = ETHERNET ONLY 2 = Bridge All No FCS, 3 = Ethernet Only No FCS
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..3  

pppxConfigIpConfigAdminStatus 1.3.6.1.4.1.800.2.17.1.1.1.9
The immediate desired status of the IP network protocol. Setting this object to open will inject an administrative open event into the IP network protocol's finite state machine. Setting this object to close will inject an administrative close event into the IP network protocol's finite state machine.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER open(1), close(2)  

pppxConfigBcpConfigAdminStatus 1.3.6.1.4.1.800.2.17.1.1.1.10
The immediate desired status of the BCP network protocol. Setting this object to open will inject an administrative open event into the BCP network protocol's finite state machine. Setting this object to close will inject an administrative close event into the IP network protocol's finite state machine.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER open(1), close(2)  

pppxConfigIpxConfigAdminStatus 1.3.6.1.4.1.800.2.17.1.1.1.11
The immediate desired status of the IPX network protocol. Setting this object to open will inject an administrative open event into the IPX network protocol's finite state machine. Setting this object to close will inject an administrative close event into the IP network protocol's finite state machine.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER open(1), close(2)  

pppxConfigCcpConfigAdminStatus 1.3.6.1.4.1.800.2.17.1.1.1.12
The immediate desired status of the IPX network protocol. Setting this object to open will inject an administrative open event into the IPX network protocol's finite state machine. Setting this object to close will inject an administrative close event into the IP network protocol's finite state machine.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER open(1), close(2)  

pppxConfigRemoteIpAddress 1.3.6.1.4.1.800.2.17.1.1.1.13
The Remote IP address of the PPP connection. If set to 0.0.0.0 and IP routing is enabled then the IP address will be learned during the IP LCP negotiation. If set to a value then no IP address negotiation will occur.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

pppxConfigAuthenticationType 1.3.6.1.4.1.800.2.17.1.1.1.14
The desired Authentication protocol to use for this PPP connection.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), pap(2), chap(3)  

pppxConfigUserIdToRemote 1.3.6.1.4.1.800.2.17.1.1.1.15
User ID sent to remote during PAP or CHAP Authentication. If this string is empty, then no local to remote authentication will occur.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..31)  

pppxConfigPasswordToRemote 1.3.6.1.4.1.800.2.17.1.1.1.16
Password sent to remote during PAP or CHAP Authentication. If this string is empty, then no local to remote authentication will occur.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..31)  

pppxConfigUserIdFromRemote 1.3.6.1.4.1.800.2.17.1.1.1.17
User ID expected to be received remote during PAP or CHAP Authentication. If this string is empty, then no remote to local authentication will be required.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..31)  

pppxConfigPasswordFromRemote 1.3.6.1.4.1.800.2.17.1.1.1.18
Password expected to be received remote during PAP or CHAP Authentication. If this string is empty, then no remote to local authentication will be required.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..31)  

pppxConfigMaxFailureCount 1.3.6.1.4.1.800.2.17.1.1.1.19
PPP LCP and NCP Negotiation Maximum Failure Count
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

pppxConfigMaxConfigureCount 1.3.6.1.4.1.800.2.17.1.1.1.20
PPP LCP Negotiation Maximum Configure Count
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

pppxConfigMaxTerminateCount 1.3.6.1.4.1.800.2.17.1.1.1.21
PPP LCP Negotiation Maximum Terminate Count
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

pppxConfigRetryTimeout 1.3.6.1.4.1.800.2.17.1.1.1.22
PPP LCP Negotiation Retry Timeout
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

pppxCpTable 1.3.6.1.4.1.800.2.17.2.1
A table of PPP connection Link Control and Network Control Protocol status and statistics information.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PppxCpEntry

pppxCpEntry 1.3.6.1.4.1.800.2.17.2.1.1
An entry in the table, containing information about the PPP LCP and NCP status and statistics.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PppxCpEntry  

pppxCpPeerID 1.3.6.1.4.1.800.2.17.2.1.1.1
A unique ID which identifies this PPP Control Protocol entity.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

pppxCpSlotIndex 1.3.6.1.4.1.800.2.17.2.1.1.2
A unique value which identifies this WSM board slot that the PPP Control Protocol Entity is running on. A value of zero is returned when PPP is not currently assigned to a slot (e.g. for PPP for an incoming ISDN call.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..9  

pppxCpPortIndex 1.3.6.1.4.1.800.2.17.2.1.1.3
A unique value which identifies this WSM port that the PPP Control Protocol Entity is running on. A value of zero is returned when PPP is not currently assigned to a slot (e.g. for PPP for an incoming ISDN call.)
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..128  

pppxCpIpOperStatus 1.3.6.1.4.1.800.2.17.2.1.1.4
The operational status of the IP network protocol. If the value of this object is up then the finite state machine for the IP network protocol has reached the Opened state.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER opened(1), not-opened(2)  

pppxCpIpxOperStatus 1.3.6.1.4.1.800.2.17.2.1.1.5
The operational status of the IPX network protocol. If the value of this object is up then the finite state machine for the IP network protocol has reached the Opened state.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER opened(1), not-opened(2)  

pppxCpBcpOperStatus 1.3.6.1.4.1.800.2.17.2.1.1.6
The operational status of the BCP network protocol. If the value of this object is up then the finite state machine for the IP network protocol has reached the Opened state.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER opened(1), not-opened(2)  

pppxCpCcpOperStatus 1.3.6.1.4.1.800.2.17.2.1.1.7
The operational status of the CCP network protocol. If the value of this object is up then the finite state machine for the IP network protocol has reached the Opened state.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER opened(1), not-opened(2)  

pppxCpTxLcpPackets 1.3.6.1.4.1.800.2.17.2.1.1.8
The total number of transmitted Link Control Protocol packets on this PPP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppxCpRxLcpPackets 1.3.6.1.4.1.800.2.17.2.1.1.9
The total number of received Link Control Protocol packets on this PPP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppxCpTxIpcpPackets 1.3.6.1.4.1.800.2.17.2.1.1.10
The total number of transmitted IP Control Protocol packets on this PPP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppxCpRxIpcpPackets 1.3.6.1.4.1.800.2.17.2.1.1.11
The total number of received IP Control Protocol packets on this PPP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppxCpTxIpxcpPackets 1.3.6.1.4.1.800.2.17.2.1.1.12
The total number of transmitted IPX Control Protocol packets on this PPP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppxCpRxIpxcpPackets 1.3.6.1.4.1.800.2.17.2.1.1.13
The total number of received IPX Control Protocol packets on this PPP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppxCpTxBcpPackets 1.3.6.1.4.1.800.2.17.2.1.1.14
The total number of transmitted Bridge Control Protocol packets on this PPP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppxCpRxBcpPackets 1.3.6.1.4.1.800.2.17.2.1.1.15
The total number of received Bridge Control Protocol packets on this PPP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppxCpTxCcpPackets 1.3.6.1.4.1.800.2.17.2.1.1.16
The total number of transmitted Compression Control Protocol packets on this PPP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppxCpRxCcpPackets 1.3.6.1.4.1.800.2.17.2.1.1.17
The total number of received Compression Control Protocol packets on this PPP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppxStatsTable 1.3.6.1.4.1.800.2.17.3.1
A table of PPP connection statistics information.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PppxStatsEntry

pppxStatsEntry 1.3.6.1.4.1.800.2.17.3.1.1
An entry in the table, containing information about the PPP PPP connection statistics.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PppxStatsEntry  

pppxStatsPeerID 1.3.6.1.4.1.800.2.17.3.1.1.1
A unique ID which identifies the PPP Control Protocol entity associated with this PPP link.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

pppxStatsIfIndex 1.3.6.1.4.1.800.2.17.3.1.1.2
The ifindex that represents this PPP link.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

pppxStatsSlotIndex 1.3.6.1.4.1.800.2.17.3.1.1.3
A unique value which identifies this HSM board slot that this PPP link is running on.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..9  

pppxStatsPortIndex 1.3.6.1.4.1.800.2.17.3.1.1.4
A unique value which identifies this WSM submodule port that this PPP link is running on.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..128  

pppxStatsSubIndex 1.3.6.1.4.1.800.2.17.3.1.1.5
A unique value which identifies the sub-element of the WSM submodule port that this PPP link is running on. For Serial ports this will always return 0. For ISDN BRI ports, this will return 1 or 2 for B1 or B2 channel respectively.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..32  

pppxStatsTxIPOctets 1.3.6.1.4.1.800.2.17.3.1.1.6
The total number of transmitted octets (including the PPP Header field) within routed IP format packets on this PPP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppxStatsTxIPPackets 1.3.6.1.4.1.800.2.17.3.1.1.7
The total number of transmitted routed IP format packets on this PPP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppxStatsRxIPOctets 1.3.6.1.4.1.800.2.17.3.1.1.8
The total number of received octets (including the PPP Header field) within routed IP format packets on this PPP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppxStatsRxIPPackets 1.3.6.1.4.1.800.2.17.3.1.1.9
The total number of received routed IP format packets on this PPP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppxStatsTxIPXOctets 1.3.6.1.4.1.800.2.17.3.1.1.10
The total number of transmitted octets (including the PPP Header field) within routed IPX format packets on this PPP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppxStatsTxIPXPackets 1.3.6.1.4.1.800.2.17.3.1.1.11
The total number of transmitted routed IPX format packets on this PPP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppxStatsRxIPXOctets 1.3.6.1.4.1.800.2.17.3.1.1.12
The total number of received octets (including the PPP Header field) within routed IPX format packets on this PPP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppxStatsRxIPXPackets 1.3.6.1.4.1.800.2.17.3.1.1.13
The total number of received routed IPX format packets on this PPP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppxStatsTxBPDUOctets 1.3.6.1.4.1.800.2.17.3.1.1.14
The total number of transmitted octets (including the PPP Header field) within BPDU packets on this PPP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppxStatsTxBPDUPackets 1.3.6.1.4.1.800.2.17.3.1.1.15
The total number of transmitted BPDU packets on this PPP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppxStatsRxBPDUOctets 1.3.6.1.4.1.800.2.17.3.1.1.16
The total number of received octets (including the PPP Header field) within BPDU packets on this PPP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppxStatsRxBPDUPackets 1.3.6.1.4.1.800.2.17.3.1.1.17
The total number of received BPDU packets on this PPP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppxStatsTxEthernetOctets 1.3.6.1.4.1.800.2.17.3.1.1.18
The total number of transmitted octets (including the PPP Header field) within bridged 802.3 format packets on this PPP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppxStatsTxEthernetPackets 1.3.6.1.4.1.800.2.17.3.1.1.19
The total number of transmitted bridged 802.3 format packets on this PPP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppxStatsRxEthernetOctets 1.3.6.1.4.1.800.2.17.3.1.1.20
The total number of received octets (including the PPP Header field) within bridged 802.3 format packets on this PPP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppxStatsRxEthernetPackets 1.3.6.1.4.1.800.2.17.3.1.1.21
The total number of received bridged 802.3 format packets on this PPP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppxStatsTx8025Octets 1.3.6.1.4.1.800.2.17.3.1.1.22
The total number of transmitted octets (including the PPP Header field) within 8025 packets on this PPP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppxStatsTx8025Packets 1.3.6.1.4.1.800.2.17.3.1.1.23
The total number of transmitted 8025 packets on this PPP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppxStatsRx8025Octets 1.3.6.1.4.1.800.2.17.3.1.1.24
The total number of received octets (including the PPP Header field) within 8025 packets on this PPP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppxStatsRx8025Packets 1.3.6.1.4.1.800.2.17.3.1.1.25
The total number of received 8025 packets on this PPP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppxStatsTxFDDIOctets 1.3.6.1.4.1.800.2.17.3.1.1.26
The total number of transmitted octets (including the PPP Header field) within FDDI packets on this PPP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppxStatsTxFDDIPackets 1.3.6.1.4.1.800.2.17.3.1.1.27
The total number of transmitted FDDI packets on this PPP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppxStatsRxFDDIOctets 1.3.6.1.4.1.800.2.17.3.1.1.28
The total number of received octets (including the PPP Header field) within FDDI packets on this PPP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppxStatsRxFDDIPackets 1.3.6.1.4.1.800.2.17.3.1.1.29
The total number of received FDDI packets on this PPP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppxStatsTxCompressedOctets 1.3.6.1.4.1.800.2.17.3.1.1.30
The total number of transmitted octets (including the PPP Header field) within compressed format packets on this PPP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppxStatsTxCompressedPackets 1.3.6.1.4.1.800.2.17.3.1.1.31
The total number of transmitted compressed format packets on this PPP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppxStatsRxCompressedOctets 1.3.6.1.4.1.800.2.17.3.1.1.32
The total number of received octets (including the PPP Header field) within compressed format packets on this PPP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppxStatsRxCompressedPackets 1.3.6.1.4.1.800.2.17.3.1.1.33
The total number of received compressed format packets on this PPP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppxStatsTxPrecompressedOctets 1.3.6.1.4.1.800.2.17.3.1.1.34
The total number of octets (including the PPP Header field) prior to compression of data for transmission within compressed format packets on this PPP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppxStatsRxDecompressedOctets 1.3.6.1.4.1.800.2.17.3.1.1.35
The total number of octets (including the PPP Header field) after decompression of data received within compressed format packets on this PPP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppxStatsRxCompressedDiscards 1.3.6.1.4.1.800.2.17.3.1.1.36
The total number of received compressed format packets on this PPP connection that were discarded due to error or lost packets (e.g. out of sequence, decompression errors, etc.)
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppxIncomingTable 1.3.6.1.4.1.800.2.17.4.1
A table of PPP protocol entity Incoming configuration information.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PppxIncomingEntry

pppxIncomingEntry 1.3.6.1.4.1.800.2.17.4.1.1
An entry in the PPP Entity Configuration table, containing information about PPP protocol configuration.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PppxIncomingEntry  

pppxIncomingIndex 1.3.6.1.4.1.800.2.17.4.1.1.1
Index to uniquelly identify this entry .
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

pppxIncomingAdminStatus 1.3.6.1.4.1.800.2.17.4.1.1.2
This object controls the Administrative Status of this Incoming Entity. Enabled will allow the Incoming Entity to operate. Disabled will disable the Incoming Entity without deleting it. Delete will disable the Incoming entity and delete the PPP configuration record.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2), delete(3)  

pppxIncomingAuthenticationType 1.3.6.1.4.1.800.2.17.4.1.1.3
The desired Authentication protocol to use for this PPP connection.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), pap(2), chap(3)  

pppxIncomingUserIdToRemote 1.3.6.1.4.1.800.2.17.4.1.1.4
User ID sent to remote during PAP or CHAP Authentication. If this string is empty, then no local to remote authentication will occur.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..31)  

pppxIncomingPasswordToRemote 1.3.6.1.4.1.800.2.17.4.1.1.5
Password sent to remote during PAP or CHAP Authentication. If this string is empty, then no local to remote authentication will occur.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..31)  

pppxIncomingBridgingVLAN 1.3.6.1.4.1.800.2.17.4.1.1.6
The VLAN Group for PPP bridging. A value of zero(0) indicates that this PPP port will not perform a bridging service and will discard all bridged format packets received or transmitted. A non-zero value indicates the bridging VLAN to be used.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

pppxIncomingRoutingVLAN 1.3.6.1.4.1.800.2.17.4.1.1.7
The default VLAN for new PVCs that have not been configured for a routing Service. A value of zero(0) indicates that unconfigured VCs will not perform a routing service and will discard all routed format packets received or transmitted. A non-zero value indicates the routing VLAN to be used if the network informs the port of a new VC.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

pppxIncomingCompressionType 1.3.6.1.4.1.800.2.17.4.1.1.8
This object controls whether or not PPP will not perform compression (none) or the type of compression to attempt to negotiate for.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), lzsDcp(2)  

pppxIncomingIpConfigAdminStatus 1.3.6.1.4.1.800.2.17.4.1.1.9
The immediate desired status of the IP network protocol. Setting this object to open will inject an administrative open event into the IP network protocol's finite state machine. Setting this object to close will inject an administrative close event into the IP network protocol's finite state machine.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER open(1), close(2)  

pppxIncomingBcpConfigAdminStatus 1.3.6.1.4.1.800.2.17.4.1.1.10
The immediate desired status of the BCP network protocol. Setting this object to open will inject an administrative open event into the BCP network protocol's finite state machine. Setting this object to close will inject an administrative close event into the IP network protocol's finite state machine.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER open(1), close(2)  

pppxIncomingIpxConfigAdminStatus 1.3.6.1.4.1.800.2.17.4.1.1.11
The immediate desired status of the IPX network protocol. Setting this object to open will inject an administrative open event into the IPX network protocol's finite state machine. Setting this object to close will inject an administrative close event into the IP network protocol's finite state machine.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER open(1), close(2)  

pppxIncomingCcpConfigAdminStatus 1.3.6.1.4.1.800.2.17.4.1.1.12
The immediate desired status of the CCP network protocol. Setting this object to open will inject an administrative open event into the IPX network protocol's finite state machine. Setting this object to close will inject an administrative close event into the IP network protocol's finite state machine.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER open(1), close(2)