Networks SNMP
Dashboard Location: Network-wide > Configure > General > Reporting
SNMP Configuration Management
Section titled “SNMP Configuration Management”SNMP (Simple Network Management Protocol) configuration in Meraki enables network monitoring, device management, and integration with external network management systems. SNMP provides standardized access to device status, performance metrics, and configuration information through both community-based (SNMPv1/v2c) and user-based (SNMPv3) authentication methods. This functionality supports automated monitoring workflows, alerting systems, and comprehensive network visibility for enterprise network operations.
Diagram
Section titled “Diagram”Classes
Section titled “Classes”networks (meraki.domains.organizations)
Section titled “networks (meraki.domains.organizations)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
snmp | Class | [snmp] | No |
snmp (meraki.domains.organizations.networks)
Section titled “snmp (meraki.domains.organizations.networks)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
access | Choice | community , none , users | No | |
community_string | String | min: 1 , max: 127 | No | |
users | List | [users] | No |
users (meraki.domains.organizations.networks.snmp)
Section titled “users (meraki.domains.organizations.networks.snmp)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
username | String | min: 1 , max: 127 | Yes | |
passphrase | String | min: 1 , max: 127 | Yes |
Examples
Section titled “Examples”Example-1: The example below demonstrates SNMP configuration using tested YAML configuration from pipeline fixtures.
meraki: domains: - name: !env domain administrator: name: !env org_admin organizations: - name: !env org networks: - name: !env network_name product_types: - appliance - switch - wireless - camera - sensor - cellularGateway snmp: access: users # access: community # community_string: publicro users: - username: cisco passphrase: Cisco123