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
network 10.1.1.0 0.0.0.255
Correct Answer: B
why on earth it’s B
has anyone take this exam recently?
Configuration Examples for EIGRP
think the answer is D.
This example shows how to configure EIGRP:
feature eigrp
interface ethernet 1/2
ip address 192.0.2.55/24
ip router eigrp Test1
no shutdown
router eigrp Test1
router-id 192.0.2.1
http://www.cisco.com/c/en/us/td/docs/switches/datacenter/sw/5_x/nx-os/unicast/configuration/guide/l3_cli_nxos/l3_eigrp.html