Labels
- Cheat Sheets (7)
- Checkpoint (159)
- Cisco (24)
- Commands (5)
- Fortigate (2)
- Frame-Relay (9)
- Linux (3)
- Netscaler (29)
- Netscreen (2)
- Nokia (7)
- UNIX (2)
Live Traffic
Clear Cisco Router Configuration Back to Factory Defaults
7/02/2011 07:41:00 AM
Posted by MK | Filed Under Cisco | 9 Comments
Configuration Archiving on Cisco Routers
7/02/2011 07:40:00 AM
Posted by MK | Filed Under Cisco | 3 Comments
Auto Tuning Buffers on Cisco Router
7/02/2011 07:39:00 AM
Posted by MK | Filed Under Cisco | 2 Comments
Tuning Cisco Router Buffers
7/02/2011 07:38:00 AM
Posted by MK | Filed Under Cisco | 1 Comments
Configure Layer 3 port-channel (EtherChannel) between Cisco Router and Switch
7/02/2011 07:36:00 AM
Posted by MK | Filed Under Cisco | 5 Comments
IPv6 Quick Facts
7/02/2011 07:36:00 AM
Posted by MK | Filed Under Cisco | 2 Comments
The "Do" Command on a Cisco Router
Example:
router(config)#do show interface f0/1
router(config-if)#do show run
7/02/2011 07:33:00 AM
Posted by MK | Filed Under Cisco | 2 Comments
Set Cisco Stack Master Placement in Switch Stack
7/02/2011 06:12:00 AM
Posted by MK | Filed Under Cisco | 0 Comments
Enable Stateful Switchover (SSO) on Cisco Switch Supervisor Modules
7/02/2011 06:09:00 AM
Posted by MK | Filed Under Cisco | 0 Comments
Virtual Trunk Protocol (VTP) Cisco Switch Configuration Best Practices
7/02/2011 06:09:00 AM
Posted by MK | Filed Under Cisco | 0 Comments
Rapid Per-VLAN Spanning-Tree (PVST+) Cisco Switch Configuration
7/02/2011 06:08:00 AM
Posted by MK | Filed Under Cisco | 0 Comments
Unidirectional Link Detection (UDLD) Cisco Switch Configuration
7/02/2011 06:07:00 AM
Posted by MK | Filed Under Cisco | 0 Comments
Configuring Cisco EtherChannel Load Balancing Method
7/02/2011 06:06:00 AM
Posted by MK | Filed Under Cisco | 0 Comments
Cisco Best Practice - Turn off http, telnet and enable https, ssh
7/02/2011 06:05:00 AM
Posted by MK | Filed Under Cisco | 0 Comments
Display top CPU processes on the router
router#show processes cpu sorted 1min CPU utilization for five seconds: 1%/0%; one minute: 2%; five minutes: 2% PID Runtime(ms) Invoked uSecs 5Sec 1Min 5Min TTY Process 5 180080 9762 18447 0.00% 1.75% 1.73% 0 Check heaps 62 648 181 3580 0.00% 0.31% 0.12% 2 Virtual Exec 25 4116 173 23791 0.49% 0.05% 0.00% 0 Per-minute Jobs 30 848 1172 723 0.00% 0.01% 0.00% 0 IP Input 81 12 357 33 0.08% 0.00% 0.00% 0 CEF Scanner 6 8 2 4000 0.00% 0.00% 0.00% 0 Pool Manager 4 0 86 0 0.00% 0.00% 0.00% 0 DHCPD Timer 3 4 27 148 0.00% 0.00% 0.00% 0 CRYPTO IKMP IPC 9 0 1 0 0.00% 0.00% 0.00% 0 AAA high-capacit 10 52 238 218 0.00% 0.00% 0.00% 0 ARP Input ... rest deleted ... router#show processes cpu history 22222 22 11111 11111 100 90 80 70 60 50 40 30 20 ***** 10 ***** 0....5....1....1....2....2....3....3....4....4....5....5.... 0 5 0 5 0 5 0 5 0 5 CPU% per second (last 60 seconds) 2121121112121112121 11111222222122 12211121119112121 12221 1926405121716641818 76211100148411 70088401221831611470011 100 90 * 80 * 70 * 60 * 50 * 40 * 30 * * 20 **** ** ***** **** ** ****** ** ***** * ** *** **** 10 ******************* **********#*** **********#****** ***** 0....5....1....1....2....2....3....3....4....4....5....5.... 0 5 0 5 0 5 0 5 0 5 CPU% per minute (last 60 minutes) * = maximum CPU% # = average CPU% 1 80 60 100 * 90 ** 80 ** 70 ** 60 ** 50 ** 40 ** 30 ** 20 ** 10 ** 0....5....1....1....2....2....3....3....4....4....5....5.... 0 5 0 5 0 5 0 5 0 5 CPU% per hour (last 72 hours) * = maximum CPU% # = average CPU%
7/01/2011 10:54:00 AM
Posted by MK | Filed Under Cisco | 0 Comments
Quick tip: Display Interface bandwidth
Here is a sample printout:
Rtr#show interface | include protocol|BW FastEthernet0/0 is administratively down, line protocol is down MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec, Serial1/0 is up, line protocol is up MTU 1500 bytes, BW 2000 Kbit, DLY 20000 usec, Serial1/1 is up, line protocol is up MTU 1500 bytes, BW 2000 Kbit, DLY 20000 usec, Serial1/2 is up, line protocol is up MTU 1500 bytes, BW 2000 Kbit, DLY 20000 usec, Serial1/3 is administratively down, line protocol is down MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, Loopback0 is up, line protocol is up MTU 1514 bytes, BW 8000000 Kbit, DLY 5000 usec,
7/01/2011 10:48:00 AM
Posted by MK | Filed Under Cisco | 0 Comments
Configuring controller E1
If you not doing following configuration you will not able to see E1 interface by default.
Router(config)#controller E1 0/1/0
Router(config-controller)#framing no-crc4
Router(config-controller)#channel-group 0 timeslots 1-31
Router(config-controller)#
Router(config)#framing no-crc4
Router(config-controller)#sh
Router(config-controller)#no sh
Router(config-controller)#^Z
Router#
Router(config)#int se0/1/0:0
Router(config-if)#encapsulation frame-relay ietf
Router(config-if)#exit
Router(config)#int se0/1/0:0.1
Router(config-subif)#frame-relay interface-dlci ?
<16-1007> Define a switched or locally terminated DLCI
6/30/2011 05:13:00 AM
Posted by MK | Filed Under Cisco | 0 Comments
Autonegotiation Valid Configuration
Autonegotiation Valid Configuration
Configuration NIC (Speed/Duplex) |
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. |
6/30/2011 04:14:00 AM
Posted by MK | Filed Under Cisco | 0 Comments
Hardware Troubleshooting for Cisco 12000 Series Internet Router Line Card Failures
Hardware Troubleshooting for Cisco 12000 Series Internet Router Line Card
Highlights:- show context summary = slot crashes
- show logging
- show logging summary
- show diag <slot>
- show context slot <slot>
- show led
-
diag 7 verbose tftp tftp://x.x.x.x ( this test will run 5 - 20 min and the card will not be usable durung the test)
- diag <slot> previous
6/30/2011 04:12:00 AM
Posted by MK | Filed Under Cisco | 0 Comments
troubleshooting high CPU utilization
to the appropriate link:
- ARP Input—ARP Input section of the document Troubleshooting High CPU
Utilization Due to Processes - BGP Router—High CPU due to BGP Router Process section of the document
Troubleshooting High CPU Caused by the BGP Scanner or BGP Router
Process - BGP Scanner—High CPU due to BGP Scanner section of the document
Troubleshooting High CPU Caused by the BGP Scanner or BGP Router
Process - EXEC—High CPU
Utilization in the EXEC and Virtual EXEC Processes - HyBridge Input—Troubleshooting High CPU Utilization Caused by the HyBridge Input
Process on Routers With ATM Interfaces - IP Input—Troubleshooting High CPU Utilization Due to the IP Input
Process - IP Simple Network Management Protocol (SNMP)—IP Simple Network Management Protocol
(SNMP) Causes High CPU Utilization - LC ADJ Updater—What Causes High CPU Utilization in the LC Adjacency Updater
Process on a Cisco 12000 Series Internet Router? - TCP Timer—TCP Timer section of the document Troubleshooting High CPU
Utilization due to Processes - TTY Background—TTY Background section of the document Troubleshooting High
CPU Utilization due to Processes - Virtual EXEC—High CPU Utilization in Exec and Virtual Exec
Processes - Vtemplate Backgr—Virtual Template Background section of the document
Troubleshooting High CPU Utilization due to Processes - Other processes—Other Processes section of the document Troubleshooting High
CPU Utilization due to Processes
6/30/2011 04:11:00 AM
Posted by MK | Filed Under Cisco | 1 Comments
Search This Blog
Blog Archive
-
▼
2011
(107)
-
▼
July
(49)
- Clear Cisco Router Configuration Back to Factory D...
- Configuration Archiving on Cisco Routers
- Auto Tuning Buffers on Cisco Router
- Tuning Cisco Router Buffers
- Configure Layer 3 port-channel (EtherChannel) betw...
- IPv6 Quick Facts
- The "Do" Command on a Cisco Router
- Subnet Cheat Sheet
- Linux Cheat Sheet - Command Line
- ScreenOS Cheat Sheet
- Cisco IOS Cheat Sheet
- Network Cheatsheet
- digital signal X
- The speed of...
- frame-relay full mesh
- point-to-point vs. multipoint in frame-relay
- inverse-arp in frame-relay
- static and dynamic mappings in frame-relay
- frame-relay map ip dlci broadcast
- debugging frame-relay
- Frame-Relay and traffic shaping (FRTS)
- A simple explanation FECN / BECN
- different kinds of frame-relay connections, dynami...
- Set Cisco Stack Master Placement in Switch Stack
- Enable Stateful Switchover (SSO) on Cisco Switch S...
- Virtual Trunk Protocol (VTP) Cisco Switch Configur...
- Rapid Per-VLAN Spanning-Tree (PVST+) Cisco Switch ...
- Unidirectional Link Detection (UDLD) Cisco Switch ...
- Configuring Cisco EtherChannel Load Balancing Method
- Cisco Best Practice - Turn off http, telnet and en...
- You can't set duplex/speed settings of the Fortiga...
- Fortigate firewall demo free access. Also FortiMan...
- Visio stencils for Cisco, Juniper, Fortinet, Check...
- CheckPoint SecureClient Ports
- How to debug a CheckPoint VPN Connection
- Show the name of the installed CheckPoint Policy
- Checklist for adding new interface on a CheckPoint FW
- CheckPoint Failover Commands
- Command to list CheckPoint Installed Products
- How to run a CheckPoint Debug
- List the Top Connections on a CheckPoint Firewall
- Clear CheckPoint NAT and State Table
- CheckPoint Log Buffer Full
- IPSO CLISH Interface Examples
- How to deal with CheckPoint Certificate if it is E...
- How to delete manually a license for Checkpoint
- Troubleshooting Checkpoint VPNS with IKEVIEW
- Display top CPU processes on the router
- Quick tip: Display Interface bandwidth
-
▼
July
(49)