Documentation

console

Outputs the captured RADIUS messages to the console.

Example configuration of a console capture:

captures {
    capture "CAPTURE_TO_CONSOLE" {
        console;
    }
}
Navigation
Parents