• 全部
  • 经验案例
  • 典型配置
  • 技术公告
  • FAQ
  • 漏洞说明
  • 全部
  • 全部
  • 大数据引擎
  • 知了引擎
产品线
搜索
取消
案例类型
发布者
是否解决
是否官方
时间
搜索引擎
匹配模式
高级搜索

MSR路由器SDWAN 分支CPE tte建立问题

2025-01-10提问
  • 0关注
  • 0收藏,895浏览
粉丝:0人 关注:0人

问题描述:

 

如题,

总部MSR 3610-X1,公网ip,作为sdwan RR角色,同时配置stun server

分支msr810-lm,采用4g网络,私网ip,作为sdwan cpe角色

问题:

CPE1 CPE2 CPE3 均能与总部RR建立tte连接,但是cpe之间无法建立导致cpe间无法互通,应如果处理?

CPE1查看tte连接信息及site-tte

相关配置如下:

总部:

interface LoopBack10                                                                                                                                                                                           

 ip address 10.70.70.254 255.255.255.255    

interface GigabitEthernet0/0                                                                                                                                                                                   

 port link-mode route                                                                                                                                                                                          

 ip address 218.xx.xx.xx 255.255.255.248  

interface Tunnel10 mode sdwan udp                                                                                                                                                                              

 ip address unnumbered interface GigabitEthernet0/0                                                                                                                                                            

 source GigabitEthernet0/0                                                                                                                                                                                     

 tunnel out-interface GigabitEthernet0/0                                                                                                                                                                       

 tunnel protection ipsec profile prf1                                                                                                                                                                          

 sdwan interface-id 10                                                                                                                                                                                         

 sdwan routing-domain rda id 10                                                                                                                                                                                

 sdwan transport-network tna id 10          

bgp 65535                                                                                                                                                                                                      

 peer 10.70.70.20 as-number 65535                                                                                                                                                                              

 peer 10.70.70.20 connect-interface LoopBack10                                                                                                                                                                 

 peer 10.70.70.30 as-number 65535                                                                                                                                                                              

 peer 10.70.70.30 connect-interface LoopBack10                                                                                                                                                                 

 peer 10.70.70.50 as-number 65535

 peer 10.70.70.50 connect-interface LoopBack10                                                                                                                                                                 

 #                                                                                                                                                                                                             

 address-family ipv4 tnl-encap-ext                                                                                                                                                                             

  peer 10.70.70.20 enable                                                                                                                                                                                      

  peer 10.70.70.20 reflect-client                                                                                                                                                                              

  peer 10.70.70.30 enable                                                                                                                                                                                      

  peer 10.70.70.30 reflect-client                                                                                                                                                                              

  peer 10.70.70.50 enable                                                                                                                                                                                      

  peer 10.70.70.50 reflect-client   

 address-family l2vpn evpn                                                                                                                                                                                     

  undo policy vpn-target                                                                                                                                                                                       

  peer 10.70.70.20 enable                                                                                                                                                                                      

  peer 10.70.70.20 reflect-client                                                                                                                                                                              

  peer 10.70.70.20 advertise encap-type sdwan                                                                                                                                                                  

  peer 10.70.70.30 enable                                                                                                                                                                                      

  peer 10.70.70.30 reflect-client                                                                                                                                                                              

  peer 10.70.70.30 advertise encap-type sdwan                                                                                                                                                                  

  peer 10.70.70.50 enable                                                                                                                                                                                      

  peer 10.70.70.50 reflect-client                                                                                                                                                                              

  peer 10.70.70.50 advertise encap-type sdwan

 ip route-static 0.0.0.0 0 218.xx.xx.yy

stun server ip 218.xx.xx.xx port 8510 alternative-ip 111.206.174.3 alternative-port 3478  

 

sdwan site-id 10                                                                                                                                                                                              

 sdwan site-name wnd                                                                                                                                                                                           

 sdwan device-id 1                                                                                                                                                                                             

 sdwan encapsulation global-udp-port 6668                                                                                                                                                                      

 sdwan system-ip LoopBack10                                                                                                                                                                                    

 sdwan site-role rr                                                                                                                                                                                            

 sdwan server port 6661                                                                                                                                                                                        

 sdwan server enable                        

 

分支CPE1:

interface Eth-channel1/0:0                                                                                                                                                                                     

 dialer circular enable                                                                                                                                                                                        

 dialer-group 89                                                                                                                                                                                               

 dialer timer autodial 5                                                                                                                                                                                       

 dialer number *99# autodial                                                                                                                                                                                   

 ip address cellular-alloc                                                                                                                                                                                     

 tcp mss 1280                                                                                                                                                                                                  

 nat outbound                                                                                                                                                                                                  

 nat hairpin enable                                                                                                                                                                                            

 apn-profile apply profile69

 

