exam questions

Exam 200-301 All Questions

View all questions & answers for the 200-301 exam

Exam 200-301 topic 1 question 299 discussion

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


Refer to the exhibit. The EtherChannel is configured with a speed of 1000 and duplex as full on both ends of channel group 1. What is the next step to configure the channel on switch A to respond to but not initiate LACP communication?

  • A. interface range gigabitethernet0/0/0-15 channel-group 1 mode on
  • B. interface range gigabitethernet0/0/0-15 channel-group 1 mode desirable
  • C. interface port-channel 1 channel-group 1 mode auto
  • D. interface port-channel 1 channel-group 1 mode passive
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
laurvy36
Highly Voted 2 years, 5 months ago
Selected Answer: D
Mode Passive: The mode places a port into a passive negotiating state, in which the port RESPONDS to LACP packets that it receives, but DOES NOT initiate protocol negotiation.
upvoted 15 times
...
Yaqub009
Highly Voted 2 years, 5 months ago
Selected Answer: D
This questions say that "SW A RESPOND, BUT NOT START LACP COMMUNICATION". Ask that "WHICH LACP MODE DOESN`T START COMMUNICATION?" LACP modes -> Active/Passive. Active -> Start Communication Passive -> Doesn`t start Communication. Correct Answer is "D".
upvoted 11 times
...
xtraMiles
Most Recent 11 months, 3 weeks ago
Answer A is for Static EtherChannel. Meanwhile, the commands for answer D is not in order, at least not in a way that's acceptable in packet tracer. If they were, then , D would work. S1(config)#int ran g0/1-2 S1(config-if-range)#int port S1(config-if-range)#int port-channel 1 S1(config-if)#channel-g S1(config-if)#channel-gr S1(config-if)#? arp Set arp type (arpa, probe, snap) or timeout bandwidth Set bandwidth informational parameter cdp Global CDP configuration subcommands delay Specify interface throughput delay description Interface specific description duplex Configure duplex operation. exit Exit from interface configuration mode hold-queue Set hold queue depth S1(config-if)#end S1# %SYS-5-CONFIG_I: Configured from console by console
upvoted 2 times
...
a67c04a
1 year, 5 months ago
Selected Answer: D
It´s D
upvoted 2 times
...
Shanku97
1 year, 10 months ago
i can understand why this is passive but what is this port channel 1?
upvoted 3 times
RRP_175
1 year, 2 months ago
"int po1" is a command to bring up the port channel interface, at first you use "etherchannel-protocol and ether-group mode " commands to create ether channel then at end you use int po1 command.
upvoted 1 times
...
...
raul_kapone
1 year, 11 months ago
Selected Answer: D
Like the guys said, the correct answer is D. In the "On mode" LACP packets are NOT EXCHANGED, so there is NO LACP COMMUNICATION. This mode forces the interface to channel without LACP.
upvoted 2 times
...
shumps
1 year, 11 months ago
if you can understand that LACP is Active/ passive we can move forward nicely. A is completely wrong and must not be compared with. thank you
upvoted 1 times
...
kyleptt
1 year, 11 months ago
This has to be D
upvoted 1 times
...
shumps
2 years ago
LACP is the give away price for D
upvoted 1 times
...
Hope_12
2 years, 2 months ago
Selected Answer: D
" respond to but not initiate LACP communication" Should be passive mode interface of LACP which is just waiting for LACP communication. Answer is D.
upvoted 2 times
Hope_12
2 years, 2 months ago
Also mode on only works with mode on. Desirable and on/Active and on will not work.
upvoted 2 times
...
...
KeerthiPraveen
2 years, 2 months ago
Selected Answer: A
A is correct....D states LACP
upvoted 2 times
...
soRwatches
2 years, 3 months ago
Selected Answer: A
A is correct, Invalid command for D.
upvoted 4 times
[Removed]
2 years, 2 months ago
I think the correct answer is D as the questions mentions LACP that uses active or passive. Static etherchannel uses "on mode". However, the command should be: interface range gigabitethernet0/0/0-15 channel-group 1 mode passive
upvoted 6 times
...
...
linuxlife
2 years, 3 months ago
MODE ON: Mode that forces the LAN port to channel unconditionally. In the on mode, a usable EtherChannel exists only when a LAN port group in the on mode is connected to another LAN port group in the on mode. Because ports configured in the on mode do not negotiate, there is no negotiation traffic between the ports. You cannot configure the on mode with an EtherChannel protocol. If one end uses the on mode, the other end must also. MODE PASSIVE: LACP mode that places a port into a passive negotiating state, in which the port responds to LACP packets it receives but does not initiate LACP negotiation. (Default)
upvoted 3 times
...
Naghini
2 years, 5 months ago
Selected Answer: D
LACP = Active/Passive. Answer is D.
upvoted 5 times
...
Sdiego
2 years, 5 months ago
Selected Answer: A
It does not specify LACP negotiation, but communication. Sounds like it just want the Etherchannel set up - ON mode -
upvoted 1 times
country_rooted
2 years, 2 months ago
the last couple words do mention LACP and that it simply wants a response. so the ans must be passive. ON can only work with ON
upvoted 3 times
...
ebachka
1 year, 5 months ago
On+On + EtherChannel = LAG(Standartless) Active + Passive = LACP Vendor Neutral Standart Desirable + Auto = PagP Cisco Proprietary Standard
upvoted 1 times
...
...
rivera82
2 years, 7 months ago
Selected Answer: D
Passive—Places a port into a passive negotiating state, in which the port responds to LACP packets it receives but does not initiate LACP negotiation.
upvoted 4 times
...
Customexit
2 years, 8 months ago
Selected Answer: D
We need Switch to respond to but not initiate LACP. This means Passive. For those saying A, we already read that the EtherChannel is configured, so we don't need to do all that. Also ON is neither LACP or PAGP. With ON, it will be created only when another interface group in EtherChannel "ON" mode.
upvoted 5 times
cdp_neighbor
2 years, 6 months ago
Mate, just look at this: c9200(config)#int po1 c9200(config-if)#chann c9200(config-if)#chann? % Unrecognized command There is NO statement such "channel-group" inside the "int po1" command. You can only do this inside the interface(s). That's why A is correct while B is not responding the task.
upvoted 3 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 ...