topic 8 : basic router configuration Flashcards

1
Q

basic router configuration steps (1)

A

1) configure the device name (hostname)

2) secure privileged EXEC mode (enable secret password)

3) secure user EXEC mode (line console 0)

4) secure remote Telnet / SSH access (line vty 0 4)

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

basic router configuration steps (2)

A

5) encrypt all plaintext passwords (service password encryption)

6) provide legal notification and save the configuration (banner motd)

7) commands for basic router config on R1 (exit)

8) config is saved to NVRAM (copy run start)

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

config router interfaces commands

A

interface
description (add information about the network connected to the interface)
IP address
ipv6 address
no shutdown (activates the interface)

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

how to verify interface configuration?

A
  • do “show ip interface brief” for ipv4
  • do “show ipv6 interface brief” for ipv6

it displays all interfaces, their IP addresses and their current status

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

what is show IP route/show ipv6 route command

A

displays the contents of the IP routing tables stored in the RAM

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

what is the command to display ipv4 statistics for all interfaces on the router?

A

show IP interfaces

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

what is the command to display 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
8
Q

show interfaces

A

displays statistics for all interfaces on the device, only displays the ipv4 addressing information

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

what is the default gateway used for?

A
  • when a host sends a packet to a device on another network
  • DGW address is generally the router interface address attached to the local network of the host
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

default gateway on a switch

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

to configure an ipv4 DGW : use IP default-gateway ip-address global config command

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