Organization SNMP Configuration
Dashboard Location: Organization > Settings > SNMP
Comprehensive Network Monitoring and Management Protocol Configuration
Section titled “Comprehensive Network Monitoring and Management Protocol Configuration”Organization SNMP configuration in Meraki provides administrators with comprehensive network monitoring capabilities, enabling SNMP protocol management, version control, authentication configuration, privacy settings, and access control for network management systems. This functionality supports enterprise monitoring infrastructure, network performance analysis, automated alerting, capacity planning, and operational visibility while providing secure and standardized network management protocol access. SNMP configuration is essential for network operations centers, monitoring system integration, performance management, fault detection, and maintaining comprehensive network visibility while supporting enterprise network management frameworks and monitoring tool integration.
Diagram
Section titled “Diagram”Classes
Section titled “Classes”organizations (meraki.domains)
Section titled “organizations (meraki.domains)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
snmp | Class | [snmp] | No |
snmp (meraki.domains.organizations)
Section titled “snmp (meraki.domains.organizations)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
v3_auth_mode | Choice | MD5 , SHA | No | |
v3_auth_pass | String | min: 5 , max: 64 | No | |
v3_priv_mode | Choice | AES128 , DES | No | |
v3_priv_pass | String | min: 5 , max: 64 | No | |
peer_ips | List | IP | No | |
v2c | Boolean | true , false | No | |
v3 | Boolean | true , false | No |
Examples
Section titled “Examples”Example-1: The example below demonstrates organization SNMP configuration using tested YAML configuration from pipeline fixtures.
meraki: domains: - name: "!env domain" administrator: name: "!env org_admin" organizations: - name: "!env org" snmp: v2c: true v3: true v3_auth_mode: MD5 v3_auth_pass: abc12345 v3_priv_mode: AES128 v3_priv_pass: cde12345 peer_ips: []