Navigation
Example: Applying a User Group Profile on the M7i or M10i Router
The following example shows how to apply a configured PPP group profile to a tunnel:
[edit access]
group-profile westcoast_users {ppp {idle-timeout 100;}}
group-profile westcoast_default_configuration {ppp {framed-pool customer_b;idle-timeout 20;interface-id west;primary-dns 192.120.65.5;secondary-dns 192.120.65.6;primary-wins 192.120.65.7;secondary-wins 192.120.65.8;}}
profile westcoast_bldg_1_tunnel {client test {l2tp {interface-id west;shared-secret "$9$r3HKvLg4ZUDkX7JGjif5p0BIRS8LN";# SECRET-DATAmaximum-sessions-per-tunnel 75;ppp-authentication chap;}user-group-profile westcoast_default_configuration; # Apply default PPP}}
profile westcoast_bldg_1 {client white {chap-secret "$9$3s2690IeK8X7VKM7VwgaJn/Ctu1hclv87Ct87";# SECRET-DATAppp {idle-timeout 22;primary-dns 192.120.65.9;framed-ip-address 12.12.12.12/32;}group-profile westcoast_users; # Reference the west_users group}}