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

cisco-avpair connect-progress=call up

orrep98
Level 1
Level 1

I need to prevent a Cisco 2960 switch from sending accounting information that is not related to 802.1x session to a radius server. Currently, I have the switches configured with radius authentication and accounting, but it is not enabled at the interface level (there is no 802.1x or authentication configuration on the interfaces). However, the switch still sends accounting information for other things such as 'cisco-avpair connect-progress=call up' which I do not need. Is there a way to prevent it from sending this data and only send the 802.1x session information? The command I use to enable accounting is 'aaa accounting dot1x default start-stop group xxxxx'.

It's important to note that the switch sends this information even without authentication commands on the interfaces.

 

can you help me please?

2 Replies 2

Why do you have RADIUS Accounting enabled without any RADIUS authentication enabled?

I think you use radius for PPPoE other protocols. 

You can use 

Aaa accounting Delay-start

This will delay acc until user get IP. 

MHM