05-31-2019 10:02 AM
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 !!
05-31-2019 12:19 PM
Hi,
Issue config-transaction command, then system, then vbond.
David
05-31-2019 12:35 PM
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>
05-31-2019 02:22 PM
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
06-01-2019 03:27 PM
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:
David
05-31-2019 02:01 PM
05-31-2019 12:22 PM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide