RATE THIS ANSWER
0
Click to Vote:
0
0
Try the following for SNMP
snmp-server enable traps
snmp-server host x.x.x.x public
where public is the community string which is the shared password between the router and the snmp host (nms) you may also need to add the version command before the community string if the snmp host uses a version other than version 1
You may also need the
snmp-server trap-source {interface}
if the snmp host is expecting the traps from a specific interface IP address.
that is about all there is to get it going. If it still doesn't work, then try running a debug, and generate a trap (interface down then up) and see if the trap is sent. I suspect the problem is with the snmp host, or a mis-match on the community string. Check also that there is a route to the server.
For syslog
All you really need is the command
logging x.x.x.x
where x.x.x.x is the IP of the syslog server. Again if it doesn't work, try looking at the debug, and check the server.
The error you are getting is not for snmp or syslog, unless you tried to run snmp v3. It looks more like a VPN error.
Last Answered:
Aug 18 2009 11:50 PM GMT by BlankReg 
11280 pts.