cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
664
Views
2
Helpful
5
Replies

how do I remove this config line

katrin1701
Level 1
Level 1

We've played around with parameters and now there is this in the running config

How do I get rid of it?

  no cef table output-chain build indirection recursive-prefix

1 Accepted Solution

Accepted Solutions

katrin1701
Level 1
Level 1

Found it myself:

default cef table output-chain build indirection ....

 

forgot that default ... exists

View solution in original post

5 Replies 5

NO cef table consistency-check <<- if I am right disable the check will make all command remove 

It wants more parameters, but all variations I've tried only adds to the configuration.
#no cef table consistency-check ?
Binding-Sid Label BINDING-SID Label address family
IPv4 IPv4 address family
IPv6 IPv6 address family





#do show run | i cef

no cef table output-chain build indirection recursive-prefix non-recursive-prefix



one would think that this would do the trick:

(config)# cef table output-chain build indirection recursive-prefix non-recursive-prefix



But it only changes to

#do show run | i cef

cef table output-chain build indirection recursive-prefix non-recursive-prefix






NO cef table consistency-check ipv4 <<- only address family IPv4 

That doesn't make a difference.

#show run | i cef
cef table output-chain build indirection recursive-prefix non-recursive-prefix
#conf t
Enter configuration commands, one per line. End with CNTL/Z.
(config)#no cef table consistency-check ipv4
(config)#do show run | i cef
cef table output-chain build indirection recursive-prefix non-recursive-prefix

katrin1701
Level 1
Level 1

Found it myself:

default cef table output-chain build indirection ....

 

forgot that default ... exists