Got it

establish te tunnel between mikrotik and huawei

Created: May 14, 2021 09:41:29Latest reply: May 17, 2021 02:16:31 529 6 0 0 0
  Rewarded HiCoins: 0 (problem resolved)

I tried to establish a Te Tunnel between MT & Huawei , I used this tutorial : 

https://support.huawei.com/enterprise/en/doc/EDOC1100055022/f46a2256/configuring-an-rsvp-te-tunnel

 in mikrotik side every thing is good but on Huawei seems my tunnel still is down . 

[~R1]display interface bri
PHY: Physical
*down: administratively down
^down: standby
(l): loopback
(s): spoofing
(b): BFD down
(e): ETHOAM down
(d): Dampening Suppressed
(p): port alarm down
(dl): DLDP down
(c): CFM down
InUti/OutUti: input utility rate/output utility rate
Interface                  PHY      Protocol  InUti OutUti   inErrors  outErrors
GE1/0/0                    up       up        0.01%     0%          0          0
GE1/0/1                    up       up           0%     0%          0          0
GE1/0/2                    up       up           0%     0%          0          0
GE1/0/3                    *down    down         0%     0%          0          0
GE1/0/4                    *down    down         0%     0%          0          0
GE1/0/5                    *down    down         0%     0%          0          0
GE1/0/6                    *down    down         0%     0%          0          0
GE1/0/7                    *down    down         0%     0%          0          0
GE1/0/8                    *down    down         0%     0%          0          0
GE1/0/9                    *down    down         0%     0%          0          0
LoopBack1                  up       up(s)        0%     0%          0          0
MEth0/0/0                  up       down         0%     0%          0          0
NULL0                      up       up(s)        0%     0%          0          0
Tunnel6                    down     down         --     --          0          0  <------
Vlanif6                    up       up           --     --          0          0
Vlanif7                    up       up           --     --          0          0
[~R1] =

this is a virtual router run on EVEng (CE12800) 


and MT side :

[admin@R6] > /int pr
Flags: D - dynamic, X - disabled, R - running, S - slave 
 #     NAME                                TYPE       ACTUAL-MTU L2MTU  MAX-L2MTU
 0  R  ether1                              ether            1500
 1  R  ether2                              ether            1500
 2  R  ether3                              ether            1500
 3  R  ether4                              ether            1500
 4  R  ether5                              ether            1500
 5  R  Lo                                  bridge           1500 65535
 6  R  traffic-eng1                        traffic...       1500 65535    <----------
 7  R  vpls1                               vpls             1500  1500


this is my configuration : 

[~R1]displ current-configuration
!Software Version V200R005C10SPC607B607
!Last configuration was updated at 2021-05-14 09:08:31+00:00
!Last configuration was saved at 2021-05-14 07:46:02+00:00
#
sysname R1
#
vlan batch 6 to 7 10
#
mpls lsr-id 1.1.1.1
#
mpls
 mpls te
 mpls rsvp-te
 mpls te cspf
#
mpls l2vpn
#
vsi vpls-r6 static
 pwsignal ldp
  vsi-id 6
  peer 6.6.6.6
 encapsulation ethernet
#
vsi vpls-r7 static
 pwsignal ldp
  vsi-id 7
  peer 7.7.7.7
 encapsulation ethernet
#
explicit-path p2
 next hop 192.168.12.2
 next hop 192.168.24.2
 next hop 192.168.45.2
 next hop 192.168.56.2
#
mpls ldp
 lsr-id 1.1.1.1
 #
 ipv4-family
#
mpls ldp remote-peer 2.2.2.2
 remote-ip 2.2.2.2
#
mpls ldp remote-peer 6.6.6.6
 remote-ip 6.6.6.6
#
mpls ldp remote-peer 7.7.7.7
 remote-ip 7.7.7.7
#

interface Vlanif6
 l2 binding vsi vpls-r6
#
interface Vlanif7
 l2 binding vsi vpls-r7

#
interface GE1/0/0
 undo portswitch
 undo shutdown
 ip address 192.168.12.1 255.255.255.252
 mpls
 mpls te
 mpls rsvp-te
 mpls ldp
#
interface GE1/0/1
 undo shutdown
 port default vlan 6
#
interface GE1/0/2
 undo shutdown
 port default vlan 7

#
interface LoopBack1
 ip address 1.1.1.1 255.255.255.255
#
interface Tunnel6
 description 6.6.6.6
 ip address unnumbered interface LoopBack1
 tunnel-protocol mpls te
 mpls te tunnel-id 6
 mpls te path explicit-path p2

#
ospf 1 router-id 1.1.1.1
 opaque-capability enable
 area 0.0.0.0
  network 0.0.0.0 255.255.255.255
  mpls-te enable

return
[~R1]

and this is my mikrotik configuration : 

/interface bridge
add name=Lo
/interface vpls
add cisco-style=yes cisco-style-id=6 disabled=no l2mtu=1500 mac-address=\
    02:1A:5B:2A:CE:EA name=vpls1 remote-peer=1.1.1.1
