I want to monitor a dell switch S5212f-on (os10) model with PRTG, I made the following configurations but still cannot read information from the switch.
sw1# show snmp engineID local Local default SNMP engineID: 0x800[.....]
Configure SNMP views sw1(config)# snmp-server view rostatus 1.3.6.1.2.1.2.2.1.8 included sw1(config)# snmp-server view roinerror 1.3.6.1.2.1.2.2.1.14 included sw1(config)# snmp-server view roouterror 1.3.6.1.2.1.2.2.1.20 included sw1(config)# snmp-server view ropower 1.3.6.1.4.1.674.11000.5000.100.4.1.2.1.1.4 included sw1(config)# snmp-server view rofan 1.3.6.1.4.1.674.11000.5000.100.4.1.2.2.1.4 included sw1(config)# snmp-server view rofan2 1.3.6.1.4.1.674.11000.5000.100.4.1.2.3.1.7 included
Configure SNMP groups sw1(config)# snmp-server group v3group 3 priv read readonly notify alltraps
Configure SNMP users sw1(config)# snmp-server user prtguser v3group 3 encrypted auth [....]
Configure SNMP traps
sw1(config)# snmp-server host [ip @1] informs version 3 priv prtguser sw1(config)# snmp-server host 10.254.4.179 informs version 3 priv prtguser
I only have control on the switch and not on the prtg server ( another team in the company) What am I missing? or do you suspect that something may be missing from prtg server side other than the IP @ of the switch?
Add comment