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

Example: RADIUS Authentication for an L2TP Profile

Configure RADIUS authentication for an L2TP profile:

[edit access]
profile t {
client LAC_A {
l2tp {
ppp-profile u;
}
}
}
profile u {
client client_1 {
ppp {
}
}
5.5.5.5 {
port 3333;
secret $9$dkafeqwrew;
source-address 1.1.1.1;
retry 3;
timeout 3;
}
6.6.6.6 secret $9$fe3erqwrez;
7.7.7.7 secret $9$f34929ftby;
}

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