...
When removing lines from a standard acl and renumbering the sequence numbers the template push fails. Following is configured on cli template: ip access-list standard 10 10 permit x.x.x.x 20 permit x.x.x.x 30 permit x.x.x.x 40 deny any ! Change template to be: ip access-list standard 10 10 permit x.x.x.x 20 permit x.x.x.x 30 deny any ! The push fails with the following error: [31-Aug-2022 2:55:18 UTC] Configuring device with cli template: cli_template [31-Aug-2022 2:55:18 UTC] Generating configuration from template [31-Aug-2022 2:55:18 UTC] Checking and creating device in vManage [31-Aug-2022 2:55:18 UTC] Generating configuration from template [31-Aug-2022 2:55:32 UTC] Device is online [31-Aug-2022 2:55:32 UTC] Updating device configuration in vManage [31-Aug-2022 2:55:33 UTC] Sending configuration to device [31-Aug-2022 2:55:42 UTC] Successfully notified device to pull configuration [31-Aug-2022 2:55:43 UTC] Device has pulled the config [31-Aug-2022 2:55:45 UTC] Device: Data provider returned CONFD_ERRCODE_INCONSISTENT_VALUE (38): inconsistent value: Device refused one or more commands: 10 permit x.x.x.x ^ % Invalid input detected at '^' marker. Component Response: " % Duplicate entry exists at sequence 20" 20 permit x.x.x.x ^ % Invalid input detected at '^' marker. Component Response: " % Duplicate entry exists at sequence 30" [31-Aug-2022 2:55:45 UTC] Failed to attach template
When removing lines from a standard acl and renumbering the sequence numbers the template push fails. Following is configured on cli template: ip access-list standard 10 10 permit x.x.x.x 20 permit x.x.x.x 30 permit x.x.x.x 40 deny any ! Change template to be: ip access-list standard 10 10 permit x.x.x.x 20 permit x.x.x.x 30 deny any ! The push fails with the following error: [31-Aug-2022 2:55:18 UTC] Configuring device with cli template: cli_template [31-Aug-2022 2:55:18 UTC] Generating configuration from template [31-Aug-2022 2:55:18 UTC] Checking and creating device in vManage [31-Aug-2022 2:55:18 UTC] Generating configuration from template [31-Aug-2022 2:55:32 UTC] Device is online [31-Aug-2022 2:55:32 UTC] Updating device configuration in vManage [31-Aug-2022 2:55:33 UTC] Sending configuration to device [31-Aug-2022 2:55:42 UTC] Successfully notified device to pull configuration [31-Aug-2022 2:55:43 UTC] Device has pulled the config [31-Aug-2022 2:55:45 UTC] Device: Data provider returned CONFD_ERRCODE_INCONSISTENT_VALUE (38): inconsistent value: Device refused one or more commands: 10 permit x.x.x.x ^ % Invalid input detected at '^' marker. Component Response: " % Duplicate entry exists at sequence 20" 20 permit x.x.x.x ^ % Invalid input detected at '^' marker. Component Response: " % Duplicate entry exists at sequence 30" [31-Aug-2022 2:55:45 UTC] Failed to attach template
Remove acl and readd
n/a