You are on page 1of 1

g0/0/0 -- LAN

g0/1/0 -- WAN

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

Router#
Router#config-transaction
Router(config)#system
Router(config-system)#system-ip <IP Address>
Router(config-system)#site-id <Integer>
Router(config-system)#organization-name "<String>"
Router(config-system)#vbond <IP/FQDN>
Router(config-system)#exit

Router(config)#ip name-server DNS1 DNS2

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

Router(config)#sdwan
interface GigabitEthernet0/0/0
tunnel-interface
encapsulation ipsec weight 1
color biz-internet
control-connections
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
Router(config)#exit

You might also like