Command Reference Flashcards

1
Q

Cisco security feature that can assist a network administrator in securing a system

A

auto secure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Prevents unauthorized individuals from viewing passwords in plain text in configuration files

A

service password-encryption

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Set the minimum length of all passwords ton characters

A

security passwords min-length n

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

After n login attempts within s seconds, block further login attempts for t seconds

A

login block for t attempts n within s

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

After n minutes of idle time, the user will be logged out of VTY or console lines

A

exec-timeout n

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Configures the router to use the local database to authenticate remote users

A

login local

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Configures lines to only use SSH as the remote access protocol

A

transport input SSH

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Sets the domain name to example.com on the router

A

ip domain-name example.com

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Configures admin as the user with password cisco

A

username admin password cisco

note: if “most secure means” or “encrypted” requested:

username admin secret cisco

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

On a Cisco device, this command returns a list of hops from the source to a destination IP address 10.1.0.1

A

traceroute 10.1.0.1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

On a Windows PC, this command returns a list of hops from the source to a destination IP address 10.1.0.1

A

tracert 10.1.0.1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Displays the current router configuration stored in RAM

A

show running-config

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Displays all the interface information on the router

A

show interfaces

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Displays the ARP cache on the router

A

show arp

also: show ip arp

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Displays the IPv4 routing table on the router

A

show ip route

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Displays a short listing of the interfaces with the protocol status and IP address/subnet mask configuration

A

show protocols

17
Q

Displays a variety of information about the router hardware and software, including model, number & types of interfaces, and IOS version

A

show version

18
Q

Displays the IP address configuration of a Windows PC

A

ipconfig

19
Q

Displays IP addressing information and MAC address on a Windows PC

A

ipconfig /all

20
Q

Displays all the cached DNS entries on a Windows PC

A

ipconfig /displaydns

21
Q

List all devices currently in the ARP cache on a Windows PC

A

arp -a

22
Q

Clears the ARP cache on a Windows PC

A

arp -d *

23
Q

Displays a summary of all directly connected Cisco devices

A

show cdp neighbors

24
Q

Displays all directly-connected Cisco devices including IP addresses and IOS versions

A

show cdp neighbors detail

25
Q

Displays abbreviated output of the show ip interface command

A

show ip interface brief

26
Q

Used to monitor status of ICMP messages on a Cisco device

A

debug ip icmp

27
Q

Turns off all debugging on a Cisco router

A

no debug all

-alternatively-

undebug all

28
Q

Sends log messages to the terminal when accessing a Cisco router remotely

A

terminal monitor