Hi, I configure vpls with following commands: VPLS configuration: MPLS L2VPN VPLS ######## ######## ######## ######## ####PE1 1.create host-interface name eth0 2.create host-interface name eth1 3.set int state host-eth1 up 4.set int state host-eth0 up 5.set interface mac address host-eth0 00:03:7F:FF:FF:FF 6.set interface mac address host-eth1 00:03:7F:FF:FF:FE 7.set int ip address host-eth1 2.1.1.1/24 8.set interface mpls host-eth1 enable 9.mpls tunnel l2-only via 2.1.1.2 host-eth1 out-label 34 out-label 33 10.set int state mpls-tunnel0 up 11.set interface l2 bridge mpls-tunnel0 1 12.set interface l2 bridge host-eth0 1 13.mpls local-label add eos 1023 via 2.1.1.2 l2-input-on mpls-tunnel0 14.mpls local-label add non-eos 1024 mpls-lookup-in-table 0
but,when I configure vpp with command line 13. mpls local-label add eos 1023 via 2.1.1.2 l2-input-on mpls-tunnel0 VPP crashes and exites the command line. Does anyone know what is its cause?