如题,
总部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
暂无评论