160
TimeProvider 2300/2700 User’s Guide
098-00564-000 Revision A3 – July, 2013
Chapter 3
TimeProvider 2300/2700 CLI Command Set
For security level of
priv
, the TP 2300/2700 will prompt for:
Authentication protocol (MD5 or SHA):
Authentication key [Only chars {a-z,A-Z,0-9,! ( )- _ . ? ~ * @ ^ +
= : / %} are accepted] :
Privacy protocol (DES or AES):
Privacy key [Only chars {a-z,A-Z,0-9,! ( )- _ . ? ~ * @ ^ + = : / %}
are accepted]:
If the security level is
auth
, the TP 2300/2700 will prompt for:
authkey <authkey-value>
authtype {MD5 | SHA}
Example 2:
To add SNMP v2-community named “groupv2”, with a security level of read-write:
TP2700> set snmp add v2-community groupv2 securelvl
read-write
Example 3:
To add SNMP manager with the IP address 192.168.5.177 and engine ID of
0x12345678901234:
set snmp add manager 192.168.5.177 engineid 0x12345678901234
Example 4:
To delete SNMP trap user named “george3”:
set snmp delete trapuser george3
Example 5:
To delete SNMP manager at IP address 192.168.5.177:
TP2700> set snmp delete manager 192.168.5.177
Example 6:
To set the trap version to SNMP v3:
TP2700> set snmp trapversion 3
Example 7:
To enable SNMP v2 on the TP 2300/2700:
TP2700> set snmp state-v2 enable
Level :
Admin