Telco and ISP Dial Scenarios and Configurations
Small- to
Terminal Adapter Configuration Example
The following example configures a Cisco AS5200 access server to enable PCs fitted with internal or external terminal adapters to dial in to an IP network. The terminal adapter configuration is set up for asynchronous to synchronous PPP conversion. In some cases, PPP authentication must be set up for the Password Authentication Protocol (PAP). Some terminal adapters only support PAP authentication.
!
version 11.2
service timestamps debug datetime msec service timestamps log datetime msec service
no service
!
hostname NAS
!
aaa
aaaauthentication login console enable aaa authentication login vty tacacs+ aaa authentication login dialin tacacs+ aaa authentication ppp default tacacs+
aaa authentication ppp dialin
!
!
controller T1 0 framing esf
clock source line primary linecode b8zs
!
controller T1 1 framing esf
clock source line secondary linecode b8zs
!
interface Loopback0
ip address 10.1.2.254 255.255.255.0
!
interface Ethernet0
ip address 10.1.1.10 255.255.255.0
ip summary address eigrp 10 10.1.2.0 255.255.255.0
!
interface Serial0 no ip address shutdown
!
interface Serial1 no ip address shutdown
!
interface Serial0:23 no ip address encapsulation ppp dialer
no
!
Cisco IOS Dial Services Configuration Guide: Network Services