Command Reference SNMP Commands
snmp-server flow-control pps [ count ]
no snmp-server flow-control pps
Indicates the number of SNMP requests processed per second,
ranging from 50 to 65,535.
The default count is 300.
Global configuration mode.
The following example configures the number of SNMP requests processed per second to 200.
Ruijie(config)# snmp-server flow-control pps 200
Use this command to configure a new SNMP group. Use the no form of this command to remove a
specified SNMP group.
snmp-server group groupname { v1 | v2c | v3 { auth | noauth | priv } } [ read readview ] [ write
writeview ] [ access { [ ipv6 ipv6_aclname | aclnum | aclname } ]
no snmp-server group groupname {v1 | v2c | v3 { auth | noauth | priv } }
Specifies the SNMP version
Specifies authentication of a packet without encrypting it. This applies
to SNMPv3 only.
Specifies no authentication a packet. This applies to SNMPv3 only.
Specifies authentication of a packet with encryption. This applies to
SNMPv3 only.
Specifies a read-only view for the SNMP group. This view enables
you to view only the contents of the agent.