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.
Hello, I didn't find anywhere the way to get token from DCNM in REST way.I tried like this but look is not working, I get always Bad Request. I'm using Basic Authentication with user:password in base 64.curl -I --insecure --location --request POST 'h...
Hello,I'd like to set to all ip traffic on input port (Calayst 3850, 03.07.05E) to DSCP=0.But I doesn't work, I'm sure because on destination I still see dscp = other than 0. Is there any limitation on 3850 input policy.map config ? here the config ...
Now it seams is missing something to use the token for the REST. curl -i --insecure --header 'Dcnm-Token: gt==token gotted from above====' -H "Content-Type: application/json" -X GET 'https://dcnm-ip/rest/control/fabrics' HTTP/1.1 401 UnauthorizedServ...