acl
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:2k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  1. title   Access Control Setup
  2. description This section defines who is allowed to talk to your running
  3. description snmp agent.
  4. token rwuser
  5. info a SNMPv3 read-write user
  6. info arguments:  user [noauth|auth|priv] [restriction_oid]
  7. question 1 The SNMPv3 user that should have read-write access
  8. question 2 The minimum security level required for that user [noauth|auth|priv, default = auth]
  9. validanswer 2 (noauth|auth|priv|)
  10. question 3 The OID that this community should be restricted to [if appropriate]
  11. token rouser
  12. info a SNMPv3 read-only user
  13. info arguments:  user [noauth|auth|priv] [restriction_oid]
  14. steal rwuser
  15. question 1 Enter the SNMPv3 user that should have read-only access to the system
  16. token rocommunity
  17. info a SNMPv1/SNMPv2c read-only access community name
  18. info arguments:  community [default|hostname|network/bits] [oid]
  19. question 1 The community name to add read-only access for
  20. question 2 The hostname or network address to accept this community name from [RETURN for all]
  21. question 3 The OID that this community should be restricted to [RETURN for no-restriction]
  22. token rwcommunity
  23. info a SNMPv1/SNMPv2c read-write access community name
  24. info arguments:  community [default|hostname|network/bits] [oid]
  25. steal rocommunity
  26. question 1 Enter the community name to add read-write access for
  27. group access_control
  28. multiple rwuser Do you want to allow SNMPv3 read-write user based access
  29. multiple rouser Do you want to allow SNMPv3 read-only user based access
  30. multiple rwcommunity Do you want to allow SNMPv1/v2c read-write community access
  31. multiple rocommunity Do you want to allow SNMPv1/v2c read-only community access