Dial Access Configuration Example for ISP's using the 833IS Cisco Style Configuration

Issue:
833IS Dial Access Configuration Example for ISP's using Cisco Style Configuration

Solution:
 
Radius authentication used, internal IP pool for WAN users, dial in only 
   
!  
!version 07.00  
!  
hostname "833IS ISP" // name given to 833IS
!  
enable secret perle // system password (normally
  // save encrypted)
!  
username your username
password
your password
// user configured on the 833IS
  // internal database (password
  // normally encrypted)
!  
isdn switch-type basic-dms100 // ISDN switch type
!  
ip address-pool local // internal IP pool to assign
  // address to WAN users
   
  // address range in pool
ip local pool default 209.121.79.66 209.121.79.73  
   
ip default-gateway 209.121.79.1 // address of next hop
ip name-server 38.8.82.2 // address of DNS server
   
  // address and key of radius
  // authentication server
radius-server host 209.121.79.26 auth-port 1645  
radius-server key 123456789012345  
logging 209.121.79.24 // address of syslog server
aaa authentication ppp default radius // use radius authentication
   
  // WAN port interface
interface dialer 0  
    ip address 209.121.79.65 255.255.255.240  
    ppp authentication chap pap  
!  
interface FastEthernet 0 // LAN port interface
    ip address 209.121.79.31 255.255.255.0  
!  
interface bri 0 // BRI port 1
    isdn answer1 5555554  
    isdn answer2 5555598  
    isdn spid1 555555555400  
    isdn spid2 5555555555800  
   
!  
interface bri 1 // BRI port 2
    isdn spid1 555555555500  
    isdn spid2 555555555500  
    isdn answer1 5555585  
    isdn answer2 5555588  
    shutdown  
   
!  
!  
end  
 


Article ID:
186
Published:
2/3/2003 3:00:01 PM
Last Modified:
9/8/2003 9:31:46 AM
Issue Type:
Configuration