2013年3月25日 星期一

WLC 5508 predownload image

Today, I need to upgrade a WLC 5508 and 4402 from 6.0.199.4 and 6.0.188.0. to 7.0.240.0. On Thursday, I will upgrade a 3750G with WLC module  to 7.0.240.0.

To reduce the down time of the AP, predownload image of AP is used. Only 25 AP can be predownload at the same time =.=

2013年3月17日 星期日

WLC 3750G-WS-S50 upgrade path

Someone needs to upgrade the WLC 3750G-WS-S50 from 4.2.99.0 to 7.0.240, it is necessary to find the upgrade path. Here is the path:


Finally, i don't want to take any risk. I upgrade from 4 to 5, 5 to 6, and 6 to 7. It is totally waste of time.... but successful :)

2013年3月14日 星期四

Administrative Distance


Default Distance Value Table

This table lists the administrative distance default values of the protocols that Cisco supports:
Route SourceDefault Distance Values
Connected interface0
Static route1
Enhanced Interior Gateway Routing Protocol (EIGRP) summary route5
External Border Gateway Protocol (BGP)20
Internal EIGRP90
IGRP100
OSPF110
Intermediate System-to-Intermediate System (IS-IS)115
Routing Information Protocol (RIP)120
Exterior Gateway Protocol (EGP)140
On Demand Routing (ODR)160
External EIGRP170
Internal BGP200
Unknown*255


http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080094195.shtml

2013年3月13日 星期三

SSH configuration

Secure Shell (SSH) is a protocol which provides a secure remote access connection to network devices.

The Cisco IOS image used must be a k9(crypto) image in order to support SSH. For example c3750e-universalk9-tar.122-35.SE5.tar is a k9 (crypto) image.


Set Up an IOS Router or Switch as SSH Client

There are four steps required to enable SSH support on a Cisco IOS router:
  1. Configure the hostname command.
  2. Configure the DNS domain.
  3. Generate the SSH key to be used.
  4. Enable SSH transport support for the virtual type terminal (vtys).

conf t
hostname jason
ip domain-name jason
aaa new-model
username jason password 0 jason
crypto key gen rsa
1024
line vty 5 15
transport input SSH