要使 SNMP 能够执行 Set,请使用以下过程。
rwcommunity private
默认情况下,这些操作系统会将公共团体作为 rocommunity 加以阻止。
access notConfigGroup "" any noauth exact systemview none none
更改为:
access notConfigGroup "" any noauth exact systemview systemview none
此修改可将写访问权限授予指定的视图和组。在此示例中,指定的视图为 systemview,指定的组为 NotConfigGroup。默认情况下,该组使用公共团体字符串。