Technical data
IP, IPX, and AppleTalk Dial-Up Environments 5-17
Dial-In Configuration Examples
IPX Dial-in Example
The following configuration example enables a PC client running a PPP application to dial in to a
network and access IPX resources. The modem attached to the access server is a Telebit T3000
modem. For security, the access server uses TACACS+ for lines and asynchronous interfaces and
RADIUS for an ISDN interface (attached via an external ISDN terminal adaptor).
Modem and Line Configuration
The following sample configures lines 1 through 16 on a Cisco 2511 access server for modem
control. It assumes you have a Telebit T 3000 modem.
line 1 16
speed 115200
flowcontrol hardware
modem inout
modem autoconfigure discovery
modem autoconfigure type t_3000
!
autoselect during-login
autoselect ppp
!
Security Configuration
This configuration uses remote security. It uses TACACS+ security for lines and asynchronous
interfaces, and RADIUS security for ISDN interfaces. This portion of the configuration only
contains security commands. Modem and protocol configuration commands are presented in the
sections “Modem and Line Configuration” and “Protocol Configuration.”
aaa new-model
aaa authentication login default tacacs+ local
aaa authentication con-special tacacs+ enable
aaa authentication ppp default if-needed tacacs+
aaa authentication ppp use-radius radius
!
enable secret 5 $1$Kv7T$yjdYBYi70X56gOpEtLj.Q.!
!
line 1 16
! Modem commands deleted
autoselect ppp
autoselect during-login
!
line con 0
login authentication con-special
!
interface Group-Async1
ip unnumbered ether 0
encapsulation ppp
async mode interactive
ppp authentication chap pap default
group range 1 16
!
interface Group-Async2
ip unnumbered ether 0
encapsulation ppp
async mode interactive
ppp authentication chap use-radius
group range 9 16