Hi,
I am trying to delete a "cts role-based sgt-map 40.1.1.0/24 sgt 40" config using restconf and it doesn't work.
I tried using below DELETE URIs
restconf/data/Cisco-IOS-XE-native:native/cts/Cisco-IOS-XE-cts:role-based/sgt-map-list=40.1.1.0
restconf/data/Cisco-IOS-XE-native:native/cts/Cisco-IOS-XE-cts:role-based/sgt-map-list=40.1.1.0%2F24
If the config is "cts role-based sgt-map 135.1.1.1 sgt 135", then it works:
restconf/data/Cisco-IOS-XE-native:native/cts/Cisco-IOS-XE-cts:role-based/sgt-map-list=135.1.1.1
Delete of sgt-map with ip address works but subnets doesn't work.
My ios-xe version is 17.03.03
Could you please help be find the correct URI or restconf way of deleting a subnet SGT.
Thanks!!!