Save
Upgrade to remove ads
Busy. Please wait.
Log in with Clever
or

show password
Forgot Password?

Don't have an account?  Sign up 
Sign up using Clever
or

Username is available taken
show password


Make sure to remember your password. If you forget it there is no way for StudyStack to send you a reset link. You would need to create a new account.
Your email address is only used to allow you to reset your password. See our Privacy Policy and Terms of Service.


Already a StudyStack user? Log In

Reset Password
Enter the associated with your account, and we'll email you a link to reset your password.
focusNode
Didn't know it?
click below
 
Knew it?
click below
Don't Know
Remaining cards (0)
Know
0:00
Embed Code - If you would like this activity on your web page, copy the script below and paste it into your web page.

  Normal Size     Small Size show me how

ADV - CLI

QuestionAnswer
Assign or change a device name to Brand Switch/Router(config)# Hostname Brand
Assign class as the privileged EXEC password Note: The enable secret password overrides the enable password. If both are configured on the switch, you must enter the enable secret password to enter privileged EXEC mode. Switch/Router(config)# enable secret class
Switch/Router(config)# banner motd #Authorized Users Only!# Switch/Router(config)# banner motd #Authorized Users Only!#
Display the current configuration. Router/Switch# show running-config
Display the status of the connected interfaces on the switch/router. Verify that the interfaces are configured with the correct IP address and active. Router/Switch# show ip interface brief
Set the enable password to c1$c0. This password protects access to privileged mode. Router/Switch(config)# enable password c1$c0
Enter privileged EXEC mode Router/Switch> enable
Router/Switch#
Enter configuration mode Router/Switch# configure terminal
Display the current contents of NVRAM. Router/Switch# show startup-config
Save the startup configuration file to flash Router# copy startup-config flash
Displays statistics for all interfaces on the device. However, this command will only display the IPv4 addressing information. Router# show interface brief
Configure IPv4 address and activate the GigabitEthernet 0/0 interface on Router Router(config)# interface gigabitethernet 0/0
Router(config-if)# ip address 192.168.10.1 255.255.255.0
Router(config-if)# no shutdown
Configure G0/1 and G0/2 interfaces on Switch for trunking and use VLAN 99 as the native VLAN for G0/1 and G0/2 interfaces on Switch. Switch(config)# interface range gig1/0/1-24
Switch(config-if-range)# switchport access vlan 99
Switch(config-if-range)# exit
Verify that the VLANs are assigned to the correct interfaces Switch# show vlan brief
Create and name VLANs on Switch Switch#(config)# vlan 10
Switch#(config-vlan)# name Staff
Assign PC port to the VLAN on Switch Switch(config)# interface f0/11
Switch(config-if)# switchport mode access
Switch(config-if)# switchport access vlan 10
Configure G0/1 and G0/2 interfaces on Switch for trunking and use VLAN 99 as the native VLAN for G0/1 and G0/2 interfaces on Switch. Switch(config)# interface range g0/1 - 2
Switch(config-if)# switchport mode trunk
Switch(config-if)# switchport trunk native vlan 99
Verify trunking is enabled on Switch Switch# show interface trunk
Verify that the native VLAN is now 99 Switch# show interface g0/1 switchport
Remove the management IP address on VLAN 1 Switch(config)# interface vlan 1
Switch(config-if)# no ip address
Create the new VLAN 99 on the switch and assign all user ports to VLAN 99 Switch(config)# vlan 99
Switch(config-vlan)# exit
Switch(config)# interface range gig1/0/1-24
Switch(config-if-range)# switchport access vlan 99
Switch(config-if-range)# exit
Created by: user-1782765
 

 



Voices

Use these flashcards to help memorize information. Look at the large card and try to recall what is on the other side. Then click the card to flip it. If you knew the answer, click the green Know box. Otherwise, click the red Don't know box.

When you've placed seven or more cards in the Don't know box, click "retry" to try those cards again.

If you've accidentally put the card in the wrong box, just click on the card to take it out of the box.

You can also use your keyboard to move the cards as follows:

If you are logged in to your account, this website will remember which cards you know and don't know so that they are in the same box the next time you log in.

When you need a break, try one of the other activities listed below the flashcards like Matching, Snowman, or Hungry Bug. Although it may feel like you're playing a game, your brain is still making more connections with the information to help you out.

To see how well you know the information, try the Quiz or Test activity.

Pass complete!
"Know" box contains:
Time elapsed:
Retries:
restart all cards