SNMP
202
System Management Guide
3HE 11018 AAAC TQZZA Edition: 01
Use the following CLI syntax to configure community options:
CLI Syntax: config>system>security>snmp
community community-string [hash | hash2] access-
permissions [version SNMP-version]
The following example displays community string command usage:
Example: config>system>security# snmp
config>system>security>snmp# community private hash2 rwa
version both
config>system>security>snmp# community public hash2 r
version v2c
The following example displays the SNMP community configuration:
ALU-1>config>system>security>snmp# info
-------------------------------------------------------
community "uTdc9j48PBRkxn5DcSjchk" hash2 rwa version both
community "Lla.RtAyRW2" hash2 r version v2c
-------------------------------------------------------
ALU-1>config>system>security>snmp#
4.7.2 Configuring View Options
Use the following CLI syntax to configure view options:
CLI Syntax: config>system>security>snmp
view view-name subtree oid-value
mask mask-value [type {included | excluded}]
The following example displays view command usage:
Example: config>system>security>snmp# view testview subtree 1
config>system>security>snmp>view$ mask ff type included
config>system>security>snmp>view$ exit
config>system>security>snmp# view testview subtree
1.3.6.1.2
config>system>security>snmp>view$ mask ff type excluded
config>system>security>snmp>view$ exit