Pejman Moghadam / Cisco

Cisco 878 - ATM / Interanet / Layer 3

Public domain


Building configuration...

Current configuration : 3340 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname yourname
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
enable secret 5 ********************
!
no aaa new-model
!
resource policy
!
ip subnet-zero
ip cef
no ip dhcp use vrf connected
ip dhcp excluded-address 10.139.14.1
!
ip dhcp pool sdm-pool
   import all
   network 10.139.14.0 255.255.255.0
   default-router 10.139.14.1
   lease 0 2
!
!
no ip domain lookup
ip domain name yourdomain.com
!
!
username admin privilege 15 secret 5 **********************
!
!
controller DSL 0
 mode atm
 line-term cpe
 line-mode 2-wire line-zero
 dsl-mode shdsl symmetric annex B
 line-rate auto
!
!
!
!
interface BRI0
 no ip address
 encapsulation hdlc
 shutdown
!
interface ATM0
 no ip address
 no atm ilmi-keepalive
!
interface ATM0.1 point-to-point
 ip address 10.20.231.90 255.255.255.252
 pvc 6/45
  cbr 282
  encapsulation aal5snap
 !
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Vlan1
 ip address 10.139.14.1 255.255.255.0
 ip tcp adjust-mss 1452
!
ip classless
ip route 0.0.0.0 0.0.0.0 10.20.231.89
!
ip http server
ip http access-class 23
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
!
access-list 23 permit 10.139.14.0 0.0.0.255
no cdp run
!
control-plane
!
!
line con 0
 login local
 no modem enable
line aux 0
line vty 0 4
 access-class 23 in
 privilege level 15
 login local
 transport input telnet ssh
!
scheduler max-task-time 5000
end

BY: Pejman Moghadam
TAG: cisco878, atm, intranet
DATE: 2010-01-27 14:32:02


Pejman Moghadam / Cisco [ TXT ]