wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Network Security - Modules 5-7

Total questions: 27

Worksheet time: 54mins

Name
Class
Date
1.

Which privilege level is predefined for the privileged EXEC mode?

a)

level 0

b)

level 1

c)

level 15

d)

level 16

2.

What is a requirement to use the Secure Copy Protocol feature?

a)

At least one user with privilege level 1 has to be configured for local authentication.

b)

A command must be issued to enable the SCP server side functionality.

c)
  • A transfer can only originate from SCP clients that are routers.

d)
  • The Telnet protocol has to be configured on the SCP server side.

3.

Which three items are prompted for a user response during interactive AutoSecure setup? (Choose three.)

a)

IP addresses of interfaces

b)

content of a security banner

c)

enable secret password

d)
  • services to disable

e)

enable password

4.

Which syslog message type is accessible only to an administrator and only via the Cisco CLI?

a)

errors

b)

alerts

c)

debugging

d)

emergency

5.

Refer to the exhibit. What two statements describe the NTP status of the router? (Choose two.)

a)

The software clock for the router must be configured with the set clock command so that NTP will function properly.

b)

The router is attached to a stratum 2 device.

c)

The router is serving as a time source for the device at 192.168.1.1.

d)

The IP address of the time source for the router is 192.168.1.1.

e)

The router is serving as an authoritative time source.

6.

An administrator needs to create a user account with custom access to most privileged EXEC commands. Which privilege command is used to create this custom account?

a)

privilege exec level 15

b)

privilege exec level 0

c)

privilege exec level 1

d)

privilege exec level 2

7.

A network administrator is analyzing the features supported by the multiple versions of SNMP. What are two features that are supported by SNMPv3 but not by SNMPv1 or SNMPv2c? (Choose two.)

a)

message encryption

b)
  • community-based security

c)

SNMP trap mechanism

d)

message source validation

e)

bulk retrieval of MIB information

8.

A network administrator is configuring an AAA server to manage TACACS+ authentication. What are two attributes of TACACS+ authentication? (Choose two.)

a)

TCP port 40

b)

encryption for all communication

c)

single process for authentication and authorization

d)

UDP port 1645

e)

separate processes for authentication and authorization

9.

What are two characteristics of the RADIUS protocol? (Choose two.)

a)

encryption of the entire body of the packet

b)

encryption of the password only

c)

the use of UDP ports for authentication and accounting

d)

the separation of the authentication and authorization processes

e)

the use of TCP port 49

10.

What is the one major difference between local AAA authentication and using the login local command when configuring device access authentication?

a)

The login local command requires the administrator to manually configure the usernames and passwords, but local AAA authentication does not.

b)

Local AAA authentication allows more than one user account to be configured, but login local does not.

c)

Local AAA authentication provides a way to configure backup methods of authentication, but login local does not.

d)

The login local command uses local usernames and passwords stored on the router, but local AAA authentication does not.

11.

Which two UDP port numbers may be used for server-based AAA RADIUS authentication? (Choose two.)

a)

1812

b)

1645

c)

1813

d)

1646

e)

49

12.

Which command will move the show access-lists command to privilege level 14?

a)

router(config)# privilege level 14 command show access-lists

b)

router(config)# privilege exec level 14 show access-lists

c)

router(config)# set privilege level 14 show access-lists

d)

router(config)# show access-lists privilege level 14

13.

Which authentication method stores usernames and passwords in the router and is ideal for small networks?

a)

server-based AAA over TACACS+

b)

local AAA over RADIUS

c)

server-based AAA

d)
  • local AAA over TACACS+

e)

local AAA

14.

What are three characteristics of superviews in the Cisco role-based CLI access feature? (Choose three.)

a)

A user uses a superview to configure commands inside associated CLI views.

b)

Commands cannot be configured for a superview.

c)

Level 15 privilege access is used to configure a new superview.

d)

Deleting a superview does not delete the associated CLI views.

e)

A single CLI view can be shared within multiple superviews.

15.

A student is learning about role-based views and role-based view configurations. The student enters the Router(config)# parser view TECH-view command. What is the purpose of this command?

a)

to create a CLI view named TECH-view

b)

to enter the superview named TECH-view

c)

to check the current setup of the CLI view named TECH-view

d)
  • to enter the CLI view named TECH-view

16.

Refer to the exhibit. A student uses the show parser view all command to see a summary of all views configured on router R1. What is indicated by the symbol * next to JR-ADMIN?

a)

It is a root view.

b)

It is a CLI view without a command configured.

c)

It is a superview.

d)

It is a CLI view.

17.

What are two characteristics of the Cisco IOS Resilient Configuration feature? (Choose two.)

a)

It maintains a mirror image of the configuration file in RAM.

b)

It sends a backup copy of the IOS image to a TFTP server.

c)

It saves a secure copy of the primary image and device configuration that cannot be removed by a user.

d)

It minimizes the downtime of a device that has had the image and configuration deleted.

e)

It is a universal feature that can be activated on all Cisco devices.

18.

What IOS privilege levels are available to assign for custom user-level privileges?

a)

levels 1 through 15

b)

levels 0, 1, and 15

c)

levels 2 through 14

d)

levels 0 and 1

19.

Refer to the exhibit. What information in the syslog message identifies the facility?

a)

ADJCHG

b)

Loading Done

c)

OSPF

d)

level 5

20.

What is the biggest issue with local implementation of AAA?

a)

Local implementation supports only TACACS+ servers.

b)

Local implementation cannot provide secure authentication.

c)

Local implementation does not scale well.

d)

Local implementation supports only RADIUS servers.

21.

Which task is necessary to encrypt the transfer of data between the ACS server and the AAA-enabled router?

a)

Configure the key exactly the same way on the server and the router.

b)

Specify the single-connection keyword.

c)
  • Create a VPN tunnel between the server and the router.

d)

Use identical reserved ports on the server and the router.

22.

Refer to the exhibit. Based on the output of the show running-config command, which type of view is SUPPORT?

a)

CLI view, containing SHOWVIEW and VERIFYVIEW commands

b)

superview, containing SHOWVIEW and VERIFYVIEW views

c)

secret view, with a level 5 encrypted password

d)

root view, with a level 5 encrypted secret password

23.

A student is learning role-based CLI access and CLI view configurations. The student opens Packet Tracer and adds a router. Which command should be used first for creating a CLI view named TECH-View?

a)

Router# enable view

b)

Router(config)# aaa new-model

c)

Router# enable view TECH-view

d)

Router(config)# parser view TECH-view

24.

A network engineer is implementing security on all company routers. Which two commands must be issued to force authentication via the password 1A2b3C for all OSPF-enabled interfaces in the backbone area of the company network? (Choose two.)

a)

area 0 authentication message-digest

b)

ip ospf message-digest-key 1 md5 1A2b3C

c)

username OSPF password 1A2b3C

d)

enable password 1A2b3C

e)

area 1 authentication message-digest

25.

Because of implemented security controls, a user can only access a server with FTP. Which AAA component accomplishes this?


a)

accessibility

b)

accounting

c)

auditing

d)

authentication

e)

authorization

26.

Which AAA component can be established using token cards?

a)

accounting

b)

authorization

c)

auditing

d)

authentication

27.

What is the primary function of the aaa authorization command?

a)

permit AAA server access to AAA client services

b)

limit authenticated user access to AAA client services

c)

permit authenticated user access to AAA client services

d)

limit AAA server access to AAA client services