exam questions

Exam 200-150 All Questions

View all questions & answers for the 200-150 exam

Exam 200-150 topic 1 question 112 discussion

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

Ethernet 1/1 is assigned IP address 10.1.1.1 with subnet mask 255.255.255.0. Which configuration is used to configure EIGRP on a Cisco Nexus 7000 switch?

  • A. feature eigrp ! interface Ethernet1/1 ip address 10.1.1.1 255.255.255.0 no shutdown ! router eigrp 1 network 10.1.1.0 0.0.0.255
  • B. feature eigrp ! router eigrp 1 autonomous-system 1 ! interface Ethernet1/1 ip address 10.1.1.1/24 ip router eigrp 1 no shutdown
  • C. router eigrp 1 autonomous-system 1 ! interface Ethernet1/1 ip address 10.1.1.1/24 ip router eigrp 1 no shutdown
  • D. feature eigrp ! interface Ethernet1/1 ip address 10.1.1.1/24 no shutdown ! router eigrp 1
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
snapper
5 years, 10 months ago
Confirmed. See the URL: https://www.cisco.com/c/en/us/td/docs/switches/datacenter/sw/4_2/nx-os/unicast/configuration/guide/l3_cli_nxos/l3_eigrp.html#wp1062352 The following is pulled from the URL above. This is the basic config: From config mode: feature eigrp router eigrp "instance-tag" autonomous-system "AS#" (optional. See note below) int x ip/ipv6 router eigrp "instance-tag" The autonomous-system AS# command isu used to configure a unique AS# for this EIGRP instance. If you configure an instance-tag that does not qualify as an AS number, you must use the autonomous-system command to configure the AS number explicitly or this EIGRP instance will remain in the shutdown state.
upvoted 1 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 ...