cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
942
Views
2
Helpful
3
Replies

Need help attach cEdge (C8000v) CLI Template - I get weird error

shlomyb
Level 1
Level 1

Hi there,

I'm running on LAB (in order to learn and practice) SD-WAN Scenario vManage/vSmart/vBond running version 20.9.3.1

running as cEdge - Catalyst 8000v running version 17.11.1a

I've successfuly added the Edge devices to the vManage

yet - when I try to create a simple CLI Template and attach it I get an error.

the steps I've taked - 

  1. Created a new CLI Template, Choose C8000v
  2. When creating the CLI Template I've used "Load running config from reachable device:" and chose one of my cEdge devices.
  3. I've changed what I wanted to be modified like system-ip, site-id etc.
  4. I've attached it to the same devices that I've used its running config
  5. when I try to see the confug diff before applying the template I get an error - 

"Server error: ip syntax error: element does not exist Error: on line 139: ip scp server enable"

so as a workaround I've tried to remove the line "ip scp server enable" from the CLI Template.

the error did not appear - now I can use the Config Preview and Config Diff.

BUT

when I click on Configure Devices I get the following error "Failed to configure device with Template"

[21-Oct-2024 19:14:02 UTC] Configuring device with cli template: cEdge-Single_WAN-CLI
[21-Oct-2024 19:14:02 UTC] Generating configuration from template
[21-Oct-2024 19:14:02 UTC] Checking and creating device in vManage
[21-Oct-2024 19:14:04 UTC] Generating configuration from template
[21-Oct-2024 19:14:05 UTC] Error on line 32: unknown element: scp in /ncs:devices/ncs:device[ncs:name='vedge-C8K-93E4A981-1B6A-5B49-0D59-4818588CA46A']/ncs:config/ios:native/ios:ip/ios:scp

[21-Oct-2024 19:14:06 UTC] Failed to configure device with template

 

 

 

I could really use some help !!!

1 Accepted Solution

Accepted Solutions

balaji.bandi
Hall of Fame
Hall of Fame

check the compatable matrix, the controller version not compatable you need higher version for the cedge to work :

https://www.cisco.com/c/en/us/td/docs/routers/sdwan/release/notes/compatibility-and-server-recommendations/ch-comp-matrix-20-11.html

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

View solution in original post

3 Replies 3

balaji.bandi
Hall of Fame
Hall of Fame

check the compatable matrix, the controller version not compatable you need higher version for the cedge to work :

https://www.cisco.com/c/en/us/td/docs/routers/sdwan/release/notes/compatibility-and-server-recommendations/ch-comp-matrix-20-11.html

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Dan Frey
Cisco Employee
Cisco Employee

Ideally you want the controller and edge devices to be aligned on code versions.   That means if the controller is on 20.9.3 then edge should be on 17.9.3 code.    The second number should be the same.   The yang models can change and cause issues when trying to attach devices if the code versions are not aligned.   

shlomyb
Level 1
Level 1

Thank you both for your help !!!!