Hello the list,

I have 2 SRX650 in failover mode
There is reth0 in mode trunk, with vlan 954 and vlan 200 - (reth0 is the interface outside) There is reth1 in mode trunk, with vlan 100 and vlan 200 - (reth1 is the interface inside)

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;
        }
    }
}
reth1 {
    description "802.1Q vers INTER-CO_INSIDE";
    vlan-tagging;
    redundant-ether-options {
        redundancy-group 1;
    }
    unit 100 {
        vlan-id 100;
        family inet {
            address 10.1.4.2/29;
        }
    }
    unit 200 {
        description INTER-SITES;
        family bridge {
            interface-mode trunk;
            vlan-id-list 200;
        }
    }
}
========================
When I try to save :

xyz@AS-SRX650-01# commit
[edit interfaces reth0]
  'unit 954'
Inet family cannot be configured in transparent mode or for an interface with bridge family
error: configuration check-out failed
========================

Can you help me to have a link trunk with vlan 200 and vlan 954?

Thanks for your help.

Roland DROUAL

_______________________________________________
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to