CCS is a programming language created in 1999.
#3103on PLDB | 25Years Old |
CCS is a proprietary scripting language for executing sequences of command-line interface (CLI) commands on NetMRI-supported network devices, to perform job automation tasks. If you know Cisco IOS, writing CCS scripts is relatively straightforward.
Script-Filter:
$Vendor eq "Cisco" and
$sysDescr like /IOS/ and
$Version like /^1[2-9]/ and
$Type in ['Router', 'Switch-Router']]