|
August 21 2007 (9:00AM)
I wanted to post a
quick field note on the Cisco 10012Ubr when swapping MC5x20S
linecards with MC5x20U cards. When you swap the S card to
replace a U card you may lose you IOS config for the line
card being replaced. You will need to backup you running
config to a tftp or notepad before swapping the cards.

Here is my
preferred process when swapping any kind of 5x20 line card
with HA (HCCP). Now the way I am explaining here is assuming
that you are using HCCP bitmaps (will also work with HCCP
global).
- Do a
"show running-config" and copy/paste the configuration for
the cable line card that needs to be replaced onto a text
editor.
- Do a
"show cable modem summary total" this will give you a
baseline of the number of DOCSIS devices before you begin.
- Do a
"show cable call" this will let you see if any active 911
calls are in progress (you should not perform any kind of
maintenance when 911 calls are active).
- hccp
(group) switch (member) (i.e. router# hccp 1 switch 50) This
will force the active card to fail over to the protect card
so you do not interrupt service. you will repeat this
command till all groups and members on the card to be
replaced are failed over to protect.
- Do a
"cable power off <slot/port>" to power off the line card
that needs to be replaced.
-
Remove the old line card from the uBR10K chassis
-
Insert the new line card into the uBR10K chassis
- Do a
"cable power on <slot/port>" to power on the newly inserted
line card.
- Do
"show running configuration" to make sure the config on the
replaced line card is persent.
-
(This step is if any config is lost) Paste the saved IOS
configuration for the line card from the text editor
- Do a
"show hccp brief" to verify the groups and member to fail
back to the replaced line card.
- hccp
(group) switch (member) (i.e. router# hccp 1 switch 50) This
will fail the from the protect card back to the normal
working card. Repeat this command till all the protected
groups & members are back to there normal working card.
- Do a
"show cable call" to make sure you PacketCable calls or SIP
traffic is back up and running (you may want to make test
calls).
- Do a
"show cable modem summary total" and compare it to the one
you ran before the card swap. Now you might have less
devices online now but as long as the difference is less
than 5% you should be fine since some of the device might
take longer to come back online.
- Make
sure all cable downstream / upstream interfaces are up and
operation. You might have to do a "no shutdown" on some
interfaces.
- Do a
"wr mem" or "copy running configuration start-up
configuration" to save the IOS configuration
Now some
engineers will wonder why I went though the process of
powering down the slot and not just pulling the linecard and
letting the normal process of protection take place. Well I
do it this way because I do not want to tempt fate when
dealing with equipment that cost more than I make in a year
and also you can risk static electricity shorting out the
old or new card if you do not power down the slot. Cisco
added the option for a reason. If you are planning to
replace any line cards and are worried about the process
feel free to drop me an
e-mail and I will assist if time
permits. Good luck and also feel free to share you CMTS war
stories with me too. |