We're currently using NCM to pull configs and push config changes, etc., but I saw that NCM also has a TrapViewer. I set up an SNMP config on our switch so that traps would be sent when VLANs are created, but when I create a VLAN I don't see anything in the TrapViewer. I checked the switch with "show snmp" and saw that it was sending traps when I created VLANs, and I've already used NCM to pull configs and other SNMP info, so I know that the strings are configured correctly. Is there anything I need to configure on NCM to get it to accept the traps, or is there any way of checking to see that it is in fact receiving these traps? Here's the SNMP config I'm using on the switch:
snmp-server community [read_only_string] RO
snmp-server community [read_write_string] RW
snmp-server enable traps vlancreate
snmp-server host [IP of SW server] [read_only_string]
Thanks.