1 /AFTER
/AFTER=n After the trace stop condition has been satisfied, continues tracing for n events, and then stops. If you do not specify /AFTER, tracing does not continue after the trace stop event. n can be any value between 0 and FFFFFFF.
2 /DEFAULT
Sets the trace context back to the default settings, which are: channelname=* /AFTER=0 /EVENT=default settings /STOP /SIZE=512
3 /EVENT
/EVENT=(event1[,...]) Enables tracing on specific events, which you can use wildcards to specify. The default is a subset of the events, which includes most errors and state changes. Use the SHOW TRACE/CONTEXT command to display event names.
4 /EXCLUDE
/EXCLUDE=(landevicename/IPinterface[,...]) Excludes specific LAN devices/IP interfaces, which you can use wildcards to specify. Use the SHOW LAN_DEVICE/SHOW IP_INTERFACE command to display device names.
5 /LOCAL_DEVICE
/LOCAL_DEVICE=(landevicename/IPinterface[,...]) Includes specific LAN devices that identify the local end of the channel. You can use wildcards to specify LAN devices/IP interfaces. Use the SHOW LAN_DEVICE/SHOW IP_INTERFACE command to display device names.
6 /REMOTE_DEVICE
/REMOTE_DEVICE=(landevicename/IPinterface[,...]) Includes specific LAN devices that identify the remote end of the channel. You can use wildcards to specify LAN devices/IP interfaces. Use the SHOW LAN_DEVICE/SHOW IP_INTERFACE command to display device names.
7 /STOP
/STOP=(event[,...]) Stops tracing on specific events, which you can use wildcards to specify. The default is to stop no events. Use the SHOW TRACE/CONTEXT command to display event names.
8 /SIZE
/SIZE=n Specifies a trace buffer size of n bytes to be used by PEdriver for each trace buffer: one for global PEdriver use, one for each selected channel, and one for each selected VC. n can be any value between 0 and FFFFFFF.