SNMP
7705 SAR OS System Management Guide Page 165
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 hash 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#
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
The following example displays the view configuration:
ALU-1>config>system>security>snmp# info
----------------------------------------------
                view "testview" subtree 1
                    mask ff
                exit
                view testview subtree 1.3.6.1.2
                    mask ff type excluded
                exit
                community "private" rwa version both
                community "public" r version v2c
----------------------------------------------
ALU-1>config>system>security>snmp#