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.
I'm using IOX-XE 17 and when I run the command '''show vrf```One of the fields displayed "Default RD". I know that RD stands for route distinguisher, and the values in this filed correspond to the actual RD assigned to the VRF. What I'm not clear ...
I'm looking for a CLI command that can find the DHCP reservations but limited to a specific VRF.I know that 'show ip dhcp pool' is how to see these configured manual reservations (if they are configured).I know that 'show run | include hardware\-addr...
I would like to make a list of ideas for how to use an EEM applet on IOS/IOS-EX devices in a network for some beneficial purpose. Although I have a few ideas of my own, I want to expand my list and try new ideas. If possible, i would also like a lin...
It is my understanding that using "crypto key generate rsa" will generate two keys for use with SSH. One is a private key stored in NVRAM which cannot be accessed, and the other key is a public key. I believe this command should generate one general...
In an EEM applet I want to condition actions based on whether a show command outputs a result or does not output a result.Here is what I have come up with so far:conf tevent manager applet TEST event none! creating a variable with a temporary value ...
I have this issue too, and tired the suggested workaround of using https://sandboxdnac2.cisco.com/I used used the same credentials (Username: devnetuser/Password: Cisco123!), and still get login failure.Possibly someone is changing the password and n...
All the VRFs on the router do have explicitly assigned RDs. Their RDs are showing in the output under the Default RD column. So I do not see how the values are Defaults?
Thank you for this solution. I tested it and I think there may be some slight modification needed to this script. action 4 if $var1 eq "" doesn't seem to work as expected. I get an syslog error that says %HA_EM-3-FMPD_UNKNOWN_ENV: fh_parse_var: coul...
Thanks, I'll try that command. By the way, how did you find that command? I searched the internet and could not figure out where to obtain that information. I often find it difficult to locate information on the output of specific commands for IOS...