Specifications

Table Of Contents
snmp-server group
MP-809
Cisco IOS Multiprotocol Label Switching Command Reference
January 2010
snmp-server group
To configure a new Simple Network Management Protocol (SNMP) group, 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 g
roup-name {v1 | v2c | v3 {auth | noauth | priv}} [context context-name]
[read read-view] [write write-view] [not
ify notify-view] [access [ipv6 named-access-list]
[acl-number | acl-name]]
no snmp-server group gr
oup-name {v1 | v2c | v3 {auth | noauth | priv}} [context context-name]
Syntax Description group-name Name of the group.
v1 Specifies that the group is using the SNMPv1 security model. SNMPv1 is
th
e least secure of the possible SNMP security models.
v2c Specifies that the group is using the SNMPv2c security model.
The SNMPv2c security model allows informs to be transmitted and
su
pports 64-character strings.
v3 Specifies that the group is using the SNMPv3 security model.
SMNPv3 is the most secure of the supported security models. It allows you
to
explicitly configure authentication characteristics.
auth Specifies authentication of a packet without encrypting it.
noauth Specifies no authentication of a packet.
priv Specifies authentication of a packet with encryption.
context (Optional) Specifies the SNMP context to associate with this SNMP group
an
d its views.
context-name (Optional) Context name.
read (Optional) Specifies a read view for the SNMP group. This view enables
y
ou to view only the contents of the agent.
read-view (Optional) String of a maximum of 64 characters that is the name of the
vi
ew.
The default is that the read-view is assumed to be every object belonging to
th
e Internet object identifier (OID) space (1.3.6.1), unless the read option
is used to override this state.
write (Optional) Specifies a write view for the SNMP group. This view enables
yo
u to enter data and configure the contents of the agent.
write-view (Optional) String of a maximum of 64 characters that is the name of the
vi
ew.
The default is that nothing is defined for the write view (that is, the
nu
ll OID). You must configure write access.
notify (Optional) Specifies a notify view for the SNMP group. This view enables
y
ou to specify a notify, inform, or trap.