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
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
...
This section is not available anymore. Please use the main Exam Page.200-150 Exam Questions
Log in to ExamTopics
Sign in:
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.
snapper
5 years, 10 months ago