M1.10 Basic Router Configuration Flashcards

(79 cards)

1
Q

What is the first recommended configuration task on a new router?

A

Configure the device name.

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

Which command is used to set a router’s hostname to R1?

A

hostname R1

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

In which configuration mode do you set the router’s hostname?

A

Global configuration mode.

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

What is the primary purpose of securing privileged EXEC mode?

A

It provides complete access to the device so it is the most important mode to secure.

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

Which command secures privileged EXEC mode with an encrypted password?

A

enable secret [password]

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

Which command secures the user EXEC mode via the console line?

A

line console 0 followed by password [password] and login.

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

Why is it important to secure user EXEC mode?

A

To control initial access to the device’s command line interface.

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

Which commands are used to configure access for remote Telnet or SSH?

A

line vty 0 15 followed by password [password] and login.

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

What is the purpose of the ‘login’ command on VTY lines?

A

It prompts users for a password to gain remote access.

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

What is the function of the service password-encryption command?

A

To encrypt all plaintext passwords in the configuration file.

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

Does service password-encryption encrypt the enable secret password?

A

No the enable secret is already hashed using MD5 or stronger while service password-encryption uses a weak reversible algorithm.

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

Which type of passwords does service password-encryption affect?

A

Plaintext passwords like the user EXEC and VTY line passwords.

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

What is the purpose of providing a legal notification on a router?

A

To warn users that access is restricted to permitted personnel only.

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

Which command is used to configure a legal notification banner?

A

banner motd #[message]#

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

What is the consequence of a router losing power before the configuration is saved?

A

All configured commands would be lost.

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

Where does the running configuration exist?

A

In RAM.

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

Where is the startup configuration stored?

A

In NVRAM.

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

What command saves the running-config to the startup-config?

A

copy running-config startup-config

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

What is the primary risk of not saving your configuration?

A

Loss of all changes upon device reload or power loss.

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

How can you tell the device name has been configured successfully?

A

The command prompt changes to display the new hostname.

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

Why must router interfaces be configured before they can be used?

A

Routers are not reachable by end devices until their interfaces are configured.

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

What are the two built-in interfaces on a Cisco ISR 4321 router?

A

GigabitEthernet 0/0/0 and GigabitEthernet 0/0/1.

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

What command is used to enter the configuration mode for interface G0/0/0?

A

interface GigabitEthernet 0/0/0

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

What is the command to assign IPv4 address 192.168.10.1 with a /24 subnet mask?

A

