To do… | Use the command… | Remarks |
| snmp-agent usm-user { v1 v2c } | |
| user-name group-name [ acl | |
| acl-number ] | |
snmp-agent usm-user v3
Associate the user with the ACL user-namegroup-name[ [ cipher ] authentication-mode { md5 sha } auth-password[ privacy-mode
{3des aes128 des56 }
priv-password ] ] [ acl acl-number ]
Source IP-based login control over NMS users configuration exampleNetwork requirements
As shown in Figure 34, configure the device to allow only NMS users from Host A and Host B to access.
Figure 34 Network diagram for configuring source IP-based login control over NMS users
Configuration procedure
#Create ACL 2000, and configure rule 1 to permit packets sourced from Host B, and rule 2 to permit packets sourced from Host A.
<Sysname> system-view
[Sysname] acl number 2000 match-order config [Sysname-acl-basic-2000] rule 1 permit source 10.110.100.52 0
[Sysname-acl-basic-2000] rule 2 permit source 10.110.100.46 0
[Sysname-acl-basic-2000] quit
# Associate the ACL with the SNMP community and the SNMP group.
[Sysname] snmp-agent community read aaa acl 2000
[Sysname] snmp-agent group v2c groupa acl 2000
[Sysname] snmp-agent usm-user v2c usera groupa acl 2000
82