cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
606
Views
0
Helpful
1
Replies

SDWAN issue with CSR

osman.elhanafy
Level 1
Level 1

Dears,
We have installed CSR with 16.12.2r (SDWAN-Image).
The router take all system commands such as organization-name, vbond, system ip

but doesn't take vpn commands.
Please help

1 Reply 1

ekhabaro
Cisco Employee
Cisco Employee
vEdge and cEdge CLIs are different. See below for example basic CLI config with two transport for cEdge device:

system
system-ip X.Y.Z.ABC
overlay-id 1
site-id ABC
control-session-pps 300
no admin-tech-on-failure
sp-organization-name "YOUR SP ORG NAME = ORG NAME IF NOT MULTITENANT"
organization-name "YOUR ORG NAME"
console-baud-rate 9600
vbond <your vBond ip> port 12346
!
vrf definition Mgmt-intf
address-family ipv4
exit-address-family
!
address-family ipv6
exit-address-family
!
!
ip route 0.0.0.0 0.0.0.0 <ISP1 NH> 1
ip route 0.0.0.0 0.0.0.0 <ISR2 NH> 1
interface GigabitEthernet2
no shutdown
arp timeout 1200
ip address <isp1 ip> <mask>
ip redirects
mtu 1500
ip mtu 1500
exit
interface GigabitEthernet3
no shutdown
arp timeout 1200
ip address <isp2 ip> <mask>
no ip redirects
mtu 1500
ip mtu 1500
exit
exit
interface Tunnel0
no shutdown
ip unnumbered GigabitEthernet2
no ip redirects
ipv6 unnumbered GigabitEthernet2
no ipv6 redirects
tunnel source GigabitEthernet2
tunnel mode sdwan
exit
interface Tunnel1
no shutdown
ip unnumbered GigabitEthernet3
no ip redirects
ipv6 unnumbered GigabitEthernet3
no ipv6 redirects
tunnel source GigabitEthernet3
tunnel mode sdwan
!
sdwan
interface GigabitEthernet2
tunnel-interface
encapsulation ipsec weight 1
color mpls
no last-resort-circuit
vmanage-connection-preference 5
no allow-service all
no allow-service bgp
allow-service dhcp
allow-service dns
allow-service icmp
allow-service sshd
no allow-service netconf
no allow-service ntp
no allow-service ospf
no allow-service stun
exit
!
exit
interface GigabitEthernet3
tunnel-interface
encapsulation ipsec weight 1
color biz-internet
no last-resort-circuit
vmanage-connection-preference 5
no allow-service all
no allow-service bgp
allow-service dhcp
allow-service dns
allow-service icmp
allow-service sshd
no allow-service netconf
no allow-service ntp
no allow-service ospf
no allow-service stun
exit
exit
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: