Skip to main content

Working on a Live Power Outlet - Would you ?

Health and Safety at Work


So your better half has decided that they want the sockets in the Lounge changed from Plastic to Chrome Plated. What do you do ? Put on your rubber boots and gloves and start to work being really careful not to touch an exposed wire! or do you switch the circuit off then perform the upgrade ensuring everything is correct. I know my preferred method!

Danger is my middle name


Now in networking terms being a Cisco CCIE I often have to put on my rubber boots and gloves because working on any configuration on a Cisco IOS Router (except new ASR9K) that is effectively what you are doing. One wrong command and you are gonna get a shock!

Need to read more


I never really gave this much consideration, I just accepted it as the way it is. Now I see this as complacency on my part. Anyway my competency was challenged when I started to read into Juniper JUNOS. (Don't worry if any one seen Juniper it on my computer screen at work, I just flipped over to YouTube).

Cisco please copy


When you work with JUNOS you do not work with the live configuration, you work with a work in progress (Candidate) configuration. That is not the best bit, the best bit is that you can issue a "commit confirm" which means you commit the configuration and you have a period of time before you have to enter the "commit" command again or else the configuration will be rolled back to the previous configuration.

How many time have you locked yourself out with a dogey ACL update, or IPSEC went pear shape, this is a command I now dream of having in IOS. It is so much more elegant than "reload in". Please Please Please Cisco get this feature in IOS.

Cisco IOS Today


So Cisco do have some Roll Back Features http://stack.nil.com/ipcorner/ConfigReplacement#chapter4 however it not very elegant IMO. And you are relying on having a full config pre-prepared, instead of preparing it on the actual end device.

Service Providers you lucky beggars


Note : ASR9K and IOS XR 3.72 has "Commit confirmed" which appear very simmilar, but I do not expect to see many ASR9Ks in Enterprises environment any time soon.

 

 

 

 

Comments

Popular posts from this blog

ASR1006 Dual Route Processors Password Recovery - Tip

I recently ran into an issue when trying to perform dual route processors password recovery on a Cisco  ASR1006 Problem After breaking into rommon mode and using confreg to ignore the startup configuration, during the rest the ASR1006 loaded the startup configuration!!!!!!!! Solution So quick and simple, I pulled one of the RP and preformed password recovery running on a single RP. All went according to the Cisco documentation http://www.cisco.com/en/US/docs/routers/asr1000/install/guide/routers/asr1_hwc.html#wp1045971   After the system running on a single RP was recovered and fully booted I waiting for 5 minutes just to be sure; then I inserted the second RP and allowed everything to sync up.   All was well again :) phew   Note: The system was previously fully functioning with dual RPs; a configuration error was made during Tacacs+ configuration which resulted in lockout.   Summary I hit an issue recovering and ASR with dual RPs, so rather that spending hour researching, I decided ve

Break the Network Emulators out of the Cloud

Cisco IOU and JunoSphere Recently both Cisco and Juniper have announced the availability of online resources to provide hands on training over the internet. They have built software emulators in the cloud that can be accessed remotely for a cost. These solutions are based purely around the certification programs and therefore are pretty rigid in the topology that are provided, not to mention the re-occurring cost. http://www.juniper.net/us/en/company/press-center/press-releases/2011/pr_2011_05_16-03_01.html https://learningnetworkstore.cisco.com/market/prod/listSubCatLearnLab.se.work?TRGT=85&/nxt/rcrs/=2559 Rack Rentals There are training providers such as Internetwork Expert (http://www.ine.com/) and IPexpert (http://www.ipexpert.com/) who provide rack rentals based on their training materials. These guy cannot possibly compete going forward. To keep these sustainable they will need to reduce the overhead of building physical racks, providing power and space for the racks. Using e

VMWARE ESXi 5.0 Command line quickies

Hi, It has been a long time since my last posts, but recently I have been working on my home ESXi lab so I thought I would share. I switched over to using Apple Mac just over a year ago, so I don't have a windows machine running by default to run the vSphere client software and generally all I want to do is startup VMs and switch off the ESXi server when I am done. I did some searching and found that I could use vmware vim-cmd if I SSHed into the ESXi server. This need to be enabled at the console, then you can use putty or your tool of choice to connect. Anyway there are several commands the following to me are most useful. List all Virtual Machines vim-cmd vmsvc/getallvms Get a Virtual Machines state (on/off etc) vim-cmd  vmsvc/power.getstate Power on a virtual machine vim-cmd vmsvc/power.on Combining command to a one liner you can find out the power on state of all Virtual Machines vim-cmd vmsvc/getallvms && for x in `vim-cmd vmsvc/getallvms|