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. |