Specifications

7-44 IP Services Commands
set snmp community
ConfiguresacommunitystringforSNMPv1orSNMPv2c.
Syntax
set snmp community name comm-string access {read-only | read-notify | notify-only
| read-write | notify-read-write}
Parameters
Defaults
None.
Mode
Enabled.
Usage
SNMPcommunitystringsarepassedascleartextinSNMPv1andSNMPv2c.EnterasysNetworks
recommendsthatyouusestringsthatcannoteasilybeguessedbyunauthorizedusers.For
example,donotusethewellknownstringspublicandprivate.
IfyouareusingSNMPv3,youcanconfigureSNMPv3userstouse
authenticationandtoencrypt
SNMPdata.
Note: For SNMPv3, use the set snmp usm command to configure an SNMPv3 user. SNMPv3 does
not use community strings.
commstring NameoftheSNMPcommunity.Specifybetween1and32
alphanumericcharacters,withnospaces.
readonly AllowsanSNMPmanagementapplicationusingthestringtoget
(read)objectvaluesontheswitchbutnottoset(write)them.
readnotify AllowsanSNMPmanagementapplicationusingthestringtoget
objectvaluesontheswi tchbutnottosetthem.Theswitchcanusethe
stringtosendnotifications.
notifyonly Allowstheswitchtousethestringtosendnotifications.
readwrite AllowsanSNMPmanagementapplicationusingthestringtogetand
setobjectvaluesontheswitch.
notifyread
write AllowsanSNMPmanagementapplicationusingthestringtogetand
setobjectvaluesontheswitch.Theswitchalsocanusethestringto
sendnotifications.