Related commands for pppox calling station id, Radius packet of disconnect – Cisco 10000 User Manual

Page 357

Advertising
background image

16-55

Cisco 10000 Series Router Software Configuration Guide

OL-2226-23

Chapter 16 Configuring RADIUS Features

RADIUS Packet of Disconnect

interface ATM1/0/1

no ip address

atm clock INTERNAL

no atm auto-configuration

atm ilmi-keepalive

no atm address-registration

pvc 0/16 ilmi

!

!

interface ATM1/0/1.111 multipoint

! -----This description is used in the calling-station-id ------

description test_descr

pvc 0/100

class-vc ppp_auto1200

!

pvc 0/101

class-vc ppp_auto1200

!

interface GigabitEthernet8/0/0

ip address 10.10.0.1 255.255.255.0

negotiation auto

pppoe enable group PPPOETEST

!

interface Virtual-Template1

ip unnumbered Loopback0

peer default ip address pool default

ppp authentication chap callin

!

ip local pool default 3.3.3.1 3.3.3.10

!

radius-server attribute 31 pppox nas-port

radius-server attribute 31 pppox mac-addr

radius-server attribute 32 include-in-access-req

radius-server host 10.0.0.8 auth-port 1645 acct-port 1646 key cisco

Related Commands for PPPoX Calling Station ID

RADIUS Packet of Disconnect

The RADIUS Packet of Disconnect feature consists of a method for terminating a session that has
already been connected. This packet of disconnect (POD) is a RADIUS access_request packet and is
intended to be used in situations where the authenticating agent server wants to disconnect the user after
the session has been accepted by the RADIUS access_accept packet. This may be needed in at least two
situations:

Detection of fraudulent use, which cannot be performed before accepting the session. A price
structure so complex that the maximum session duration cannot be estimated before accepting the
session. This may be the case when certain types of discounts are applied or when multiple users
use the same subscription simultaneously.

Command

Description

ip radius source-interface

Requires RADIUS to use the IP address of a specified interface
for all outgoing RADIUS packets

Advertising