Cisco Configs - TPIPS ADSL

Return to Main page
Return to Cisco page

This is a modified config of an 837 connectioning into Telstra's tpips network, this is a bridge, all relevant details are removed, real IP is dynamically assigned.

TPips Bridge Configuration


En/Con/telnet password

Username: [email protected]
password: password



bridge#sh run                     
Building configuration...                         

Current configuration : 1247 bytes                                  
! 
version 12.2            
no service pad              
service timestamps debug datetime msec                                      
service timestamps log datetime msec                                    
no service password-encryption                              
! 
hostname bridge1                       
! 
logging queue-limit 100                       
enable secret 0 password                                              
! 
ip subnet-zero              
! 
! 
ip audit notify log                   
ip audit po max-events 100                          
no ftp-server write-enable                          
! 
interface Ethernet0                   
 ip address 192.168.1.254 255.255.255.0                                         
! 
interface ATM0              
 no ip address              
 no atm ilmi-keepalive                      
 dsl operating-mode auto                        
! 
interface ATM0.1 point-to-point                               
 pvc 8/35         
  encapsulation aal5snap                        
  pppoe-client dial-pool-number 1                                 
 !  
! 
interface Dialer0                 
 ip address negotiated                      
 encapsulation ppp                  
 dialer pool 1              
 dialer-group 1               
 ppp authentication chap pap callin                                   
 ppp chap hostname [email protected]                                                      
 ppp chap password 0 password                                      
 ppp pap sent-username [email protected] password 0 password
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
no ip http server
no ip http secure-server
!
dialer-list 1 protocol ip permit
!
line con 0
 password 0 password
 no modem enable
 stopbits 1
line aux 0
 stopbits 1
line vty 0 4
 password 0 password
 login
!
scheduler max-task-time 5000
!
end

Hosted by www.Geocities.ws

1