nas_identifier
Set the NAS-Identifier attribute (RADIUS attribute type 32) to include in outgoing Status-Server health check packets sent to this backend server. If not defined, the NAS-Identifier attribute is not included in Status-Server packets.
Context
Valid inside a RADIUS backend server block.
Syntax
backends {
radius "RADSEC_BACKEND" {
server "radsec.example.org" {
secret "radsec";
timeout 60s;
retries 2;
status true;
nas_identifier "MY_PROXY_NODE";
connect {
protocol tls;
host "radsec.example.org";
port 2083;
}
}
}
}
Related configuration statements:
Navigation