Monitoring A Ppp Session - Juniper JUNOS 10.1 - CONFIGURATION GUIDE 1-2010 Configuration Manual

Network interfaces configuration
Table of Contents

Advertisement

JUNOS 10.1 Network Interfaces Configuration Guide
Configure the physical interface, including the access profile name to be used for
PPP authentication:
Configure the logical interface, including the default PAP password to be used, should
the access profile not be located during authentication:
Include the

Monitoring a PPP Session

You can monitor PPP packet exchanges. When monitoring is enabled, packets
exchanged during a session are logged by default to
specified in the
130
Monitoring a PPP Session
}
boston {
pap-password "#%@^***"; # SECRET-DATA;
}
}
[edit interfaces so-0/0/0]
ppp-options {
pap {
access-profile "pap-profile";
local-name "rtrnum1";
local-password "XXXXXXX"; #SECRET-DATA
passive;
}
}
[edit interfaces so-0/0/0]
encapsulation frame-relay;
unit 0 {
dlci 100;
encapsulation frame-relay-ppp;
ppp-options {
pap {
local-name "rtrnum1";
local-password "XXXXXXX"; #SECRET-DATA
default-pap-password "XXXXX"; #SECRET-DATA
passive;
}
}
}
statement to trace PPP protocol operations:
pap
[edit protocols]
ppp {
traceoptions {
flag {
pap;
}
}
}
traceoptions
/var/log/pppd
statement.
, or to the file

Advertisement

Table of Contents
loading

This manual is also suitable for:

Junos 10.1

Table of Contents