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.
Hi,in a template I want to interate over all access interfaces (Gi...) but not over the uplink unterfaces (Te...). In the samples I found the following: {% for interface in __interface %} {% if interface.portType == 'Ethernet Port' %}(...) Is the a...
Hi,I found documentation that ssh login should be able using x509 certificates. At least in NX-OS. But I did not find any documentation HOW this can be configured. Does anybody has a hint for me, where I can find more documentation about this? Is it ...
Hi,I found documentation that ssh login should be able using x509 certificates. At least in NX-OS. But I did not find any documentation HOW this can be configured. Does anybody has a hint for me, where I can find more documentation about this? Is it ...
Well, I am quite familiar with conditionals in jinja. My question was related to the values that the key interface.portType of the Template System Variables of DNAC can become. Is the any documentation of these variables (keys and values)?
Hi,I think I finally found the answer. The ssh service on a cisco device can extract the keypair from the certificate on the PKI. But it cannot authenticate the user certificate against the CA on the PKI.At least that is what I found after long exper...
Hi,I thought my qustion was clear enough. I asked about x509 certificates, not about RSA key pairs. For RSA keys I would have to extract the keys from the certificate and configure it on all 1000+ switches.