exam questions

Exam 200-301 All Questions

View all questions & answers for the 200-301 exam

Exam 200-301 topic 1 question 1041 discussion

Actual exam question from Cisco's 200-301
Question #: 1041
Topic #: 1
[All 200-301 Questions]

SIMULATION
-


Guidelines
-

This is a lab item in which tasks will be performed on virtual devices

• Refer to the Tasks tab to view the tasks for this lab item.
• Refer to the Topology tab to access the device console(s) and perform the tasks
• Console access is available for all required devices by clicking the device icon or using the tab(s) above the console window
• All necessary preconfigurations have been applied
• Do not change the enable password or hostname for any device
• Save your configurations to NVRAM before moving to the next item
• Click Next at the bottom of the screen to submit this lab and move to the next question
• When Next is clicked the lab closes and cannot be reopened


Topology
-




Tasks
-

Physical connectivity is implemented between the two Layer 2 switches, and the network connectivity between them must be configured.

1. Configure an LACP EtherChannel and number it as 44; configure it between switches SW1 and SW2 using interfaces Ethemet0/0 and Ethernet0/1 on both sides. The LACP mode must match on both ends.
2. Configure the EtherChannel as a trunk link.
3. Configure the trunk link with 802.1q tags.
4. Configure VLAN 'MONITORING' as the untagged VLAN of the EtherChannel.

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
LeonardoMeCabrio
Highly Voted 1 year, 11 months ago
S1 interface range eth0/0-1 shut channel-group 44 mode active no shut interface port-channel 44 switchport mode trunk switchport trunk encapsulation dot1q switchport trunk native vlan 746 S2 interface range eth0/0-1 shut channel-group 44 mode active no shut interface port-channel 44 switchport mode trunk switchport trunk encapsulation dot1q switchport trunk native vlan 746
upvoted 7 times
...
Wes_60
Highly Voted 2 years, 1 month ago
There is a lot of things wrong with this. First before you create an etherchannel you have to shutdown the ports you going to create it on. Second when you go into the etherchannel interface to create the trunk you have to type the command interface port-channel 44. Lastly you have to you have issue the no shutdown command on the interface ranges on both switches at the end to bring them back up.
upvoted 6 times
damianooo
1 year, 7 months ago
Everything is in order :)
upvoted 2 times
...
Rydaz
2 years ago
no shutdown is only for routers not switches
upvoted 2 times
andrizo
1 year, 9 months ago
we use it when resetting ports on switches.
upvoted 1 times
...
...
ac89l
2 years ago
I just tried on my lab: 1. No need to shutdown. The command will be rejected only if the interfaces is L2 instead of L3. So the "no switchport" command on interfaces will do the work. 2. You can go to "interface port-channel 44" with just "interface port44"
upvoted 1 times
[Removed]
1 year, 11 months ago
Shutdown while configuring etherchannel is a best practice though
upvoted 4 times
...
...
...
Joshua25
Most Recent 6 months, 2 weeks ago
The question is not clear or incomplete. Where is the VLAN defined? Where is 746 from? Which VLANs need to be allowed on the trunk?
upvoted 1 times
...
darthwin
9 months, 2 weeks ago
Sw1 show vlan brief <---View vlans monitoring Sw1 int rang eth0/0-1 Sw1 channel-group 44 mode active Sw1 exit Sw1 interface port-channel 44 Sw1 no shutdown Sw1 switchport trunk encapsulation dot1q Sw1 switchport mode trunk Sw1 switchport trunk native vlan 99 <-- MONITORING Sw1 no shutdown Sw1 do write ----- Sw2 show vlan brief <---View vlans monitoring Sw2 conf ter Sw2 int rang eth0/0-1 Sw2 channel-group 44 mode active Sw2 exit Sw2 interface port-channel 44 Sw2 shutdown Sw2 switchport trunk encapsulation dot1q Sw2 switchport mode trunk Sw2 switchport trunk native vlan 99 <-- MONITORING Sw2 no shutdown Sw2 do write
upvoted 2 times
...
Essohjay
9 months, 4 weeks ago
SW1# conf t SW1(config)# interface range e0/0-1 SW1(config int-range)# channel-group 44 mode active SW1(config int-range)# int po44 SW1(config-if)# switchport trunk encapsulation dot1q SW1(config-if)# switchport mode trunk SW1(config-if)#exit  SW1(config)# vlan 99 SW1 (config-vlan)# name MONITORING  SW1 (config-vlan)#exit  SW1(config)# int po44 SW1(config-if)# switchport trunk native blank 99 SW1(config-if)#exit  do write  SW2# conf t SW2(config)# interface range e0/0-1 SW2(config int-range)# channel-group 44 mode active SW2(config int-range)# int po44 SW2(config-if)# switchport trunk encapsulation dot1q SW2(config-if)# switchport mode trunk SW2(config-if)#exit  SW2(config)# vlan 99 SW2 (config-vlan)# name MONITORING  SW2(config-vlan)#exit  SW2(config)# int po44 SW2(config-if)# switchport trunk native blank 99 SW2(config-if)#exit  do write
upvoted 4 times
...
KT_Yu
11 months, 3 weeks ago
On SW1 and SW2: vlan 99 name MONITORING int range e0/0-1 channel-group 44 mode active int po44 switchport trunk encapsulation dot1q switchport mode trunk switchport trunk native vlan 99
upvoted 1 times
...
d5c03de
1 year, 2 months ago
Task 1: SW1(config)#int range e0/0-1 SW1(config-if-range)#channel group 44 mode active SW2(config)#int range e0/0-1 SW2(config-if-range)#channel group 44 mode active Task 2/3/4: SW1(config)#int po44 SW1(config-if)#switchport mode trunk SW1(Config-if)#switchport trunk encapsulation dot1q SW1(Config-if)#switchport trunk native vlan [x ] SW2(config)#int po44 SW2(config-if)#switchport mode trunk SW2(Config-if)#switchport trunk encapsulation dot1q SW2(Config-if)#switchport trunk native vlan [x ] write memory "show vlan brief" to get the native vlan value. Doesn't need "no shutdown" since it's L2 off the shelf switching and not L3 SVI/Routed interface routing.
upvoted 2 times
d5c03de
1 year, 2 months ago
On second thought, It's best practice to "no shutdown" EtherChannel's.
upvoted 1 times
...
...
Markus026
1 year, 4 months ago
May I know if this is correct? SW1: conf t int range eth 0/0-1 shutdown channel-group 44 mode active int port-channel 44 switchport trunk encapsulation dot1q switchport mode trunk switchport trunk native vlan 795 no shutdown copy running-config startup-config SW2: conf t int eth range eth0/0-1 shutdown channel-group 44 mode passive int port-channel 44 switchport trunk encapsulation dot1q switchport mode trunk switchport trunk native vlan 795 no shut copy running-config startup-config
upvoted 2 times
...
[Removed]
1 year, 5 months ago
Type "show vlan brief" and figure out the ID of the VLAN named "MONITORING". I'll just call it "vlan-monitoring-id", but obviously you'll need to substitute. Switch(config)#interface range e0/0-1 Switch(config-if-ra)#shutdown Switch(config-if-ra)#channel-group 44 mode active Switch(config-if-ra)#interface port-channel 44 Switch(config-if)#switchport mode trunk Switch(config-if)#switchport trunk encapsulation dot1q Switch(config-if)#switchport trunk native vlan vlan-monitoring-id Switch(config-if)#no shutdown Switch(config-if)#do copy running-config startup-config Run the same commands on both switches and you're done.
upvoted 3 times
JulesAZ
1 year, 3 months ago
Hey. Like your answer best though when I am doing this on packet tracer do we need the no shut on the int range e0/0-1 too? I have also made it work, not best practice apparently, without using 'shut/ no shut' at all... Any further comments? Thanks again!
upvoted 1 times
...
...
picho707
1 year, 6 months ago
ChatGPT provided the configuration below: ! Configuration for SW1 interface Ethernet0/0 switchport mode trunk switchport trunk native vlan MONITORING channel-group 44 mode active ! interface Ethernet0/1 switchport mode trunk switchport trunk native vlan MONITORING channel-group 44 mode active ! interface Port-channel44 switchport mode trunk switchport trunk encapsulation dot1q switchport trunk native vlan MONITORING ! ! Configuration for SW2 interface Ethernet0/0 switchport mode trunk switchport trunk native vlan MONITORING channel-group 44 mode active ! interface Ethernet0/1 switchport mode trunk switchport trunk native vlan MONITORING channel-group 44 mode active ! interface Port-channel44 switchport mode trunk switchport trunk encapsulation dot1q switchport trunk native vlan MONITORING !
upvoted 1 times
picho707
1 year, 6 months ago
Please replace ‘MONITORING’ with the actual VLAN ID for the ‘MONITORING’ VLAN in your network. Also, please ensure that the ‘MONITORING’ VLAN exists on both switches before applying this configuration.
upvoted 1 times
...
...
[Removed]
1 year, 7 months ago
int ra e0/0-1 > channel-group 44 Mode active int PO 44 > sw Mode trunk > sw trunk en dot1q Show vlan brief // to see vlan monitoring number int PO 44 > sw trunk native vlan x // x= What we see show command
upvoted 3 times
[Removed]
1 year, 7 months ago
And idk but you May have to no sh command under port channel
upvoted 1 times
...
[Removed]
1 year, 7 months ago
Same for sw2
upvoted 2 times
...
...
stephenc1
1 year, 8 months ago
Anyone know if in the exam you can use tab and ? for commands ?
upvoted 3 times
...
4Lucky711
1 year, 10 months ago
I'm a beginner, but I might do this..... <SW1> en conf t int range e0/0-1 shutdown channel-group 44 mode active int port-channel 44 switchport trunk encapsulation dot1q switchport mode trunk no shutdown end copy running-config startup-config ----------------------------- <SW2> en conf t int range e0/0-1 shutdown channel-group 44 mode active switchport trunk native vlan MONITORING no shutdown end copy running-config startup-config
upvoted 4 times
4Lucky711
1 year, 10 months ago
Sorry, "switchport trunk native vlan MONITORING" is a wrong command. This vlan MONITORING must have an ID needed to create it.
upvoted 1 times
...
...
Brocolee
1 year, 10 months ago
If S1 is 'Active', then S2 must be 'Passive' right? no?
upvoted 1 times
Shri_Fcb10
1 year, 10 months ago
The question is asking to keep LACP mode same on both side, hence you have to keep it active on both side. There won't be an issue with running LACP active/active, As a matter of fact, when you connect Nexus 2ks to 5ks or 7ks active/active should be configured.
upvoted 1 times
...
...
Titan_intel
2 years, 2 months ago
Not sure about this one. Does anyone have any insight?
upvoted 1 times
yuz1227
2 years, 2 months ago
this seems legit.. altough.. i would create the portchannel 44 interface with all the configuration required.. then apply it to the interface range with the channel-group command
upvoted 2 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...