The main difference between single-mode and multimode fiber optic cables lies in how they transmit light and the distances they can cover:
I am a network professional with over 18 years of experience in enterprise and data‑center networking. I am a CCIE Data Center certified engineer with strong hands‑on expertise in Cisco Nexus and Cisco ACI design, deployment, troubleshooting, and operations. I work on production ACI fabrics and am available for Cisco ACI and Nexus freelancing or consulting work. Contact: rockingoa@gmail.com
Monday, 2 June 2025
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.
Friday, 20 September 2024
How to recertify the CCIE Certification
Complete one of the following to recertify:
- 1 Expert level lab exam
- 1 CCDE written exam
- 1 Core exam &1 Concentration exam
- 2 Core exams
- 3 Concentration exams
- 1 Core exam & 40 CE credits
- 1 Concentration exam & 80 CE credits
- 2 Concentration exam and 40 CE credits
- 120 CE credits
Wednesday, 24 January 2024
How many packets dropping rate is acceptable?
Below are the SLA parameters for Video and Voice.
Transport network SLAs for video quality
Recommended network SLA for video[4] is as follows:
- Latency ≤ 150–300ms
- Jitter ≤ 10 ms–50ms
- Loss ≤ 0.5%
Incidentally the recommended network SLA for transporting audio are:
- Latency ≤ 150–300ms
- Jitter ≤ 20 ms–50ms
- Loss ≤ 1%
Saturday, 27 February 2021
Cisco Fabric reset - Factory default
Step
1: Wipe the switches.
Spine201# setup-clean-config.sh
In progress
In progress
In progress
In progress
In progress
Done
Spine201#
Step
2: Wipe the APICs.
Run the following commands on each APIC:
apic# acidiag touch clean
This command will wipe out this device. Proceed? [y/N] y
apic# acidiag touch setup
This command will reset the device configuration, Proceed?
[y/N] y
Step
3: Reload the APICs.
apic# acidiag reboot
This command will restart the this device, Proceed? [y/N] y
Step
4: Reload the Switches.
Step
5: Reconfigure the APICs.