ip address 192.168.10.1 255.255.255.0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
What is the purpose of the description command on an interface?
To provide information about the network it connects to for troubleshooting.
26
Is the description command required to activate an interface?
No it is not required but it is considered good practice.
27
What is the character limit for an interface description?
240 characters.
28
What is the function of the no shutdown command?
It administratively enables or powers on the interface.
29
What must be true for an interface's physical layer to become active?
It must be enabled with no shutdown and connected to another device.
30
What happens when a router interface is successfully enabled with no shutdown?
Information messages are displayed confirming the link is enabled.
31
In what state is a router interface by default?
Administratively down or shutdown.
32
On a direct inter-router connection what must be configured for the link to be active?
Both interconnecting interfaces must be configured and enabled.
33
What is the primary task after completing the basic security settings on a router?
Configure its interfaces.
34
Configuring a router interface is similar to configuring what on a switch?
A management Switch Virtual Interface or SVI.
35
What are the three essential commands to make a router interface operational on an IPv4 network?
interface [name] then ip address [address] [mask] then no shutdown.
36
Which command is most useful for a quick summary of all interfaces their IP addresses and status?
show ip interface brief
37
What does a Status of 'up' and Protocol of 'up' indicate in show ip interface brief output?
The interface is configured correctly the cabling is good and the physical layer is active.
38
What might a Status of 'administratively down' indicate?
The no shutdown command has not been issued on the interface.
39
What does the show ip route command display?
The content of the IPv4 routing table stored in RAM.
40
What does the show ipv6 route command display?
The content of the IPv6 routing table stored in RAM.
41
Which command displays detailed Layer 2 statistics like MAC addresses errors and runts?
show interfaces
42
To see detailed IPv4 statistics for all router interfaces which command should be used?
show ip interfaces
43
To see detailed IPv6 statistics for all router interfaces which command should be used?
show ipv6 interfaces
44
What is the IPv6 equivalent of the show ip interface brief command?
show ipv6 interface brief
45
What does a Status of 'down' and Protocol of 'down' likely indicate?
A problem with the cabling or the connected device.
46
What information does the show ip route command provide about directly connected networks?
It shows networks that are directly attached to the router's active interfaces.
47
What is a key difference between show interfaces and show ip interfaces?
show interfaces displays Layer 2 details while show ip interfaces focuses on Layer 3 IPv4 statistics.
48
Why would an administrator use show interfaces?
To check for errors runts giants or other Layer 2 issues on an interface.
49
The routing table is stored in which type of memory?
RAM.
50
If a configured interface shows 'down' 'down' what is the first thing to check?
The physical connection and the status of the device on the other end.
51
If an interface status is 'up' but the protocol is 'down' what could be the problem?
A protocol mismatch or configuration error on one side of the link.
52
What does the line protocol being down on an interface typically indicate?
A Layer 2 problem such as an encapsulation mismatch or keepalive failure.
53
What does the output of show ip interface brief confirm?
It confirms that interfaces are enabled and have the correct IP addresses.
54
Which two show commands are best for verifying Layer 3 connectivity and paths?
show ip route and show ipv6 route.
55
A problem with either configuration or cabling would be indicated by what output in show ip interface brief?
Anything other than Status of up and Protocol of up.
56
When does a host use its default gateway?
Only when it needs to send a packet to a device on another network.
57
What is typically the default gateway address for a host?
The IP address of the router interface on the same local network as the host.
58
If PC1 on network A sends a packet to PC2 on network A is the default gateway used?
No the packet is sent directly through the local switch.
59
If PC1 on network A sends a packet to PC3 on network B where does PC1 forward the packet?
To its default gateway router.
60
What must be true about the IP addresses of a host and its default gateway?
They must be in the same network.
61
Why might a Layer 2 switch need an IP address and default gateway?
To allow an administrator to manage it remotely from a different network.
62
What is a Switch Virtual Interface or SVI?
A virtual interface on a switch configured with an IP address for management.
63
What command configures the IPv4 default gateway on a Cisco switch?
ip default-gateway [ip-address]
64
In which configuration mode is the switch default gateway configured?
Global configuration mode.
65
Why does a switch need a default gateway for remote management?
To send reply packets back to an administrator located on a different network.
66
How does an IPv6-enabled switch learn its default gateway?
It automatically receives it from an ICMPv6 Router Advertisement message.
67
Does an administrator need to manually configure the IPv6 default gateway on a switch?
No the switch learns it automatically from the router.
68
What is the function of a router in relation to a default gateway?
The router accepts packets destined for other networks and forwards them.
69
Do end devices connected to a switch need a default gateway configured?
Yes if they need to communicate beyond their local network.
70
What is the primary role of the default gateway?
To provide a path for traffic to exit the local network.
71
What does NIM stand for in the context of a Cisco 4000 series router?
Network Interface Module.
72
What is the purpose of a NIM slot on a router?
To add expansion cards for different connection types like serial.
73
What does SFP stand for?
Small Form-factor Pluggable.
74
What is the function of an SFP port on a network device?
It allows a fiber optic transceiver to be plugged in.
75
What does EHWIC stand for on a Cisco 2900 router?
Enhanced High-Speed WAN Interface Card.
76
Which ports are integrated or built-in on a Cisco 4221 router?
Gig0/0/0 and Gig0/0/1.
77
What is the current recommended switch series mentioned in the text?
The Cisco 2960+ series switches.
78
What type of connection can be added using a NIM card?
Serial connections.
79
What technology do SFPs enable on a router or switch?
Fiber optic connectivity.