Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Configuring the RADIUS Authentication Listener Transport (SRC CLI)
Use the following statements to configure the RADIUS authentication listener transport:
shared sic group identifier radius
authentication-listener transport
shared sic group identifier radius
authentication-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 authentication listener transport and specify a name for
the transport. Each RADIUS authentication transport must have a unique
name. For example, to configure a transport called auth-tran1:[edit]user@host# edit shared sic group group1 radius authentication-listener transport auth-tran1
- Specify the UDP port number of the authentication listener
from which the server listens for RADIUS packets.[edit shared sic group group1 radius authentication-listener transport auth-tran1]user@host# set port port
- (Optional) Specify the number of UDP connections per thread.[edit shared sic group group1 radius authentication-listener transport auth-tran1]user@host# set connections-per-thread connections-per-thread
- (Optional) Specify the UDP connection timeout in milliseconds.[edit shared sic group group1 radius authentication-listener transport auth-tran1]user@host# set connect-timeout connect-timeout
- (Optional) Specify the UDP disconnection timeout in milliseconds.[edit shared sic group group1 radius authentication-listener transport auth-tran1]user@host# set disconnect-timeout disconnect-timeout