[j-nsp] PORT Mirroring on MX480

saurabh sood saurabh24u at gmail.com
Mon Jul 18 18:30:04 EDT 2011


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


More information about the juniper-nsp mailing list