131
[Sysname-acl-basic-2001] quit
[Sysname] snmp-agent sys-info version v2c
[Sysname] snmp-agent community write simple writeaccess acl 2001
# 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 between an SNMP community and an SNMP context exists on the device.
Views
System view
Predefined user roles
network-admin
Parameters
community-name
: Specifies an SNMP community, a case-sensitive string of 1 to 32 characters.
context-name
: Specifies an SNMP context, a case-sensitive string of 1 to 32 characters.
Usage guidelines
This command enables an NMS to use the community name to access the MIB nodes in an SNMP
context through SNMPv1 or SNMPv2c.
You can configure a maximum of 10 community-context mappings on the device.
Examples
# Map SNMP community
private
to SNMP context
trillcontext
.
<Sysname> system-view
[Sysname] snmp-agent community-map private context snmpcontext
Related commands
display snmp-agent community