Lab 1 SSH Flashcards

(15 cards)

1
Q

How to add a banner

A

> en >config t> banner motd “MESSAGE”

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

How to add an IP address to interface

A

en> configt> interface g0/1> ip address 192.122.133.9 255.x.x.x no shut

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

Why do we need an IP domain

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

How do we enter/create IP domain name

A

config t> ip domain-name name

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

how to create a username and password for ip domain

A

config t> username admin secret Cisco
config t> enable secret Cisco

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

what is global config

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

what is line con 0

A

Console port on router. Where we connect PC to router.

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

what is line vty 0 4?

A

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)

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

why put a password on line con 0

A

in case anyone plugs into it, they need a password to access router

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

define a hostname

A

hostname R1

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

generate a RSA key

A

crypto key generate rsa

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

what is a SIS log message

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

what is the transport input

A

allows protocols on vty lines.

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

what is login local

A

allows username and passowrd to login via vty line

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