Management::SNMPConfiguration::AccessInformation

Introduced : BIG-IP_v9.0
A struct that describes the mapping from group/securitymodel/security level to a view.
Member Type Description
access_name String The name of the access map.
access_context String The context for the mapping. For the v1 or v2c access model, access_context should be empty, which you must specify not as an empty string but using “” (two double quote characters, possibly escaped appropriately with backslashes as necessary), or else get an exception.
model ModelType The model type to use (any, v1, v2c, or usm).
level LevelType The Level to use (noauth, auth, or priv). For the v1 or v2c access model, level should be noauth.
prefix PrefixType Specifies how access_context should be matched against the context of the incoming pdu, either exact or prefix.
read_access String The view to be used for read access.
write_access String The view to be used for write access.
notify_access String The view to be used for notify access.

See Also

Warning

The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.

Sample Code


The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.