cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
206
Views
1
Helpful
6
Replies

SDWAN - configuration push

praveen-CCNP
Level 1
Level 1

when I pushed the configuration from manage, it has been pushed the OSPF configuration but rolled back to default with in 3 mins without any errors.

please share your suggestions to troubleshoot. I am new to SDWAN

6 Replies 6

Can you more elaborate 

Did you try config vedge/cedge directly ?

MHM

Hi MHM ,I did not try from vedge directly , pushing from vedge

Monitor > Network > Select Device > Real-Time → Device Info

Share this Device Info 

MHM

Hi.

This occurs when your edge lost control connection by template.

Maybe your template has no routing in VPN 0 ?

 

Check your template again, especially VPN 0 to guarantee the connectivity for controllers.

 

Please remark this as a solution If this is helpful.

 

 

 

vpn 0
interface ge0/0
ip address 10.1.1.2/30
ipv6 dhcp-client
tunnel-interface
encapsulation ipsec
no allow-service bgp
allow-service dhcp
allow-service dns
allow-service icmp
allow-service sshd
allow-service netconf
no allow-service ntp
no allow-service ospf
no allow-service stun
allow-service https
!
no shutdown
!
ip route 0.0.0.0/0 10.1.1.1

 

 

ipv6 dhcp-client
no shutdown
!
!
vedge-1# ping 10.1.1.1
Ping in VPN 0
PING 10.1.1.1 (10.1.1.1) 56(84) bytes of data.
64 bytes from 10.1.1.1: icmp_seq=1 ttl=255 time=16.5 ms
64 bytes from 10.1.1.1: icmp_seq=2 ttl=255 time=18.5 ms
64 bytes from 10.1.1.1: icmp_seq=3 ttl=255 time=19.5 ms
64 bytes from 10.1.1.1: icmp_seq=4 ttl=255 time=11.5 ms
^C

praveen-CCNP
Level 1
Level 1

Hi

 

 

Hi,Jeongjun Park