200-150 · Question #127
In Cisco NX-OS Software, which command redistributes a route of 0.0.0.0/0 into EIGRP?
The correct answer is A. default-information originate. In Cisco NX-OS, redistributing a default route into EIGRP requires the hyphenated command 'default-information originate' under the EIGRP router configuration context.
Question
In Cisco NX-OS Software, which command redistributes a route of 0.0.0.0/0 into EIGRP?
Options
- Adefault-information originate
- Bdefault information originate
- Cdefault information-originate
- Doriginate default-information
- Eoriginate-default information
How the community answered
(40 responses)- A90% (36)
- C3% (1)
- D3% (1)
- E5% (2)
Why each option
In Cisco NX-OS, redistributing a default route into EIGRP requires the hyphenated command 'default-information originate' under the EIGRP router configuration context.
The NX-OS EIGRP command 'default-information originate' (with a hyphen between 'default' and 'information') is the correct syntax entered under the router eigrp configuration context to generate and redistribute a 0.0.0.0/0 default route into the EIGRP domain. The hyphen is mandatory and the keyword order is fixed in NX-OS syntax.
'default information originate' uses a space instead of the required hyphen and is therefore not valid NX-OS EIGRP syntax.
'default information-originate' incorrectly places the hyphen between 'information' and 'originate' rather than between 'default' and 'information'.
'originate default-information' reverses the required keyword order and is not a valid Cisco NX-OS EIGRP command.
'originate-default information' is not a valid Cisco NX-OS command in any routing context.
Concept tested: NX-OS EIGRP default route origination command syntax
Source: https://www.cisco.com/c/en/us/td/docs/switches/datacenter/sw/nx-os/unicast/configuration/guide/l3_cli_nxos/l3_eigrp.html
Topics
Community Discussion
No community discussion yet for this question.