Need trigger to capture the above traffic and create a dashboard with hostnames/IP’s. Trying the following basic trigger I adapted from the support site, but it doesn’t seem to work. (I added port 53 (DNS) thinking I could get a lot of triggers to test the code, but not getting a lot.)
var appName = “Teredo”;
var server_port = Flow.server.port; var ports_of_interest = [53,3544];
if(ports_of_interest.indexOf(server_port) > -1){
Flow.addApplication(appName); }Preformatted text
Also, not sure how to specify IP protocol 41.