[j-nsp] SRX650 - Failover - reth TRUNK with: vlan L2 mode transparent, and vlan L3

Tim Eberhard xmin0s at gmail.com
Thu May 31 08:16:03 EDT 2012


Mixed mode is not supported on an srx.

For a layer 3 ip you have to use an irb interface. This is non-routable so it may not be what you're looking for. It's used for management of the device typically. At best it's an ip to ping.

On May 31, 2012, at 12:59 AM, Per Granath <per.granath at gcc.com.cy> wrote:

> Try adding:
> 
> set interfaces reth0 encapsulation flexible-ethernet-services
> 
> 
>> I try to have a vlan 200 in layer 2 mode transparent accross the SRX in failover
>> mode.
>> Is it possible to have a redundant interface as trunk link, with  1 vlan with an
>> @IP, and 1 vlan in transparent mode.
>> 
>> 
>> I give you my config:
>> ===============
>> reth0 {
>>     description "TRUNK vers RAP";
>>     vlan-tagging;
>>     redundant-ether-options {
>>         redundancy-group 1;
>>     }
>>     unit 200 {
>>         family bridge {
>>             interface-mode trunk;
>>             vlan-id-list 200;
>>         }
>>     }
>>     unit 954 {
>>         vlan-id 954;
>>         family inet {
>>             address 195.221.127.158/30;
>>         }
>>     }
>> }
> 
> 
> _______________________________________________
> juniper-nsp mailing list juniper-nsp at puck.nether.net
> https://puck.nether.net/mailman/listinfo/juniper-nsp



More information about the juniper-nsp mailing list