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.
This document, BRKDCN-2304, explains the connectivity of firewalls to VXLAN; I do have a requirement to use local firewalls A/S at each site. The document explains how to do host route advertisement, but I have problems with that. What happens is fir...
You can add script to .sh that does just that.
#!/bin/bash
# Ask for inputread -p "Enter VPN display name (HostName): " hostnameread -p "Enter VPN server address (HostAddress): " hostaddress
# Clean up filenamefilename="${hostname// /_}.xml"
# Desti...
Similar problem i was able to find this old post, what have you changed in ISE to send MAC address without dashes to AD. If i setup my MAC as user in AD inlcuding dashes it works, once i remove dashes it does not work. Ideally we want to use it witho...