You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a parameter is unknown, the FPR does not only tell that it is unknown, it reiterate it, causing the following commands to fail, exit not to work and the model ends in a timeout.
> show xxx
Syntax error: Illegal parameter
> show xxxshowrunning-configall
Syntax error: Illegal parameter
> show xxxshowrunning-configallexit
Syntax error: Illegal parameter
> show xxxshowrunning-configallexit
My Idea would be to send something like "\e[16D\e[Jshow running-config all" to wipe the previous command out.
Alternative ansi escape codes : "\e[G\e[J" (go to the first char, then wipe) or "\e2K" (erase line).
I've got no success yet, but need to test further.
Cisco Firepower 4120 has no command show inventory
E, [2025-02-10T16:07:59.660702 #280] ERROR -- : 10.22.10.50 raised NoMethodError with msg "undefined method `join' for nil:NilClass", 10.22.10.50 saved
W, [2025-02-10T16:08:00.016763 #280] WARN -- : device/device-firepower status no_connection, retry attempt 1
The text was updated successfully, but these errors were encountered: