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

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

Solution:

 

 

IP and IPX enabled on the network, DHCP used for WAN clients, dial in and dial out, user configured for fixed and roaming call back 
   
!  
!version 07.00  
   
!  
ipx routing // ipx dynamic routing
ipx internal-network _auto-configured // auto-generate internal
  // network number
hostname "PERLE 833IS" // name given to 833IS
enable secret 100 3A0916844B4BCA36 // system password (encrypted)
logging 172.16.34.34 // syslog server address
ip default-gateway 172.16.1.7 // default gateway
ip address-pool dhcp-proxy-client // DHCP used for WAN clients
username test password 0 test // user added to internal user
  // list
username User_A callback-dialstring 4756070 // user configured for
  // fixed callback at the
  // number shown
ip dhcp-server 172.16.1.99 // address of DHCP server
   
!!  
interface dialer 0 // WAN interface configuration
    ip address 200.1.1.1 255.255.255.0  
    ppp authentication chap pap  
   
! // local LAN configuration
  // IPX and IP enabled
  // IPX auto detect all frame
  // types
interface fastethernet 0  
    ipx network _auto-detected encapsulation novell-ether  
    ipx network _auto-detected encapsulation arpa  
    ipx network _auto-detected encapsulation snap  
    ipx network _auto-detected encapsulation sap  
    ip address 172.16.34.33 255.255.0.0  
   
!  
interface bri 0 // BRI port 1 configuration
    isdn spid1 905111112700  
    isdn spid2 905111113900  
    isdn answer1 1111127  
    isdn answer2 1111139  
    isdn switch-type basic-dms100  
   
! // BRI port 2 configuration
  // dial out only enabled
interface bri 1  
    dialer _dialin disabled  
    dialer _dialout enabled  
    isdn spid1 905111112700  
    isdn spid2 905111113900  
    isdn answer1 1111127  
    isdn answer2 1111139  
    isdn switch-type basic-dms100  
   
! // BRI port 3 configuration
  // call back only enabled
interface bri 2  
    dialer _dialin disabled  
    dialer callback-server  
    isdn spid1 905111112700  
    isdn spid2 905111113900  
    isdn answer1 5555527  
    isdn answer2 5555539  
    isdn switch-type basic-dms100  
   
! // BRI port 4 configuration
  // port disabled
interface bri 3  
    shutdown  
    isdn switch-type basic-dms100  
   
!  
router rip // dynamic routing enabled
    network 172.16.0.0  
   
!  
_userdb test // user "test" has admin rights
    admin  
   
   
! // user configured with user
  // profile - both fixed and
  // roaming call back enabled
_userdb User_A
 
    override-standard-profile callback roaming
 
!
end  


Article ID:
187
Published:
2/3/2003 3:12:35 PM
Last Modified:
9/8/2003 9:33:21 AM
Issue Type:
Configuration