This plugin provides the capability to decode the format used by Nokia SR routers in their layer 3 encapsulated UDP shim-enabled port mirror format. You can use this capability starting from 2.0.357.
We recommend checking official guides to learn more about it.
You need to enable the plugin in the following way:
sudo fcli set main app_packet_sr true sudo fcli commit
After this, you need to add at least one address to listen for traffic:
sudo fcli set main app_packet_sr_local_addresses udp://0.0.0.0:3000 sudo fcli commit
If you use packet clipping when the router crops the packet before exporting, you need to addthe following option:
sudo fcli set main app_packet_sr_read_packet_length_from_ip_header true sudo fcli commit
If you use GRE traffic, you need to set this option:
sudo fcli set main app_packet_sr_tunnel_traffic true sudo fcli commit

