VLAN and Bridge domain




VRFip vrf L3VRF_GW
rd 10.10.10.3:600
route-target both 600:600
VLANinterface vlan1.500
ip vrf forwarding L3VRF_GW
ip address 10.5.0.1/30
Bridge domainbridge 1
vlan database
vlan 580 bridge 1 state enable
vlan 590 bridge 1 state enable
vlan 500 bridge 1 state enable
interfaceinterface ce27
switchport
description "To GW 500"
bridge-group 1
bridge-group 1 spanning-tree disable
switchport mode trunk
switchport trunk allowed vlan add 500
BGP

router bgp 65003
address-family ipv4 vrf L3VRF_GW
neighbor 10.5.0.2 remote-as 65500
neighbor 10.5.0.2 activate


router bgp 65003
address-family ipv4 vrf L3VRF_GW
neighbor 10.5.80.2 remote-as 65501
neighbor 10.5.80.2 allowas-in
neighbor 10.5.80.2 activate