Networking Forums

Networking Forums > Computer Networking > Broadband > Example Cisco ADSL config for Pipex (UK)

Reply
Thread Tools Display Modes

Example Cisco ADSL config for Pipex (UK)

 
 
z400d3
Guest
Posts: n/a

 
      10-14-2004, 12:01 PM
I am looking for an example ADSL config for Pipex (UK)

I am using a 2600 router but a config for any cisco router would be
fine.

Any help appreciated !
Drop the ZZZ to reply

Cheers ...
 
Reply With Quote
 
 
 
 
Duncan Newell
Guest
Posts: n/a

 
      10-14-2004, 09:48 PM

"z400d3" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I am looking for an example ADSL config for Pipex (UK)
>
> I am using a 2600 router but a config for any cisco router would be
> fine.
>
> Any help appreciated !
> Drop the ZZZ to reply
>
> Cheers ...



Maybe something along the lines of ::::::::: i dont know your settings i.e.
IP address if you want DHCP etc etc this is basic tye of thing

!
version 12.1
no service single-slot-reload-enable
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Router
!
logging rate-limit console 10 except errors
enable secret MYSECRETPASSWORD
!
ip subnet-zero
no ip finger
ip name-server #.#.#.# ! replace this
ip dhcp excluded-address 10.10.10.1
!
ip dhcp pool CLIENT
import all
network 10.10.10.0 255.255.255.0
default-router 10.10.10.1
dns-server #.#.#.# ! replace this
!
no ip dhcp-client network-discovery
!
!
!
interface Ethernet0
ip address 10.10.10.1 255.255.255.0
ip nat inside
no ip mroute-cache
!
interface ATM0
no ip address
no ip mroute-cache
no atm ilmi-keepalive
pvc 0/38
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
bundle-enable
dsl operating-mode auto
hold-queue 224 in
!
interface Dialer1
ip address negotiated
ip nat outside
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication chap callin
ppp chap hostname myusername@myisp
ppp chap password MYPASSWORD
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
!
ip nat inside source list 102 interface Dialer1 overload
access-list 102 permit ip 10.10.10.0 0.0.0.255 any
dialer-list 1 protocol ip permit
!
line con 0
exec-timeout 120 0
transport input none
stopbits 1
line vty 0 4
exec-timeout 30 0
login local
length 0
!
scheduler max-task-time 5000
end


----------------------------------------------------------------------------
----


 
Reply With Quote
 
z400d3
Guest
Posts: n/a

 
      10-18-2004, 01:10 PM
Cheers for that Duncan ...

On Thu, 14 Oct 2004 22:48:54 +0100, "Duncan Newell"
<(E-Mail Removed)> wrote:

>
>"z400d3" <(E-Mail Removed)> wrote in message
>news:(E-Mail Removed).. .
>> I am looking for an example ADSL config for Pipex (UK)
>>
>> I am using a 2600 router but a config for any cisco router would be
>> fine.
>>
>> Any help appreciated !
>> Drop the ZZZ to reply
>>
>> Cheers ...

>
>
>Maybe something along the lines of ::::::::: i dont know your settings i.e.
>IP address if you want DHCP etc etc this is basic tye of thing
>
>!
>version 12.1
>no service single-slot-reload-enable
>no service pad
>service timestamps debug uptime
>service timestamps log uptime
>service password-encryption
>!
>hostname Router
>!
>logging rate-limit console 10 except errors
>enable secret MYSECRETPASSWORD
>!
>ip subnet-zero
>no ip finger
>ip name-server #.#.#.# ! replace this
>ip dhcp excluded-address 10.10.10.1
>!
>ip dhcp pool CLIENT
> import all
> network 10.10.10.0 255.255.255.0
> default-router 10.10.10.1
> dns-server #.#.#.# ! replace this
>!
>no ip dhcp-client network-discovery
>!
>!
>!
>interface Ethernet0
> ip address 10.10.10.1 255.255.255.0
> ip nat inside
> no ip mroute-cache
>!
>interface ATM0
> no ip address
> no ip mroute-cache
> no atm ilmi-keepalive
> pvc 0/38
> encapsulation aal5mux ppp dialer
> dialer pool-member 1
> !
> bundle-enable
> dsl operating-mode auto
> hold-queue 224 in
>!
>interface Dialer1
> ip address negotiated
> ip nat outside
> encapsulation ppp
> dialer pool 1
> dialer-group 1
> ppp authentication chap callin
> ppp chap hostname myusername@myisp
> ppp chap password MYPASSWORD
>!
>ip classless
>ip route 0.0.0.0 0.0.0.0 Dialer1
>!
>ip nat inside source list 102 interface Dialer1 overload
>access-list 102 permit ip 10.10.10.0 0.0.0.255 any
>dialer-list 1 protocol ip permit
>!
>line con 0
> exec-timeout 120 0
> transport input none
> stopbits 1
>line vty 0 4
> exec-timeout 30 0
> login local
> length 0
>!
>scheduler max-task-time 5000
>end
>
>
>----------------------------------------------------------------------------
>----
>


Drop the ZZZ to reply

Cheers ...
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
iPhone apps - Cisco CME Config Generator ynnadmai@gmail.com Linux Networking 0 08-04-2011 01:16 PM
(video tutorial) Config cisco routers such as a VPN server reza.behroozi@gmail.com Wireless Internet 0 07-23-2007 06:07 PM
Config script Cisco 828 sdsl Peter Network Routers 0 01-17-2006 06:14 PM
Cisco PIX Config and Win 2k3 JJ Windows Networking 0 10-08-2004 03:03 PM
cisco 350 config - cant get device to answer capnahab Wireless Internet 0 11-03-2003 09:50 PM



1 2 3 4 5 6 7 8 9 10 11