C i s c o C o n f i d e n t i a l - B e t a R e v i e w R 3 . 7. 1
SNMP Server Commands on Cisco IOS XR Software
snmp-server group
SMR-605
Cisco ASR 14000 Series Router System Management Command Reference
OL-17231-01
snmp-server group
To configure a new Simple Network Management Protocol (SNMP) group, or a table that maps SNMP
users to SNMP views, use the
snmp-server group
command in global configuration mode. To remove
a specified SNMP group, use the
no
form of this command.
snmp-server
group
name
{
v1
|
v2c
|
v3
{
auth
|
noauth
|
priv
}} [
read
view
] [
write
view
] [
notify
view
] [
context
context-name
] [
access-list-name
]
no
snmp-server
group
name
Syntax Description
Defaults
See
in the “Usage Guidelines” section.
Command Modes
Global configuration
Command History
Usage Guidelines
To use this command, you must be in a user group associated with a task group that includes the proper
task IDs.
name
Name of the group.
v1
Specifies a group that uses the SNMPv1 security model. The SNMP v1
security model is the least secure of the possible security models.
v2c
Specifies a group that uses the SNMPv2c security model. The SNMPv2c
security model is the second least secure of the possible security models.
v3
Specifies a group that uses the SNMPv3 security model. The SNMP v3
security is the most secure of the possible security models.
auth
Specifies authentication of a packet without encrypting it.
noauth
Specifies no authentication of a packet.
priv
Specifies authentication of a packet with encryption.
read
view
(Optional) Specifies a read view string (not to exceed 64 characters) that is
the name of the view that allows only the contents of the agent to be viewed.
write
view
(Optional) Specifies a write view string (not to exceed 64 characters) that is
the name of the view used to enter data and configure the contents of the
agent.
notify
view
(Optional) Specifies a notify view string (not to exceed 64 characters) that
is the name of the view used to specify a notify or trap.
context
context-name
(Optional) Specifies the SNMP context to associate with this SNMP group
and associated views.
access-list-name
(Optional) Access list string (not to exceed 64 characters) that is the name
of the access list.
Release
Modification
Release 3.7.1
This command was introduced on the Cisco ASR 14000 Series Router.