Symptom
After running command 'tac-pac', the 'feature bash-shell' will be enabled.
tac-pac command will enable 'feature bash-shell'
switch(config)# show run | include feature
switch(config)# <<<<
switch(config)# tac-pac bootflash:
Show tech detail can take more than 5 minutes to complete. Please Wait ...
switch(config)# show run | include feature
feature bash-shell <<<<<
switch(config)#
Conditions
・The problem occurs after running tech-pac or show tech-support detail.
Such as,
switch# show tech-support details > bootflash:/tech-support
switch# tac-pac bootflash:
・It has been confirmed that the problem occurs in the following version.
10.3(4a) M
Workaround
disable "bash-shell" feature manually.
switch(config)# show run | include feature
feature bash-shell <<<<<
switch(config)# no feature bash-shell
switch(config)# show run | include feature
switch(config)# <<<< 'feature bash-shell' has been disabled
Further Problem Description
None.