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

Example: Configuring MS-CHAPv2 on the Router

The following example shows statements for configuring the MS-CHAPv2 password protocol, password authentication order, and user accounts:

[edit]
system {
authentication-order [ radius password ];
radius-server {
192.168.69.149 secret "$9$G-j.5Qz6tpBk.1hrlXxUjiq5Qn/C"; ## SECRET-DATA
}
radius-options {
password-protocol mschap-v2;
}
login {
user bob {
class operator;
}
}
}

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