Hi All,

I have one question.

Does jflow work on MX480 without MS-DPC?

If yes can any one help for configurations.

with MS-DPC in slot 3 it worked with these configurations

[edit]
juniper@MX480-RE0# show interfaces ge-0/0/0
vlan-tagging;
unit 2012 {
    vlan-id 2012;
    family inet {
        filter {
            input sampling;
            output sampling;
        }
        address 10.7.240.121/30;
    }
}

[edit]
juniper@MX480-RE0# show interfaces sp-3/0/0
unit 0 {
    family inet;
}


[edit]
juniper@MX480-RE0# show firewall
family inet {
    filter sampling {
        term 1 {
            then {
                count sample-traffic;
                sample;
                accept;
            }
        }
    }
}


[edit]
juniper@MX480-RE0# show forwarding-options
sampling {
    input {
        rate 100;
        run-length 0;
    }
    family inet {
        output {
            flow-server 10.198.11.48 {
                port 9998;
                autonomous-system-type origin;
                source-address 180.1.1.53;
                version 5;
            }
            interface sp-3/0/0 {
                source-address 180.1.1.53;
            }
        }
    }
}


Without DPC what would be the way?

Thanks.

Regards,
Hasan Rauf
hasan.r...@gmail.com hasan.rauf
_______________________________________________
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to