Skip to main content
mgzt160
New Member
October 11, 2018
Question

Trying to enter a command into CLI getting but getting error ambigous command

  • October 11, 2018
  • 1 reply
  • 2176 views

I am having a slow ping time on a VPN tunnel that I'm bringing up. For testing I was told to disable ASIC offloading to see the results, however the commands I tried do not work.

 

config sys global set ipsec hmac disable set ipsec asic disable end

 

When I enter set ipsec hmac disable I get the error ambigous command before "ipsec". Same with the asic one.

1 reply

emnoc
New Member
October 11, 2018

1st when you have ambigous input do a "set ipsec  ? " and see if that cmd is even  correct

 

2nd the proper cmd would be { not really knowing what your trying todo }

 

config  sys global

   set ipsec-asic-offload disable

end

 

3rd,  executing that cmd would probably make your pings even worst

 

Now what are you  trying todo? and 2nd your vpn has a local and remote gateway  so two devices are in play and can effect  the pings.