- VLAN Pool → defines VLANs (e.g., VLAN 113)
- Domain → links to VLAN Pool (e.g., Physical Domain)
- AEP → links to Domain
- Interface Policy Group → links to AEP
- Interface Profile → applies Interface Policy Group to a port
- Switch Profile → applies Interface Profile to a switch
- EPG → statically binds to the port using VLAN from the pool
Networklearner
Working in network field for last 10 years. I have also completed CCIE DC and a good exposure to datacenter technologies. If you need any assistance on Nexus/ACI, send me an email on rockingoa@gmail.com
Sunday, 29 June 2025
How different componet of ACI fits together
Sunday, 15 June 2025
Basic Vs Standard Public Ip Adddress SKU in AZURE
Publick IP address in Azure is available in two SKUs.
Below are the key dfferences between Basic and Standard Public IP addresses.
Tuesday, 10 June 2025
IP Helper address in NXOS
In NX-OS, the command equivalent to Cisco IOS's ip helper-address
for DHCP relay is ip dhcp relay address
. Both commands serve the same purpose: forwarding DHCP requests from clients to a DHCP server located on a different subnet.
Monday, 2 June 2025
Single-Mode Fiber (SMF) Vs Multimode Fiber (MMF)
The main difference between single-mode and multimode fiber optic cables lies in how they transmit light and the distances they can cover:
Monday, 26 May 2025
Cold Vs Warm APIC
Unlike a Cold Standby APIC, which remains inactive and holds no data until it is promoted to active, a Warm Standby APIC continuously synchronizes data from the active APIC nodes while remaining in standby mode. This ongoing synchronization ensures that, in the event of data loss across the APIC cluster, the Warm Standby can be used to restore the cluster, even if parts of the distributed database are permanently lost.
Note - From 6.1(2), standby APIC can be setup as Warm standby APIC.
Thursday, 22 May 2025
How to Encrypt current and new Pre-shared Keys in a Router
How to set up encryption of both current and new pre-shared keys in a router.
Router(config)#key config-key password-encrypt Ourkey123 Router(config)#password encryption aes
Sunday, 18 May 2025
How to Update the Default BIOS Password on Cisco APIC
Securing your Cisco APIC server starts with a strong BIOS password. Whether you're setting it up for the first time or updating it, here’s a quick walkthrough to change the BIOS administrator password.
Step-by-Step Guide
- Enter
BIOS Setup
Reboot the server and press F2 when prompted with “Press Setup”. - Authenticate
Enter the current BIOS password.
Default passwords: "password" or "Insieme123" (for APIC-L4/M4 servers). - Navigate
to Security Settings
Go to the Security tab and select Set Administrator Password. - Update
the Password
- Enter
the current password.
- Type
in the new password.
- Confirm
the new password.
- Save
and Exit
Head to the Save & Exit tab, choose Yes, and let the system reboot.