Skillset can help you prepare! Sign up for your free Skillset account and take the first steps towards your certification.
You have a SWITCH, SW1. On it you have a trunk. The config looks like this:
interface GigabitEthernet0/1 switchport trunk encapsulation dot1q switchport trunk native vlan 999 switchport mode trunk media-type rj45 negotiation auto
You then get a new directive from management. There are 4 new vlan's to be added in the network, vlan 67, 68, 69 and 70. These are to be allowed to pass through the trunk, how would you change the config?
R1(config-vlan)# Allow vlan 67-70
R1(config-if)#Switchport trunk allowed vlan add 67-70
None of the alternatives
R1(config-if)#Switchport trunk allowed vlan 67-70
R1(config-vlan)# Allow vlan 67-70 There are no such config-mode.
R1(config-if)#Switchport trunk allowed vlan 67-70 This would allow vlan's from 67-70, but ONLY these.
R1(config-if)#Switchport trunk allowed vlan add 67-70 This would be true if there was already vlan's allowed on the trunk and you want to add to the list.
You wouldn't. The vlans can already pass through the trunk. This is the correct answer, since there are no "allowed vlan" configured on the trunk all vlan's are allowed through.
Ref: http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus5000/sw/configuration/guide/clirel401a/CLIConfigurationGuide/AccessTrunk.html#pgfId-1206664
Study thousands of practice questions that organized by skills and ranked by difficulty.
Create a tailored training plan based on the knowledge you already possess.
Know when you’re ready for the high-stakes exam. Have the confidence that you will pass on your first attempt.