Navigation
Supported Platforms
Related Documentation
- ACX, M, MX, PTX, T Series
- Configuring the Access Privileges Granted to a Group
- Complete SNMPv3 Configuration Statements
- ACX, M, MX, PTX, QFX, T Series
- Minimum SNMPv3 Configuration on a Device Running Junos OS
Example: Access Privilege Configuration
Define access privileges:
[edit snmp v3]
access {group group1 {default-context-prefix {security-model usm { #Define an SNMPv3 security modelsecurity-level privacy {notify-view nv1;read-view rv1;write-view wv1;}}}context-prefix lr1/ri1{ # routing instance ri1 in logical system lr1security-model usm { security-level privacy {notify-view nv1;read-view rv1;write-view wv1;}}}}group group2 {default-context-prefix {security-model usm { #Define an SNMPv3 security modelsecurity-level authentication {read-view rv2;write-view wv2;}}}}group group3 {default-context-prefix {security-model v1 { #Define an SNMPv3 security modelsecurity-level none {read-view rv3;write-view wv3;}}}}}
Related Documentation
- ACX, M, MX, PTX, T Series
- Configuring the Access Privileges Granted to a Group
- Complete SNMPv3 Configuration Statements
- ACX, M, MX, PTX, QFX, T Series
- Minimum SNMPv3 Configuration on a Device Running Junos OS
Published: 2013-02-21
Supported Platforms
Related Documentation
- ACX, M, MX, PTX, T Series
- Configuring the Access Privileges Granted to a Group
- Complete SNMPv3 Configuration Statements
- ACX, M, MX, PTX, QFX, T Series
- Minimum SNMPv3 Configuration on a Device Running Junos OS