pppStatus

pppStatus - configure PPP parameters

SYNOPSIS

pppStatus sub-command options

DESCRIPTION

This command gets PPP status information for Packet over Sonet ports.

STANDARD OPTIONS
ipState

Read-only. The current state of the IP Network Control Protocol negotiation.

State

Value

Usage

pppStatusDisabled

0

The IPCP protocol has been disabled and is not negotiated during the NCP phase.

pppStatusClose

1

The IPCP protocol is enabled but is currently closed. IPCP traffic is dropped.

pppStatusNegotiation

2

The IPCP protocol is currently being negotiated on the link. This state may continue indefinitely if the peer refuses to negotiate IPCP.

pppStatusOpen

3

The IPCP protocol is currently open and IPCP traffic may flow.

ipV6State

Read-only. The current state of the IPV6 Network Control Protocol negotiation. The possible values are discussed in ipState.

localIPAddress

Read-only. The negotiated local IP address for the port as a result of the IP Network Control Protocol's operation.

localIpV6Iid

Read-only. The negotiated local IPV6 Interface Id for the port as a result of the IPV6 Network Control Protocol's operation.

lqmQualityState

Read-only. The current state of the LQM negotiation.

State

Value

Usage

pppStatusNotNegotiated

0

The LQM option has been locally disabled and is not negotiated. Any subsequent Link Quality Reports (LQR) received on the link is ignored.

pppStatusInactive

1

LQM is not running on the link and any LQRs received is ignored.

pppStatusActive

2

LQM operation was agreed to by both peers during LCP negotiation and LQM is running on the link. LQRs received on the link is pre-processed and local LQRs is generated and sent.

lqmReportIntervalRx

Read-only. The negotiated LQM receive port interval, expressed in seconds.

lqmReportIntervalTx

Read-only. The negotiated LQM transmit port interval, expressed in seconds.

lqmReportPacket

CounterRx

Read-only. The number of LQM report packets received since link was last established.

lqmReportPacket

CounterTx

Read-only. The number of LQM report packets transmitted since link was last established.

magicNumber

Negotiated

Read-only. The magic number negotiated between the local and remote hosts. (default = 0)

mplsState

Read-only. The current state of the MPLS Network Control Protocol negotiation.

State

Value

Usage

pppStatusDisabled

0

The MPLS NCP protocol has been disabled and is not negotiated during the NCP phase.

pppStatusClose

1

The MPLS NCP protocol is enabled but is currently closed. MPLS NCP traffic is dropped.

pppStatusNegotiation

2

The MPLS NCP protocol is currently being negotiated on the link. This state may continue indefinitely if the peer refuses to negotiate MPLS NCP.

pppStatusOpen

3

The MPLS NCP protocol is currently open and IPCP traffic may flow.

osiState

Read-only. The current state of the OSI Network Control Protocol negotiation.

State

Value

Usage

pppStatusDisabled

0

The OSI NCP protocol has been disabled and is not negotiated during the NCP phase.

pppStatusClose

1

The OSI NCP protocol is enabled but is currently closed. OSI NCP traffic is dropped.

pppStatusNegotiation

2

The OSI NCP protocol is currently being negotiated on the link. This state may continue indefinitely if the peer refuses to negotiate OSI NCP.

pppStatusOpen

3

The OSI NCP protocol is currently open and IPCP traffic may flow.

peerIPAddress

Read-only. The negotiated IP address of the peer.

peerIpV6Iid

Read-only. The negotiated IPV6 Interface Id of the peer.

rxAlignment

Read-only. The negotiated OSI receive alignment.

rxMaxReceiveUnit

Read-only. Maximum frame size in receive direction. (default = 0)

rxMagicNumberStatus

Read-only. The status of receive magic number negotiation.

Value

Usage

a number

If a receive magic number has been negotiated, then its value is shown.

"Not Negotiated"

The receive magic number is not enabled in the ppp command.

"Disabled"

The peer does not agree to negotiate a receive magic number.

"Enabled"

The peer agrees to negotiate and the negotiation is in progress.

txAlignment

Read-only. The negotiated OSI receive alignment.

txMagicNumberStatus

Read-only. The status of transmit magic number negotiation.

Value

Usage

a number

If a transmit magic number has been negotiated, then its value is shown.

"Not Negotiated"

The transmit magic number is not enabled in the ppp command.

"Disabled"

The peer does not agree to negotiate a transmit magic number.

"Enabled"

The peer agrees to negotiate and the negotiation is in progress.

txMaxReceiveUnit

Read-only. Maximum frame size in transmit direction. (default = 0)

useMagicNumberRx

Read-only. The current state of the receive magic number negotiation.

State

Value

Usage

pppStatusDisabled

0

The negotiation of received Magic Number has been disabled and is not negotiated during the NCP phase.

pppStatusClose

1

The negotiation of received Magic Number is enabled but is currently closed. Related traffic is dropped.

pppStatusNegotiation

2

The received Magic Number is currently being negotiated on the link. This state may continue indefinitely if the peer refuses to negotiate.

pppStatusOpen

3

The negotiation of received Magic Number is currently open and related traffic may flow.

useMagicNumberTx

Read-only. The current state of the transmit magic number negotiation.

State

Value

Usage

pppStatusDisabled

0

The negotiation of transmitted Magic Number has been disabled and is not negotiated during the NCP phase.

pppStatusClose

1

The negotiation of transmitted Magic Number is enabled but is currently closed. Related traffic is dropped.

pppStatusNegotiation

2

The transmitted Magic Number is currently being negotiated on the link. This state may continue indefinitely if the peer refuses to negotiate.

pppStatusOpen

3

The negotiation of transmitted Magic Number is currently open and related traffic may flow.

COMMANDS

The pppStatus command is invoked with the following sub-commands. If no sub-command is specified, returns a list of all sub-commands available.

pppStatus cget option

Returns the current value of the configuration option given by option. Option may have any of the values accepted by the pppStatus command.

pppStatus config option value

Modify the configuration options. If no option is specified, returns a list describing all of the available options (see STANDARD OPTIONS) for pppStatus.

pppStatus get chasID cardID portID [circuitID]

Gets the current PPP Status information on port with circuit circuitID, id portID on card cardID, chassis chasID from its hardware. Call this command before calling pppStatus cget option value to get the value of the configuration option. If circuitID = 0, gets information for the port; if circuitID not 0, gets information for the circuit.

EXAMPLES

See examples under ppp.

SEE ALSO

ppp.