Trap is not sent on specified port #
"Basker Janakiram" <[email protected]>
| Newsgroups | gmane.network.net-snmp.user |
|---|---|
| Message-ID | <[email protected]> |
All, The snmpd.conf file has trap2sink entry as below. What I am trying to achieve is to send trap to 300 and I don't want to specify community string. trap2sink 192.168.52.10 300 >>>>>>>>>>>>>> this line has problem. trap2sink 192.168.52.33 public 162 What is happening is the trap2sink is still sending the trap on port 162. The port 300 that I specified is used as a community string. How to fix this problem? Thanks a lot Basker