Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation
Guide That Contains This Content
[+] Expand All
[-] Collapse All

    Configuring SIC Authentication Targets (SRC CLI)

    Use the following statements to configure authentication targets:

    shared sic group identifier radius network-element id downstream (authentication | accounting) authentication-target name {address address;priority priority;}
    shared sic group identifier radius network-element id downstream (authentication | accounting) authentication-target name {secret secret;outbound-transport outbound-transport;port port;}

    To configure an authentication target:

    1. From configuration mode, access the statement that configures the authentication target. This sample procedure uses group1 for the group identifier, ne1 for the network element identifier, and target1 as the authentication target name.
      edit shared sic group group1 radius network-element ne1 downstream authentication authentication-target target1
    2. Specify the IP address of the RADIUS authentication target contained in the network element.
      [edit shared sic group group1 radius network-element ne1 downstream authentication authentication-target target1]user@host# set address address
    3. Specify the priority of the target. Targets with lower priority values are selected before other targets in a failover policy.
      [edit shared sic group group1 radius network-element ne1 downstream authentication authentication-target target1]user@host# set priority priority
    4. Specify the shared secret used by the RADIUS authentication target.
      [edit shared sic group group1 radius network-element ne1 downstream authentication authentication-target target1]user@host# set secret secret
    5. (Optional) Specify the name of the local transport used to send outbound requests to the authentication target.
      [edit shared sic group group1 radius network-element ne1 downstream authentication authentication-target target1]user@host# set outbound-transport outbound-transport
    6. (Optional) Specify the UDP port number on which the RADIUS authentication target listens for requests.
      [edit shared sic group group1 radius network-element ne1 downstream authentication authentication-target target1]user@host# set port port

    Modified: 2016-12-29