Which configuration is used to configure EIGRP on a Cisco Nexus 7000 switch?

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. Option A
B. Option B
C. Option C
D. Option D

cisco-exams

3 thoughts on “Which configuration is used to configure EIGRP on a Cisco Nexus 7000 switch?

  1. I will have to agree with johndoe. None of these appear correct.

    From another vce CCNA DC exam study (for the older test) the answer is “B”, and has this subset of commands and appears it may be accurate.

    The autonomous-system command is it’s own command under (config-router)# prompt and is only optional

    I have tried A B C and D on a live system and none of them are applicable.

    This works:

    feature eigrp
    router eigrp 1
    interface Ethernet1/1
    ip address 10.1.1.1/24
    ip router eigrp 1
    no shutdown

    And THIS comes from Cisco Nexus 7000 Configuration guide:

    This example shows how to create an EIGRP process and configure an interface for EIGRP:
    switch# configure terminal
    switch(config)# router eigrp Test1
    switch(config)# i nterface ethernet 1/2
    switch(config-if)# ip router eigrp Test1
    switch(config-if)# no shutdown
    switch(config-if)# copy running-config startup-config

  2. I will have to agree with johndoe. None of these appear correct.

    From https://vceguide.com/which-configuration-is-used-to-configure-eigrp-on-a-cisco-nexus-7000-switch/ the answer is “B”, and has this subset of commands and appears it may be accurate.

    The autonomous-system command is it’s own command under (config-router)# prompt and is only optional

    I have tried A B C and D on a live system and none of them are applicable.

    This works:

    feature eigrp
    router eigrp 1
    interface Ethernet1/1
    ip address 10.1.1.1/24
    ip router eigrp 1
    no shutdown

    And THIS comes from Cisco Nexus 7000 Configuration guide:
    https://www.cisco.com/c/en/us/td/docs/switches/datacenter/sw/5_x/nx-os/unicast/configuration/guide/l3_cli_nxos/l3_eigrp.html#71793

    This example shows how to create an EIGRP process and configure an interface for EIGRP:
    switch# configure terminal
    switch(config)# router eigrp Test1
    switch(config)# i nterface ethernet 1/2
    switch(config-if)# ip router eigrp Test1
    switch(config-if)# no shutdown
    switch(config-if)# copy running-config startup-config

  3. B is listed as correct answer here however it is not correct. I am on a live nexus switch right now and “router eigrp 1 autonomous-system 1” is not a valid command in the OS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.