Monitoring MLPPP
Use the commands in this section to display information about MLPPP interfaces.
You can set a statistics baseline for MLPPP serial (member link) or bundle (multilink) interfaces using the baseline ppp command. Use the delta keyword with the show commands described below to display statistics with the baseline values subtracted.
After you configure multilink PPP, you can use the show ppp interface commands to display configuration and statistics information about MLPPP and MLPPP fragmentation and reassembly.
You can use the output filtering feature of the show command to include or exclude lines of output based on a text string you specify. For details, see show Commands in JUNOSe System Basics Configuration Guide, Chapter 2, Command-Line Interface.
baseline ppp interface
- Use to set a statistics baseline for PPP interfacesincluding MLPPP interfaces, either individual serial (member link) interfaces or multilink (bundle) interfaces.
- Use only the serial or mlppp keywords.
- For serial interfaces, specify the interface location in the format slot/port:channel/subchannel for CT3 modules.
- For MLPPP interfaces, specify the interface location as the name of the MLPPP bundle.
- The router implements the baseline by reading and storing the statistics at the time the baseline is set and then subtracting this baseline whenever baseline-relative statistics are retrieved.
- When baselining is requested, the time since the last baseline was set is displayed in hours:minutes:seconds or days/hours format. If a baseline was not set, the following message is displayed instead:
No baseline has been setUse the optional delta keyword with MLPPP show commands to specify that baselined statistics are to be shown. Example host1#baseline ppp interface serial 2/0:1/1There is no no version. Sample Display Without Baseline
The following command displays PPP interface (including MLPPP interface) statistics without baselining:
host1#show ppp interface statisticsPPP interface serial 2/0:4/1 is upNo baseline has been setInterface statistics in outpackets 0 0octets 572 684errors 0 0discards 0 0PPP interface serial 2/0:5/1 is upNo baseline has been setInterface statistics in outpackets 0 0octets 572 684errors 0 0discards 0 0PPP interface serial 2/1:4/1 is upNo baseline has been setInterface statistics in outpackets 0 0octets 572 684errors 0 0discards 0 0PPP interface serial 2/1:5/1 is upNo baseline has been setInterface statistics in outpackets 0 0octets 572 684errors 0 0discards 0 04 ppp interfaces foundPPP interface mlppp group1 is upPPP multilink member-interface serial 2/0:1/1 is upNo baseline has been setInterface statistics in outpackets 0 0octets 608 716errors 0 0discards 0 0PPP multilink member-interface serial 2/0:2/1 is upNo baseline has been setInterface statistics in outpackets 0 0octets 608 716errors 0 0discards 0 0PPP multilink member-interface serial 2/0:3/1 is upNo baseline has been setInterface statistics in outpackets 0 0octets 596 704errors 0 0discards 0 0PPP interface mlppp group2 is upPPP multilink member-interface serial 2/1:1/1 is upNo baseline has been setInterface statistics in outpackets 0 0octets 628 740errors 0 0discards 0 0PPP multilink member-interface serial 2/1:2/1 is upNo baseline has been setInterface statistics in outpackets 0 0octets 628 740errors 0 0discards 0 0PPP multilink member-interface serial 2/1:3/1 is upNo baseline has been setInterface statistics in outpackets 0 0octets 616 728errors 0 0discards 0 02 mlppp interfaces foundSample Display with Baseline
The following command displays PPP interface (including MLPPP interface) statistics with baselining:
host1#show ppp interface statistics deltaPPP interface serial 2/0:4/1 is upTime since last baseline 00:00:35Interface statistics in outpackets 0 0octets 75 82errors 0 0discards 0 0PPP interface serial 2/0:5/1 is upTime since last baseline 00:00:37Interface statistics in outpackets 0 0octets 87 90errors 0 0discards 0 0PPP interface serial 2/1:4/1 is upTime since last baseline 00:00:39Interface statistics in outpackets 0 0octets 101 112errors 0 0discards 0 0PPP interface serial 2/1:5/1 is upTime since last baseline 00:00:43Interface statistics in outpackets 0 0octets 94 99errors 0 0discards 0 04 ppp interfaces foundPPP interface mlppp group1 is upPPP multilink member-interface serial 2/0:1/1 is upTime since last baseline 00:00:17Interface statistics in outpackets 0 0octets 28 26errors 0 0discards 0 0PPP multilink member-interface serial 2/0:2/1 is upTime since last baseline 00:10:22Interface statistics in outpackets 0 0octets 102 104errors 0 0discards 0 0PPP multilink member-interface serial 2/0:3/1 is upTime since last baseline 00:00:19Interface statistics in outpackets 0 0octets 112 126errors 0 0discards 0 0PPP interface mlppp group2 is upPPP multilink member-interface serial 2/1:1/1 is upTime since last baseline 00:00:23Interface statistics in outpackets 0 0octets 125 132errors 0 0discards 0 0PPP multilink member-interface serial 2/1:2/1 is upTime since last baseline 00:00:25Interface statistics in outpackets 0 0octets 135 138errors 0 0discards 0 0PPP multilink member-interface serial 2/1:3/1 is upTime since last baseline 00:00:30Interface statistics in outpackets 0 0octets 125 132errors 0 0discards 0 02 mlppp interfaces foundshow ppp interface mlppp
- Use to display information about MLPPP interfaces.
- You can display a great variety of information with this complex command. See the show ppp interface command in Chapter 7, Configuring Point-to-Point Protocol, for more detailed information about the display options.
- Use the show ppp interface command to display information about all PPP interfaces, including MLPPP interfaces.
- Field descriptions
- PPP interface mlpppName and administrative status (up or down) for an MLPPP bundle
- PPP multilink member-interfaceInterface type, interface specifier, and administrative status (up or down) for an MLPPP member link
- Network interface administrative statusIndicates whether the interface for the MLPPP bundle is administratively enabled (open), meaning that the no ppp shutdown command is operational, or administratively disabled (closed), meaning that the ppp shutdown command is operational
- Link interface administrative statusIndicates whether the interface for the member link is administratively enabled (open), meaning that the no ppp shutdown command is operational, or administratively disabled (closed), meaning that the ppp shutdown command is operational
- Configured network protocolNetwork protocol configured on the interface
- Fragmentation and reassembly configuration:
- Link interface fragmentationIndicates whether MLPPP fragmentation is enabled or disabled on the link interface
- Link interface fragment sizeMLPPP fragment size, in octets, currently in use on the link interface
- Link interface reassemblyIndicates whether MLPPP reassembly is enabled or disabled on the link interface
- Link interface administrative MRRUAdministrative MRRU value, in octets, currently in use on the link interface
- packetsNumber of packets received (in) and sent (out) on the interface
- octetsNumber of octets received (in) and sent (out) on the interface
- errorsNumber of errors received (in) and sent (out) on the interface
- discardsNumber of packets discarded on receipt (in) or discarded before they were transmitted (out)
NOTE: For the LCP, IPCP, and OSINLCP negotiated options, the command displays a value of "none" if the option was not negotiated.
- use lower layerMRU of the layer below PPP defines the MRU to be negotiated
- disabledMRU option is not to be negotiated
- a numeric valueMRU value to be negotiated
- authenticationControls negotiation of the local authentication option; value can be one of the following:
- noneDo not negotiate
- chapNegotiate CHAP
- papNegotiate PAP
- chap/papNegotiate CHAP, and if it is rejected, negotiate PAP
- pap/chapNegotiate PAP, and if it is rejected, negotiate CHAP
- magic-numberControls whether the local magic number is negotiated: enabled (negotiate), or disabled (do not negotiate)
- magic-number-mismatchIndicates whether the router is configured to ignore the LCP peer magic number and retain the PPP connection when the peer has not negotiated an LCP magic number: ignore (ignore the peer magic number mismatch and retain the PPP connection), or reject (router terminates the PPP connection if it detects a peer magic number mismatch)
- keepalive-timerRate of LCP echo requests, in seconds
- restart-timerRetry frequency during LCP, IPCP, and OSINLCP negotiations, in seconds
- max-terminateMaximum number of terminate requests
- max-configureMaximum number of configure requests
- max-failureMaximum number of configure NAKs
- link-statusIndicates the overall status of LCP negotiations, including the following states: initial (idle), starting (ready to negotiate), authenticate (authenticating), and network (LCP is up)
- max-receive-unitNegotiated maximum receive unit, in octets, for the local and remote (peer) side of the link
- max-receive-reconstructed-unitNegotiated maximum receive reconstructed unit, in octets, for the local and remote (peer) side of the link
- authenticationNegotiated authentication method (none, pap, or chap) for the local and remote (peer) side of the link
- magic-numberNegotiated magic number for the local and remote (peer) side of the link
- pfcNegotiated pfc (none or enabled) for the local and remote (peer) side of the link
- acfcNegotiated acfc (none or enabled) for the local and remote (peer) side of the link
NOTE: The command displays a value of "none" for any negotiated option parameters if the option was not negotiated.
- local discriminator classEndpoint discriminator type, format, and address space for the local system
- local endpoint discriminatorEndpoint discriminator value for the local system within the specified class
- peer discriminator classEndpoint discriminator type, format, and address space for the remote system
- peer endpoint discriminatorEndpoint discriminator value for the remote system within the specified class
- in-keepalive-requestsNumber of received keepalive requests (LCP Echo Request) for the life of the interface (since either system boot or interface creation, whichever is later)
- out-keepalive-requestsNumber of transmitted keepalive requests for the life of interface
- in-keepalive-repliesNumber of received keepalive replies for the life of the interface
- out-keepalive-repliesNumber of transmitted keepalive replies for the life of the interface
- keepalive-failuresNumber of keepalive failures reported on the interface
- configuredIPCP is configured on this interface (true or false)
- administrative-statusIPCP administrative status (open or closed)
- ip-addressAddress to be used for negotiation of local IP address option
- dns-precedenceUsed to resolve conflicts during DNS address negotiation
- localLocal side takes precedence, and the no ppp peer dns command is operative
- peerRemote side takes precedence, and the ppp peer dns command is operative
- wins-precedenceUsed to resolve conflicts during WINS address negotiation
- localLocal side takes precedence, and the no ppp peer wins command is operative
- peerRemote side takes precedence, and the ppp peer wins command is operative
- ip-addressNegotiated IP address for the local and remote (peer) side of the link
- primary-dns-addressNegotiated primary DNS address for the local and remote (peer) side of the link
- secondary-dns-addressNegotiated secondary DNS address for the local and remote (peer) side of the link
- primary-wins-addressNegotiated primary WINS address for the local and remote (peer) side of the link
- secondary-wins-addressNegotiated secondary WINS address for the local and remote (peer) side of the link
NOTE: The command displays a value of "none" for any negotiated option parameters if the option was not negotiated.
- configuredOSINLCP is configured on this interface (true or false)
- administrative-statusOSINLCP administrative status (open or closed)
- operational-statusOSINLCP operational status (up, down, not present, or not present no resources)
- terminate-reasonReason for termination of OSINLCP service
host1#show ppp interface mlppp group1 membersPPP interface mlppp group1 is upPPP multilink member-interface serial 2/0:1/1 is upPPP multilink member-interface serial 2/0:2/1 is upPPP multilink member-interface serial 2/0:3/1 is upExample 2Displays information about all MLPPP member links configured for all bundles host1#show ppp interface mlppp membersPPP interface mlppp group1 is upPPP multilink member-interface serial 2/0:1/1 is upPPP multilink member-interface serial 2/0:2/1 is upPPP multilink member-interface serial 2/0:3/1 is upPPP interface mlppp group2 is upPPP multilink member-interface serial 2/1:1/1 is upPPP multilink member-interface serial 2/1:2/1 is upPPP multilink member-interface serial 2/1:3/1 is upPPP interface mlppp group3No member-interfaces foundExample 3Displays information about all MLPPP encapsulated links, regardless of whether the links are members of an MLPPP bundle host1#show ppp interface mlppp linksPPP multilink interface serial 2/0:1/1 is upPPP multilink interface serial 2/0:2/1 is upPPP multilink interface serial 2/0:3/1 is upPPP multilink interface serial 2/1:1/1 is upPPP multilink interface serial 2/1:2/1 is upPPP multilink interface serial 2/1:3/1 is upExample 4Displays configuration information about MLPPP member links configured in bundle group1 host1#show ppp interface mlppp group1 configPPP interface mlppp group1 is upNetwork interface administrative status is openConfigured network protocol is IPCPPPP multilink member-interface ATM 10/0.10 is upLink interface administrative status is openLink interface fragmentation is enabledLink interface fragment size is 128Link interface reassembly is enabledLink interface administrative MRRU is 2000PPP multilink member-interface ATM 10/0.11 is down (lower layer down)Link interface administrative status is closedLink interface fragmentation is enabledLink interface fragment size is 128Link interface reassembly is enabledLink interface administrative MRRU is 2000PPP multilink member-interface ATM 10/0.12 is down (lower layer down)Link interface administrative status is closedLink interface fragmentation is enabledLink interface fragment size is 128Link interface reassembly is enabledLink interface administrative MRRU is 2000PPP multilink member-interface ATM 10/0.13 is down (lower layer down)Link interface administrative status is closedLink interface fragmentation is enabledLink interface fragment size is 128Link interface reassembly is enabledLink interface administrative MRRU is 20001 mlppp interfaces foundExample 5Displays statistics about all configured MLPPP member links configured in bundle group1 host1#show ppp interface mlppp group1 statisticsPPP interface mlppp group1 is upPPP multilink member-interface ATM 10/0.10 is upNo baseline has been setInterface statistics in outpackets 0 0octets 170 690errors 0 0discards 0 0PPP multilink member-interface ATM 10/0.11 is down (lower layer down)No baseline has been setInterface statistics in outpackets 0 0octets 50 0errors 0 0discards 0 0PPP multilink member-interface ATM 10/0.12 is down (lower layer down)No baseline has been setInterface statistics in outpackets 0 0octets 50 0errors 0 0discards 0 0PPP multilink member-interface ATM 10/0.13 is down (lower layer down)No baseline has been setInterface statistics in outpackets 0 0octets 50 0errors 0 0discards 0 01 mlppp interfaces foundExample 6Displays status information about the specified MLPPP bundle host1#show ppp interface mlppp group1 statusPPP interface mlppp group1 is up1 mlppp interfaces foundExample 7Shows complete configuration, statistics, and status information about the specified MLPPP bundle host1#show ppp interface mlppp group1 fullPPP interface mlppp group1 is upNetwork interface administrative status is openConfigured network protocol is IPCPIPCP protocol configurationconfigured trueadministrative-status openip-address 1.2.3.4dns-precedence localwins-precedence localIPCP protocol statusoperational-status upIPCP negotiated options local peerip-address 1.2.3.4 6.7.8.9primary-dns-address none nonesecondary-dns-address none noneprimary-wins-address none nonesecondary-wins-address none noneOSINLCP protocol configurationconfigured falseadministrative-status openOSINLCP protocol statusoperational-status not presentterminate-reason not configuredPPP multilink member-interface serial 2/0:1/1 is upLink interface administrative status is openNo baseline has been setInterface statistics in outpackets 0 0octets 1488 1972errors 0 0discards 0 0LCP protocol configurationmax-receive-unit use lower layerauthentication nonemagic-number enabledmagic-number-mismatch ignorekeepalive-timer 30 secondsrestart-timer 3 secondsmax-terminate 2max-configure 10max-failure 5LCP protocol statuslink-status networkLCP negotiated options local peermax-receive-unit 1590 1590max-receive-reconstructed-unit 1590 1590authentication none nonemagic-number 0x6c079eb0 0x2c5a5798pfc none noneacfc none noneLCP Endpoint Discriminator optionslocal discriminator class Locally Assigned Addresslocal endpoint discriminator 0x31393933313030303800001b000001peer discriminator class Locally Assigned Addresspeer endpoint discriminator 0x31393933313030303800001b000002LCP protocol statisticsin-keepalive-requests 70out-keepalive-requests 70in-keepalive-replies 70out-keepalive-replies 70keepalive-failures 0PPP multilink member-interface serial 2/0:2/1 is upLink interface administrative status is openNo baseline has been setInterface statistics in outpackets 0 0octets 1508 1996errors 0 0discards 0 0LCP protocol configurationmax-receive-unit use lower layerauthentication nonemagic-number enabledmagic-number-mismatch ignorekeepalive-timer 30 secondsrestart-timer 3 secondsmax-terminate 2max-configure 10max-failure 5LCP protocol statuslink-status networkLCP negotiated options local peermax-receive-unit 1590 1590max-receive-reconstructed-unit 1590 1590authentication none nonemagic-number 0x7ada4a05 0x1bb178cdpfc none noneacfc none noneLCP Endpoint Discriminator optionslocal discriminator class Locally Assigned Addresslocal endpoint discriminator 0x31393933313030303800001b000001peer discriminator class Locally Assigned Addresspeer endpoint discriminator 0x31393933313030303800001b000002LCP protocol statisticsin-keepalive-requests 71out-keepalive-requests 71in-keepalive-replies 71out-keepalive-replies 71keepalive-failures 0PPP multilink member-interface serial 2/0:3/1 is upLink interface administrative status is openNo baseline has been setInterface statistics in outpackets 0 0octets 1568 2068errors 0 0discards 0 0LCP protocol configurationmax-receive-unit use lower layerauthentication nonemagic-number enabledmagic-number-mismatch ignorekeepalive-timer 30 secondsrestart-timer 3 secondsmax-terminate 2max-configure 10max-failure 5LCP protocol statuslink-status networkLCP negotiated options local peermax-receive-unit 1590 1590max-receive-reconstructed-unit 1590 1590authentication none nonemagic-number 0x31cc52e0 0x32ebdec6pfc none noneacfc none noneLCP Endpoint Discriminator optionslocal discriminator class Locally Assigned Addresslocal endpoint discriminator 0x31393933313030303800001b000001peer discriminator class Locally Assigned Addresspeer endpoint discriminator 0x31393933313030303800001b000002LCP protocol statisticsin-keepalive-requests 74out-keepalive-requests 74in-keepalive-replies 74out-keepalive-replies 74keepalive-failures 01 mlppp interfaces foundshow ppp interface summary
- Use to display a summary of all the multilinked and nonmultilinked PPP interfaces configured on the router.
- Field descriptions
- PPP StatusNon-multilinked PPP interfaces
- Configuration statusIndicates the configuration state of the PPP interface, IPCP, IPv6CP, OSINLCP, or MPLS
- configuredInterface or protocol is configured
- notConfiguredInterface or protocol is not configured
- Administrative statusIndicates the administrative state of the PPP interface, IPCP, IPv6CP, OSINLCP, or MPLS
- openInterface or protocol is administratively enabled
- closedInterface or protocol is administratively disabled
- upInterface is operational
- downInterface is not operational because of a problem in the PPP layer
- lowerDownInterface is not operational because a lower layer in the protocol stack is down
- notPresentInterface is not operational because the hardware is unavailable
- passiveInterface is waiting for the peer to send an LCP confReq message
- tunnelInterface is being redirected through a tunnel
- Operational status (Ip, Ipv6, Osi, Mpls)Indicates the operational state of the IPCP, IPv6CP, OSINLCP, or MPLS protocol
- upProtocol is operational
- downProtocol is not operational because of a problem in the PPP layer
- notPresentProtocol is not operational because it does not exist
- noResourcesProtocol is not operational because it does not exist due to a lack of resources
host1#show ppp interface summaryPPP StatusConfiguration status configured notConfiguredInterface 4000 n/aIp 4000 0Ipv6 0 4000Osi 0 4000Mpls 0 4000Administrative status open closedInterface 4000 0Ip 4000 0Ipv6 4000 0Osi 4000 0Mpls 4000 0Operational status up down notPresent noResourcesInterface 4000 0 0 n/aIp 4000 0 0 0Ipv6 0 0 4000 0Osi 0 0 4000 0Mpls 0 0 4000 0Operational status lowerDown passive tunnelInterface 0 0 0PPP Multilink StatusConfiguration status configured notConfiguredLink Interface 8000 n/aNetwork Interface 2000 n/aIp 2000 0Ipv6 0 2000Osi 0 2000Mpls 0 2000Administrative status open closedLink Interface 8000 0Network Interface 2000 0Ip 2000 0Ipv6 2000 0Osi 2000 0Mpls 2000 0Operational status up down notPresent noResourcesLink Interface 8000 0 0 n/aNetwork Interface 2000 0 0 n/aIp 2000 0 0 0Ipv6 0 0 2000 0Osi 0 0 2000 0Mpls 0 0 2000 0Operational status lowerDown passive tunnelLink Interface 0 0 0Network Interface 0 0 0