With RADIUS accounting enabled, Juniper Network routers, acting as RADIUS clients, can notify the RADIUS server about user activities such as software logins, configuration changes, and interactive commands. The framework for RADIUS accounting is described in RFC 2866.
To audit user events, include the following statements at the [edit system accounting] hierarchy level:
- [edit system accounting]
-
events [ events ];
-
destination {
-
-
radius {
-
-
server {
-
-
server-address {
-
accounting-port port-number;
-
secret password;
-
source-address address;
-
retry number;
-
timeout seconds;
- }
- }
- }
- }
This section includes the following topics: