IBM NH2025-10 Switch User Manual


 
Configuring, Modifying, and Monitoring the Unit
60
Configuring the Trap Stations
Viewing the stations list:
get-traps
Example
SYS_console>get-traps
SNMP TRAP TABLE
===============
IPADDR COMMUNITY
---------------------------------------------------
194.090.136.126 ----------- public
SYS_console>
Adding a station to the list:
add-trap
The add-trap command enters the IP Address of the SNMP Management Station and the trap
community string that appears in the trap message.
add-trap <IP address> <trap-community>
Example
SYS_console>add-trap 194.90.136.20 rnd
Entry 194.90.136.20 - rnd added
SNMP TRAP TABLE
===============
IPADDR COMMUNITY
---------------------------------------------------
194.090.136.126 ----------- public
194.090.136.020 ----------- rnd
---------------------------------------------------
SYS_console>
Deleting a station from the list:
del-trap <IP address>
The station’s
IP address
must be given as shown in the list provided with get-trap command.
Example
SYS_console>del-trap 194.90.136.20
Entry 194.90.136.20 – deleted
SYS_console>