[Contents] [Prev] [Next] [Index] [Report an Error]

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 section show Commands in JUNOSe System Basics Configuration Guide.

Note: The E120 router and E320 router output for monitor and show commands is identical to output from other E-series routers, except that the E120 and E320 router output also includes information about the adapter identifier in the interface specifier (slot/adapter/port).

baseline ppp interface

Sample Display Without Baseline

The following command displays PPP interface (including MLPPP interface) statistics without baselining:

host1#show ppp interface statistics


PPP interface serial 2/0:4/1 is up
No baseline has been set
Interface statistics              in                  out
   packets                        0                   0
   octets                         572                 684
   errors                         0                   0
   discards                       0                   0
PPP interface serial 2/0:5/1 is up
No baseline has been set
Interface statistics              in                  out
   packets                        0                   0
   octets                         572                 684
   errors                         0                   0
   discards                       0                   0
PPP interface serial 2/1:4/1 is up
No baseline has been set
Interface statistics              in                  out
   packets                        0                   0
   octets                         572                 684
   errors                         0                   0
   discards                       0                   0
PPP interface serial 2/1:5/1 is up
No baseline has been set
Interface statistics              in                  out
   packets                        0                   0
   octets                         572                 684
   errors                         0                   0
   discards                       0                   0
4 ppp interfaces found

PPP interface mlppp group1 is up
PPP multilink member-interface serial 2/0:1/1 is up
No baseline has been set
Interface statistics              in                  out
   packets                        0                   0
   octets                         608                 716
   errors                         0                   0
   discards                       0                   0
PPP multilink member-interface serial 2/0:2/1 is up
No baseline has been set
Interface statistics              in                  out
   packets                        0                   0
   octets                         608                 716
   errors                         0                   0
   discards                       0                   0
PPP multilink member-interface serial 2/0:3/1 is up
No baseline has been set
Interface statistics              in                  out
   packets                        0                   0
   octets                         596                 704
   errors                         0                   0
   discards                       0                   0

PPP interface mlppp group2 is up
PPP multilink member-interface serial 2/1:1/1 is up
No baseline has been set
Interface statistics              in                  out
   packets                        0                   0
   octets                         628                 740
   errors                         0                   0
   discards                       0                   0
PPP multilink member-interface serial 2/1:2/1 is up
No baseline has been set
Interface statistics              in                  out
   packets                        0                   0
   octets                         628                 740
   errors                         0                   0
   discards                       0                   0
PPP multilink member-interface serial 2/1:3/1 is up
No baseline has been set
Interface statistics              in                  out
   packets                        0                   0
   octets                         616                 728
   errors                         0                   0
   discards                       0                   0
2 mlppp interfaces found 


Sample Display with Baseline

The following command displays PPP interface (including MLPPP interface) statistics with baselining:

host1#show ppp interface statistics delta


PPP interface serial 2/0:4/1 is up
Time since last baseline 00:00:35
Interface statistics              in                  out
   packets                        0                   0
   octets                         75                  82
   errors                         0                   0
   discards                       0                   0
PPP interface serial 2/0:5/1 is up
Time since last baseline 00:00:37
Interface statistics              in                  out
   packets                        0                   0
   octets                         87                  90
   errors                         0                   0
   discards                       0                   0
PPP interface serial 2/1:4/1 is up
Time since last baseline 00:00:39
Interface statistics              in                  out
   packets                        0                   0
   octets                         101                 112
   errors                         0                   0
   discards                       0                   0
PPP interface serial 2/1:5/1 is up
Time since last baseline 00:00:43
Interface statistics              in                  out
   packets                        0                   0
   octets                         94                  99
   errors                         0                   0
   discards                       0                   0
4 ppp interfaces found
PPP interface mlppp group1 is up
PPP multilink member-interface serial 2/0:1/1 is up
Time since last baseline 00:00:17
Interface statistics              in                  out
   packets                        0                   0
   octets                         28                  26
   errors                         0                   0
   discards                       0                   0
PPP multilink member-interface serial 2/0:2/1 is up
Time since last baseline 00:10:22

Interface statistics              in                  out
   packets                        0                   0
   octets                         102                 104
   errors                         0                   0
   discards                       0                   0
PPP multilink member-interface serial 2/0:3/1 is up
Time since last baseline 00:00:19
Interface statistics              in                  out
   packets                        0                   0
   octets                         112                 126
   errors                         0                   0
   discards                       0                   0

PPP interface mlppp group2 is up
PPP multilink member-interface serial 2/1:1/1 is up
Time since last baseline 00:00:23
Interface statistics              in                  out
   packets                        0                   0
   octets                         125                 132
   errors                         0                   0
   discards                       0                   0
PPP multilink member-interface serial 2/1:2/1 is up
Time since last baseline 00:00:25
Interface statistics              in                  out
   packets                        0                   0
   octets                         135                 138
   errors                         0                   0
   discards                       0                   0
PPP multilink member-interface serial 2/1:3/1 is up
Time since last baseline 00:00:30
Interface statistics              in                  out
   packets                        0                   0
   octets                         125                 132
   errors                         0                   0
   discards                       0                   0
2 mlppp interfaces found

show ppp interface mlppp

show ppp interface summary


[Contents] [Prev] [Next] [Index] [Report an Error]