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
     

    Related Documentation

    • None
     

    insert

    Syntax

    insert system { radius | tacacs-plus } server ip_address [ after | before ip_address ]insert system { radius | tacacs-plus } server ip_address [ first | last ]

    Description

    This command allows you to insert a new RADIUS or TACACS+ server at the indicated position within a list of servers.

    Options

    • radius - inserts a RADIUS server
    • tacacs-plus - inserts a TACACS+ server
    • server ip_address - the IP address of the RADIUS or TACACS+ server
    • after ip_address - inserts the new server after the indicated server
    • before ip_address - inserts the new server before the indicated server
    • first - inserts the new server at the beginning of the list
    • last - appends the new server to the end of the list. This is the default setting.

    Required Privilege Level

     

    Related Documentation

    • None
     

    Sample Output

    bti7800(config)# insert system tacacs-plus server 10.10.1.33 before 192.168.1.45

    Modified: 2017-03-10