cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
cancel
958
Views
4
Helpful
3
Replies

ISG class configuration

vikas kumar
Level 1
Level 1

dear  all

I want to configure classes for Internet users, who has download limit e.g. 1GB

after finish his quoita his band with will dropdown on 64Kbps for certain period.

than disconnect the user.

AAA configuration

aaa group serverradius AAA-SERVERS
server <IP Address> auth-port 1812acct-port 1813
!
aaa authentication login default local
aaa authentication login WEB_LOGON group AAA-SERVERS
aaa authentication ppp default group AAA-SERVERS
aaa authentication ppp AAA-SERVERS group AAA-SERVERS
aaa authorization network default group radius local
aaa authorization network radiusgroup group AAA-SERVERS
aaa authorization network PREPAID_AUTHOR_LIST group AAA-SERVERS
aaa authorization subscriber-service default group AAA-SERVERS
aaa accounting delay-start all
aaa accounting update periodic 5
aaa accounting network default start-stop group AAA-SERVERS
aaa accounting network AAA_ACCNT_LIST start-stop group AAA-SERVERS
aaa accounting network AAA_ACCNT1 start-stop group AAA-SERVERS
aaa accounting connection default start-stop group AAA-SERVERS
aaa accounting system default start-stop group AAA-SERVERS

please help me to solve this issue...

vikas

3 Replies 3

Ganesh Hariharan
VIP Alumni
VIP Alumni

dear  all

I want to configure classes for Internet users, who has download limit e.g. 1GB

after finish his quoita his band with will dropdown on 64Kbps for certain period.

than disconnect the user.

AAA configuration

aaa group serverradius AAA-SERVERS
server auth-port 1812acct-port 1813
!
aaa authentication login default local
aaa authentication login WEB_LOGON group AAA-SERVERS
aaa authentication ppp default group AAA-SERVERS
aaa authentication ppp AAA-SERVERS group AAA-SERVERS
aaa authorization network default group radius local
aaa authorization network radiusgroup group AAA-SERVERS
aaa authorization network PREPAID_AUTHOR_LIST group AAA-SERVERS
aaa authorization subscriber-service default group AAA-SERVERS
aaa accounting delay-start all
aaa accounting update periodic 5
aaa accounting network default start-stop group AAA-SERVERS
aaa accounting network AAA_ACCNT_LIST start-stop group AAA-SERVERS
aaa accounting network AAA_ACCNT1 start-stop group AAA-SERVERS
aaa accounting connection default start-stop group AAA-SERVERS
aaa accounting system default start-stop group AAA-SERVERS

please help me to solve this issue...

vikas

Hi Vikas,

Try Configure  rate limits based on access list and interface and apply them to the ports  or to VLAN's:

rate-limit input access-group 130 1000000 16000 24000 conform-action transmit exceed-action drop
rate-limit output access-group 130 1000000 16000 24000 conform-action transmit exceed-action drop

Then your acl should define the traffic to limit.  The above command will limit to 1Mb with a little bursting ability.

Hope to Help !!

Ganesh.H

Remember to rate the  helpful post

Dear Ganesh,

i have same but more complicated problem, and i am not able to make out how to do that,

we want configuration of ISG like that.

as per Diagram we have DSL and PPPoE, we are planing to install billing system for Prepaid service.

1)    time based termination or re-authorization (e.g. 512 Kbps , 30days )

2)    Volume  based termination or re-authorization  (e.g. 512 Kbps, 10 GB download)

3)    Vol & time based termination or re-authorization ( e.g. 512 Kbps 10 GB for 30 days)

as vikas has problem same we want same for our system,(instead of disconnection we need to downgrade the bandwidth)

i have done some work on that (plz fine attachment). Hope you understand my problem.

please help me to resolve my issue,

kind regards

sagar

Hello Ganesh,

let me note that using CAR is not useful in Vikas's scenario unless the commands can be imported via radius using proprietary AV pairs

and then removed at the end of the session the point of application should be the virtual-access serving the user

Hope to help

Giuseppe