Telco and ISP Dial Scenarios and Configurations

Large-Scale POPs

line aux 0

login authentication console line vty 0 4

login authentication vty transport input telnet rlogin

!

end

Cisco 7206 as Offload Server

The following example runs on the Cisco 7206 router shown in Figure 56:

Note Any Cisco router that has a strong CPU can be used as an offload server, such as a Cisco 4500-M, 4700-M, or 3640. However, the router must be configured to handle the necessary processing overhead demanded by each stack member.

!

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 7200

!

aaa new-model

aaaauthentication login default local aaa authentication login console enable aaa authentication login vty local aaa authentication login dialin radius aaa authentication ppp default local

aaa authentication ppp dialin if-needed radius aaa authorization exec local radius

aaa authorization network radius

aaa accounting network start-stop radius aaa accounting exec start-stop radius enable secret cisco

!

username MYSTACK password STACK-SECRET username admin password cisco multilink virtual-template 1

sgbp group MYSTACK

sgbp member AS5200-1 10.1.1.11 sgbp member AS5200-2 10.1.1.12 sgbp member AS5200-3 10.1.1.13 sgbp seed-bid offload

async-bootp dns-server 10.1.3.1 10.1.3.2

!

interface Loopback0

ip address 10.1.2.254 255.255.255.192

!

interface Ethernet2/0

ip address 10.1.1.14 255.255.255.0

ip summary address eigrp 10 10.1.2.192 255.255.255.192

!

interface Ethernet2/1 no ip address shutdown

!

Cisco IOS Dial Services Configuration Guide: Network Services

DNC-327

Page 23
Image 23
Cisco Systems DNC-305 manual Cisco 7206 as Offload Server, DNC-327, Hostname Aaa new-model, Sgbp group Mystack