Pejman Moghadam / Cisco

Cisco 878 - ATM / Interanet / Layer 2

Public domain


Current configuration :
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
enable secret 5 ***************************** 
!
no aaa new-model
!
!
dot11 syslog
ip cef
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.1.81
!
ip dhcp pool LAN
   network 192.168.1.80 255.255.255.240
   dns-server 192.168.1.2
   default-router 192.168.1.81
!
!
!
!         
!
username admin password 7 **************************
! 
!
!
controller DSL 0
 mode atm
 line-term cpe
 line-mode 2-wire line-zero
 dsl-mode shdsl symmetric annex B
 line-rate auto
!
!
bridge irb
!
!
!
interface BRI0
 no ip address
 encapsulation hdlc
 shutdown
!
interface ATM0
 no ip address
 no atm ilmi-keepalive
 pvc 0/37 
  cbr 1131
  encapsulation aal5snap
 !
 bridge-group 1
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Vlan1
 ip address 192.168.1.81 255.255.255.240
!
interface BVI1
 ip address 10.103.23.49 255.255.255.248 secondary
 ip address 10.10.130.114 255.255.255.252
!
ip default-gateway 10.10.130.113
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 10.10.130.113
!
no ip http server
no ip http secure-server
!
!
!
control-plane
!
bridge 1 protocol ieee
bridge 1 route ip
!
line con 0
 login local
 no modem enable
line aux 0
line vty 0 4
 password 7 ***********
 login local
!
scheduler max-task-time 5000
end

BY: Pejman Moghadam
TAG: cisco878, atm, intranet
DATE: 2011-07-03 17:23:40


Pejman Moghadam / Cisco [ TXT ]