Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Related Documentation
- show running-config snmp-server community
snmp-server community
Syntax
[no] snmp-server community { RO | RW } string
Description
This command sets the SNMP community strings.
![]() | Note: You must have superuser privileges to use this command. |
Options
Parameter | Description | Range | Default Value |
---|---|---|---|
RO | Indicates the string is the read-only community string | – | – |
RW | Indicates the string is the read-write community string | – | – |
string | The SNMP community string | A character string | The default read-only community string is public. The default read-write community string is private. |
Required Privilege Level
Related Documentation
- show running-config snmp-server community
Sample Output
bti7800(config)# snmp-server community RO xxxxxxxx
bti7800(config-community-RO)# commit Commit complete. bti7800(config-community-RO)# do show running-config snmp-server community RO snmp-server community RO xxxxxxxx !