06-29-2023 01:31 PM
I am currently woriking on sd-wan project, and come up with a few questions.
Am I correct in understanding that ”running-config” is created based on ”sdwan running-config”?
Is the router running with reference to "show sdwan running-configuration" or "show running-configuration"?
Thanks,
Yuuta
Solved! Go to Solution.
06-30-2023 02:21 PM
06-29-2023 02:27 PM
06-30-2023 01:53 PM
Thank you for your useful comment.
>'running-config' is not created based on 'sdwan running-config'
So, how "running-config" made from?
I push sdwan configuration from vManage, then configuration change was reflected both of "show sdwan running-config" and "show running-config" so that I have thought "running-config" is made from "sdwan running-config"..
cEdge is Controller -mode now.
06-30-2023 02:21 PM
07-06-2023 10:32 AM - edited 07-11-2023 01:36 PM
Thank you for your detail explanation!
I recently had a problem with cEdge's BGP neighbor not going up.
The cause was that there was " no neighbor XX.XX.XX.XX active" command was configured.
I could see " no neighbor XX.XX.XX.XX active" on " show run " command, but cound not see it on " show sdwan run" command.
Am I correct in understanding that some configurations such as " no neighbor XX.XX.XX.XX activate" are not shown by "show sdwan run"?
Router#show sdwan run | sec bgp router bgp 64565 bgp router-id 3.3.21.1 bgp log-neighbor-changes distance bgp 20 200 20 neighbor 206.115.36.53 remote-as 1684 neighbor 206.115.36.53 ebgp-multihop 1 timers bgp 30 90 allow-service bgp no allow-service bgp Router# Router#
It seems "no neighbor 206.115.36.53 activate" is not configured on show sdwan run.
Router#show run | sec bgp router bgp 64565 bgp router-id 3.3.21.1 bgp log-neighbor-changes timers bgp 30 90 neighbor 206.115.36.53 remote-as 1684 ! address-family ipv4 no neighbor 206.115.36.53 activate <<<<<<<<<<<< exit-address-family snmp-server enable traps bgp snmp-server enable traps bgp cbgp2 Router#
"no neighbor 206.115.36.53 activate" is configured on show run.
07-07-2023 07:18 AM
Could you share you entire BGP template?
07-11-2023 01:38 PM
I will share BGP template after i get it.
but,no neighbor XX.XX.XX.XX activate configuration was not visible on "show sdwan run"..
06-29-2023 02:50 PM
Hi,
output of "running-config" from vManage GUI is the same with "show sdwan running-config".
Router uses both show run and show sdwan run (mostly the overlap) configuration. There are some default configuration which is not reflected to show sdwan run like VRF 65528/65529 or service alg for nat.
Site1-RTR1#show running-config | inc vrf definition
vrf definition 1
vrf definition 65528
vrf definition 65529
vrf definition Mgmt-intf
Site1-RTR1#show sdwan running-config | inc vrf definition
vrf definition 1
vrf definition Mgmt-intf
Site1-RTR1#show sdwan running-config | inc alg
Site1-RTR1#show running-config | inc alg
no ip nat service all-algs
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