Configure an L2TP and PPP group profile:
- [edit access]
- group-profile westcoast_users {
-
- ppp {
- framed-pool customer_a;
- keepalive 15;
- primary-dns 192.120.65.1;
- secondary-dns 192.120.65.2;
- primary-wins 192.120.65.3;
- secondary-wins 192.120.65.4;
- interface-id west
- }
- }
- group-profile eastcoast_users {
-
- ppp {
- framed-pool customer_b;
- keepalive 15;
- primary-dns 192.120.65.5;
- secondary-dns 192.120.65.6;
- primary-wins 192.120.65.7;
- secondary-wins 192.120.65.8;
- interface-id east;
- }
- }
- group-profile westcoast_tunnel {
-
- l2tp {
- maximum-sessions-per-tunnel 100;
- }
- }
- group-profile east_tunnel {
-
- l2tp {
- maximum-sessions-per-tunnel 125;
- }
- }