Sun Dublan
Cisco 827 Config 

March 28, 2004

Cisco 827 Config 11:04 PM, 1 Comments

Oh yeah, I was going to post my Cisco 827 config that I use with Qwest's new 1.5M (uncapped) DSL and ArosNet. Here you go. Keep in mind that this is just my configuration. There are many different possibilities that can be just for your setup. There are lots of really good resources out on Cisco's site for lots of different scenarios. I found this document to be quite helpful. The other guides from that section might be helpful, to you, too. Numbers and names have been changed to <bla> to protect the innocent.

There is one thing that I may change for dialer0 that will affect other stuff:

ip address negotiated

to

ip unnumbered Ethernet 0

I would have a hard time doing "overloaded" natting (a.k.a port natting, or masquerading) but would allow me to just use one IP address instead of having the dialer have another IP address. But for now, I'll keep it how it is.

I also have the preliminaries for running a DHCP server on the router, but haven't turned it on yet.

version 12.2
no service single-slot-reload-enable
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname 827
!
logging rate-limit console 10 except errors
logging cns-events emergencies
enable secret <bla>
enable password <bla>
!
clock timezone MST -7
clock summer-time MDT recurring
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip subnet-zero
no ip source-route
ip domain-name lookup
ip name-server <bla>
ip name-server <bla>
ip name-server <bla>
ip dhcp excluded-address <bla>
!
ip dhcp pool one-ninety-two
network 192.168.0.0 255.255.0.0
default-router 192.168.0.1
dns-server <bla>
domain-name <bla>
!
no ip dhcp-client network-discovery
lcp max-session-starts 0
!
!
!
interface Loopback0
no ip address
!
interface Null0
no ip unreachables
!
interface Ethernet0
ip address 192.168.0.1 255.255.0.0 secondary
ip address <bla>
ip nat inside
no cdp enable
hold-queue 32 in
!
interface ATM0
no ip address
no atm ilmi-keepalive
pvc 0/32
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
bundle-enable
dsl operating-mode auto
hold-queue 224 in
!
interface Dialer0
ip address negotiated
ip nat outside
encapsulation ppp
dialer pool 1
dialer-group 1
autodetect encapsulation ppp
no cdp enable
ppp pap sent-username <bla> password <bla>
ppp ipcp accept-address
ppp ipcp dns <bla>
!
interface Dialer1
no ip address
shutdown
no cdp enable
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
no ip http server
!
ip nat inside source list 192 interface Dialer0 overload
logging trap debugging
logging facility local4
logging <bla>
access-list 192 permit ip 192.168.0.0 0.0.255.255 any
dialer-list 1 protocol ip permit
dialer-list 1 protocol ipx permit
no cdp run
snmp-server community <bla> RO
!
line con 0
exec-timeout 5 0
password <bla>
transport input none
stopbits 1
line vty 0 4
exec-timeout 0 0
password <bla>
login
!
scheduler max-task-time 5000
sntp server <bla>
sntp server <bla>
end

Comments

I need cisco 800 series uesr guide and default setup ,thank you!!!

Posted by: poki at September 8, 2004 05:39 AM
10/19/2005 Webmaster: Troy Bowman