Lab 1 SSH Flashcards
(15 cards)
How to add a banner
> en >config t> banner motd “MESSAGE”
How to add an IP address to interface
en> configt> interface g0/1> ip address 192.122.133.9 255.x.x.x no shut
Why do we need an IP domain
How do we enter/create IP domain name
config t> ip domain-name name
how to create a username and password for ip domain
config t> username admin secret Cisco
config t> enable secret Cisco
what is global config
what is line con 0
Console port on router. Where we connect PC to router.
what is line vty 0 4?
The abstract “0 - 4” means that the device can allow 5 simultaneous virtual connections which may be Telnet or SSH. In a way, we may say that 5 (0 – 4) are connection ports to the Router or Switch. In fact, we may have connection ports up to 16 (0 – 15)
why put a password on line con 0
in case anyone plugs into it, they need a password to access router
define a hostname
hostname R1
generate a RSA key
crypto key generate rsa
what is a SIS log message
what is the transport input
allows protocols on vty lines.
what is login local
allows username and passowrd to login via vty line