Hi all,
I had a problem with Cirrus and my PIX firewalls. As far as I saw on my search here - I´m not allone
Cirrus set "no pager" when downloading the config from a PIX and then you have a funny output at "Show run"
The Solution (for all 5xx Pix´s):
1) Edit the PIX device template you are using for equipment.
%System Drive%\Program Files\Configuration Management\DeviceTypes
and modify the following variables:
From:
<Command Name="DownloadConfig" Value="Show ${ConfigType}"/>
<Command Name="UploadConfig" Value="${EnterConfigMode}${CRLF}${ConfigText}${CRLF}${ExitConfigMode}"/>
To:
<Command Name="DownloadConfig" Value="Show ${ConfigType}${CRLF}pager lines 24"/>
<Command Name="UploadConfig" Value="${EnterConfigMode}${CRLF}${ConfigText}${CRLF}${ExitConfigMode}${CRLF}pager lines 24"/>
Save the Device Template file.
2) Open Cirrus and Download the configuration from the device.
Check if your configuration keeps the "pager lines 24" setting on your device.
Note that the configuration stored in Cirrus will always show the "no pager" setting due to the fact the configuration is
downloaded with this configuration.
Attached you will find teh modified PIX templates which are working on my side.
Have fun
Christian