833IS Dial Access Configuration Example for DDR using Cisco Style Configuration

Issue:
833IS Dial Access Configuration Example for DDR using Cisco Style Configuration

Solution:

 
833IS Configured for a DDR (Dial on Demand Router) Connection  
!  
!version 07.00  
   
!  
hostname "CALLING 833IS" // name given to 833IS server
ip dhcp-server 172.16.1.5 // DHCP server address
  // static route for WAN user
ip route 200.57.48.0 255.255.255.0 _user lan  
username lan password 0 lan // WAN user and password
username test password 0 test // local user
enable secret 100 3A0916844B4BCA36 // system password (encrypted)
logging 172.16.34.34 // syslog server address
   
!  
  // WAN port interface config
interface dialer 0  
    ppp authentication chap pap  
    ppp multilink // multilink enabled
    ip tcp header-compression // IP header compression
    compress stac // STAC analog compression
    ip address 192.1.1.1 255.255.255.0 // WAN port address
    async dynamic address // WAN user specified address
   
! // BRI Port 1 configuration
interface bri 0  
    isdn switch-type basic-dms100  
    isdn spid1 905555552700  
    isdn spid2 905555553900  
    isdn answer1 4755327  
    isdn answer2 4755939  
    dialer _dialout enabled // enable dialout
    dialer callback-server // enable call back
   
! // BRI Port 2 configuration
interface bri 1  
    shutdown // port disabled
   
! // BRI Port 3 configuration
interface bri 2  
    shutdown // port disabled
   
! // BRI Port 3 configuration
interface bri 3  
    shutdown // port disabled
   
! // LAN interface configuration
interface FastEthernet 0  
    ip address 172.16.34.33 255.255.0.0  
   
! // dynamic routing enabled
router rip  
    network 172.16.0.0  
   
!  
_userdb lan // WAN user definition
   
    override-standard-profile  
        lan-to-lan  
        ip tcp header-compression // IP header compression
        l2l-id superusr // remote login user ID
        l2l-password superusr // remote login password
        l2l-phone 1 94773789 // dial in number
        l2l-virtual // enable virtual connection
        l2l-inactive 8 // disconnect if inactive
        l2l-minimum 3 // minimum connect time
        l2l-reconnect 30 // reconnect every 30 min.
   
!  
_userdb test // user has admin rights
      admin  
   
!  
end  


Article ID:
188
Published:
2/3/2003 3:16:25 PM
Last Modified:
9/8/2003 9:32:42 AM
Issue Type:
Configuration