cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
878
Views
0
Helpful
2
Replies

Acct-stats and merge for radius-defined service

Hello,

According to CSCvd94005(provide vsa extensions for acct-stats and merge for parameterized qos) the ability to set accts-stats and merge for service defined and downloaded in radius was added in some IOS-XR releases.

However, there are no information about how should be acct-stats and merge configured on radius site in configuration guides.

 

What should be added to a service-profile to enable acct-stats and merge for a service?

For example, I have the following configuration for a service:

 

pQOS_POLICY Cleartext-Password := "cisco"
  Cisco-AVPair += "ip:qos-policy-in=add-class(sub, (LOCAL_IN_class),police(108500))",
  Cisco-AVPair += "ip:qos-policy-in=add-class(sub, (class-default), police(1085))",
  Cisco-AVPair += "ip:qos-policy-out=add-class(sub, (LOCAL_OUT_class),shape(108500))",
  Cisco-AVPair += "ip:qos-policy-out=add-class(sub, (class-default), shape(1085))",
  Cisco-AVPair += "service-acct-list=ACC_SRV_LIST",
  Cisco-AVPair += "acct-interval=600"

2 Replies 2

Aleksandar Vidakovic
Cisco Employee
Cisco Employee

Try adding the ""subscriber:service-acct-list", e.g.:

 

pQOS_SVC_15MIN Cleartext-Password := "cisco"
Cisco-avpair += "ip:sub-qos-policy-in=POLICY_PARENT_1_IN",
Cisco-avpair += "ip:sub-qos-policy-out=qos2",
Cisco-avpair += "subscriber:acct-interval=350",
Cisco-avpair += "subscriber:service-acct-list=default"

 

Hi Aleksandar,

I received an update from Cisco TAC, there is the "merge 50 acct-stats" should be added to service-configuration on Radius side, for example:

Internet_service  Cleartext-Password := "cisco"
Cisco-AVPair = "subscriber:sub-qos-policy-in=INTERNET_IN_policy merge 100 acct-stats",
Cisco-AVPair += "subscriber:sub-qos-policy-out=INTERNET_OUT_policy merge 100 acct-stats",
Cisco-AVPair += "service-acct-list=ACCO_SRV_LIST1",
Cisco-AVPair += "acct-interval=60"

 

But there is currently no possibility to enable accounting on pQOS-services.

 

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: