View Full Version : Cisco 2600 router help
Noodles
13th October 2004, 11:51
Having some ongoing problems with nildram and they have instructed me to add the following lines below the "dialer0" interface.
no ppp multilink interleave
ppp multilink fragment disable
no ppp reliable
problem is, I know a few commands for my router, how to log in and check link status, thats about it.
Can anyone help me, how I can access my config, add the above lines and then save/reboot my router.
Killy
13th October 2004, 17:40
afaik you have to login to the dialer0 interface and then enter these commands, not sure on a 2600 router as i've not used one, but if it's anything like to ones i've used then (and excuse the syntax as i'm a bit tired) login to router, configure terminal, interface dialer0, <enter commands shown> , exit and do show run command to see if the commands have been put in successfully and then copy running-config startup-config and hopefully that should sort it
although i'd like to say i take no responsibilty if it goes tits up, just make sure you have a copy of the startup-config ;)
Brains-Lans
14th October 2004, 06:52
Noodles I am sure that you are allready aware of this, but if not remember that you have to be in enable mode to type these commands.
so login with telnet password, enable, then as kil88 said.
bvark
14th October 2004, 08:50
From enable mode:
configure terminal
interface dialer0
no ppp multilink interleave
ppp multilink fragment disable
no ppp reliable
end
copy run start
'show ppp multilink' when you're connected will allow you to verify interleaving is off.
You might want to check the MTU of the dialer0 interface (via show interface dialer0 when connected), just to make sure it's at least 1508.
vBulletin® v3.7.4, Copyright ©2000-2008, Jelsoft Enterprises Ltd.