Displaying SLIP Trap Information

Use the DISPLAY SLIP command to display information about SLIP traps.
Start of change
 
D SLIP{[=xxxx]|[,PER]|[,ENIPT]}[,L={a|name|name-a}]
 
End of change
SLIP
Indicates that the system is to display summary information about SLIP traps or detailed information about one SLIP trap (message IEE735I).
xxxx
The system is to display detailed information about the SLIP trap associated with the identifier xxxx. If you do not specify xxxx, the system lists all the SLIP traps in the system and tells whether each trap is enabled or disabled.

Where asterisks replace any or all of the four characters of xxxx, the system displays all SLIP traps whose identifiers match the non-asterisk characters in xxxx. If you specify fewer than four characters, the xxxx is padded on the right with blanks. A matching identifier must have blanks in those positions.

The asterisks allow you to group your SLIP traps by common characters and display them as a group.

Start of changePEREnd of change
Start of changeThis will display the names of the PER traps (or a suitable message if there are none), indicating for each whether it is:
  • DISABLED
  • ENABLED but IGNORE
  • ENABLED and non-IGNORE
End of change
Start of changeENIPTEnd of change
Start of changeThis will display the name of the enabled non-ignore PER trap if there is one, and a suitable message if there is not.End of change
L=a, name, or name-a
Specifies the display area (a), console name (name), or both (name-a) where the display is to appear.

If you omit this operand, the display is presented in the first available display area or the message area of the console through which you enter the command.

Example 1:

To display all SLIP traps and whether they are enabled or disabled, enter:
 DISPLAY SLIP

Example 2:

To display detailed information about trap W292, enter:
D SLIP=W292

Example 3:

To display all SLIP traps with an identifier having ‘A’ as the first character and ‘B’ as the third character and identify whether they are disabled or enabled, enter:
DISPLAY SLIP=A*B*

Start of changeExample 4:End of change

Start of changeTo display all PER traps, enter:
DISPLAY SLIP,PER
End of change