• 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/11

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;

11 Cards in this Set

  • Front
  • Back

How do you get from User EXEC to Privileged?

enable

How do you get from Privileged EXEC to Configuration mode.

config terminal (config t)

Change the name of the switch/router?


and in which mode

hostname_(NAME)


global configuration

Configure the switch password access?


and in which mode

enable secret (PASSWORD)


global config

Prevent unwanted Domain Name System (DNS) lookups?


and what mode

no ip domain-lookup


global config



Configure login message of the day (MOTD) banner?


and in what mode

global config

banner motd (symbol)(MOTD)(symbol)

Enter global configuration mode to set SVI IP address to allow remote switch management.

Switch#config t


Switch (config)# interface vlan 1


Switch (config-if)#ip address 192.168.1.2 255.255.255.0


Switch (config-if)#no shut

Restrict console port access

Switch (config)# line con 0


Switch (config-line)# password (password name)


Switch (config-line)# login


Switch (config-line)# end

what does the (Switch# show run) command do?

shows everything you configured and the IOS defaults

what does (Switch# show ip interface brief) do?

shows all the switch ports

how many lines are the and what does it range from?

16 and from 0-15