interface Tunnel10 mode sdwan udp                                                                                                                                                                              

 ip address unnumbered interface Eth-channel1/0:0                                                                                                                                                              

 source Eth-channel1/0:0                                                                                                                                                                                       

 tunnel out-interface Eth-channel1/0:0                                                                                                                                                                         

 stun client destination-ip 218.XX.XX.XX destination-port 8510                                                                                                                                             tunnel protection ipsec profile prf1                                                                                                                                                                          

 sdwan interface-id 35                                                                                                                                                                                         

 sdwan routing-domain rda id 10                                                                                                                                                                                

 sdwan transport-network tna id 10    

 

bgp 65535                                                                                                                                                                                                      

 peer 10.70.70.254 as-number 65535                                                                                                                                                                             

 peer 10.70.70.254 connect-interface LoopBack10                                                                                                                                                                

 #                                                                                                                                                                                                             

 address-family ipv4 tnl-encap-ext                                                                                                                                                                             

  peer 10.70.70.254 enable                                                                                                                                                                                     

 #                                                                                                                                                                                                             

 address-family l2vpn evpn                                                                                                                                                                                     

  peer 10.70.70.254 enable                                                                                                                                                                                     

  peer 10.70.70.254 advertise encap-type sdwan     

 

ssl client-policy plc1                                                                                                                                                                                         

 prefer-cipher rsa_aes_256_cbc_sha                                                                                                                                                                             

 undo server-verify enable

 

sdwan site-id 20                                                                                                                                                                                              

 sdwan site-name msr810_03                                                                                                                                                                                     

 sdwan device-id 1                                                                                                                                                                                             

 sdwan encapsulation global-udp-port 6668                                                                                                                                                                      

 sdwan system-ip LoopBack10                                                                                                                                                                                    

 sdwan site-role cpe                                                                                                                                                                                           

 sdwan ssl-client-policy plc1

 sdwan server system-ip 10.70.70.254 ip 218.XX.XX.XX port 6661

 

CPE2 CPE3 配置与CPE1类似, 此处不再上传

 

 

问题:

CPE1 CPE2 CPE3 均能与总部RR建立tte连接,但是cpe之间无法建立导致cpe间无法互通,应如果处理?

CPE1查看tte连接信息及site-tte

<MSR810-LM_03>display sdwan tte connection
Destination SiteID/DevID/IfID/SysIP: 10/1/10/10.70.70.254
Destination IP/port: 218.xx.xx.xx/6668
Source SiteID/DevID/IfID/SysIP: 20/1/35/10.70.70.20
Source IP/port: 10.143.143.86/6668
Created at: 2025/01/10 10:56:06
Status: Reachable
State changed at: 2025/01/10 10:56:27
 
Number of connections: 1

 <MSR810-LM_03>display sdwan site-tte                                                                                                                                                                           

Site ID: 20 (local)
Total number of TTEs: 1
********************************************************************************
DevID SysIP IfID Status Encap NAT SA RDID TNID
1 10.70.70.20 35 UP UDP IPv4 Enabled Enabled 10 10
 
Site ID: 10 (remote)
Total number of TTEs: 1
********************************************************************************
DevID SysIP IfID Status Encap NAT SA RDID TNID
1 10.70.70.254 10 UP UDP IPv4 Disabled Enabled 10 10
 
Site ID: 30 (remote)
Total number of TTEs: 1
********************************************************************************
DevID SysIP IfID Status Encap NAT SA RDID TNID
1 10.70.70.30 40 UP UDP IPv4 Enabled Enabled 10 10
 
Site ID: 100 (remote)
Total number of TTEs: 1
********************************************************************************
DevID SysIP IfID Status Encap NAT SA RDID TNID

1 10.70.70.50 100 UP UDP IPv4 Disabled Enabled 10 10             

 

总部查看tte连接信息及site-tte

 

<H3C>display sdwan tte connection
Destination SiteID/DevID/IfID/SysIP: 20/1/35/10.70.70.20
Destination IP/port: 112.80.12.122/33628
Source SiteID/DevID/IfID/SysIP: 10/1/10/10.70.70.254
Source IP/port: 218.xx.xx.xx/6668
Created at: 2025/01/10 10:56:17
Status: Reachable
State changed at: 2025/01/10 10:56:17

 

Destination SiteID/DevID/IfID/SysIP: 30/1/40/10.70.70.30
Destination IP/port: 112.80.13.140/30603
Source SiteID/DevID/IfID/SysIP: 10/1/10/10.70.70.254
Source IP/port: 218.xx.xx.xx/6668
Created at: 2025/01/10 10:26:25
Status: Reachable
State changed at: 2025/01/10 10:26:25

 

Destination SiteID/DevID/IfID/SysIP: 100/1/100/10.70.70.50
Destination IP/port: 114.237.63.230/6668
Source SiteID/DevID/IfID/SysIP: 10/1/10/10.70.70.254
Source IP/port: 218.xx.xx.xx/6668
Created at: 2025/01/10 10:26:25
Status: Reachable
State changed at: 2025/01/10 10:26:25
 
 
 

 

