Sunday, August 26, 2018

Juniper QFX5100 - Route Leaking w/o Interface

Greetings,

I am not able to find anything on Google in regards to route leaking in an instance without specifying an interface, and not killing my port-mirroring instance of transit circuits to my detection appliance. The QFX series does not support instance-type forwarding, which would of easily solved this problem. Anyone have ideas?

port-mirroring { instance { appliance { family ethernet-switching { output { interface xe-0/0/3.0; no-filter-check; } } } } } 

irp-carrier1-route { instance-type virtual-router; routing-options { static { route 0.0.0.0/0 next-hop (carrier 1); } } } irp-carrier2-route { instance-type virtual-router; routing-options { static { route 0.0.0.0/0 next-hop (carrier 2); } } } irp-carrier3-route { instance-type virtual-router; routing-options { static { route 0.0.0.0/0 next-hop (carrier 3); } } } 

Thanks!



No comments:

Post a Comment