{"id":18841,"date":"2024-06-28T08:56:41","date_gmt":"2024-06-28T08:56:41","guid":{"rendered":"https:\/\/made4it.com.br\/blog\/how-to-configure-mpls-in-ufispace\/"},"modified":"2026-06-29T19:47:01","modified_gmt":"2026-06-29T19:47:01","slug":"how-to-configure-mpls-in-ufispace","status":"publish","type":"post","link":"https:\/\/made4it.com.br\/en\/blog\/how-to-configure-mpls-in-ufispace\/","title":{"rendered":"How to configure MPLS in Ufispace"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\">UFISPACE &#8211; MPLS configuration<\/h3>\n\n<p class=\"wp-block-paragraph\">In this article, you will learn how to configure MPLS in a multi-vendor topology involving UFISPACE, Huawei, and Mikrotik equipment.<\/p>\n\n<p class=\"wp-block-paragraph\">We will be using the following equipment:<\/p>\n\n<ul class=\"wp-block-list\">\n<li>1 &#8211; UFISPACE 9600 56DX;<\/li>\n\n\n\n<li>1 &#8211; UFISPACE 9600 28DC;<\/li>\n\n\n\n<li>1 &#8211; UFISPACE 9600 72XC;<\/li>\n\n\n\n<li>1 &#8211; HUAWEI S6730;<\/li>\n\n\n\n<li>1 &#8211; Mikrotik RB450;<\/li>\n<\/ul>\n\n<p class=\"wp-block-paragraph\">Physical topology of the MPLS scenario:<\/p>\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/made4it.com.br\/wp-content\/uploads\/2024\/06\/Captura-de-tela-2024-06-18-080625.png\" alt=\"\" class=\"wp-image-14298\"\/><\/figure>\n\n<p class=\"wp-block-paragraph\">The aim is to set up MPLS LDP between all the devices, and then set up VPWS and VPLS tunnels on 56DX and 28DC, 6730 and Mikrotik to test interoperability between the vendors.<\/p>\n\n<p class=\"wp-block-paragraph\">Let&#8217;s start the configurations with the UFISPACE 56DX.<\/p>\n\n<p class=\"wp-block-paragraph\">Configuring the loopback interface:<\/p>\n\n<pre class=\"wp-block-code\"><code>interface loopback1 \n\n ip address 2.2.2.2\/32 \n\n! <\/code><\/pre>\n\n<p class=\"wp-block-paragraph\">Configuration of the OSPF protocol:<\/p>\n\n<pre class=\"wp-block-code\"><code>router ospf \n\n ospf router-id 2.2.2.2 \n\n bfd all-interfaces \n\n network 2.2.2.2\/32 area 0.0.0.0 \n\n network 10.0.23.0\/24 area 0.0.0.0 \n\n network 10.0.24.0\/24 area 0.0.0.0 \n\n! <\/code><\/pre>\n\n<p class=\"wp-block-paragraph\">Configuring the LDP protocol:<\/p>\n\n<pre class=\"wp-block-code\"><code>router ldp \n\n router-id 2.2.2.2 \n\ntargeted-peer ipv4 3.3.3.3 \n\n  exit-targeted-peer-mode \n\n targeted-peer ipv4 4.4.4.4 \n\n  exit-targeted-peer-mode \n\n targeted-peer ipv4 5.5.5.5 \n\n  exit-targeted-peer-mode \n\n targeted-peer ipv4 6.6.6.6 \n\n  exit-targeted-peer-mode \n\n transport-address ipv4 2.2.2.2 \n\n! <\/code><\/pre>\n\n<p class=\"wp-block-paragraph\">Configuration of the interfaces that communicate between the equipment with MPLS:<\/p>\n\n<p class=\"wp-block-paragraph\">Note: what enables MPLS on the interfaces are the &#8220;label-switching&#8221; and &#8220;enable-ldp ipv4&#8221; commands.<\/p>\n\n<pre class=\"wp-block-code\"><code>interface xe0 \n\n description 28DC - XE17 \n\n ip address 10.0.23.2\/24 \n\n mtu 9198 \n\n label-switching \n\n ip ospf network point-to-point \n\n enable-ldp ipv4 \n\n! \n\ninterface xe1 \n\n description 72XC - XE18 \n\n ip address 10.0.24.2\/24 \n\n mtu 9198 \n\n label-switching \n\n ip ospf network point-to-point \n\n enable-ldp ipv4 \n\n! <\/code><\/pre>\n\n<p class=\"wp-block-paragraph\">The next step is to configure the UFISPACE 28DC:<\/p>\n\n<p class=\"wp-block-paragraph\">Configuring the loopback interface:<\/p>\n\n<pre class=\"wp-block-code\"><code>interface loopback1 \n\n ip address 3.3.3.3\/32 \n\n! <\/code><\/pre>\n\n<p class=\"wp-block-paragraph\">Configuration of the OSPF protocol:<\/p>\n\n<pre class=\"wp-block-code\"><code>router ospf \n\n ospf router-id 3.3.3.3 \n\n bfd all-interfaces \n\n network 3.3.3.3\/32 area 0.0.0.0 \n\n network 10.0.23.0\/24 area 0.0.0.0 \n\n network 10.0.35.0\/24 area 0.0.0.0 \n\n! <\/code><\/pre>\n\n<p class=\"wp-block-paragraph\">Configuring the LDP protocol:<\/p>\n\n<pre class=\"wp-block-code\"><code>router ldp \n\n router-id 3.3.3.3 \n\ntargeted-peer ipv4 2.2.2.2 \n\n  exit-targeted-peer-mode \n\n targeted-peer ipv4 4.4.4.4 \n\n  exit-targeted-peer-mode \n\n targeted-peer ipv4 5.5.5.5 \n\n  exit-targeted-peer-mode \n\n transport-address ipv4 3.3.3.3 \n\n! <\/code><\/pre>\n\n<p class=\"wp-block-paragraph\">Configuration of the interfaces that communicate between the equipment with MPLS:<\/p>\n\n<pre class=\"wp-block-code\"><code>interface xe17 \n\n description 56dx - xe0 \n\n ip address 10.0.23.3\/24 \n\n mtu 9198 \n\n label-switching \n\n ip ospf network point-to-point \n\n enable-ldp ipv4 \n\n! \n\ninterface xe18 \n\n description 6730 - xge0\/0\/17 \n\n ip address 10.0.35.3\/24 \n\n mtu 9198 \n\n label-switching \n\n ip ospf network point-to-point \n\n enable-ldp ipv4 \n\n! <\/code><\/pre>\n\n<p class=\"wp-block-paragraph\">Now we&#8217;re going to configure the Huawei S6730.<\/p>\n\n<p class=\"wp-block-paragraph\">Configuring the loopback interface:<\/p>\n\n<pre class=\"wp-block-code\"><code>interface LoopBack1 \n\n ipv6 enable \n\n ip address 5.5.5.5 255.255.255.255 \n\n# <\/code><\/pre>\n\n<p class=\"wp-block-paragraph\">Configuration of the OSPF protocol:<\/p>\n\n<pre class=\"wp-block-code\"><code>ospf 1 router-id 5.5.5.5 \n\n opaque-capability enable \n\n area 0.0.0.0 \n\n  network 5.5.5.5 0.0.0.0 \n\n  network 10.0.35.0 0.0.0.255 \n\n  network 10.0.45.0 0.0.0.255 \n\n  network 10.0.56.0 0.0.0.255 \n\n# <\/code><\/pre>\n\n<p class=\"wp-block-paragraph\">Configuring the MPLS protocol:<\/p>\n\n<pre class=\"wp-block-code\"><code>mpls lsr-id 5.5.5.5 \n\nmpls \n\n mpls te \n\n mpls rsvp-te \n\n mpls te cspf \n\n# <\/code><\/pre>\n\n<p class=\"wp-block-paragraph\">Enable L2VPN mpls:<\/p>\n\n<pre class=\"wp-block-code\"><code>mpls l2vpn \n\n# <\/code><\/pre>\n\n<p class=\"wp-block-paragraph\">Configuration of remote peers:<\/p>\n\n<pre class=\"wp-block-code\"><code>mpls ldp remote-peer 56dx \n\n remote-ip 2.2.2.2 \n\n# \n\n \n\nmpls ldp remote-peer 28dc \n\n remote-ip 3.3.3.3 \n\n# \n\nmpls ldp remote-peer 72xc \n\n remote-ip 4.4.4.4 \n\n# \n\nmpls ldp remote-peer mikrotik \n\n remote-ip 6.6.6.6 \n\n# <\/code><\/pre>\n\n<p class=\"wp-block-paragraph\">Configuration of interfaces with MPLS enabled:<\/p>\n\n<pre class=\"wp-block-code\"><code>interface XGigabitEthernet0\/0\/1 \n\n undo portswitch \n\n description Mikrotik \n\n ip address 10.0.56.5 255.255.255.0 \n\n ospf network-type p2p \n\n mpls \n\n mpls ldp \n\n# \n\ninterface XGigabitEthernet0\/0\/18 \n\n undo portswitch \n\n description 28dc - xe18 \n\n mtu 9198 \n\n ip address 10.0.35.5 255.255.255.0 \n\n ospf network-type p2p \n\n mpls \n\n mpls ldp \n\n# \n\n \n\ninterface XGigabitEthernet0\/0\/20 \n\n undo portswitch \n\n description op2 - xe20 \n\n mtu 9198 \n\n ip address 10.0.45.5 255.255.255.0 \n\n ospf network-type p2p \n\n mpls \n\n mpls ldp \n\n# <\/code><\/pre>\n\n<p class=\"wp-block-paragraph\">Finally, let&#8217;s configure the mikrotik RB450.<\/p>\n\n<p class=\"wp-block-paragraph\">Configuring the loopback interface:<\/p>\n\n<pre class=\"wp-block-code\"><code>\/interface bridge \n\nadd name=loopback  \n\n \n\n\/ip address \n\nadd address=6.6.6.6 interface=loopback network=6.6.6.6 \n\nConfigura\u00e7\u00e3o do protocol OSPF: \n\n \n\n\/routing ospf interface \n\nadd interface=ether2 network-type=point-to-point \n\nadd interface=ether1 network-type=point-to-point  \n\n\/routing ospf network \n\nadd area=backbone network=10.0.56.0\/24 \n\nadd area=backbone network=6.6.6.6\/32 \n\nadd area=backbone network=10.0.46.0\/24 <\/code><\/pre>\n\n<p class=\"wp-block-paragraph\">Configuring the MPLS protocol:<\/p>\n\n<pre class=\"wp-block-code\"><code>\/mpls ldp \n\nset enabled=yes lsr-id=6.6.6.6 transport-address=6.6.6.6 \n\n\/mpls ldp interface \n\nadd interface=ether1 \n\nadd interface=ether2 <\/code><\/pre>\n\n<p class=\"wp-block-paragraph\">ip configuration of mpls interfaces:<\/p>\n\n<pre class=\"wp-block-code\"><code>\/ip address \n\nadd address=6.6.6.6 interface=loopback network=6.6.6.6 \n\nadd address=10.0.56.6\/24 interface=ether2 network=10.0.56.0 \n\nadd address=10.0.46.6\/24 interface=ether1 network=10.0.46.0 <\/code><\/pre>\n\n<p class=\"wp-block-paragraph\">Now let&#8217;s see if the OSPF\/MPLS neighbors have come up on the 56DX, Huawei and Mikrotik. Let&#8217;s just check out these 3 different vendors. <\/p>\n\n<p class=\"wp-block-paragraph\">We started with the UFISPACE 56DX:<\/p>\n\n<p class=\"wp-block-paragraph\">Verification of OSPF neighbos:<\/p>\n\n<pre class=\"wp-block-code\"><code>56dx# show ip ospf neighbor \n\n \n\nTotal number of full neighbors: 3 \n\nOSPF process 0 VRF(default): \n\nNeighbor ID     Pri   State            Dead Time   Address         Interface           Instance ID \n\n3.3.3.3           1   Full\/ -          00:00:39    10.0.23.3       xe0                     0 \n\n3.3.3.3           1   Full\/ -          00:00:37    10.0.32.3       xe0                     0 <\/code><\/pre>\n\n<p class=\"wp-block-paragraph\">Verification of LDP neighbors:<\/p>\n\n<pre class=\"wp-block-code\"><code>56dx#show mpls ldp neighbor \n\nRemote-Address  Local-Address   Mode          Intf-Name  Holdtime   LDP-Identifier \n\n10.0.23.3       10.0.23.2       Interface     xe0        15         3.3.3.3:0 \n\n3.3.3.3         10.0.23.2       Targeted      xe0        45         3.3.3.3:0 \n\n5.5.5.5         10.0.23.2       Targeted      xe0        45         5.5.5.5:0 \n\n6.6.6.6         10.0.23.2       Targeted      xe0        45         6.6.6.6:0 <\/code><\/pre>\n\n<p class=\"wp-block-paragraph\">We have verified that on the Ufispace 56DX side the OSPF and MPLS neighbors are forming correctly.<\/p>\n\n<p class=\"wp-block-paragraph\">Now let&#8217;s check it out on the Huawei S6730:<\/p>\n\n<p class=\"wp-block-paragraph\">Verification of OSPF neighbos:<\/p>\n\n<pre class=\"wp-block-code\"><code>&lt;HUAWEI&gt;display ospf peer brief \n\n \n\n OSPF Process 1 with Router ID 5.5.5.5 \n\n  Peer Statistic Information \n\n ---------------------------------------------------------------------------- \n\n Area Id          Interface                        Neighbor id      State \n\n 0.0.0.0          Vlanif10                         2.2.2.2          Full \n\n 0.0.0.0          XGigabitEthernet0\/0\/1            6.6.6.6          Full \n\n 0.0.0.0          XGigabitEthernet0\/0\/18           3.3.3.3          Full <\/code><\/pre>\n\n<p class=\"wp-block-paragraph\">Verification of MPLS neighbors:<\/p>\n\n<pre class=\"wp-block-code\"><code>&lt;HUAWEI&gt;display mpls ldp peer \n\n \n\n LDP Peer Information in Public network \n\n A '*' before a peer means the peer is being deleted. \n\n ------------------------------------------------------------------------------ \n\n PeerID                 TransportAddress   DiscoverySource \n\n ------------------------------------------------------------------------------ \n\n 2.2.2.2:0              2.2.2.2            Remote Peer : 56dx \n\n                                           Vlanif10 \n\n 3.3.3.3:0              3.3.3.3            Remote Peer : 28dc \n\n                                           XGigabitEthernet0\/0\/18 \n\n 6.6.6.6:0              6.6.6.6            Remote Peer : mikrotik \n\n                                           XGigabitEthernet0\/0\/1 \n\n ------------------------------------------------------------------------------ \n\n TOTAL: 3 Peer(s) Found. <\/code><\/pre>\n\n<p class=\"wp-block-paragraph\">We&#8217;ve seen that Huawei is also closing OSPF and LDP adjacencies.<\/p>\n\n<p class=\"wp-block-paragraph\">Finally, let&#8217;s validate it in mikrotik:<\/p>\n\n<p class=\"wp-block-paragraph\">Verification of OSPF neighbors:<\/p>\n\n<pre class=\"wp-block-code\"><code>&#91;admin@Mikrotik] &gt; routing ospf neighbor print \n\n 0 instance=default router-id=5.5.5.5 address=10.0.56.5 interface=ether2 priority=1 dr-address=0.0.0.0 backup-dr-address=0.0.0.0 \n\n   state=\"Full\" state-changes=4 ls-retransmits=0 ls-requests=0 db-summaries=0 adjacency=2d1h20m46s \n\n   instance=default router-id=4.4.4.4 address=10.0.46.5 interface=ether2 priority=1 dr-address=0.0.0.0 backup-dr-address=0.0.0.0 \n\n   state=\"Full\" state-changes=4 ls-retransmits=0 ls-requests=0 db-summaries=0 adjacency=1d23h25m11s <\/code><\/pre>\n\n<p class=\"wp-block-paragraph\">Verification of LDP neighbors:<\/p>\n\n<pre class=\"wp-block-code\"><code>&#91;admin@Mikrotik] &gt; mpls ldp neighbor print \n\nFlags: X - disabled, D - dynamic, O - operational, T - sending-targeted-hello, V - vpls \n\n #      TRANSPORT       LOCAL-TRANSPORT PEER                       SEND-TARGETED ADDRESSES \n\n 0 DOTV 5.5.5.5         6.6.6.6         5.5.5.5:0                  yes           5.5.5.5 \n\n                                                                                 10.0.35.5 \n\n                                                                                 10.0.56.5 \n\n 1 DOTV 2.2.2.2         6.6.6.6         2.2.2.2:0                  yes           2.2.2.2 \n\n                                                                                 10.0.23.2 <\/code><\/pre>\n\n<p class=\"wp-block-paragraph\">Checking through mikrotik we see that it has also closed the adjacencies correctly.<\/p>\n\n<p class=\"wp-block-paragraph\">Now that we have our scenario with mpls enabled between all the devices, let&#8217;s configure a VPWS tunnel between 56DX and 28DC.<\/p>\n\n<p class=\"wp-block-paragraph\">Configuring VPWS is simple, as we&#8217;ll see below. Let&#8217;s start configuring Ufispace 56DX by following a few steps. <\/p>\n\n<p class=\"wp-block-paragraph\">1 &#8211; Create the l2-circuit tunnel:<\/p>\n\n<pre class=\"wp-block-code\"><code>mpls l2-circuit TO_DC28 3 3.3.3.3 <\/code><\/pre>\n\n<p class=\"wp-block-paragraph\">The number 3 in bold here is the tunnel ID, and right after that we have neighbor 3.3.3.3 which is Ufispace 28DC.<\/p>\n\n<p class=\"wp-block-paragraph\">2 &#8211; Now we need to create a service-template that matches the vlan we want to transport, as in the example:<\/p>\n\n<pre class=\"wp-block-code\"><code>service-template VLAN10 \n\n match outer-vlan 10 \n\n! <\/code><\/pre>\n\n<p class=\"wp-block-paragraph\">In this example, we are configuring VLAN 10.<\/p>\n\n<p class=\"wp-block-paragraph\">It&#8217;s also possible to transport the entire port, in which case we need to create a template that contains a match-all, as shown in the example:<\/p>\n\n<pre class=\"wp-block-code\"><code>service-template MATCH-ALL \n\n match all \n\n! <\/code><\/pre>\n\n<p class=\"wp-block-paragraph\">3 &#8211; The last step in closing the tunnel is to assign l2-circuit to the physical interface, which in this example will be the xe3\/3 interface:<\/p>\n\n<pre class=\"wp-block-code\"><code>interface xe3\/3 \n\n switchport \n mpls-l2-circuit TO_DC28 service-template VLAN10 primary \n\n! <\/code><\/pre>\n\n<p class=\"wp-block-paragraph\">That&#8217;s done on the 56DX, now let&#8217;s do the configuration on the 28DC device.<\/p>\n\n<p class=\"wp-block-paragraph\">On the Ufispace 28DC we need to do the same steps, but only change the IP of the MPLS neighbor, which will be the 56DX with IP 2.2.2.2, as we&#8217;ll see below:<\/p>\n\n<p class=\"wp-block-paragraph\">1 &#8211; Create the l2-circuit tunnel:<\/p>\n\n<pre class=\"wp-block-code\"><code>mpls l2-circuit TO_56DX 3 2.2.2.2 <\/code><\/pre>\n\n<p class=\"wp-block-paragraph\">2 &#8211; Create the service-template for vlan 10:<\/p>\n\n<pre class=\"wp-block-code\"><code>service-template VLAN10 \n\n match outer-vlan 10 \n\n! <\/code><\/pre>\n\n<p class=\"wp-block-paragraph\">3 &#8211; Assign l2-circuit to the physical interface, which in this example will be the xe6 interface:<\/p>\n\n<pre class=\"wp-block-code\"><code>interface xe6 \n\n switchport \n\n mpls-l2-circuit TO_56DX service-template VLAN10 primary \n\n! <\/code><\/pre>\n\n<p class=\"wp-block-paragraph\">We already have the configuration ready on both sides, let&#8217;s do the validations.<\/p>\n\n<p class=\"wp-block-paragraph\">Verification of the 56DX virtual-circuit tunnel:<\/p>\n\n<pre class=\"wp-block-code\"><code>56dx#show mpls vc-table  \n\n(m) - Service mapped over multipath transport \n\n(e) - Service mapped over LDP ECMP \n\n \n\nVC-ID       Vlan-ID  Inner-Vlan-ID  Access-Intf   Network-Intf  Out Label  Tunnel-Label  Nexthop         Status     UpTime     \n\n3           N\/A      N\/A            xe3\/3         -             N\/A        N\/A           3.3.3.3         Active    - <\/code><\/pre>\n\n<p class=\"wp-block-paragraph\">Checking the tunnel on the 28DC side:<\/p>\n\n<pre class=\"wp-block-code\"><code>56dx#show mpls vc-table  \n\n(m) - Service mapped over multipath transport \n\n(e) - Service mapped over LDP ECMP \n\n \n\nVC-ID       Vlan-ID  Inner-Vlan-ID  Access-Intf   Network-Intf  Out Label  Tunnel-Label  Nexthop         Status     UpTime     \n\n3           N\/A      N\/A            xe6         -             N\/A        N\/A           2.2.2.2         Active    - <\/code><\/pre>\n\n<p class=\"wp-block-paragraph\">As we saw above, we now have a VPWS connection between 56DX and 28DC.<\/p>\n\n<p class=\"wp-block-paragraph\">Now we&#8217;re going to set up a VPLS connection using vlan 235 between 56DX, 28DC and Huawei S6730.<\/p>\n\n<p class=\"wp-block-paragraph\">Configuring the vpls tunnel on the 56DX:<\/p>\n\n<pre class=\"wp-block-code\"><code>mpls vpls VPLS_Made4it 235\u202f \n\nservice-tpid dot1.q\u202f \n\nsignaling ldp\u202f \n\n\u202f vpls-peer 3.3.3.3\u202f \n\n\u202f vpls-peer 5.5.5.5\u202f \n\n\u202f exit-signaling\u202f \n\nexit-vpls\u202f \n\n!\u202f <\/code><\/pre>\n\n<p class=\"wp-block-paragraph\">Assigning the VPLS to the interface:<\/p>\n\n<pre class=\"wp-block-code\"><code>interface xe3\/3\u202f \n\nmpls-vpls VPLS_Made4it service-template VLAN235\u202f \n\n- Configura\u00e7\u00e3o do t\u00fanel vpls no Huawei S6730: \n\nvsi VPLS_Made4it static\u202f \n\npwsignal ldp\u202f \n\n\u202f vsi-id 235\u202f \n\n\u202f peer 2.2.2.2\u202f \n\nencapsulation ethernet\u202f \n\n#\u202f <\/code><\/pre>\n\n<p class=\"wp-block-paragraph\">Assigning the VPLS to the interface:<\/p>\n\n<pre class=\"wp-block-code\"><code>#\u202f \n\ninterface Virtual-Ethernet0\/0\/0.235\u202f \n\n dot1q termination vid 235\u202f \n\n l2 binding vsi VPLS_Made4it\u202f \n\n# <\/code><\/pre>\n\n<p class=\"wp-block-paragraph\">Configuring the vpls tunnel on 28DC:<\/p>\n\n<pre class=\"wp-block-code\"><code>mpls vpls VPLS_Made4it 235 \n\n signaling ldp \n\n  vpls-peer 2.2.2.2 \n\n  exit-signaling \n\n exit-vpls \n\n! \n\nservice-template VLAN235 \n\n match outer-vlan 235 \n\n! <\/code><\/pre>\n\n<p class=\"wp-block-paragraph\">Assigning the VPLS to the interface:<\/p>\n\n<pre class=\"wp-block-code\"><code>interface xe6 \n mpls-vpls VPLS_Made4it service-template VLAN235 \n  exit-if-vpls \n! <\/code><\/pre>\n\n<p class=\"wp-block-paragraph\">Validation of the vpls tunnel on the 56DX device. We can see that the tunnel is UP with the two peers, the Ufispace 28DC and the Huawei S6730: <\/p>\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/made4it.com.br\/wp-content\/uploads\/2024\/06\/Captura-de-tela-2024-06-18-081828.png\" alt=\"\" class=\"wp-image-14301\"\/><\/figure>\n\n<p class=\"wp-block-paragraph\">We found that the VPLS tunnel was also UP on the Huawei device:<\/p>\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/made4it.com.br\/wp-content\/uploads\/2024\/06\/Captura-de-tela-2024-06-18-081855.png\" alt=\"\" class=\"wp-image-14304\"\/><\/figure>\n\n<p class=\"wp-block-paragraph\">We also carried out VPLS tests between Ufispace and Mikrotik, which we can see worked normally, but we won&#8217;t go into detail about the settings so that this manual doesn&#8217;t get too long. You can see in the image that the VPLS between Ufispace 56DX and Mikrotik has been set up correctly: <\/p>\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/made4it.com.br\/wp-content\/uploads\/2024\/06\/Captura-de-tela-2024-06-18-081916.png\" alt=\"\" class=\"wp-image-14307\"\/><\/figure>\n\n<p class=\"wp-block-paragraph\"><strong>Conclusion<\/strong>: In this article we have demonstrated how to configure MPLS on Ufispace equipment and how to interoperate it with other vendors. We&#8217;ve seen that the configuration is relatively simple and makes it a great option for the network. <br\/><br\/><\/p>\n\n<p class=\"wp-block-paragraph\">In this article, you learned how to configure MPLS in a multi-vendor topology involving Ufispace, Huawei, and Mikrotik equipment. We followed a detailed step-by-step guide to configure MPLS LDP, VPWS, and VPLS tunnels, ensuring interoperability between different manufacturers. <\/p>\n\n<p class=\"wp-block-paragraph\">Would you like to speak with one of our UfiSpace and IPInfusion experts? At Made4it, we specialize in these technologies and offer comprehensive configuration and support services. In addition, we are official partners of Padtec, which sells UfiSpace routers. Contact us to learn more and optimize your network with professional solutions.   <br\/><br\/>See you in the next article!!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>UFISPACE &#8211; MPLS configuration In this article, you will learn how to configure MPLS in a multi-vendor topology involving UFISPACE, Huawei, and Mikrotik equipment. We will be using the following equipment: Physical topology of the MPLS scenario: The aim is to set up MPLS LDP between all the devices, and then set up VPWS and VPLS tunnels on 56DX and 28DC, 6730 and Mikrotik to test interoperability between the vendors. Let&#8217;s start the configurations with the UFISPACE 56DX. Configuring the loopback interface: Configuration of the OSPF protocol: Configuring the LDP protocol: Configuration of the interfaces that communicate between the equipment with MPLS: Note: what enables MPLS on the interfaces are the &#8220;label-switching&#8221; and &#8220;enable-ldp ipv4&#8221; commands. The next step is to configure the UFISPACE 28DC: Configuring the loopback interface: Configuration of the OSPF protocol: Configuring the LDP protocol: Configuration of the interfaces that communicate between the equipment with MPLS: Now we&#8217;re going to configure the Huawei S6730. Configuring the loopback interface: Configuration of the OSPF protocol: Configuring the MPLS protocol: Enable L2VPN mpls: Configuration of remote peers: Configuration of interfaces with MPLS enabled: Finally, let&#8217;s configure the mikrotik RB450. Configuring the loopback interface: Configuring the MPLS protocol: ip configuration of mpls interfaces: Now let&#8217;s see if the OSPF\/MPLS neighbors have come up on the 56DX, Huawei and Mikrotik. Let&#8217;s just check out these 3 different vendors. We started with the UFISPACE 56DX: Verification of OSPF neighbos: Verification of LDP neighbors: We have verified that on the Ufispace 56DX side the OSPF and MPLS neighbors are forming correctly. Now let&#8217;s check it out on the Huawei S6730: Verification of OSPF neighbos: Verification of MPLS neighbors: We&#8217;ve seen that Huawei is also closing OSPF and LDP adjacencies. Finally, let&#8217;s validate it in mikrotik: Verification of OSPF neighbors: Verification of LDP neighbors: Checking through mikrotik we see that it has also closed the adjacencies correctly. Now that we have our scenario with mpls enabled between all the devices, let&#8217;s configure a VPWS tunnel between 56DX and 28DC. Configuring VPWS is simple, as we&#8217;ll see below. Let&#8217;s start configuring Ufispace 56DX by following a few steps. 1 &#8211; Create the l2-circuit tunnel: The number 3 in bold here is the tunnel ID, and right after that we have neighbor 3.3.3.3 which is Ufispace 28DC. 2 &#8211; Now we need to create a service-template that matches the vlan we want to transport, as in the example: In this example, we are configuring VLAN 10. It&#8217;s also possible to transport the entire port, in which case we need to create a template that contains a match-all, as shown in the example: 3 &#8211; The last step in closing the tunnel is to assign l2-circuit to the physical interface, which in this example will be the xe3\/3 interface: That&#8217;s done on the 56DX, now let&#8217;s do the configuration on the 28DC device. On the Ufispace 28DC we need to do the same steps, but only change the IP of the MPLS neighbor, which will be the 56DX with IP 2.2.2.2, as we&#8217;ll see below: 1 &#8211; Create the l2-circuit tunnel: 2 &#8211; Create the service-template for vlan 10: 3 &#8211; Assign l2-circuit to the physical interface, which in this example will be the xe6 interface: We already have the configuration ready on both sides, let&#8217;s do the validations. Verification of the 56DX virtual-circuit tunnel: Checking the tunnel on the 28DC side: As we saw above, we now have a VPWS connection between 56DX and 28DC. Now we&#8217;re going to set up a VPLS connection using vlan 235 between 56DX, 28DC and Huawei S6730. Configuring the vpls tunnel on the 56DX: Assigning the VPLS to the interface: Assigning the VPLS to the interface: Configuring the vpls tunnel on 28DC: Assigning the VPLS to the interface: Validation of the vpls tunnel on the 56DX device. We can see that the tunnel is UP with the two peers, the Ufispace 28DC and the Huawei S6730: We found that the VPLS tunnel was also UP on the Huawei device: We also carried out VPLS tests between Ufispace and Mikrotik, which we can see worked normally, but we won&#8217;t go into detail about the settings so that this manual doesn&#8217;t get too long. You can see in the image that the VPLS between Ufispace 56DX and Mikrotik has been set up correctly: Conclusion: In this article we have demonstrated how to configure MPLS on Ufispace equipment and how to interoperate it with other vendors. We&#8217;ve seen that the configuration is relatively simple and makes it a great option for the network. In this article, you learned how to configure MPLS in a multi-vendor topology involving Ufispace, Huawei, and Mikrotik equipment. We followed a detailed step-by-step guide to configure MPLS LDP, VPWS, and VPLS tunnels, ensuring interoperability between different manufacturers. Would you like to speak with one of our UfiSpace and IPInfusion experts? At Made4it, we specialize in these technologies and offer comprehensive configuration and support services. In addition, we are official partners of Padtec, which sells UfiSpace routers. Contact us to learn more and optimize your network with professional solutions. See you in the next article!!<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1390],"tags":[1388],"class_list":["post-18841","post","type-post","status-publish","format-standard","hentry","category-ufispace","tag-ufispace"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"UFISPACE - MPLS configuration In this article, you will learn how to configure MPLS in a multi-vendor topology involving UFISPACE, Huawei, and Mikrotik equipment. We will be using the following equipment: 1 - UFISPACE 9600 56DX; 1 - UFISPACE 9600 28DC; 1 - UFISPACE 9600 72XC; 1 - HUAWEI S6730; 1 - Mikrotik RB450; Physical\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Made4it\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/made4it.com.br\/en\/blog\/how-to-configure-mpls-in-ufispace\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Made4it -\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"How to configure MPLS in Ufispace - Made4it\" \/>\n\t\t<meta property=\"og:description\" content=\"UFISPACE - MPLS configuration In this article, you will learn how to configure MPLS in a multi-vendor topology involving UFISPACE, Huawei, and Mikrotik equipment. We will be using the following equipment: 1 - UFISPACE 9600 56DX; 1 - UFISPACE 9600 28DC; 1 - UFISPACE 9600 72XC; 1 - HUAWEI S6730; 1 - Mikrotik RB450; Physical\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/made4it.com.br\/en\/blog\/how-to-configure-mpls-in-ufispace\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/09\/logomade4it.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/09\/logomade4it.png\" \/>\n\t\t<meta property=\"og:image:width\" content=\"87\" \/>\n\t\t<meta property=\"og:image:height\" content=\"27\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2024-06-28T08:56:41+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-06-29T19:47:01+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"How to configure MPLS in Ufispace - Made4it\" \/>\n\t\t<meta name=\"twitter:description\" content=\"UFISPACE - MPLS configuration In this article, you will learn how to configure MPLS in a multi-vendor topology involving UFISPACE, Huawei, and Mikrotik equipment. We will be using the following equipment: 1 - UFISPACE 9600 56DX; 1 - UFISPACE 9600 28DC; 1 - UFISPACE 9600 72XC; 1 - HUAWEI S6730; 1 - Mikrotik RB450; Physical\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/09\/logomade4it.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/how-to-configure-mpls-in-ufispace\\\/#blogposting\",\"name\":\"How to configure MPLS in Ufispace - Made4it\",\"headline\":\"How to configure MPLS in Ufispace\",\"author\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/author\\\/made4it\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/made4it.com.br\\\/wp-content\\\/uploads\\\/2024\\\/06\\\/Captura-de-tela-2024-06-18-080625.png\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/how-to-configure-mpls-in-ufispace\\\/#articleImage\",\"width\":552,\"height\":227},\"datePublished\":\"2024-06-28T08:56:41+00:00\",\"dateModified\":\"2026-06-29T19:47:01+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/how-to-configure-mpls-in-ufispace\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/how-to-configure-mpls-in-ufispace\\\/#webpage\"},\"articleSection\":\"Ufispace, ufispace\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/how-to-configure-mpls-in-ufispace\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/category\\\/ufispace\\\/#listItem\",\"name\":\"Ufispace\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/category\\\/ufispace\\\/#listItem\",\"position\":2,\"name\":\"Ufispace\",\"item\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/category\\\/ufispace\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/how-to-configure-mpls-in-ufispace\\\/#listItem\",\"name\":\"How to configure MPLS in Ufispace\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/how-to-configure-mpls-in-ufispace\\\/#listItem\",\"position\":3,\"name\":\"How to configure MPLS in Ufispace\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/category\\\/ufispace\\\/#listItem\",\"name\":\"Ufispace\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#organization\",\"name\":\"Made4it\",\"url\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/made4it.com.br\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/logomade4it.png\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/how-to-configure-mpls-in-ufispace\\\/#organizationLogo\",\"width\":87,\"height\":27},\"image\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/how-to-configure-mpls-in-ufispace\\\/#organizationLogo\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/author\\\/made4it\\\/#author\",\"url\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/author\\\/made4it\\\/\",\"name\":\"Made4it\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/how-to-configure-mpls-in-ufispace\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9e851ee58f38006902829c03b2dc8e42c8a735a5561b807ca366ed66bd41f2ca?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Made4it\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/how-to-configure-mpls-in-ufispace\\\/#webpage\",\"url\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/how-to-configure-mpls-in-ufispace\\\/\",\"name\":\"How to configure MPLS in Ufispace - Made4it\",\"description\":\"UFISPACE - MPLS configuration In this article, you will learn how to configure MPLS in a multi-vendor topology involving UFISPACE, Huawei, and Mikrotik equipment. We will be using the following equipment: 1 - UFISPACE 9600 56DX; 1 - UFISPACE 9600 28DC; 1 - UFISPACE 9600 72XC; 1 - HUAWEI S6730; 1 - Mikrotik RB450; Physical\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/how-to-configure-mpls-in-ufispace\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/author\\\/made4it\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/author\\\/made4it\\\/#author\"},\"datePublished\":\"2024-06-28T08:56:41+00:00\",\"dateModified\":\"2026-06-29T19:47:01+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/\",\"name\":\"Made4it\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"How to configure MPLS in Ufispace - Made4it","description":"UFISPACE - MPLS configuration In this article, you will learn how to configure MPLS in a multi-vendor topology involving UFISPACE, Huawei, and Mikrotik equipment. We will be using the following equipment: 1 - UFISPACE 9600 56DX; 1 - UFISPACE 9600 28DC; 1 - UFISPACE 9600 72XC; 1 - HUAWEI S6730; 1 - Mikrotik RB450; Physical","canonical_url":"https:\/\/made4it.com.br\/en\/blog\/how-to-configure-mpls-in-ufispace\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/made4it.com.br\/en\/blog\/how-to-configure-mpls-in-ufispace\/#blogposting","name":"How to configure MPLS in Ufispace - Made4it","headline":"How to configure MPLS in Ufispace","author":{"@id":"https:\/\/made4it.com.br\/en\/blog\/author\/made4it\/#author"},"publisher":{"@id":"https:\/\/made4it.com.br\/en\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/made4it.com.br\/wp-content\/uploads\/2024\/06\/Captura-de-tela-2024-06-18-080625.png","@id":"https:\/\/made4it.com.br\/en\/blog\/how-to-configure-mpls-in-ufispace\/#articleImage","width":552,"height":227},"datePublished":"2024-06-28T08:56:41+00:00","dateModified":"2026-06-29T19:47:01+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/made4it.com.br\/en\/blog\/how-to-configure-mpls-in-ufispace\/#webpage"},"isPartOf":{"@id":"https:\/\/made4it.com.br\/en\/blog\/how-to-configure-mpls-in-ufispace\/#webpage"},"articleSection":"Ufispace, ufispace"},{"@type":"BreadcrumbList","@id":"https:\/\/made4it.com.br\/en\/blog\/how-to-configure-mpls-in-ufispace\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/#listItem","position":1,"name":"Home","item":"https:\/\/made4it.com.br\/en\/","nextItem":{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/blog\/category\/ufispace\/#listItem","name":"Ufispace"}},{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/blog\/category\/ufispace\/#listItem","position":2,"name":"Ufispace","item":"https:\/\/made4it.com.br\/en\/blog\/category\/ufispace\/","nextItem":{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/blog\/how-to-configure-mpls-in-ufispace\/#listItem","name":"How to configure MPLS in Ufispace"},"previousItem":{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/blog\/how-to-configure-mpls-in-ufispace\/#listItem","position":3,"name":"How to configure MPLS in Ufispace","previousItem":{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/blog\/category\/ufispace\/#listItem","name":"Ufispace"}}]},{"@type":"Organization","@id":"https:\/\/made4it.com.br\/en\/#organization","name":"Made4it","url":"https:\/\/made4it.com.br\/en\/","logo":{"@type":"ImageObject","url":"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/09\/logomade4it.png","@id":"https:\/\/made4it.com.br\/en\/blog\/how-to-configure-mpls-in-ufispace\/#organizationLogo","width":87,"height":27},"image":{"@id":"https:\/\/made4it.com.br\/en\/blog\/how-to-configure-mpls-in-ufispace\/#organizationLogo"}},{"@type":"Person","@id":"https:\/\/made4it.com.br\/en\/blog\/author\/made4it\/#author","url":"https:\/\/made4it.com.br\/en\/blog\/author\/made4it\/","name":"Made4it","image":{"@type":"ImageObject","@id":"https:\/\/made4it.com.br\/en\/blog\/how-to-configure-mpls-in-ufispace\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/9e851ee58f38006902829c03b2dc8e42c8a735a5561b807ca366ed66bd41f2ca?s=96&d=mm&r=g","width":96,"height":96,"caption":"Made4it"}},{"@type":"WebPage","@id":"https:\/\/made4it.com.br\/en\/blog\/how-to-configure-mpls-in-ufispace\/#webpage","url":"https:\/\/made4it.com.br\/en\/blog\/how-to-configure-mpls-in-ufispace\/","name":"How to configure MPLS in Ufispace - Made4it","description":"UFISPACE - MPLS configuration In this article, you will learn how to configure MPLS in a multi-vendor topology involving UFISPACE, Huawei, and Mikrotik equipment. We will be using the following equipment: 1 - UFISPACE 9600 56DX; 1 - UFISPACE 9600 28DC; 1 - UFISPACE 9600 72XC; 1 - HUAWEI S6730; 1 - Mikrotik RB450; Physical","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/made4it.com.br\/en\/#website"},"breadcrumb":{"@id":"https:\/\/made4it.com.br\/en\/blog\/how-to-configure-mpls-in-ufispace\/#breadcrumblist"},"author":{"@id":"https:\/\/made4it.com.br\/en\/blog\/author\/made4it\/#author"},"creator":{"@id":"https:\/\/made4it.com.br\/en\/blog\/author\/made4it\/#author"},"datePublished":"2024-06-28T08:56:41+00:00","dateModified":"2026-06-29T19:47:01+00:00"},{"@type":"WebSite","@id":"https:\/\/made4it.com.br\/en\/#website","url":"https:\/\/made4it.com.br\/en\/","name":"Made4it","inLanguage":"en-US","publisher":{"@id":"https:\/\/made4it.com.br\/en\/#organization"}}]},"og:locale":"en_US","og:site_name":"Made4it -","og:type":"article","og:title":"How to configure MPLS in Ufispace - Made4it","og:description":"UFISPACE - MPLS configuration In this article, you will learn how to configure MPLS in a multi-vendor topology involving UFISPACE, Huawei, and Mikrotik equipment. We will be using the following equipment: 1 - UFISPACE 9600 56DX; 1 - UFISPACE 9600 28DC; 1 - UFISPACE 9600 72XC; 1 - HUAWEI S6730; 1 - Mikrotik RB450; Physical","og:url":"https:\/\/made4it.com.br\/en\/blog\/how-to-configure-mpls-in-ufispace\/","og:image":"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/09\/logomade4it.png","og:image:secure_url":"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/09\/logomade4it.png","og:image:width":87,"og:image:height":27,"article:published_time":"2024-06-28T08:56:41+00:00","article:modified_time":"2026-06-29T19:47:01+00:00","twitter:card":"summary_large_image","twitter:title":"How to configure MPLS in Ufispace - Made4it","twitter:description":"UFISPACE - MPLS configuration In this article, you will learn how to configure MPLS in a multi-vendor topology involving UFISPACE, Huawei, and Mikrotik equipment. We will be using the following equipment: 1 - UFISPACE 9600 56DX; 1 - UFISPACE 9600 28DC; 1 - UFISPACE 9600 72XC; 1 - HUAWEI S6730; 1 - Mikrotik RB450; Physical","twitter:image":"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/09\/logomade4it.png"},"aioseo_meta_data":{"post_id":"18841","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_custom_url":null,"og_image_custom_fields":null,"og_image_url":null,"og_image_width":null,"og_image_height":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_image_url":null,"twitter_title":null,"twitter_description":null,"schema_type":"default","schema_type_options":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null,"created":"2026-06-29 19:46:58","updated":"2026-06-29 21:04:25"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/made4it.com.br\/en\/\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/made4it.com.br\/en\/blog\/category\/ufispace\/\" title=\"Ufispace\">Ufispace<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHow to configure MPLS in Ufispace\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/made4it.com.br\/en\/"},{"label":"Ufispace","link":"https:\/\/made4it.com.br\/en\/blog\/category\/ufispace\/"},{"label":"How to configure MPLS in Ufispace","link":"https:\/\/made4it.com.br\/en\/blog\/how-to-configure-mpls-in-ufispace\/"}],"_links":{"self":[{"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/posts\/18841","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/comments?post=18841"}],"version-history":[{"count":1,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/posts\/18841\/revisions"}],"predecessor-version":[{"id":18842,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/posts\/18841\/revisions\/18842"}],"wp:attachment":[{"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/media?parent=18841"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/categories?post=18841"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/tags?post=18841"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}