Hi All,

I have one query regarding the port mirroring on MX480 from "ge-5/2/0" to
"xe-4/0/0", following is the configuration:

*show forwarding-options
*port-mirroring {
    instance {
        gids {
            input {
                rate 1;
                run-length 0;
            }
            family inet {
                output {
                    interface xe-4/0/0.0;
                    no-filter-check;
                }
            }
        }
    }
}

*show interfaces ge-5/2/0*
unit 0 {
    family inet {
        filter {
            input gidsmirror;
        }
        address 42.1.1.1/24;
    }
}

*show firewall
*family inet {
    filter gidsmirror {
        interface-specific;
        term all {
            then {
                count mirror;
                port-mirror;
            }
        }
    }
}

*show interfaces xe-4/0/0
*unit 0 {
    family inet {
        address 45.1.1.1/24;
    }
}

Please let know your thoughts regarding this.

Regards,

Sunny
_______________________________________________
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to