cp_log_export configure the filtering feature question
I want to filter Mobile access & IPSEC VPN Blade log, but when I filter as below:
cp_log_export add name aaa target-server 172.16.1.1 target-port 10514 protocol udp
cp_log_export set name aaa filter-blade-in "'Mobile Access',Firewall"
cp_log_export restart name aaa
syslog stop sending anything, but if I set as below
cp_log_export add name aaa target-server 172.16.1.1 target-port 10514 protocol udp
cp_log_export set name aaa filter-blade-in "'Firewall"
cp_log_export restart name aaa
I can see Syslog is sending easily. So what is the correct way to filter Mobile access & IPSEC VPN Blade log? THX!