cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3583
Views
0
Helpful
6
Replies

Unable to execute sdwan commands in ISR routers

AsifJan148987
Level 1
Level 1

Hi

 

I'm deploying the SD-WAN network for our team. Configured Vmanage, vsmart. But unable to configure Vbond in ISR routers. I'm having four ISR routers (two ISR 4321 and two 4221)  with 'ISR 4000 Series IOS XE SD-WAN' images installed (which I'm gonna use as Vedge routers). But, I'm unable to execute or find commands related to viptela sd-wan such as system-ip, vbond etc. 

 

Could anyone suggest the way to implement it !!

6 Replies 6

David Klebanov
Cisco Employee
Cisco Employee

Hi,

 

Issue config-transaction command, then system, then vbond.

 

David 

Twitter: @DavidKlebanov

I'm unable to find 'configure-transaction' command. 

 

Result:

 

ISR-4221#configure ?
confirm Confirm replacement of running-config with a new config file
memory Configure from NV memory
network Configure from a TFTP network host
overwrite-network Overwrite NV memory from TFTP network host
replace Replace the running-config with a new config file
revert Parameters for reverting the configuration
terminal Configure from the terminal
<cr>

What is that means.. ISR router not having below SD-WAN image ? please guide
isr4200-ucmk9.16.10.2.SPA.bin
isr4300-ucmk9.16.10.2.SPA.bin

These are the software image files for Cisco routers to run SD-WAN. As pointed in this thread, if you are trying to upgrade existing Cisco router from IOS-XE to IOS-XE SD-WAN, please follow the guidance provided in the following link:

https://sdwan-docs.cisco.com/Product_Documentation/Getting_Started/Hardware_and_Software_Installation/Software_Installation_and_Upgrade_for_Cisco_IOS_XE_Routers

 

David

Twitter: @DavidKlebanov

Simon Ko
Level 1
Level 1

system
host-name xxxxxxxxx
gps-location latitude 99.9999
gps-location longitude -99.9999
system-ip 100.100.100.100
overlay-id 1
site-id 101111
admin-tech-on-failure
organization-name "ZZZ"
vbond 10.20.30.40

vrf definition 1
rd 1:1
address-family ipv4
exit-address-family
!
!
vrf definition Mgmt-intf
description Management
rd 1:512
address-family ipv4
exit-address-family
!

ip route 0.0.0.0 0.0.0.0 1.2.3.4
ip route vrf Mgmt-intf 0.0.0.0 0.0.0.0 2.3.4.5

interface GigabitEthernet0
no shutdown
description Mgmt
arp timeout 1200
vrf forwarding Mgmt-intf
ip address 2.3.4.100 255.255.255.0
ip mtu 1500
mtu 1500
negotiation auto
exit
interface GigabitEthernet0/0/0
no shutdown
description Internet
arp timeout 1200
ip address 1.2.3.10 255.255.255.0
ip mtu 1500
mtu 1500
negotiation auto
exit
interface GigabitEthernet0/0/1
description Internal-LAN
no shutdown
arp timeout 1200
vrf forwarding 1
ip address 10.20.30.40 255.255.255.0
ip mtu 1500
ip ospf 1 area 0
ip ospf network broadcast
mtu 1500
negotiation auto
exit

interface Tunnel0
no shutdown
ip unnumbered GigabitEthernet0/0/0
no ip redirects
tunnel source GigabitEthernet0/0/0
tunnel mode sdwan
exit

router ospf 1 vrf 1
auto-cost reference-bandwidth 100
max-metric router-lsa
timers throttle spf 200 1000 10000
default-information originate
distance ospf external 110
distance ospf inter-area 110
distance ospf intra-area 110

sdwan
interface GigabitEthernet0/0/0
tunnel-interface
encapsulation ipsec weight 1
color biz-internet
no allow-service bgp
allow-service dhcp
allow-service dns
allow-service icmp
no allow-service sshd
no allow-service netconf
no allow-service ntp
no allow-service ospf
no allow-service stun
allow-service https
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: