• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/39

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

39 Cards in this Set

  • Front
  • Back

How is a rollover cable pinned?

1 to 8, 2 to 7, 3 to 6, 4 to 5

What connector does the serial end of a rollover cable use?

db-9

What are the full parameters for the terminal emulator program?

9600 bs, no hardware flow control, 8 bit ascii, no parity bit, 1 stop bit

What command & keyboard shortcut goes strait to enable mode?

end or ctrl z

What type of memory stores IOS?

flash



What type of memory stores the bootloader?

rom

What type of memory stores startup-config?

nvram

what type of memory stores running-config?

ram

What 4 ways erase running-config?

write erase, erase nvram, erase startup-config, delete startup config

What type of encryption does secret 5 use?

md5 hash

what type of encryption does secret 4 use?

sha-256

what service can you enable to encrypt passwords?

service password-encryption

How do you generate ssh keys?

crypto key generate rsa?

what must be in place before keys can be generated?

domain-name

How can you disable ssh or telnet on a given line?

transport input

What type of database can credentials be stored in remotely?

AAA

What protocol transports AAA requests?

tacacs or radius

How do you set which version of ssh to use?

ip ssh version 2

What command shows info about ssh server?

show ip ssh

What command shows info about ssh clients connected?

show ssh

In what order are banners displayed?

MOTD first, Login second, then the login, then exec

How can you view command history buffer?

show history

How do you set history size per history?

history size

How can you turn on/off log messages from being displayed onc onsole?

logging console

how to put log messages at the end of output?

logging synchronous

How to set timeout time on a given line?

exec-timeout

What key combo redisplays the screen?

ctrl-r

What is the default speed, duplex & vlan for all interfaces?

speed auto, duplex auto, switchport access vlan 1

How can you see what ip address the SVI on a switch has?

show interface vlan *

How can you see dhcp lease info?

show dhcp lease

What other switchport setting must be set to enable port-security on a given interface?

access or trunk, not dynamic

How many mac addresses are available by default and what violation action is set by default on port security?

1, shutdown

What are the 3 possible violation options?

shutdown, restrict, protect

what command turns on port-security?

switchport port-security

How to change number of allowed macs?

switchport port-security maximum

How to change violation action?

switchport port-security violation?

How to add a specific mac to port-security?

switchport port-security mac-address

How to set to sticky?

switchport port-security mac-address sticky

What command shows all port-security settings?

show port-security *interface*