TagCisco

CCIE DC Progress Sheet

When working on a large project, I tend to make overview sheets for myself to track progress. My CCIE Datacenter project is no difference. I’ve been asked to share my CCIE Datacenter progress excel sheet a bunch of times now, so I figured I’d put it here: CCIE DC Progress Sheet

 

It has been put together with inspiration from other sheets and it assumes you have an INE subscription for their excellent videos.

Read more

Replacing the UCS Central SSL Certificate

The UCS Central appliance is on it’s way to be a proper centralized management platform for multiple UCS domains, but it’s not quite there yet. There are little simple things missing, such as custom SSL certificates. I had to get UCS Central using a proper SSL certificate the other day and couldn’t really find anything on how to do it. After figuring out how to do it, I decided to document it here!

I’m not getting into how you can generate a SSL private key, there are plenty of other tutorials covering those things. You’ve got two options; generate the … Read more

Nexus 5500: Changing Unified Ports on expansion module without reload

When you need to only the change the unified ports inside an expansion slot of a Nexus 5500, you do not have to reload the entire switch to activate the unified port changes. You can simply restart only the module like this:

nx5548up-a# config t
nx5548up-a(config)# slot 2
nx5548up-a(config-slot)# port 1-16 type fc
nx5548up-a(config-slot)# end
nx5548up-a# copy run start
nx5548up-a# poweroff module 2
nx5548up-a# no poweroff module 2

Read more

UCS Explained in video

Brad Hedlund‘s blog is one of my favorite sources of excellent UCS (and other general) material. I just found the exceptional UCS videos, which deserved a re-share.


Part 1 – The Physical Architecture of UCS

In this video we take a look at the physical network architecture of Cisco UCS and incorporate the new capability of connecting both blade and rack mount servers to UCS Manager.


Part 2 – Infrastructure Virtualization & Logical Architecture

Here we look at how Cisco UCS virtualizes every significant component of the physical architecture; switches, cables, adapters, and servers. Then we look at how … Read more

New UCS Blade Server on older UCS Firmware

When expanding your UCS environment, Cisco will deliver your new blades with the latest firmware. If you’re running an older firmware on your UCS setup, this could cause an issue with the blade discovery.

If the new blades are hung on the discovery process with BIOS POST issues, the following message can appear in the FSM tab of the server:

Waiting for BIOS POST completion from CIMC on server 1/1 (FSM-STAGE:sam:dme:ComputeBladeDiscover:BiosPostCompletion)

This can happen when then blades firmware is newer than the firmware available in the bundle installed in the UCS Manager. The easiest way to recover and complete your … Read more

IOS Recovery of 3750 switch

I had a corrupted IOS image on a 3750E switch today and feared for a xmodem transfer to eat up my day, until I found that you can copy from TFTP. It’s very well hidden, but still possible. Here’s how:

When the switch has ‘booted’ without a proper IOS, you’ll be in the ‘switch: ‘ command line. In the following example, I will assume that the TFTP server has IP 192.168.0.10 and the switch will use 192.168.0.1.

Connect your TFTP server to the ethernet management port, then follow this sequence:

switch: set IP_ADDR 192.168.0.1/255.255.255.0
switch: set DEFAULT_ROUTER 192.168.0.10
switch: copy
Read more

Enabling IPv6 on a Cisco ME3400

For some reason a Cisco ME3400 doesn’t have both IPv4 and IPv6 routing enabled. Still wondering why, but this is how you enable it:

 

conf t
sdm prefer dual-ipv4-and-ipv6 routing
exit
wr mem
reload
Read more

© 2024 Lostdomain

Theme by Anders NorénUp ↑