CCNA 2 SRWE Final PT Skills Assessment (PTSA)

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/39

flashcard set

Earn XP

Description and Tags

Router Commands

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

40 Terms

1
New cards

enable

Enters privileged EXEC (enable) mode for advanced configuration and viewing

2
New cards

configure terminal

Enters global configuration mode to make device-wide changes

3
New cards

service password-encryption

Encrypts all plaintext passwords in the configuration file

4
New cards

security passwords min-length [MIN_LENGTH]

Sets the minimum character length for all passwords

5
New cards

hostname [HOSTNAME]

Sets the device's hostname

6
New cards

enable secret [ENABLE_SECRET]

Sets the encrypted password for privileged EXEC mode

7
New cards

ip dhcp excluded-address [START_IP] [END_IP]

Excludes a range of IP addresses from being assigned by DHCP

8
New cards

ip dhcp pool [POOL_NAME]

Creates a DHCP pool and enters DHCP configuration mode

9
New cards

network [NETWORK] [SUBNET_MASK]

(DHCP) Defines the network range for the DHCP pool

10
New cards

default-router [DEFAULT_ROUTER_IP]

(DHCP) Specifies the default gateway for DHCP clients

11
New cards

domain-name [DOMAIN_NAME]

(DHCP) Sets the domain name provided to DHCP clients

12
New cards

exit

Exits current configuration mode and returns to previous mode

13
New cards

ipv6 unicast-routing

Enables IPv6 packet forwarding between interfaces

14
New cards

username [USERNAME] secret [USER_SECRET]

Creates a local user account with encrypted password

15
New cards

ip ssh version 2

Forces the use of SSH version 2 for enhanced security

16
New cards

no ip domain-lookup

Disables DNS lookup for mistyped commands

17
New cards

ip domain-name [DOMAIN_NAME]

Sets the domain name used for SSL certificates and SSH key generation

18
New cards

interface Loopback[LOOPBACK_NUMBER]

Creates and enters loopback interface configuration

19
New cards

description [DESCRIPTION]

Adds a description to an interface for documentation

20
New cards

ip address [IP_ADDRESS] [SUBNET_MASK]

Assigns an IPv4 address and subnet mask to an interface

21
New cards

ipv6 address [LINK_LOCAL_IPV6] link-local

Configures a link-local IPv6 address on an interface

22
New cards

ipv6 address [GLOBAL_IPV6]

Assigns a global unicast IPv6 address to an interface

23
New cards

interface [PHYSICAL_INTERFACE]

Enters configuration mode for a physical interface

24
New cards

no ip address

Removes any IP address configuration from an interface

25
New cards

duplex auto

Sets the interface to auto-negotiate duplex mode

26
New cards

speed auto

Sets the interface to auto-negotiate speed

27
New cards

no shutdown

Administratively enables (turns on) an interface

28
New cards

interface [PHYSICAL_INTERFACE].[SUBINT_NUMBER]

Creates and enters subinterface configuration

29
New cards

encapsulation dot1Q [VLAN_ID]

Configures 802.1Q trunking for a subinterface with specified VLAN

30
New cards

encapsulation dot1Q [VLAN_ID] native

Configures the native (untagged) VLAN for a trunk subinterface

31
New cards

ip route 0.0.0.0 0.0.0.0 [NEXT_HOP]

Creates a default IPv4 static route

32
New cards

ipv6 route ::/0 [NEXT_HOP]

Creates a default IPv6 static route

33
New cards

banner motd [DELIMITER] [BANNER_TEXT] [DELIMITER]

Creates a Message of the Day banner shown to all users

34
New cards

line con 0

Enters configuration mode for the console port

35
New cards

password [CONSOLE_PASSWORD]

Sets the password for console access

36
New cards

login

Enables password checking for the line

37
New cards

line vty [FIRST_LINE] [LAST_LINE]

Enters configuration mode for virtual terminal (Telnet/SSH) lines

38
New cards

login local

Enables authentication using locally configured usernames

39
New cards

transport input ssh

Restricts VTY access to SSH only (disables Telnet)

40
New cards

end

Exits all configuration modes and returns to privileged EXEC mode