Basic Cisco Show Commands Flashcards

1
Q

Router> show run

A

Displays running config

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

Router> Enable

A

Enters Privlage mode.

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

Router(config)#enable password cisco

A

Sets enable password to cisco

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

Router(config)#enable secret class

A

Sets enable secret password to class

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

Router(config)#line aux 0

Router(config-line)#password backdoor

Router(config-line)#login

A

Enters Auiliary line mode

Sets auxiliary line mode password to backdoor

Enables password checking at login

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

Router#show ?

A

Lists all show commands available

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

Router#show interfaces

A

Displays statistics for all interfaces

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

Router#show interface serial 0

A

Displays statistics for a specific interface, in this case Serial 0

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

Router#show ip interface brief

A

Displays a summary of all interfaces, including status and IP address assigned

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

Router#show controllers serial 0

A

Displays statistics for interface hardware. Statistics display if the clock rate is set and if the cable is DCE, DTE, or not attached.

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

Router#show clock

A

Displays time set on device

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

Router#show hosts

A

Displays local host-to-IP address cache. These are the names and addresses of hosts on the network which you can connect.

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

Router#show users

A

Displays all users connected to device

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

Router#show history

A

Displays history of commands used

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

Router#show flash

A

Displays info about Flash memory

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

Router#show version

A

Display info about loaded software version

17
Q

Router#show arp

A

Display the ARP table

18
Q

Router#show startup-config

A

Displays configuration saved in NVRAM

19
Q

Router#show running-config

A

Displays configuration currently running in RAM