An example of how to create an SNMPv3 user on InfiniBand
IB6131.
Procedure
- From the management node, log in to the switch using SSH.
#ssh admin@switch-IP-address
where switch-IP-address is
the IP address of the switch.
- Log in to the switch.
switch-62d1f0 [standalone: unknown] > enable
switch-62d1f0 [standalone: unknown] # config terminal
- Create the SNMPv3 user.
switch-62d1f0 [standalone: unknown] (config) # snmp-server user myv3user v3
auth md5 myv3passwd
where myv3user is
the user name, md5 is the authentication protocol,
and myv3passwd is the user password.
- Add the switch using the Web Portal and specifying the
SNMPv3 user details created in the previous step.