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 folks,It looks like nobody here have shared a sample Python script to send email from Nexus switches.So, here is my one: #!/isan/bin/python3
import smtplib
from os import getenv
from sys import argv, stderr
from email.mime.multipart import MIM...
Hello,Can anybody explain how an APIC deploys a VLAN configuration for existing port-groups from dynamic VLAN pool?The question is for particular case when a vCenter already have:- folder and VDS/DVS that exactly matches what APIC is going to deploy;...
@Mark Elsen The example purpose might be as a part of action list in an event manager applet tied to a track object of an ip sla. That's because of mail server option is absent in NX-OS.
@Remi-Astruc Pretty clear, thanks. Can you please share your knowledge "about a full APIC Cluster crash/reconfiguration". If I set up a new cluster, then load a configuration from crashed one using Import Type "replace" option, assuming that in-band ...