cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
633
Views
0
Helpful
3
Replies

How do I remove awkward config?

moxeysp
Level 1
Level 1

ROUTER#sh run | i ip cef
ip cef table event-log
ip cef
ip cef accounting non-recursive load-balance-hash
ip cef accounting non-recursive external

>snip<

ROUTER#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
ROUTER(config)#no ip cef accounting non-recursive load-balance-hash
Command authorization failed.

% Incomplete command.

ROUTER(config)#no ip cef accounting non-recursive load-balance-hash ?
% Unrecognized command
ROUTER(config)#^Z

cisco 7206VXR (NPE-G1) processor (C7200-JS-M), Version 12.3(10c)

How do I remove "ip cef accounting non-recursive load-balance-hash" from the config. I'd like to leave the box as I found it. Is it to do with an authority level or something more?

Thanks

3 Replies 3

andrew.prince
Level 10
Level 10

trying

"no ip cef" - then turn it back on with "ip cef"

HTH>

OK, thanks for this. TBH it looks a tad brutal as there are lots of itterations of " ip cef accounting non-recursive external" on the box which may need to be reapplied. I'm also concerned that the "no ip cef" will result in traffic disruption.

I'll see how it goes and feed back.

Apologies. f/up to my own post; It turned out to be an access level issue rather than an issue with IOS.

I was even unable to do "no ip cef" with a 'command authorization failed' but a colleague with the appropriate level of access was able to remove the original command with a simple "no" prefix.

thank you for your attention.