Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Configuring the RADIUS Accounting Listener Transport (SRC CLI)
Use the following statements to configure the RADIUS accounting listener transport:
shared sic group identifier radius
accounting-listener transport
shared sic group identifier radius
accounting-listener transport id { port port; connections-per-thread connections-per-thread;connect-timeout connect-timeout;disconnect-timeout disconnect-timeout;}
- 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-tran1
- Specify 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