Quantcast
Channel: All SRX Services Gateway posts
Viewing all articles
Browse latest Browse all 17645

Re: No ping from LAN after add routing-instances

$
0
0

A more global rule :

 

filter FILTR{

    term permit {
        from {
            protocol icmp;
        }
        then {
            accept;
        }
    }
    term 1 {
        from {
            source-address {
                10.109.1.30/32;
            }
        }
        then {
            routing-instance ISP2;
        }
    }
    term 2 {
        from {
            source-address {
                10.0.0.0/8;
            }
        }
        then {
            routing-instance ISP1;
        }
    }
    term default {
        then accept;
    }
}

Regards


Viewing all articles
Browse latest Browse all 17645

Trending Articles