Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
According to documentations...
https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipaddr_nhrp/configuration/12-4/nhrp-12-4-book/config-nhrp.html
...The hub receives the data packet and checks its routing table. Because this data packet is destined for...
Thanks, yes, I didn’t notice that GETis used instead of PUT. And also I removed the quotes <"> from <id>. And now my script also worked!<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns4:guestUserBulkRequest operationType="delete" resourceM...
Timofii, according to API DOCs, bulk request support JSON (strange, but for some reason the section 'resourceList' is not specified): I also tried with XML (test.xml):<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<ns4:guestUserBulkRequest o...
Hello, can you give an example of the python code? I try this:payload = { "GuestUserBulkRequest": { "operationType": "delete", "resourceMediaType": "vnd.com.cisco.ise.identity.guestuser.2.0+xml", "idList": [{ "id": ...
Thank you,
But I need solutions without adjusting routing on HUB, because the Spoke 2 need to have two load-balanced channels for in/out traffic. Are there any such solutions? Maybe in NHRP?
We have the same task to integrate Cisco ISE (2.1.0.474) and CheckPoint R80.10 Identity Collector.
Could someone send us the current instruction for this staff?