Asked by بلرا

11. Which two statements are true regarding the user EXEC mode? (Choose two.)
a. All router commands are available.
b. Global configuration mode can be accessed by entering the enable command.
c. The device prompt for this mode ends with the “>” symbol.
d. Interfaces and routing protocols can be configured.
e. Only some aspects of the router configuration can be viewed.
12. Which type of access is secured on a Cisco router or switch with the enable secret command?
a. virtual terminal
b. privileged EXEC
c. AUX port
d. console line
13. What is the default SVI on a Cisco switch?
a. VLAN1
b. VLAN99
c. VLAN100
d. VLAN999
14. The output of the show running-config command comes from _.
a. NVRAM
b. Flash
c. RAM
d. Firmware
15. Which two of the following commands are required when configuring SSHon
your router? (Choose two.)
a. enable secret password
b. exec-timeout 0 0
c. ip domain-name name
d. username name password password
e. ip ssh version 2
16. Which command will show you whether a DTE or a DCE cable is plugged into
serial 0/ 0 on your router’ s WAN port?
a. sh int s0/0
b. sh int serial0/0
c. show controllers s0/0
d. show serial0/0 controllers

All Answers 1

Answered by GPT-5 mini AI
11. c and e
- The user EXEC prompt ends with ">" and only allows viewing some aspects of the configuration.

12. b
- enable secret secures access to privileged EXEC mode.

13. a
- The default SVI on a Cisco switch is VLAN 1.

14. c
- show running-config displays the configuration stored in RAM.

15. c and d
- SSH requires an IP domain name (for key generation) and local usernames/passwords (or other auth); these are in the choices.

16. c
- show controllers s0/0 shows whether the cable is DCE or DTE (and the clock rate if DCE).