I have setup on PE switch, where I have L3 uplink, and I want to configure dhcp snooping on vlan binded to vpls vsi.
But my uplink is L3 port and I can't have a chance to change this to L2 port (few other L3 subinterfaces).
How do I can do this? it is any possibility to made dhcp snooping working in vpls VLAN ?
When I add `dhcp snooping over-vpls enable` in global config, without defining trusted interface, dhcp on the PC station connected to the g0/0/3, stop working.
vsi vpls-lan auto
pwsignal bgp
route-distinguisher 103:xxxx
vpn-target 999:xxx import-extcommunity
vpn-target 999:xxx export-extcommunity
site 3 range 10 default-offset 0
#
vlan 800
description guest/lan
dhcp snooping enable
dhcp snooping check dhcp-request enable
dhcp snooping check dhcp-rate enable
#
interface Eth-TrunkX
undo portswitch
ip address 10.1.1.1 255.255.255.0
ospf smart-discover
mpls
mpls ldp
mode lacp
#
interface GigabitEthernet0/0/3
port link-type access
port default vlan 800
stp bpdu-filter enable
stp edged-port enable
dhcp snooping enable
#
interface Vlanif800
l2 binding vsi vpls-lan
#