Frame Relay interface
U
SER
G
UIDE
82
set pppofr interface pvc0
To set username and password for the PPP authentication:
set pppofr login <login-name> password <password>
To enable / disable the PAT functions for the outgoing packets on the PPP interface:
set pppofr masquerade
set pppofr no-maquerade
To enable / disable a default static route on the PPP interface:
set pppofr default-route
set pppofr no-default-route
To se the values of MTU (Maximum Transmit Unit) and MRU (Maximum Receive Unit) on PPP
interface:
set pppofr mtu <val>
set pppofr mru <val>
To set both the frequency by which the packets are sent and how many attempts to do before
breaking the interface if there is no answer:
set pppofr lcp-echo-interval <n>
set pppofr lcp-echo-failure <n>
To turn on the service:
set pppofr on
To turn off the service:
set pppofr off
Displaying the interface
You can display the information about the PPPoE interface status using:
show interface pppofr
see below an example of the result
ppp0 Link encap:Point-to-Point Protocol
inet addr:13.13.0.2 P-t-P:13.13.0.1 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:21 errors:0 dropped:0 overruns:0 frame:0
TX packets:21 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:24414 (23.8 KiB) TX bytes:24414 (23.8 KiB)
Session Uptime: 27 seconds
Trigger PPPoFR
You can configure some triggers that will be execute when the the PPP session has been establish
with the remote peer, example: