Cisco Cisco Prisma II EDR Receiver Installation Guide

Page of 184
 
 
 
Terminal Commands 
 
78-4025693-01 Rev D 
61 
 
The Regex pattern matching style includes a much more powerful, but also more 
complex, pattern matching format, a description of which is beyond the scope of this 
document. For further information, refer to resources available on the public internet 
for Perl or Boost, such as: 
 
http://perldoc.perl.org/ 
 
http://www.boost.org/ 
 
Headers Command 
The headers command is used to enable or disable the display of column headers 
that may appear in CLI output. The basic command syntax is as follows: 
headers value
 
where value is 0 to disable header display, and 1 (or any number other than 0) to 
enable header display. 
Headers are enabled (1) by default, as shown in the sample craft operator dialog 
below: 
20/03 MODULE> show monitor ps*5* <Enter>
 
  MODID  NAME    VALUE     UNITS
 
  20/03  Ps1+5V  0         V
 
  20/03  Ps1-5V  0         V
 
  20/03  Ps3+5V  5.39218   V
 
  20/03  Ps3-5V  -5.43724  V
 
SUCCESS!
 
20/03 MODULE>
 
To following sample dialog shows how a craft operator might disable the column 
headers and confirm the change: 
20/03 MODULE> terminal <Enter>
 
TERMINAL> headers 0 <Enter>
 
TERMINAL> module modid 2003 <Enter>
 
20/03 MODULE> show monitor ps*5* <Enter>
 
  20/03  Ps1+5V  0         V
 
  20/03  Ps1-5V  0         V
 
  20/03  Ps3+5V  5.39218   V
 
  20/03  Ps3-5V  -5.43724  V
 
SUCCESS!
 
20/03 MODULE>