Allied Telesis AT-FS970M Series User Manual
Page 1174

Chapter 73: SNMPv3 Commands
1174
Examples
This example creates a group called “sta5west” with a minimum security
level of privacy. The group has a read view named “internet” and a write
view named “private”:
awplus> enable
awplus# configure terminal
awplus(config)# snmp-server group sta5west
priv read
internet write private
This example creates a group called “swengineering” with a minimum
security level of authentication and privacy. The group has the read view
“internet” and the write view “ATI”:
awplus> enable
awplus# configure terminal
awplus(config)# snmp-server group swengineering
priv read
internet write ATI
This example creates a group called “hwengineering” with a security level
of no authentication or privacy.The group has the read view “internet,” but
no write view.
awplus> enable
awplus# configure terminal
awplus(config)# snmp-server group hwengineering
noauth read
internet