Configuring the RADIUS Accounting Listener for the SIC Group (SRC CLI)
The accounting listener listens for RADIUS accounting events and filters undesired events based on attachment session attributes. Complete the following tasks to configure the accounting listener:
Configuring the RADIUS Accounting Listener Queue Limits (SRC CLI)
Use the following statements to configure the accounting listener queue limits:
To configure the RADIUS accounting listener queue limits:
From configuration mode, access the statement that configures the RADIUS accounting listener queue limits. For example, to configure the limits for a group called group1:
[edit]user@host# edit shared sic group group1 radius accounting-listener limit(Optional) Specify the incoming queue limit for the RADIUS accounting listener.
[edit shared sic group group1 radius accounting-listener limit]user@host# set incoming-queue incoming-queue(Optional) Specify the transaction queue limit for the RADIUS accounting listener.
[edit shared sic group group1 radius accounting-listener limit]user@host# set transaction-queue transaction-queue
Configuring the RADIUS Accounting Listener Transport (SRC CLI)
Use the following statements to configure the RADIUS accounting listener transport:
From configuration mode, access the statement that configures the RADIUS accounting listener transport and specify a name for the transport. Each RADIUS accounting transport must have a unique name. For example to configure a transport called acct-tran1:
[edit]user@host# edit shared sic group group1 radius accounting-listener transport acct-tran1Specify the UDP port number of the accounting listener from which the server listens for RADIUS packets.
[edit shared sic group group1 radius accounting-listener transport acct-tran1]user@host# set port port(Optional) Specify the number of UDP connections per thread.
[edit shared sic group group1 radius accounting-listener transport acct-tran1]user@host# set connections-per-thread connections-per-thread(Optional) Specify the UDP connection timeout in milliseconds.
[edit shared sic group group1 radius accounting-listener transport acct-tran1]user@host# set connect-timeout connect-timeout(Optional) Specify the UDP disconnection timeout in milliseconds.
[edit shared sic group group1 radius accounting-listener transport acct-tran1]user@host# set disconnect-timeout disconnect-timeout