Which Cisco IOS command is used to configure a new TACACS+ server on a device?

A) aaa server mode tacacs+ server-name
B) aaa server tacacs+ server-name
C) aaa new server tacacs server-name
D) tacacs server server-name


D
Explanation: D) The tacacs server server-name command is used to configure a new TACACS+ server and enter into TACACS+ server configuration mode. In this mode, the address and key information will be configured.

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. Under MS-DOS, physical I/O is supported by a hardware dependent module called MSDOS.SYS. 2. Under MS-DOS, MSDOS.SYS accepts logical I/O requests from application programs or other operating system modules, translates them into physical I/O commands, and passes the physical commands to IO.SYS. 3. Under MS-DOS, only MSDOS.SYS, the machine dependent module, communicates directly with peripheral devices. 4. Under MS-DOS, each physical device attached to the system is described in a special file called a BIOS. 5. MSDOS.SYS is the MS-DOS file system.

Computer Science & Information Technology

Information contained within variables is called ____.

A. code B. data C. components D. objects

Computer Science & Information Technology

Which of the following statements correctly creates a Scanner object for keyboard input?

a. Scanner kbd = new Scanner(System.keyboard); b. Scanner keyboard(System.in); c. Scanner keyboard = new Scanner(System.in); d. Keyboard scanner = new Keyboard(System.in);

Computer Science & Information Technology

When you save an existing file that you have changed, you use the ____________________ command.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology