Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation
Guide That Contains This Content
[+] Expand All
[-] Collapse All

    Configuring Access Privileges for SNMPv3 Users (SRC CLI)

    In a user-based security model (USM), you can define access privileges for SNMPv3 users. But you cannot assign the security name to an SNMP group. Here, the security name is the username configured at the [edit snmp v3 usm local-engine user] hierarchy level.

    Use the following configuration statements to define access privileges for an SNMPv3 user at the [edit snmp v3 usm local-engine user username access] hierarchy level:

    snmp v3 usm local-engine user username access {authorization (read-only | read-write);oid oid;}

    To define access privileges for an SNMPv3 user in a USM:

    1. From configuration mode, enter the following configuration statement.
      [edit]user@host# edit snmp v3 usm local-engine user username access
    2. (Optional) Specify the authorization level.

      To specify read-only access:

      [edit snmp v3 usm local-engine user username access]user@host# set authorization read-only

      To specify read-and-write access:

      [edit snmp v3 usm local-engine user username access]user@host# set authorization read-write
    3. (Optional) Specify the object identifier used to represent the subtree of MIB objects to which access is allowed.
      [edit snmp v3 usm local-engine user username access]user@host# set oid oid

      Note: By default, all clients are allowed to access the complete OID tree.

    4. (Optional) Verify your configuration.
      root@c3bng-src4# show
      authorization read-only;
      oid 1;
      

    Modified: 2013-06-11