Network 0 Flashcards
(18 cards)
What is the command to configure a device name?
Hostname
What is the command to secure privileged EXEC mode
Enable secret password
What is the command to secure user EXEC mode
Line console 0
password password
login
What is the command to secure remote telnet/SSH access
line vty 0 4
password
login
transport input {ssh| telnet}
What is the command to encrypt all plaintext passwords
service password encryption
What is the command to provide motd
banner motd “message”
end
copy run start
It is a good practice to use the _____ command to add
information about the network connected to the interface.
description
The ____ command activates the interface
no shutdown
Displays all interfaces, their IP addresses, and their current
status.
- show ip interface brief
- show ipv6 interface brief
Displays the contents of the IP routing tables stored in
RAM.
- show ip route
- show ipv6 route
Displays statistics for all interfaces on the device. Only
displays the IPv4 addressing information.
show interface
Displays the IPv4 statistics for all interfaces on a router.
show ip interfaces
Displays the IPv6 statistics for all interfaces on a router
show ipv6 interfaces
The ____ is used
when a host sends a packet to a device on another network.
default gateway
The _____ address is generally the router interface
address attached to the local
network of the host.
default gateway
A _____ must have a default gateway address
configured to remotely
manage the switch from
another network.
switch
To configure an IPv4 default gateway on a switch, use the_____
global configuration
command
ip defaultgateway ip-address