[Contents] [Prev] [Next] [Index] [Report an Error]


Minimum SNMP Configuration

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

[edit]
snmp {
    community public;
}

The community defined here as public grants read access to all MIB data to any client.


[Contents] [Prev] [Next] [Index] [Report an Error]