Commands Flashcards

0
Q

Copy the running configuration to the NVRAM

A

copy running startup

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

Display the running configuration

A

show running-config

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

Show the device’s routing table

A

show IP route

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

Check the status of all interfaces

A

show ip interface brief

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

Show detailed information on a specific interface

A

show interface (interface name)

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

Configure an extended access list called outbound and add a statement that will permit all telnet and web traffic.

A

ip access list extended Outbound

permit TCP any any eq telnet (or 23)

permit TCP any any eq www (or 80)

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

What’s the command to set the default gateway on a PC?

A

IP default-gateway (IP address)

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

Show the default gateway on a PC:

A

At a command prompt, type “ipconfig”

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

Create a loopback address on a router:

A

Router(config)#interface loopback [#]

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

View recently entered commands:

A

show history

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