topic 8 : basic router configuration Flashcards
basic router configuration steps (1)
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)
basic router configuration steps (2)
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)
config router interfaces commands
interface
description (add information about the network connected to the interface)
IP address
ipv6 address
no shutdown (activates the interface)
how to verify interface configuration?
- 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
what is show IP route/show ipv6 route command
displays the contents of the IP routing tables stored in the RAM
what is the command to display ipv4 statistics for all interfaces on the router?
show IP interfaces
what is the command to display the ipv6 statistics for all interfaces on a router?
show ipv6 interfaces
show interfaces
displays statistics for all interfaces on the device, only displays the ipv4 addressing information
what is the default gateway used for?
- 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
default gateway on a switch
- 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