09-06-2017 07:08 AM - edited 02-21-2020 06:16 AM
On an ASA I am getting ambiguous command errors on show commands. For example, this happens with "show route summary" and "show route eigrp". I am seeing this on a 5512 firewall running 9.4(4)5 and a 5515 running 9.4(2)6
I have an additional 5515 also running 9.4(2)6 that does not have this issue. Has anyone seen this before? Thanks in advance.
09-09-2017 07:24 AM
Could you show the output from both command please?
09-10-2017 05:44 AM
Also try adding a ? after the commands to see what the ASA thinks should be added to those commands (which should, as you surmise, work as-is).
09-10-2017 03:53 PM
OUTPUT:
scrubbed# show route ei
scrubbed# show route eigrp ?
ERROR: % Ambiguous command: "show route eigrp "
scrubbed# show route eigrp
ERROR: % Ambiguous command: "show route eigrp "
scrubbed# show route summary
ERROR: % Ambiguous command: "show route summary"
scrubbed# show route ?
Hostname or A.B.C.D Network to display information about or hostname
bgp Border Gateway Protocol (BGP)
connected Connected
eigrp Enhanced Interior Gateway Routing Protocol (EIGRP)
ospf Open Shortest Path First (OSPF)
rip Routing Information Protocol (RIP)
static Static routes
summary Summary of all routes
Current available interface(s):
dmz Name of interface GigabitEthernet0/2
inside Name of interface GigabitEthernet0/1
mac Name of interface GigabitEthernet0/3
management Name of interface Management0/0
outside Name of interface GigabitEthernet0/0
zone Show zone routes
| Output modifiers
<cr>
09-18-2017 01:26 PM
Does anyone have any thoughts on this?
01-02-2019 06:50 AM - edited 01-02-2019 06:54 AM
Hello GeneC1961,
I know this threat is now over a year old, but I have run into the very same problem... and found the solution. This is due to the fact that you have dns lookup enabled on your ASA. That's the command dns domain-lookup <interface>.
If that command is in place, the ASA does not know wether to interpret "eigrp", "ospf" or any other word as a >>"Hostname or A.B.C.D"<< for dns-lookup or as the specific command. That's why it's telling you "ERROR: % Ambiguous command:"
HOWEVER, funny thing here, do the following to get both to work again:
no dns domain-lookup <interface> dns domain-lookup <interface>
show route eigrp
--> Problem SOLVED in my case, the DNS-Lookup worked again after enabling it again and the ambiguous command vanished and I was able to use show route eigrp again. Just looks like another great feature to me :-)
Regards,
Felix
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide