I am trying to configure a quidway 5720EI switch to intercept PPPoE and insert the port information of the customer.
It works 100% if I do not use VPLS. Is there any way to get it configured?
My configuration is as follows:
vsi pppoe-vsi auto
pwsignal bgp
route-distinguisher x.x.x.x:553
vpn-target 37353:553 import-extcommunity
vpn-target 37353:553 export-extcommunity
site 40 range 1000 default-offset 1
mtu 9192
ignore-mtu-match
interface Vlanif174
mtu 9170
ip address y.y.y.y 255.255.255.254
ospf network-type p2p
ospf bfd min-tx-interval 300 min-rx-interval 300 detect-multiplier 4
mpls
mpls mtu 9162
mpls ldp
interface Vlanif542
l2 binding vsi pppoe-vsi
interface XGigabitEthernet0/0/1
description Uplink
port link-type trunk
port trunk allow-pass vlan 174
pppoe uplink-port trusted
display vsi name pppoe-vsi
Vsi Mem PW Mac Encap Mtu Vsi
Name Disc Type Learn Type Value State
--------------------------------------------------------------------------
pppoe-vsi auto bgp unqualify vlan 9192 up
PPPoE establishes, but paxkets do not contain the port information. If I drop the VPLS and use stratight switching, everything works.