F3215-HP Load Balancing Module System Maintenance Command Reference-6PW101
68
notify-view view-name: Specifies a trap MIB view. The view-name argument represents a MIB view, a
string of 1 to 32 characters. The system sends traps to the users in the specified group for the objects
included in the MIB view. By default, no notify view is configured, which means the agent does not send
traps to the NMS.
acl acl-number: Specifies a basic ACL to filter NMSs by source IPv4 address. The acl-number argument
represents a basic ACL number in the range of 2000 to 2999. In the specified SNMP group, only the
NMSs with the IP addresses permitted in the ACL can access the SNMP agent.
acl ipv6 ipv6-acl-number: Specifies a basic ACL to filter NMSs by source IPv6 address. The
ipv6-acl-number argument represents a basic ACL number in the range of 2000 to 2999. In the specified
SNMP group, only the NMSs with the IPv6 addresses permitted in the ACL can access the SNMP agent.
Usage guidelines
All the users in an SNMP group share the security model and access rights of the group.
Examples
# Create the SNMPv3 group group1 and assign the no authentication, no privacy security model to the
group.
<Sysname> system-view
[Sysname] snmp-agent group v3 group1
Related commands
• snmp-agent mib-view
• snmp-agent usm-user
snmp-agent local-engineid
Use snmp-agent local-engineid to configure the SNMP engine ID of the local SNMP agent.
Use undo snmp-agent local-engineid to restore the default local SNMP engine ID.
Syntax
snmp-agent local-engineid engineid
undo snmp-agent local-engineid
Default
The local engine ID is the combination of the company ID and the device ID. Device ID varies by product
and might be an IP address, a MAC address, or a user-defined hexadecimal string.
Views
System view
Default command level
3: Manage level
Parameters
engineid: Specifies an SNMP engine ID as a hexadecimal string. It must comprise an even number of
hexadecimal characters, in the range of 10 to 64. All-zero and all-F strings are invalid.
Usage guidelines
An SNMP engine ID uniquely identifies an SNMP entity in an SNMP managed network. Make sure the
local SNMP engine ID is unique within your SNMP managed network to avoid communication
problems.