May 1, 2010 - Networking    No Comments

Fundamental Truths of Networking

I have been meaning to put this one up for a while now, the end of April has reminded me of the April fools RFCs. Yes it is a bit sad to look forward to the April fool RFC – my favourite might well be the IP over Avian Carrier ones. I do think it is worth putting this one up again, especially on the last week or so I have had! I was tempted to issue it to a number of people …… Read more »

Mar 30, 2010 - Networking    No Comments

Intresting 6500 bug

During some recent work we discovered a very interesting bug with Cisco 6500 and specifically their WS-X6708-10GE and WS-X6716-10GE cards. When installing the cards into 6509 or 6513 chassis it can cause an existing module to reload so if you happen to have chosen slot 9-13 you have a issue. The 8th slot above the one you install the card into will reload. So if you place in slot 9, slot 1 may reload. The interesting example I can think of is if you happen to be using a 6513 and install in slot 13 which slot is 8 above…..yes slot 5 which will be your supervisor card! Read more »

Aug 30, 2009 - Networking    No Comments

Config Register

The other week I can across a very useful command after we had a failure to one of our Sup720 cards is a 6509′s. The card was replaced but during the boot-up it would keep on dropping back to ROMMON, however when you type ‘boot’ it would load as expected. When I was asked to have a look my immediate thought was ‘config register’ settings. Read more »

Jul 28, 2009 - Networking    1 Comment

Image upgrade on SSLM

I have been hitting a bug with the version of code we are running on our Cisco SSLM which is holding up a project rollout, as a result TAC have provided a version that it is fix on. I decided to give it a whirl in the test lab however spent a rather long time trying to work out how you upgrade the images on these modules with very little luck. It turns out it is straight forward (arnt all things when you know how to do it). Read more »

Jul 4, 2009 - Networking    No Comments

HSRP Track

A little while ago I can across an issue where connectivity from a customers site back to our data centre was lost. We had 2 routers on their site set up as a HSRP pair, the issue was that the primary routers circuit was having an issue which resulted in us loosing connectivity. As HSRP was configured operations thought that the router should flip to the resilient router that did not have the same issue, this was not the case a only the physical interface was tracked and the physical interface stayed up throughout the issue.

I had already started the process of reviewing how our 3rd party solutions could be improved and was in the process of redesigning the HSRP configuration but never expected the theoretical fault to occur while proving the configuration in the test bed.

What was this solution I was testing and how would it mitigate this specific issue?

IOS track

IOS has a nice feature that allows you to track various things on a router

http://www.cisco.com/en/US/docs/ios/12_2t/12_2t15/feature/guide/fthsrptk.html#wp1176432

……… To be complete………

Dec 29, 2008 - Open Source    No Comments

Bash

I have recently been doing a fair bit of work on some DNS/DHCP appliances that are based on a version of RHEL, as a result I have started to use the Bash shell alot more. In the past on Solaris and HP-UX I have resorted to using KSH and had configured my .profile to pretty much work how I needed.

Although if I really wanted I am sure I could carry on using KSH and update the .profile to work with the RHEL boxes, however how boring. I decided to use Bash (various reason) I thought that I should probably get it to work exactly how I want, so here is my journy.

########### Source global definitions ################
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
############# set the prompt ##########################
# uncomment out 1 and only one below....
# this is hostname and time
#PS1="\h-(\@): "
# this is hostname and history number
#PS1="\h-(\!)# "
# this is hostname and current working directory
PS1="\h-(\w)# "
# this is hostname and shortened current working directory
#PS1="\h-(\W)# "
############# path manipulation #######################
# add ~/bin to the path, cwd as well
PATH="$PATH:$HOME/bin:./"
################# env variables #######################
# make sure that you change this to your username
MAIL="/afs/<a href="http://umbc.edu/users/u/s/username/Mail/inbox" target="_blank">umbc.edu/users/u/s/username/Mail/inbox</a>"
export PATH
unset USERNAME
###### User specific aliases and functions ############
Oct 22, 2008 - General    No Comments

Hello world!

Hello and welcome to the blog pages, this is an area to put down any thoughts, ideas or technical details that I come across in my day to day life. I plan to detail things that I find useful, troubleshooting scenarios that I have used or come across.  As a idea of things that I might comments on;

  • Cisco data networking details (Routers/Switches/MDS/ONS)
  • DNS/DHCP
  • Network Management
  • Linux
  • Unix
  • Scripts

In reality it is open to what I fancy writing about.

Happy reading and if you would like to suggest a topic just drop me a note.

Rob

Pages:«12345