Telco and ISP Dial Scenarios and Configurations

Small- to Medium-Scale POPs

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 password-encryption

no service udp-small-servers no service tcp-small-servers

!

hostname NAS

!

aaa new-model

aaaauthentication login console enable aaa authentication login vty tacacs+ aaa authentication login dialin tacacs+ aaa authentication ppp default tacacs+

aaa authentication ppp dialin if-needed tacacs+ enable secret cisco

!

async-bootp dns-server 10.1.3.1 10.1.3.2 isdn switch-type primary-5ess

!

controller T1 0 framing esf

clock source line primary linecode b8zs pri-group timeslots 1-24

!

controller T1 1 framing esf

clock source line secondary linecode b8zs

pri-group timeslots 1-24

!

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 rotary-group 0 dialer-group 1

no fair-queue no cdp enable

!

Cisco IOS Dial Services Configuration Guide: Network Services

DNC-311

Page 7
Image 7
Cisco Systems DNC-305 manual Terminal Adapter Configuration Example, DNC-311