Raisecom
ISCOM2600G-HI (A) Series Configuration Guide
12 System management
Raisecom Proprietary and Confidential
Copyright © Raisecom Technology Co., Ltd.
493
Configuration steps
Step 1
Configure the IP address of the ISCOM2600G-HI series switch.
Raisecom#config
Raisecom(config)#interface vlan 1
Raisecom(config-vlan1)#ip address 20.0.0.10 255.255.255.0
Raisecom(config-vlan1)#exit
Step 2
Configure SNMPv3 access.
Create access view mib2, including all MIB variables under 1.3.6.1.x.1.
Raisecom(config)#snmp-server view mib2 1.3.6.1.2.1 1.1.1.1.0.1 included
Create user guestuser1, and use md5 authentication algorithm. The password is raisecom.
Raisecom(config)#snmp-server user guestuser1 authentication md5 raisecom
Create a guest group access group. The security mode is usm, security level is authentication
without encryption, and readable view name is mib2.
Raisecom(config)#snmp-server access guestgroup read mib2 usm authnopriv
Configure the guestuser1 user to be mapped to the access group guestgroup.
Raisecom(config)#snmp-server group guestgroup user guestuser1 usm
Step 3
Configure Trap sending.
Raisecom(config)#snmp-server enable traps
Raisecom(config)#snmp-server host 20.0.0.221
version 3 authnopriv
guestuser1
Checking results
Use the
show snmp access
command to show configurations of the SNMP access group.