Hi,
Is it possible to bridge traffic between VLAN subinterface and Ethernet subinterface on ISR 891F.
Is someone did the test and can share with us his experience ?
I've tried to adapt this solution to my topology, but it doesn't work:
https://www.cisco.com/c/en/us/support/docs/lan-switching/integrated-routing-bridging-irb/200650-Understanding-Bridge-Virtual-Interface.html
Bellow the final configuration of my router :
interface GigabitEthernet7
switchport trunk allowed vlan 1,2,401,1002-1005
switchport mode trunk
no ip address
!
interface GigabitEthernet8
mtu 1514
duplex auto
speed auto
media-type rj45
!
interface GigabitEthernet8.401
encapsulation dot1Q 401
bridge-group 10
bridge-group 10 spanning-disabled
!
interface Vlan401
bridge-group 10
bridge-group 10 spanning-disabled
!
bridge 10 protocol ieee
!
Thanks.