256 TimeCreator 1000 User’s Guide 097-93100-01 Revision C – February, 2010
Appendix B Command Descriptions and Communications Interface
CLI Commands
A new user v3user1 has been successfully added to SNMPv3
Example 2:
To delete an SNMPv3 user named “v3user2”:
tc1000> set snmp accessv3 delete v3user2
Example 3a:
To add an SNMP trap destination with the IP address 192.168.5.177 and a v3 user
named “v3user1”:
set snmp trap add 192.168.5.177 v3user1
Example 3b:
To add an SNMP trap destination with the IP address 192.168.5.178, port 1098, and
v2 trap rocommunity named “v2rocommunity1”:
set snmp trap add 192.168.5.177:1098 v2rocommunity1
Example 4:
To delete SNMP trap destination at IP address 192.168.5.177:
tc1000> set snmp trap delete 192.168.5.177
Example 5:
To enable SNMPv2 on the TC1000:
tc1000> set snmp accessv2 enable
Example 6a:
To create a read-only SNMPv2 community named “v2rocommunity1”:
tc1000> set snmp accessv2 rocommunity v2rocommunity1
Example 6b:
To create a read-only SNMPv2 community with the default name of “public”:
tc1000> set snmp accessv2 rocommunity
Example 7:
To create a read-write SNMPv2 community named “v2rwcommunity2”:
tc1000> set snmp accessv2 rwcommunity v2rwcommunity2