Sample Config for Cisco 800 series

cisco837

Junior member
  • Nov 22, 2007
    133
    0
    16
    NETWORK WORLD
    Hi All,

    I though this is the best place to share some information on Cisco, if you own a Cisco 800 series routers you will be able to used it for SLT ADSL,

    Below is a sample Config for the Cisco 837 routers:
    -----------------------------------------------------------------------
    no service pad
    service timestamps debug datetime msec localtime show-timezone
    service timestamps log datetime msec localtime show-timezone
    service password-encryption
    service sequence-numbers
    !
    hostname ******TYPE YOUR HOSTNAME HERE******
    !
    logging queue-limit 100
    logging buffered informational
    enable secret ******TYPE YOUR PASSWORD HERE******
    !
    ip subnet-zero
    no ip source-route
    !
    ip dhcp pool Home
    network 192.168.1.0 255.255.255.224
    default-router 192.168.1.1
    netbios-node-type h-node
    dns-server 203.115.0.46 203.115.0.47
    lease infinite
    !
    !
    no ip bootp server
    ip cef
    ip audit notify log
    ip audit po max-events 100
    vpdn enable
    !
    no ftp-server write-enable
    !
    !
    !
    !
    !
    !
    !
    !
    interface Ethernet0
    description $FW_INSIDE$
    ip address 192.168.1.1 255.255.255.224
    no ip redirects
    no ip unreachables
    no ip proxy-arp
    ip nat inside
    no keepalive
    no cdp enable
    hold-queue 100 in
    hold-queue 100 out
    !
    interface ATM0
    no ip address
    no ip redirects
    no ip unreachables
    no ip proxy-arp
    no atm ilmi-keepalive
    dsl operating-mode auto
    dsl power-cutback 30
    !
    interface ATM0.3 point-to-point
    description Layer2 connectivity
    no ip redirects
    no ip unreachables
    no ip proxy-arp
    pvc 8/35
    pppoe-client dial-pool-number 3
    !
    !
    interface Dialer3
    description $FW_OUTSIDE$
    ip address negotiated
    no ip redirects
    no ip unreachables
    no ip proxy-arp
    ip mtu 1452
    ip nat outside
    encapsulation ppp
    ip tcp adjust-mss 1432
    dialer pool 3
    dialer-group 1
    no keepalive
    no cdp enable
    ppp authentication pap callin
    ppp pap sent-username ******TYPE YOUR SLT USERNAME HERE****** password ******TYPE YOUR SLT PASSWORD HERE******
    !
    ip classless
    ip route 0.0.0.0 0.0.0.0 Dialer3
    no ip http server
    no ip http secure-server
    !
    access-list 10 permit 192.168.1.0 0.0.0.31
    access-list 10 permit 192.168.1.0 0.0.0.255
    no cdp run
    snmp-server enable traps tty
    !
    line con 0
    exec-timeout 2 0
    transport input none
    stopbits 1
    line vty 0 4
    exec-timeout 2 0
    !
    scheduler max-task-time 5000
    ----------------------------------------------------------------------
    end
     

    cisco837

    Junior member
  • Nov 22, 2007
    133
    0
    16
    NETWORK WORLD
    sample Config for the Cisco 877 routers:

    no service pad
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    !
    hostname ******TYPE YOUR HOSTNAME HERE******
    !
    boot-start-marker
    boot-end-marker
    !
    logging buffered 51200 warnings
    enable secret ******TYPE YOUR PASSWORD HERE******
    !
    no aaa new-model
    !
    resource policy
    !
    ip subnet-zero
    ip cef
    no ip dhcp use vrf connected
    !
    ip dhcp pool Home
    import all
    network 192.168.101.0 255.255.255.0
    default-router 192.168.101.1
    dns-server 203.115.0.46 203.115.0.47
    netbios-node-type h-node
    !
    !
    no ip domain lookup
    vpdn enable
    !
    !
    !
    !
    username ******TYPE YOUR NAME HERE****** privilege 15 secret ******TYPE YOUR PASSWORD HERE******
    !
    !
    !
    !
    !
    !
    interface ATM0
    no ip address
    no atm ilmi-keepalive
    dsl operating-mode auto
    !
    interface ATM0.1 point-to-point
    description WAN
    pvc 8/35
    pppoe-client dial-pool-number 1
    !
    !
    interface FastEthernet0
    !
    interface FastEthernet1
    !
    interface FastEthernet2
    !
    interface FastEthernet3
    !
    interface Vlan1
    description LAN
    ip address 192.168.1.1 255.255.255.0
    ip nat inside
    ip virtual-reassembly
    ip tcp adjust-mss 1452
    pppoe enable group global
    pppoe-client dial-pool-number 2
    pppoe-client dial-pool-number 1
    hold-queue 32 in
    hold-queue 100 out
    !
    interface Dialer1
    ip address negotiated
    ip nat outside
    ip virtual-reassembly

    encapsulation ppp
    ip tcp adjust-mss 1400
    dialer pool 1
    dialer-group 1
    no cdp enable
    ppp authentication pap callin
    ppp pap sent-username ******TYPE YOUR SLT USERNAME HERE****** password ******TYPE YOUR SLT PASSWORD HERE******
    !
    ip classless
    ip route 0.0.0.0 0.0.0.0 Dialer1

    !
    no ip http server
    no ip http secure-server
    ip http timeout-policy idle 60 life 86400 requests 10000
    ip nat inside source list 1 interface Dialer1 overload
    !

    access-list 10 permit 192.168.1.0 0.0.0.255
    dialer-list 1 protocol ip permit
    no cdp run
    !
    control-plane
    !
    bridge 1 protocol ieee
    !
    line con 0
    exec-timeout 2 0
    transport input none
    stopbits 1
    line vty 0 4
    exec-timeout 2 0
    !
    scheduler max-task-time 5000
    end