Hi there!
I've a doubt about qos from radius attributes (avpair).
I've configured on Freeradius the avpair attribute radius "ip:sub-qos-policy-in=10DFIN"and I make a pppoe teste connection...
The user is connected, but I don't able see if policy-map is working:
auth.router.dc01#sh policy-map 10DFIN
Policy Map 10DFIN
Class UP
police cir 8192000 bc 256000
conform-action transmit
exceed-action drop
auth.router.dc01#sh policy-map summary
Total number of policies configured: 4 (Active: 0, Maximum: 16000)
Number of CLI configured policy-maps: 4 (Active: 0)
Number of Non-CLI configured policy-maps: 0 (Active: 0)
[does nothing to show]:
auth.router.dc01#sh policy-map interface
auth.router.dc01#
[There is information about policy-map in this command]:
auth.router.dc01#sh subscriber session username ramboiv
Type: PPPoE, UID: 213, State: authen, Identity: ramboiv
IPv4 Address: 172.31.100.16
Session Up-time: 00:35:25, Last Changed: 00:35:25
Interface: Virtual-Access2.1
Switch-ID: 4624
Policy information:
Authentication status: authen
Classifiers:
Class-id Dir Packets Bytes Pri. Definition
0 In 0 0 0 Match Any
1 Out 0 0 0 Match Any
Features:
QoS Policy Map:
Class-id Dir Policy Name Source
0 In 10DFIN Peruser
Configuration Sources:
Type Active Time AAA Service ID Name
USR 00:35:25 - Peruser
INT 00:35:25 - Virtual-Template123
auth.router.dc01#
Can you help to understand whether that policy-map going to work?
Thanks!