Cisco Cisco Prisma II EDR Receiver Installation Guide

Page of 184
 
 
 
Terminal Commands 
 
78-4025693-01 Rev D 
57 
 
CLI> terminal colsep "," exit
 
CLI> module modid * show control *serv* exit
 
CHASSIS,SLOT,NAME,SETTING,UNITS
 
1,7,Service,Off(0),
 
1,8,Service,Off(0),
 
1,9,ServiceA,On(1),
 
1,9,ServiceB,Off(0),
 
SUCCESS!
 
CLI>
 
If the output data itself might contain columns, another character such as | can be 
used as a column separator, as shown in the following example: 
CLI> terminal colsep "|" exit
 
CLI> module modid * show control *serv* exit
 
CHASSIS|SLOT|NAME|SETTING|UNITS
 
1|7|Service|Off(0)
 
1|8|Service|Off(0)
 
1|9|ServiceA|On(1)
 
1|9|ServiceB|Off(0)
 
SUCCESS!
 
CLI>
 
 
Paging Command 
The paging command is used to control paging behavior for long CLI output. The 
basic syntax is as follows: 
paging value
 
where value is zero (0) to disable paging completely, or a number 24 or greater to 
specify the height of the paging window in lines of text.