/mpls traffic-eng tunnel-path
add hops="192.168.56.1:strict,192.168.45.1:strict,192.168.24.1:strict,192.168.12\
    .1:strict" name=tp1 use-cspf=no
add name=tp2
/interface traffic-eng
add disabled=no from-address=6.6.6.6 name=traffic-eng1 primary-path=tp1 \
    secondary-paths=tp2 to-address=1.1.1.1
/routing ospf instance
set [ find default=yes ] mpls-te-area=backbone mpls-te-router-id=Lo router-id=\
    6.6.6.6
/ip address
add address=6.6.6.6 interface=Lo network=6.6.6.6
add address=192.168.56.2/30 interface=ether1 network=192.168.56.0
add address=192.168.8.1/30 interface=vpls1 network=192.168.8.0
/mpls ldp
set enabled=yes lsr-id=6.6.6.6 transport-address=6.6.6.6
/mpls ldp interface
add interface=ether1
/mpls traffic-eng interface
add interface=ether1
/routing ospf network
add area=backbone disabled=yes
add area=backbone network=6.6.6.6/32
add area=backbone network=192.168.56.0/30
/system identity
set name=R6

and finally this is my scenario :

my secnario

my IGP(ospf) choose the green path , and I tried to forward my trrafic via the red path . 

all other rouoters , except CE12800 is Mikrotik CHR 6.48.1

and they have just a simple configuration :

1- ip setup 

2- ospf configuaration (include mpls te config)

3- mpls / LDP configuration 

4- and added all running interface to Traffic Eng interface . 


if you think is necessary I can post them . 


What should I do ? or where I did mistake ?


Featured Answers

Best answer

Recommended answer

chenhui
Admin Created May 17, 2021 02:16:31

Posted by Mehrzad_Moghaddas at 2021-05-14 10:16 Dear Chenhui , Thanks for your fast reply . this is my tunnel 6 status :[~R1]display interface Tunne ...
Please specify the tunnel destination.
View more
  • x
  • convention:

Mehrzad_Moghaddas
Mehrzad_Moghaddas Created May 18, 2021 06:11:53 (0) (0)
Dear Chenhui
Thanks for your reply . you was right , I forgot to set Tunnel destination . Was stupid mistake .
Best Regards  
chenhui
chenhui Reply Mehrzad_Moghaddas  Created May 18, 2021 09:23:32 (0) (0)
You are welcome!  
All Answers
Hello,
Kindly wait for a second, we'll feedback you ASAP.
View more
  • x
  • convention:

Hello,
Can you please check the interface tunnel 6 status. I need to check what is the reason that the physical status of this interface down.
View more
  • x
  • convention:

Dear Chenhui ,
Thanks for your fast reply . this is my tunnel 6 status :
[~R1]display interface Tunnel 6
Tunnel6 current state : DOWN (ifindex: 19)
Line protocol current state : DOWN
Description: 6.6.6.6
Route Port,The Maximum Transmit Unit is 1500
Internet Address is unnumbered, using address of LoopBack1(1.1.1.1/32)
Encapsulation is TUNNEL, loopback not set
Tunnel destination 0.0.0.0
Tunnel up/down statistics 0
Tunnel ct0 bandwidth is 0 Kbit/sec
Tunnel protocol/transport MPLS/MPLS, ILM is disabled
Current system time: 2021-05-14 02:14
0 seconds output rate 0 bits/sec, 0 packets/sec
0 seconds output rate 0 bits/sec, 0 packets/sec
0 packets output, 0 bytes
0 output error
0 output drop
Last 300 seconds input utility rate: --
Last 300 seconds output utility rate: --


if you mean any thing else just let me know .

Best regards
View more
  • x
  • convention:

Posted by Mehrzad_Moghaddas at 2021-05-14 10:16 Dear Chenhui , Thanks for your fast reply . this is my tunnel 6 status :[~R1]display interface Tunne ...
Please specify the tunnel destination.
View more
  • x
  • convention:

Mehrzad_Moghaddas
Mehrzad_Moghaddas Created May 18, 2021 06:11:53 (0) (0)
Dear Chenhui
Thanks for your reply . you was right , I forgot to set Tunnel destination . Was stupid mistake .
Best Regards  
chenhui
chenhui Reply Mehrzad_Moghaddas  Created May 18, 2021 09:23:32 (0) (0)
You are welcome!  

Comment

You need to log in to comment to the post Login | Register
Comment

Notice: To protect the legitimate rights and interests of you, the community, and third parties, do not release content that may bring legal risks to all parties, including but are not limited to the following:
  • Politically sensitive content
  • Content concerning pornography, gambling, and drug abuse
  • Content that may disclose or infringe upon others ' commercial secrets, intellectual properties, including trade marks, copyrights, and patents, and personal privacy
Do not share your account and password with others. All operations performed using your account will be regarded as your own actions and all consequences arising therefrom will be borne by you. For details, see " User Agreement."

My Followers

Login and enjoy all the member benefits

Login

Block
Are you sure to block this user?
Users on your blacklist cannot comment on your post,cannot mention you, cannot send you private messages.
Reminder
Please bind your phone number to obtain invitation bonus.