I am having some problem transporting Layer 2 protocols for customer across our network. The network is simple CE1<--> PE1<---->PE2<--->CE2. PE configuration is as follows. The QinQ is working but L2protocol is not. PE devices are FF 5930 with software version 7.1.045, Release 2432P61.
| interface Bridge-Aggregation10 |
| description PE to PE |
| port link-type trunk |
| port trunk permit vlan all |
| link-aggregation mode dynamic |
| interface Ten-GigabitEthernet1/1/7 |
| port link-mode bridge |
| description Customer port |
| port link-type trunk |
| port trunk permit vlan 1 117 |
| port trunk pvid vlan 117 |
| qinq enable |
| speed 10000 |
| duplex full |
| undo stp enable |
| undo lldp enable |
| l2protocol cdp tunnel dot1q |
| l2protocol lacp tunnel dot1q |
| l2protocol lldp tunnel dot1q |
| l2protocol pvst tunnel dot1q |
| l2protocol stp tunnel dot1q |
| l2protocol vtp tunnel dot1q |
-------------------------------------------