Skip to content

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
NameTypeConstraintMandatoryDefault Value
snmpClass[snmp]No

NameTypeConstraintMandatoryDefault Value
v3_auth_modeChoiceMD5, SHANo
v3_auth_passStringmin: 5, max: 64No
v3_priv_modeChoiceAES128, DESNo
v3_priv_passStringmin: 5, max: 64No
peer_ipsListIPNo
v2cBooleantrue, falseNo
v3Booleantrue, falseNo

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: []