Hello all! I am experiencing an issue trying to bridge a couple of VLANS over multiple ETH interfaces on an EPR8. I have also tested this with an EPR6 and am still having issues pinging my gateway. Network topology is as follows: ROUTERA--------SWITCHB--------EPR6
ROUTERA
Int GI0/0.20
description Test Management
ip address 192.168.20.1 255.255.255.240
Int GI0/0.21
description Test Customer Access
ip address 192.168.21.1 255.255.255.0
SWITCHA
IntGI1/0/1
Switchport Mode Trunk
EPR6 (
configure
set interfaces bridge br0 address 192.168.20.7/28
set interfaces ethernet eth1 vif 20 bridge-group bridge br0
set interfaces ethernet eth2 vif 20 bridge-group bridge br0
set interfaces ethernet eth3 vif 20 bridge-group bridge br0
set interfaces ethernet eth4 vif 20 bridge-group bridge br0
set interfaces bridge br1
set interfaces ethernet eth1 vif 21 bridge-group bridge br1
set interfaces ethernet eth2 vif 21 bridge-group bridge br1
set interfaces ethernet eth3 vif 21 bridge-group bridge br1
set interfaces ethernet eth7 vif 21 bridge-group bridge br1
commit
save
I am treating Eth1 as my WAN interface heading towards SWITCHA. Could anyone please shed some light on why I am unable to ping 192.168.20.1 or 192.168.21.1 ? I realize this is a little unorthodox (and could be done much easier and efficiently with a TS-8-POE). Thanks in advance!