In 60 days 6-16 Flashcards

1
Q
  1. 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

A

show version

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
  1. 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

A

Broadcasts for the MAC address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
  1. The three switching modes to choose from are?

Fragment-free
Cut-through
Runt-free
Store-and-forward

D6 Question 3 of 19

A

Fragment-free
Cut-through
Store-and-forward

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
  1. 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

A

vlan.dat

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
  1. 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

A

Switch1(config-if)#switchport access vlan 5

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
  1. 802.1Q give you how many possible VLANs?

Zero
1024
12
4096

D6 Question 6 of 19

A

4096

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
  1. 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

A

Switch1(config)#vlan 5

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
  1. Adding a switch reduces the amount of collision domains.

False
True

D6 Question 8 of 19

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q
  1. 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

A

00 1E EC

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q
  1. 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

A

Switch(config)#interface vlan1
Switch(config-if)#ip add 192.168.1.3 255.255.255.0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
  1. 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

A

show mac-address-table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q
  1. 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

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q
  1. 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

A

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]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
  1. 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

A

SW1(config-if)#switchport voice vlan10

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q
  1. 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

A

Using STP to prevent Layer 2 loops
Learning MAC addresses from incoming frame
Forwarding or filtering (dropping) frames based on destination MAC addresses

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q
  1. Input and CRC errors on the switch interface are signs of?

Wrong IOS for switch
Duplex mismatch
Corrupted CAM table
Incorrect default gateway

D6 Question 16 of 19

A

Duplex mismatch

17
Q
  1. You need to send all IP traffic from the switch to an address on the network. Which command do you use?

ip default-address192.168.1.1
ip default-gateway 192.168.1.1
ip default-route 192.168.1.1
ip route 192.168.1.1

D6 Question 17 of 19

A

ip default-gateway 192.168.1.1

18
Q
  1. Which command will reveal the base MAC address for your switch?

show mac-address-table
show all
show mac base
show version

D6 Question 18 of 19

A

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

Cisco WS-C2960-24TT (RC32300) processor (revision C0) with 21039K bytes of memory.

24 FastEthernet/IEEE 802.3 interface(s)

2 GigabitEthernet/IEEE 802.3 interface(s)

63488K bytes of flash-simulated non-volatile configuration memory.

Base Ethernet MAC Address : 0090.2148.1456

19
Q
  1. What happens if a collision is detected using CSMA/CD?

Frame changed from UDP to TCP
Collision algorithm runs and frame resent
Frame fails
Frame is marked as urgent

D6 Question 19 of 19

A

Collision algorithm runs and frame resent

20
Q

Day 7

A