Error when running Management Center (MC) script with just "show running-config" to SSP/ISG appliance
search cancel

Error when running Management Center (MC) script with just "show running-config" to SSP/ISG appliance

book

Article ID: 382667

calendar_today

Updated On:

Products

SSP-S210 PLATFORM

Issue/Introduction

In this situation a script in MC with just "show running-config" was created and attempted installation to an ISG. The installation failed with similar output below.

....

edit ccl bluecoat-services
!
edit ccl browser-trusted
!
!
nacm groups group admin
user-name [ admin ]
!
nacm groups group reservedReadOnly
!

ISG# -eofzhWHHPzYiYUgLlnWQDc1GdfcKrNHkz 
-----------------^
syntax error: expecting

Cause

The length of the output, running-config are long enough that the output is paged.

Resolution

The solution here is simply to add a '!' to the script after the running-config commands. '!' causes the output to no longer page, and instead it will simply print the remainder of the output.

 

Example:

conf 
show running-config
!