Had a strange issue today where users were they could hit the landing page of a website but could browse no further
simple fix was to change the mass adjust.
ip tcp adjust-mss 1300
Incoming search terms:tcpmass --clamp-mss-to-pmtu
Read the Full Article
Category Archives: Routers
Template: Cisco tunnel template – EIGRP
Cisco tunnel template – EIGRP
Below is a tunnel template used to provide a single site failover between two remote locations.
interface Tunnel[SITE TUNNEL KEY]
description —- [SITE] & [REMOTE SITE] —-
ip address [SITE TUNNEL IP] 255.255.255.252
ip flow ingress
tunnel source [LOCAL PROVIDER INTERFACE IP]
tunnel destination [SITE PROVIDER IP]
tunnel key [TUNNEL KEY]
interface Tunnel[SITE2 TUNNEL KEY]
description —- [SITE] & [REMOTE SITE2] —-
ip address [SITE2 TUNNEL IP] 255.255.255.252
ip flow ingress
tunnel source [LOCAL PROVIDER INTERFACE IP]
tunnel destination [SITE2 PROVIDER IP]
tunnel key [SITE2 TUNNE
Read the Full Article
Read the Full Article
The Abolute top 10 show Commands Everybody Needs To Know in Cisco Routers
Some commands in the Cisco router configuration are just irreplaceable. The ‘show’ commands are the most widely used in Cisco routers. Here is a list of the 10 mostly used of these ‘show’ commands.
1. show running-config
This command is your true best friend. It shows the complete configuration that is running currently.
2. show startup-config
This command shows the configuration that is saved on the NVRAM. It is helpful in knowing the configuration that will be applied the next time the routers is reloaded.
3. show interface
This command shows status and statistics regarding interfaces. This command is almost always needed in trouble
Read the Full Article
Read the Full Article
Understanding the Cisco IOS File Name Convention
Before planning an upgrade or install of an IOS file, you will need to understand the meaning of the name of each IOS file.
The IOS file name is usually similar to this form
xxxx-yyy-ww.aaa-bb.bin
1. The xxxx is the platform. For example:
c1005 – For 1005 platform
c1600 – For 1600 platform
c1700 – For 1700, 1720, and 1750 platforms
c2500 – For 25xx, 3xxx, 5100, and AO (11.2 and later only) platforms
c2600 – For 2600 platform
c2800 – For Catalyst 2800 platform
c2900 – For 2910 and 2950 platforms
c3620 – For 3620 platform
c3640 – For 3640 platform
c4000 – For 4000 platform (11.2 and later only)
c4500 – For 4500 and 4700 p
Read the Full Article
Read the Full Article