Description | The trap source is a string identifying the component of the device
generating the trap. The source identifies the component associated
with the fault. This may for example, identify the unit, slot, port,
and possibly logical ports (VLAN, LAG) from which the fault occurs.
The format of the source string is: 'TYPE=#:TYPE=#:...' where the
TYPE may be one of 'unit' or 'slot' or 'port' or 'VLAN' or 'LAG'.
For example:
'unit=3:slot=1:port=2' - indicates the trap comes from port 2 in slot 1
of the switch #3 in the stack.
'unit=2:VLAN=10' - indicates the trap comes from VLAN=10 in unit 2.
'unit=1' - indicates the trap comes from unit 1. |