User`s guide

8-2 Using an SNMP Manager
Check that the actual IP configuration matches the desired one:
SYS_console> get-ip-cfg
The device IP address, netmask and broadcast are:
IP address : 129.001.001.064
IP netmask : 255.255.255.000
IP broadcast : 129.001.001.255
2)
Set the default gateway address using the set-gatew command (For more details,
see Chapter 7, IP Commands.) This should be a station that can route IP packets
to non-local IP networks. For example:
SYS_console> set-gatew 129.1.1.1
Confirm that the default gateway IP address was properly accepted:
SYS_console> get-gatew
Device default gateway address is : 129.001.001.001
SNMP Setup
1)
Set up the SNMP communities strings for the two access modes: read and write
(For more details, see Chapter 7, SNMP Commands.) Confirm that the read and
write communities were properly accepted:
SYS_console> set-comm read public
New read community is: < public >
SYS_console> set-comm write private
New read community is: < private >
SYS_console> get-comm *
Current read community is: < public >
Current write community is: < private >
SYS _console> _
2)
Setup the trap receiver table: add the Network Manager Station(s) that are to
receive system generated traps:
SYS_console> add-trap 129.1.1.76 public
Entry 129.1.1.76 - public added
SNMP TRAP TABLE
===============
IPADDR COMMUNITY
------------------------
129.001.001.065 ------ public
129.001.001.076 ------ public
------------------------