[j-nsp] port-mirror with source inside routing-instance type vrf

Chuck Anderson cra at fea.st
Tue Oct 11 11:58:50 EDT 2022


Did you try creating a static ARP entry for the port mirroring destination?

interfaces {
    xe-0/0/4:2 {
        vlan-tagging;
	mtu 9192;
    	encapsulation flexible-ethernet-services;
        unit 3124 {
	    description "mirror test";
	    vlan-id 3124;
            family inet {
                no-redirects;
                no-neighbor-learn;
                address 10.235.43.0/31 {
                    arp 10.235.43.1 mac 02:02:02:02:02:02;
                }
            }
        }
    }
}

On Tue, Oct 11, 2022 at 02:37:47PM +0000, Michael Hare via juniper-nsp wrote:
> show interfaces xe-0/0/4:2 | no-more 
> enable;
> vlan-tagging;
> mtu 9192;
> encapsulation flexible-ethernet-services;
> ...
> ...
> unit 3124 {
>     description "mirror test";
>     vlan-id 3124;
>     family inet {
>         address 10.235.43.0/31;
>     }
> }


More information about the juniper-nsp mailing list