System Administration
TUT Systems, Inc Page 39 of 104 P/N 220-06288-20
To view SNMP System location information, type:
SMS000$ show snmp system-location
SNMP Community
You can define up to five SNMP Communities with unique IP Addresses for access to
MIB objects.
To add an SNMP Community and Management IP, type:
snmp add community community-name mgmt-address {rw | ro}
For example, to create a public community without restrictions:
SMS2000% snmp add community public 0.0.0.0
Or, to limit the access to a particular Management IP address:
SMS2000% snmp add community donttell 10.240.1.50
To delete an SNMP community, type:
snmp delete community community-name
For example,
SMS2000% snmp delete community donttell
To view the SNMP Community configuration, type:
show snmp community
To support a community with more than one configured management station, add it
twice:
SMS2000% snmp add community donttell 10.240.1.50
SMS2000% snmp add community donttell 10.240.1.51
SNMP Trap Recipient
A maximum of one SNMP trap recipient may be configured.
To configure an SNMP trap recipient, type:
snmp add trap-recipient community-name ip-address
For example,
SMS2000% snmp add trap-recipient donttell 10.240.1.50