Cisco Cisco Prisma II EDR Receiver Installation Guide

Page of 184
 
Chapter 3    Operation Using CLI 
 
 
 
46 
78-4025693-01 Rev D 
Important: To avoid possible system disruption, broadcast set commands are not 
supported. This means that the set control command can only be applied to one 
module (chassis and slot number) at a time. If a specific chassis and slot number are 
not specified in advance, the CLI interpreter will disallow the command. In addition, 
the name of the control to be changed must be explicit; no wildcard characters are 
permitted. 
The following example shows how a craft operator might use set control to disable 
the module in slot 5 of chassis 20, and then use show control to confirm the change. 
*/05 MODULE> module chassis 20 <Enter>
 
20/05 MODULE> set control enable 0 <Enter>
 
SUCCESS!
 
20/05 MODULE> show control enable <Enter>
 
  MODID  NAME    SETTING  UNITS
 
  20/05  Enable  0
 
SUCCESS!
 
20/05 MODULE>
 
This example shows what would happen if the operator had omitted the initial step 
of specifying the chassis: 
*/05 MODULE> set control enable 0 <Enter>
 
Error: This command can only be used at an explicit Chassis and Slot prompt
 
Set the chassis and slot to specific values before using this command
 
*/05 MODULE>
 
Set Alarmparam 
The CLI can be used to change the parameters of alarms that do not shut down a 
module. These alarms are the "user" alarms of types 1, 2, and 7. While a full 
description of the various alarm types is outside the scope of this document, it is 
important here to note that any attempt to change an alarm's parameter will only be 
effective if that alarm is of type 1, 2, or 7. 
The set alarmparam command is typically used in conjunction with the info 
command to first learn about alarm type and status, and then change alarm status 
where appropriate and allowed. 
The following sample dialog shows the info command can be used to first learn 
about all (*) alarms in Module 2006, i.e., the module installed in chassis 20, slot 06: 
20/06 MODULE> info alarm * type majorlow minorlow majorhigh minorhigh <Enter>
 
  MODID  NAME     TYPE MAJORLOW MINORLOW MAJORHIGH MINORHIGH
 
  20/06  PsOk     6    N/A      N/A      N/A       N/A
 
  20/06  OutPwr   1    -1       -0.7     1         0.7
 
  20/06  IntPs    6    N/A      N/A      N/A       N/A
 
  20/06  Enable   6    N/A      N/A      N/A       N/A
 
  20/06  LasTemp  3    -20      -15      20        15
 
  20/06  LasBias  1    -2       -1       -0.001    -0.01
 
  20/06  InPwr    1    -16      -5       45        25
 
  20/06  Service  5    N/A      N/A      N/A       N/A
 
SUCCESS!
 
20/06 MODULE>