Device Access Control and Local Password Authentication
26 soru
A network administrator wants to encrypt all cleartext passwords stored in a Cisco IOS router's running configuration file, including console line passwords and legacy user passwords. Which global configuration command accomplishes this task?
A network administrator inspects a Cisco IOS router configuration and observes the following line:
`username admin privilege 15 secret 9 eG8H$kQzP8xY...`
Which encryption algorithm or password type is used to secure the password for this local account?
A network technician is tasked with securing direct physical access to a Cisco switch console. Which two configuration steps are required to ensure that users connecting through the console port are authenticated against user accounts stored in the local device database? (Select two.)
Geçerli olan tümünü seçin
A network administrator runs the `show running-config` command on a Cisco switch and observes the following user configuration entry:
`username netadmin secret 5 mER7$19f.aB3z7QkL9p0`
Which statement accurately describes the security mechanism used to store this password?
A network security architect is hardening a newly initialized Cisco IOS XE enterprise router. Arrange the following CLI configuration commands in the mandatory order required to establish local database authentication for remote management, ensuring that local privileged credentials using scrypt hashing are created prior to entering the line context, local authentication is bound to the VTY lines, and unencrypted management sessions are blocked.
Öğeleri doğru sıraya koymak için sürükleyin
A network administrator configures a Cisco IOS switch for secure management access. The following excerpt is retrieved from the running configuration:
text
username secadmin privilege 15 secret 8 k9A$eP2xL1...
service password-encryption
!
line vty 0 4
transport input ssh
login
When a network engineer attempts to establish an SSH session using the `secadmin` account credentials, the authentication attempt is rejected. Which configuration change must be applied to line vty 0 4 to allow authentication using the local user database?
A network security administrator must perform a local password recovery procedure on a Cisco IOS router after administrative credentials were lost. Arrange the procedural steps in the correct chronological order required to restore administrative access without losing the active device configuration.
Öğeleri doğru sıraya koymak için sürükleyin
A network security architect is enforcing local authentication policies on a Cisco IOS XE router. The organization requires local user accounts to utilize scrypt key derivation hashing algorithms and mandates that remote management lines authenticate users against the local device database. Which TWO actions or configuration commands meet these requirements?
Geçerli olan tümünü seçin
A network administrator inspects a Cisco IOS XE switch and finds the following running configuration snippet:
text
username secadmin privilege 15 password 0 C1sc0123!
!
line vty 0 4
transport input ssh
login local
The organization's security hardening baseline requires all local database user accounts to store credentials using PBKDF2 (Type 8) password hashing rather than unencrypted plaintext (Type 0). Which global configuration command correctly updates the local user credential to meet this security standard?
A network technician needs to harden local console line access on a Cisco IOS XE switch using the local user database. Arrange the following Cisco IOS CLI commands in the correct sequential order required to perform this configuration, starting from Privileged EXEC mode (`Switch#`).
Öğeleri doğru sıraya koymak için sürükleyin
A network administrator reviews a Cisco IOS XE router configuration and notices the following line in the running configuration:
`username netadmin privilege 15 password 7 08221509421E05150C`
This entry was created after a technician executed `username netadmin privilege 15 password 0 SecretPass123` followed by `service password-encryption`.
Which statement accurately describes the primary security risk of using this password storage method compared to configuring `username netadmin secret SecretPass123`?
A network security administrator needs to configure a local database user account named 'opsman' on a Cisco IOS XE router. The requirement specifies using PBKDF2 with SHA-256 hashing (Type 8 encryption) to securely store the plaintext password 'Secur3#Pass2026'. Which Cisco IOS global configuration command correctly satisfies this requirement?
A network administrator needs to harden administrative access on a Cisco IOS XE router. The requirement specifies that users connecting via SSH must authenticate against the local device user database, and privileged EXEC mode access must be protected using Type 9 (scrypt) password hashing. Which two CLI configuration tasks must be performed to meet these security requirements? (Select two.)
Geçerli olan tümünü seçin
A network engineer observes the following partial running configuration on a Cisco IOS XE switch:
text
username netops privilege 15 secret Cisc0#2026!
!
line vty 0 4
password 7 094F471A1A0A
login
!
When administrators attempt to establish a remote SSH session to the switch, the prompt requests only a line password rather than asking for user credentials. Which command must be configured under line configuration mode to enforce authentication against the local user database?
Place the following Cisco IOS password encryption types in order of security strength, from weakest (least secure) to strongest (most secure).
Öğeleri doğru sıraya koymak için sürükleyin
An infrastructure auditor reviews the local access credentials and line configuration snippet on an enterprise Cisco IOS switch:
text
username auditmgr privilege 15 secret 8 vG4k$9mP...
username techuser privilege 1 password 0 Cisco123!
service password-encryption
!
line console 0
login local
!
line vty 0 4
login local
transport input ssh
!
line vty 5 15
login
transport input ssh
Based on this configuration, which statement accurately describes the operational and security impact on administrative access?
A network administrator needs to secure remote administrative access to a Cisco IOS switch by requiring users to authenticate against the local user database. Which two steps are required to implement local user database authentication for remote VTY line access? (Select two.)
Geçerli olan tümünü seçin
A network security engineer is hardening a Cisco IOS router for remote administrative access. The running configuration contains the following entries:
text
username opsadmin privilege 15 secret 9 eG8H 1 h8GzK2Pq...
username opsguest password 0 Cisco12345!
service password-encryption
!
line vty 0 4
exec-timeout 10 0
privilege level 5
login local
transport input ssh
Based on this configuration, which operational behavior will occur when users authenticate remotely via SSH?
A network engineer applies the following local authentication and access configuration to a Cisco IOS XE router:
text
username opsuser privilege 7 secret OpsPass#2026
username auditor privilege 1 secret AuditPass#2026
enable secret EnablePass#2026
!
line vty 0 15
transport input ssh
login local
When `opsuser` successfully establishes an SSH session to the router using local database credentials, which initial operational state and privilege level behavior does the user experience?
A technician configures initial administrative security on a newly racked Cisco IOS XE switch using the following CLI commands:
text
username netadmin secret C1sco!Pass2026
line console 0
password C1sco!Pass2026
login
During validation, the technician observes that connecting via the serial console prompts only for a password, allowing login without entering the username `netadmin` stored in the local database.
Which command must be executed under `line console 0` to require authentication against the local user database?