Technical data

5-18 Dial Solutions Quick Configuration Guide
Dial-In Configuration Examples
Protocol Configuration
The following sample configuration enables an IPX client to dial in to a network to access IPX
resources (IPXCP). In this sample configuration, the IPX client connections are permitted on group
asynchronous interface 8, which is associated with loopback interface 0. Loopback interface 0 is
configured to run IPX. Routing updates have been filtered on all asynchronous interfaces.
ipx routing 0000.0c07.b509
!
loopback0
no ip address
ipx network 544
!
interface ethernet0
ip address 172.21.14.64 255.255.255.0
ipx network AC150E00
ipx encapsulation SAP
!
interface group-async1
ip unnumbered ethernet0
encapsulation ppp
async mode interactive
async default ip address 172.18.1.128
ipx ppp-client loopback0
ipx sap-interval 0
interface group-async2
ip unnumbered ethernet0
encapsulation ppp
async mode interactive
async default ip address 172.18.1.128
ipx ppp-client loopback0
ipx sap-interval 0
ARA Example
The following example configures an access server to enable a Macintosh running ARA 2.0 to dial
in to an AppleTalk network. It also permits IP clients to dial in and access AppleTalk resources. The
example starts with the modem configuration, then moves on to the security configuration, then the
protocol configuration. This example assumes you are using a local username database that is set up
inside the access server for authentication.
Modem and Line Configuration
The following example configures lines 1 through 16 on a Cisco 2511 access server for modem
control. It assumes you have a modem that uses an initialization string that corresponds to the
Usr_sportster string that is used to configure a modem automatically.
line 1 16
arap enable
flowcontrol hardware
modem inout
modem autoconfigure Usr_sportster
autoselect during-login
autoselect arap
!