CLI Reference Guide
2-127
NET.CFG Options Reference
Transport Provider IPX | UDP Option
TRAP TARGET ipxaddress | ipaddress
Trap targets define the addresses that the SNMP manager sends SNMP traps
to.
To receive traps sent by Desktop SNMP, make sure your management
workstation address is listed in the IPX (for IPX transport) or UDP (for
UDP/IP transport) section of the NET.CFG file.
NOTE: If you do not configure at least one trap target, Desktop SNMP does not send traps.
Syntax trap target ipxaddress | ipaddress
Replace ipxaddress or ipaddress with the
management station address for IPX transport or
for UDP/IP transport, respectively.
Default None
Example To set your client workstation for a management station of
“ab123456:0123456789ab,” you would place the
following lines in your NET.CFG file:
transport provider ipx
trap target ab123456:0123456789ab
To set your client workstation to use both IPX and
UDP/IP transport you could place the following lines
in your NET.CFG file:
transport provider ipx
trap target ab123456:0123456789ab
trap target cd654321:ba9876543210
transport provider udp
trap target 999.88.77.66
trap target 888.11.22.33