01-11-2019 03:23 PM
I'm facing a problem when trying to configure IPSLA on cisco xrv9000 deployed on openstack lab environment, i get the below error message:
% Failed to commit one or more configuration items during a pseudo-atomic operation. All changes made have been reverted.
!! SEMANTIC ERRORS: This configuration was rejected by
!! the system due to semantic errors. The individual
!! errors with each failed configuration command can be
!! found below.
ipsla
operation 2
type icmp echo
!!% 'ipsla' detected the 'resource not available' condition 'Not supported'
it seems that the configuration is not supported, i use release 6.2.3 and according to to the release notes , IPSLA feature should be supported.
so any clue ?
01-12-2019 02:26 AM
Hello,
Please post the configuration.
best regards,
01-13-2019 12:04 AM
Below is the configuration applied:
ipsla
operation 2
type icmp echo
01-13-2019 09:53 PM
The goal of your configuration is not clear here.
Here is an example that might helps you.
configure terminal
ip sla 10
icmp-echo x.x.x.x source-interface XXX
timeoute 5000
frequency 10
threshold 500
ip sla schedule 10 start-time now life forever
exit
wr
best regards,
01-13-2019 11:51 PM
@majid.jaffari1 i think you didn't notice that i'm talking about xrv9000 configuration , which is using IOS-XR version 6.3.2 , above configuration can be applied to IOS or IOS-XE only.
01-14-2019 12:46 PM
@@@Mohammed_eliraqy
HI,
sorry that I have sent you the standard configuration.
Please try this,
R1(config)#ipsla
R1(config-ipsla)#operation 1
R1(config-ipsla-op)#type icmp echo
R1(config-ipsla-icmp-echo)#source address x.x.x.x
R1(config-ipsla-icmp-echo)#destination address x.x.x.
R1(config-ipsla-icmp-echo)#frequency 60
R1(config-ipsla-icmp-echo)#exit
R1(config-ipsla-op)#exit
R1(config-ipsla)#schedule operation 1
R1(config-ipsla-sched)#start-time now
R1(config-ipsla-sched)#life forever
Before applying this please verify if you havethe following packdges described in this link;
Best Regards,
If it helps please rate it.
01-14-2019 12:52 PM
i'm using xrv9k image, it is a cloud image instantiated over openstack environment.
i have only one package installed as below:
RP/0/RP0/CPU0:R1-xrvr9k#show install active summary
Mon Jan 14 20:46:23.764 UTC
Active Packages: 1
xrv9k-xr-6.5.1 version=6.5.1 [Boot image]
i changed the version to 6.5.1 to check but still stuck with the same error when i try to configure ipsla echo operation
ipsla
operation 1
type icmp echo
!!% 'ipsla' detected the 'resource not available' condition 'Not supported'
03-12-2019 04:01 PM
Hi,
I think XRv does not support IPSLA. Can you try the same config in a physical node?.
Thansk,
Nagendra
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