blob: a277fe596026161be67767bde1f3c671079b5872 [file] [log] [blame]
Srikanth Vavilapalli1725e492014-12-01 17:50:52 -08001snmp-server enable
2 Enable SNMP support.
3
4no snmp-server enable
5 Disable SNMP support.
6
7snmp-server community ro MY-SNMP
8 Set the community string (for authenticating to this SNMP service)
9 to "MY-SNMP"
10
11no snmp-server community
12 Reset the community string to default (the empty string)
13
14snmp-server location snmp.example.com
15 Set the server location reported during SNMP queries.
16
17no snmp-server location
18 Reset to the system default server location.
19
20snmp-server contact admin@example.com
21 Set the administrative contact reported during SNMP queries.
22
23no snmp-server contact
24 Reset to the system default administrative contact setting.