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

Re: Remote access VPN clients on RIs

$
0
0

Hi All,

 

 

We have done this using route based vpn. We have used multipoint interface as anchor point.

 

IFL

 

st0 {
    unit 0 {
        multipoint;
        family inet {
            address 10.5.5.129/25;
        }
    }
    unit 1 {                            
        multipoint;
        family inet {
            address 10.6.6.129/25;
        }
    }
}

 

RI

FIVE {

    instance-type virtual-router;
    interface st0.0;
    interface vlan.258;
}
SIX {
    instance-type virtual-router;
    interface st0.1;
    interface vlan.259;
}

 


Viewing all articles
Browse latest Browse all 17645

Trending Articles