Network 0 Flashcards

(18 cards)

1
Q

What is the command to configure a device name?

A

Hostname

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

What is the command to secure privileged EXEC mode

A

Enable secret password

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

What is the command to secure user EXEC mode

A

Line console 0
password password
login

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

What is the command to secure remote telnet/SSH access

A

line vty 0 4
password
login
transport input {ssh| telnet}

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

What is the command to encrypt all plaintext passwords

A

service password encryption

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

What is the command to provide motd

A

banner motd “message”
end
copy run start

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

It is a good practice to use the _____ command to add
information about the network connected to the interface.

A

description

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

The ____ command activates the interface

A

no shutdown

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

Displays all interfaces, their IP addresses, and their current
status.

A
  • show ip interface brief
  • show ipv6 interface brief
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Displays the contents of the IP routing tables stored in
RAM.

A
  • show ip route
  • show ipv6 route
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Displays statistics for all interfaces on the device. Only
displays the IPv4 addressing information.

A

show interface

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

Displays the IPv4 statistics for all interfaces on a router.

A

show ip interfaces

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

Displays the IPv6 statistics for all interfaces on a router

A

show ipv6 interfaces

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

The ____ is used
when a host sends a packet to a device on another network.

A

default gateway

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

The _____ address is generally the router interface
address attached to the local
network of the host.

A

default gateway

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

A _____ must have a default gateway address
configured to remotely
manage the switch from
another network.

16
Q

To configure an IPv4 default gateway on a switch, use the_____
global configuration
command

A

ip defaultgateway ip-address