
195
[Sysname] snmp-agent community write simple writeaccess acl 2001
# Create the read and write community
writeaccess
in plain text so only the SNMPv2c NMS at
1.1.1.2 can use the community name
writeaccess
to read or set the MIB objects in the default view
ViewDefault
.
<Sysname> system-view
[Sysname] acl basic name testacl
[Sysname-acl-ipv4-basic-testacl] rule permit source 1.1.1.2 0.0.0.0
[Sysname-acl-ipv4-basic-testacl] rule deny source any
[Sysname-acl-ipv4-basic-testacl] quit
[Sysname] snmp-agent sys-info version v2c
[Sysname] snmp-agent community write simple writeaccess acl name testacl
# Create the read and write community
wr-sys-acc
in plain text so an SNMPv1 or SNMPv2c NMS
can use the community name
wr-sys-acc
to read or set the MIB objects in the system subtree (OID
1.3.6.1.2.1.1).
<Sysname> system-view
[Sysname] snmp-agent sys-info version v1 v2c
[Sysname] undo snmp-agent mib-view ViewDefault
[Sysname] snmp-agent mib-view included test system
[Sysname] snmp-agent community write simple wr-sys-acc mib-view test
Related commands
display
snmp-agent
community
snmp-agent
mib-view
snmp-agent community-map
Use
snmp-agent community-map
to map an SNMP community to an SNMP context.
Use
undo snmp-agent community-map
to delete the mapping between an SNMP community and
an SNMP context.
Syntax
snmp-agent community-map
community-name context context-name
undo snmp-agent community-map
community-name context context-name
Default
No mapping exists between an SNMP community and an SNMP context.
Views
System view
Predefined user roles
network-admin
Parameters
community-name
: Specifies an SNMP community, a case-sensitive string of 1 to 32 characters.