<H3C>display sdwan site-tte verbose
Site ID: 10 (local)
Site name: wnd
Site role: RR
Device ID: 1
System IP: 10.70.70.254
Interface ID: 10
Group ID: -
Interface name: Tunnel10
Status: UP
Encapsulation protocol: UDP IPv4
Encapsulation port: 6668
Tunnel destination VPN index: 0
Transport destination VPN index: 0
NAT: Disabled
NAT type: -
NAT public IP: -
NAT public port: -
SA: Enabled
Routing domain(name/ID): rda/10
Transport network(name/ID): tna/10
Restrict transport network : Disabled
Out physical interface: GigabitEthernet0/0
Source IP: 218.xx.xx.xx

 

Site ID: 20 (remote)
Site role: CPE
Device ID: 1
System IP: 10.70.70.20
Interface ID: 35
Group ID: -
Status: UP
Encapsulation protocol: UDP IPv4
Encapsulation port: 6668
Tunnel destination VPN index: 0
Transport destination VPN index: 0
NAT: Enabled
NAT type: Unknown
NAT public IP: -
NAT public port: -
SA: Enabled
Routing domain ID: 10
Transport network ID: 10
Source IP: 10.143.143.86
Origin: TLS
 
Site ID: 30 (remote)
Site role: CPE
Device ID: 1
System IP: 10.70.70.30
Interface ID: 40
Group ID: -
Status: UP
Encapsulation protocol: UDP IPv4
Encapsulation port: 6668
Tunnel destination VPN index: 0
Transport destination VPN index: 0
NAT: Enabled
NAT type: Unknown
NAT public IP: -
NAT public port: -
SA: Enabled
Routing domain ID: 10
Transport network ID: 10
Source IP: 10.12.238.25
Origin: TLS
 
Site ID: 100 (remote)
Site role: CPE
Device ID: 1
System IP: 10.70.70.50
Interface ID: 100
Group ID: -
Status: UP
Encapsulation protocol: UDP IPv4
Encapsulation port: 6668
Tunnel destination VPN index: 0
Transport destination VPN index: 0
NAT: Disabled
NAT type: -
NAT public IP: -
NAT public port: -
SA: Enabled
Routing domain ID: 10
Transport network ID: 10
Source IP: 114.xx.xx.xx
Origin: TLS

 

2 个回答
senc 五段
粉丝:2人 关注:0人
z6Kl9 九段
粉丝:73人 关注:2人

6

暂无评论

编辑答案

你正在编辑答案

如果你要对问题或其他回答进行点评或询问,请使用评论功能。


分享扩散:

提出建议

    +

亲~登录后才可以操作哦!

确定

亲~检测到您登陆的账号未在http://hclhub.h3c.com进行注册

注册后可访问此模块

跳转hclhub

你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作

举报

×

侵犯我的权益 >
对根叔社区有害的内容 >
辱骂、歧视、挑衅等(不友善)

侵犯我的权益

×

泄露了我的隐私 >
侵犯了我企业的权益 >
抄袭了我的内容 >
诽谤我 >
辱骂、歧视、挑衅等(不友善)
骚扰我

泄露了我的隐私

×

您好,当您发现根叔知了上有泄漏您隐私的内容时,您可以向根叔知了进行举报。 请您把以下内容通过邮件发送到pub.zhiliao@h3c.com 邮箱,我们会尽快处理。
  • 1. 您认为哪些内容泄露了您的隐私?(请在邮件中列出您举报的内容、链接地址,并给出简短的说明)
  • 2. 您是谁?(身份证明材料,可以是身份证或护照等证件)

侵犯了我企业的权益

×

您好,当您发现根叔知了上有关于您企业的造谣与诽谤、商业侵权等内容时,您可以向根叔知了进行举报。 请您把以下内容通过邮件发送到 pub.zhiliao@h3c.com 邮箱,我们会在审核后尽快给您答复。
  • 1. 您举报的内容是什么?(请在邮件中列出您举报的内容和链接地址)
  • 2. 您是谁?(身份证明材料,可以是身份证或护照等证件)
  • 3. 是哪家企业?(营业执照,单位登记证明等证件)
  • 4. 您与该企业的关系是?(您是企业法人或被授权人,需提供企业委托授权书)
我们认为知名企业应该坦然接受公众讨论,对于答案中不准确的部分,我们欢迎您以正式或非正式身份在根叔知了上进行澄清。

抄袭了我的内容

×

原文链接或出处

诽谤我

×

您好,当您发现根叔知了上有诽谤您的内容时,您可以向根叔知了进行举报。 请您把以下内容通过邮件发送到pub.zhiliao@h3c.com 邮箱,我们会尽快处理。
  • 1. 您举报的内容以及侵犯了您什么权益?(请在邮件中列出您举报的内容、链接地址,并给出简短的说明)
  • 2. 您是谁?(身份证明材料,可以是身份证或护照等证件)
我们认为知名企业应该坦然接受公众讨论,对于答案中不准确的部分,我们欢迎您以正式或非正式身份在根叔知了上进行澄清。

对根叔社区有害的内容

×

垃圾广告信息
色情、暴力、血腥等违反法律法规的内容
政治敏感
不规范转载 >
辱骂、歧视、挑衅等(不友善)
骚扰我
诱导投票

不规范转载

×

举报说明