Hello Everyone,
First time poster here. I have a question on how to get the syslog to work on the NPM software that I have. Currently here is the configuration from my Cisco 6509:
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
logging trap debugging
logging source-interface Vlan2
logging 172.28.1.13
Also here is the view I get from show logging
Syslog logging: enabled (0 messages dropped, 0 messages rate-limited, 0 flushes, 0 overruns, xml disabled, filtering disabled)
Console logging: level debugging, 116609 messages logged, xml disabled,
filtering disabled
Monitor logging: level debugging, 0 messages logged, xml disabled,
filtering disabled
Buffer logging: level debugging, 116609 messages logged, xml disabled,
filtering disabled
Exception Logging: size (4096 bytes)
Count and timestamp logging messages: disabled
Trap logging: level debugging, 116621 message lines logged
Logging to 10.1.4.52, 116621 message lines logged, xml disabled,
filtering disabled
Logging to 172.28.1.13, 4 message lines logged, xml disabled,
filtering disabled
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
The problem is that when I look at my NPM syslog viewer I don't see any of the syslog message appearing. I'm not sure what I'm missing to make this work. If anyone could point me in the right direction that would be most appreciated.