Meer Cat basking in the evening sun.
Thursday, September 03, 2009
Erasing VLAN.DAT file.
Today I tried deleting VLAN.DAT file from a Catalyst 4948 series switch, but I was getting the following error.
%Error deleting cat4000_flash:vlan.dat (Permission denied)
I could not find the actual cause of it but I found a work around. Instead of delete command I used erase command. One thing to remember is erase command deletes all files ffrom the cat4000_flash.
The command syntax is “ erase cat4000_flash:”. Type yes to confirm that you wanted to erase the cat4000_flash;
Hope this will help you.
Thank you.
Tuesday, September 01, 2009
Mapping Cisco old commands to new commands.
Old Command | |
configure network | |
configure overwrite-network | |
copy rcp running-config | |
copy running-config rcp | |
copy running-config startup-config | |
copy running-config tftp | |
copy tftp running-config | |
copy tftp startup-config | |
erase startup-config | |
show configuration | |
show file | |
show running-config | |
write erase | |
write memory | |
write network | |
write terminal |
Wednesday, August 19, 2009
Interesting facts about LED TV.
I found the below interesting facts from http://www.vizio.com/about.aspx?cid=3519&id=2892
Monday, August 17, 2009
Port speed and duplex auto negotiation.
Note: This section is only applicable for 10/100/1000 Mbps (1000BASE-T) NICs, and not 1000BASE-X NICs.
Table 1—Autonegotiation Valid Configuration
Configuration Switch (Speed/Duplex) | Resulting NIC Speed/Duplex | Resulting Catalyst Speed/Duplex | Comments | |
AUTO | AUTO | 1000 Mbps, Full-duplex | 1000 Mbps, Full-duplex | Assuming maximum capability of Catalyst switch, and NIC is 1000 Mbps, full-duplex. |
1000 Mbps, Full-duplex | AUTO | 1000 Mbps, Full-duplex | 1000 Mbps, Full-duplex | Link is established, but the switch does not see any autonegotiation information from NIC. Since Catalyst switches support only full-duplex operation with 1000 Mbps, they default to full-duplex, and this happens only when operating at 1000 Mbps. |
AUTO | 1000 Mbps, Full-duplex | 1000 Mbps, Full-duplex | 1000 Mbps, Full-duplex | Assuming maximum capability of NIC is 1000 Mbps, full-duplex. |
1000 Mbps, Full-duplex | 1000 Mbps, Full-duplex | 1000 Mbps, Full-duplex | 1000 Mbps, Full-duplex | Correct Manual Configuration |
100 Mbps, Full-duplex | 1000 Mbps, Full-duplex | No Link | No Link | Neither side establishes link, due to speed mismatch |
100 Mbps, Full-duplex | AUTO | 100 Mbps, Full-duplex | 100 Mbps, Half-duplex | Duplex Mismatch 1 |
AUTO | 100 Mbps, Full-duplex | 100 Mbps, Half-duplex | 100 Mbps, Full-duplex | Duplex Mismatch 1 |
100 Mbps, Full-duplex | 100 Mbps, Full-duplex | 100 Mbps, Full-duplex | 100 Mbps, Full-duplex | Correct Manual Configuration2 |
100 Mbps, Half-duplex | AUTO | 100 Mbps, Half-duplex | 100 Mbps, Half-duplex | Link is established, but switch does not see any autonegotiation information from NIC and defaults to half-duplex when operating at 10/100 Mbps. |
10 Mbps, Half-duplex | AUTO | 10 Mbps, Half-duplex | 10 Mbps, Half-duplex | Link is established, but switch does not see Fast Link Pulse (FLP) and defaults to 10 Mbps half-duplex. |
10 Mbps, Half-duplex | 100 Mbps, Half-duplex | No Link | No Link | Neither side establishes link, due to speed mismatch. |
AUTO | 100 Mbps, Half-duplex | 100 Mbps, Half-duplex | 100 Mbps, Half-duplex | Link is established, but NIC does not see any autonegotiation information and defaults to 100 Mbps, half-duplex. |
AUTO | 10 Mbps, Half-duplex | 10 Mbps, Half-duplex | 10 Mbps, Half-duplex | Link is established, but NIC does not see FLP and defaults to 10 Mbps, half-duplex. |
DVDs for cheap price.
Friday, August 14, 2009
Best site for Network Cheatsheets.
I found this website has the best network cheatsheets.
http://mion.faireal.net/BES/
Monetizing the blog.
Tuesday, August 11, 2009
Reebok 40% discount coupon.
Please check this 40% discount coupon from Reebok. It expires by August 16th 2009.
Wednesday, August 05, 2009
Auctions for free stuff.
Wow! Now you can auction for free stuff at this site. Interesting.
http://www.listia.com/signup/1240
Monday, August 03, 2009
Junos like open source routing software.
I simulate networks with Cisco and Juniper routers on my PC to study and understand very well about routing protocols. With GNS3 my life became simple in emulating Cisco routers. Running Juniper routers on Olive is kind tedious but one of my friends was gracious enough to prepare an Olive VM for me. But I wanted to run more routers with less trouble and I found that the following company offers a Junos like OS for free(offcourse without support). They do have some paid services which I do not need to care at this point. Please click on the following link to more about their product and download.
http://www.vyatta.com/
Emulating Cisco ASA firewall.
I have been trying to emulate Cisco ASA firewall various ways on my PCs. I used GNS3 and Qemu until I found this website recently. It is very easy now to emulate an ASA in VMWare using this ISO. Please try.
http://asa_project.gromnet.net
Saturday, August 01, 2009
Container gardening.
I live in a single bed room rental apartment which has a small patio. Luckily I get lot of light in the patio. I got so crazy about container gardening. I did not setup a goal to grow vegetables to reduce my costs, but I wanted to entertain myself by taking care of the plants. I looked around internet for various ideas. I found the following link is very useful.
http://aggie-horticulture.tamu.edu/extension/container/container.html
Gardening is kind of mental relaxation for me. I feel realxed when I see plants growing. I feel relaxed when I take care of plants. I feel that I am achieving something when the plants grow and start giving flowers etc.
I will keep posting progress of my container garden.
Cheers.
Murthy
Wednesday, February 25, 2009
Time stamping the show commands.
If you want to time stamp the show commands along with current CPU utilization for a particular session, issue the following command.
terminal exec prompt timestamp
enable
Sample Output:
cs1#show run
Load for five secs: 0%/0%; one minute: 1%; five minutes: 1%
Time source is NTP, *11:00:00.713 Pacific Wed Feb 25 2009
Building configuration...
Current configuration : 30463 bytes
!
Friday, January 30, 2009
Cisco Hidden command for fabric utilizations.
show plat hard cap fabric
The output of the above command gives bus utlization etc. It is a very nice command
Wednesday, January 28, 2009
Identifying the backplane utilization on Catalyst 6500.
You always wanted to know the peak backplane utilization of Catalyst 6500 series switch and when it occurred. You can find those details by typing this command.