Включение snmp сервера на оборудовании Cisco

Switch> enable
Switch# conf t
Switch(config)# snmp-server community *community* ro 5
Switch(config)# snmp-server contact Admin <admin@*.ru>
Switch(config)# snmp-server location *hardware location*
Switch(config)# access-list 5 permit 192.168.*.*
Switch(config)# exit
 
Switch# copy running-config startup-config
 
# Disable SNMP
Switch(config)#no snmp-server