EXEC Command Reference (8) Flashcards

1
Q

Lists the currently used configuration

A

show running-config

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

Pipes (sends) the command output to the begin command, which only lists output beginning with the first line that contains the text “line vty”

A

show running-config | begin line vty

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

Lists any information the switch acquires as a DHCP client. This includes IP address, subnet mask, and default gateway information

A

show dhcp lease

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

Lists the public and shared key created for use with SSH using the crypto key generate rsa global configuration command

A

show crypto key mypubkey rsa

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

Lists status information for the SSH server, including the SSH version

A

show ip ssh

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

Lists status information for current SSH connections into and out of the local switch

A

show ssh

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

Lists the interface status, the switch’s IPv4 address and mask, and much more

A

show interfaces vlan number

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

Lists the switch’s setting for its IPv4 default gateway

A

show ip default-gateway

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

Changes the length of the history buffer for the current user only, only for the current login to the switch

A

terminal history size x

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

Lists the commands in the current history buffer

A

show history

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