In 60 days 6-16 Flashcards
- Which command will give you the below information for your switch?
Base Ethernet MAC Address : 0090.2148.1456
show run
show version
show mac-address-table
show mac
D6 Question 1 of 19
show version
- If a switch receives a frame and it does not know the destination MAC address it takes what action?
Broadcasts for the MAC address
Forwards the frame to the default gateway
Sends a multicast to the network router
Drops the frame
D6 Question 2 of 19
Broadcasts for the MAC address
- The three switching modes to choose from are?
Fragment-free
Cut-through
Runt-free
Store-and-forward
D6 Question 3 of 19
Fragment-free
Cut-through
Store-and-forward
- If you want your switch to boot with a blank configuration, then you will need to issue the delete _____ command
nvram
vlan.dat
config
startup-config
D6 Question 4 of 19
vlan.dat
- Which command will put your interface into VLAN 5?
Switch1(config-if)#switchport vlan 5
Switch1(config-if)#access vlan 5
Switch1(config-if)#vlan 5
Switch1(config-if)#switchport access vlan 5
D6 Question 5 of 19
Switch1(config-if)#switchport access vlan 5
- 802.1Q give you how many possible VLANs?
Zero
1024
12
4096
D6 Question 6 of 19
4096
- How would you create VLAN 5?
Switch1(config)#vlan 5
Switch1#vlan 5
Switch1(config)#vlan Switch1(config)#name 5
Switch1(config)#vlan number 5
D6 Question 7 of 19
Switch1(config)#vlan 5
- Adding a switch reduces the amount of collision domains.
False
True
D6 Question 8 of 19
False
- Referencing the below image. Which part of the address is the OUI?
00-1E-EC-54-85-17
mac
00 1E EC
54 85 17
00 1E
00 1E EC 54
Question 9 of 19
00 1E EC
- Which two commands are required to add an IP address to VLAN1?
Switch(config)#interface vlan1
Switch(config-if)#ip add 192.168.1.3 255.255.255.0
Switch(config-vlan)#ip add 192.168.1.3 255.255.255.0
Switch(config)#configure vlan1
D6 Question 10 of 19
Switch(config)#interface vlan1
Switch(config-if)#ip add 192.168.1.3 255.255.255.0
- Which switch command shows the list of which MAC addresses are associated with which ports?
show cam-table
show ip address
show mac-address-table
show mac table
D6 Question 11 of 19
show mac-address-table
- Your boss asks you to check the reason for the last reload on your network switch. Which command do you enter?
show version
show restart
show reboot
show reload
D6 Question 12 of 19
show version
Switch#show version
Cisco IOS Software, C2960 Software (C2960-LANBASE-M), Version 12.2(25)FX, RELEASE SOFTWARE (fc1)
Copyright (c) 1986-2005 by Cisco Systems, Inc.
Compiled Wed 12-Oct-05 22:05 by pt_team
ROM: C2960 Boot Loader (C2960-HBOOT-M) Version 12.2(25r)FX, RELEASE SOFTWARE (fc4)
System returned to ROM by power-on
- If you want to configure a switch interface to connect an IP phone it must be in trunking mode.
True
False
D6 Question 13 of 19
False
SW1#show interfaces FastEthernet0/1 switchport
Name: Fa0/6
Switchport: Enabled
Administrative Mode: static access
Operational Mode: static access
Administrative Trunking Encapsulation: dot1q
Operational Trunking Encapsulation: native
Negotiation of Trunking: Off
Access Mode VLAN: 20 (VLAN020)
Trunking Native Mode VLAN: 1 (default)
Administrative Native VLAN tagging: enabled
Voice VLAN: 10 (VLAN010)
[Output Truncated]
- Which command will configure a voice vlan on your switch?
SW1(config-if)#switchport voice 10
SW1(config-if)#switchport 10 voice
SW1(config-if)#switchport voice vlan10
SW1(config-if)#switchport vlan10 voice
D6 Question 14 of 19
SW1(config-if)#switchport voice vlan10
- A switch performs which three actions?
Using STP to prevent Layer 2 loops
Learning MAC addresses from incoming frames
Reduces network broadcasts
Forwarding or filtering (dropping) frames based on destination MAC addresses
D6 Question 15 of 19
Using STP to prevent Layer 2 loops
Learning MAC addresses from incoming frame
Forwarding or filtering (dropping) frames based on destination MAC addresses