Configuring SNMP

To configure SNMP, you include statements at the [edit snmp] hierarchy level of the configuration:

snmp {
  community community-name {
    authorization authorization;
    clients {
      address restrict;
    }
    view view-name;
  }
  contact contact;
  description description;
  interface [interface-name];
  location location;
  traceoptions {
    file files number size size;
    flag flag;
  }
  trap-group group-name {
    categories category;
    targets {
      address;
    }
    version version;
  }
  trap-options {
    agent-address outgoing-interface;
    source-address address;
  }
  view view-name;
    oid object-identifier (include | exclude);
  }
}

By default, SNMP is disabled.

To configure the minimum requirements for SNMP, include the following statements. The community defined here as public grants ...

Get Juniper Networks® Field Guide and Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.