When an attribute is configured in Security Console under Identity > Users > Authentication Settings > RADIUS > RADIUS User Attributes, you may notice the attribute sent by RSA Authentication Manager to RADIUS client has both an attribute ID and an attribute name appended to the value.
For example:
Filter-ID=ATTR11_Filter-ID=policy_GRP_1
Reply-Message=ATTR1_Reply-Message=GRP
On the other hand, if you set a RADIUS profile in RADIUS > RADIUS Profiles, then link it with a user or agent, the attribute sent by RSA Authentication Manager to RADIUS client contains just the value. For example, if you select Filter-ID[M] for Attribute and set policy_GRP_I as the value, the attribute contained in RADIUS response message is:
Filter-ID=policy_GRP_
The issue is that the attribute format of attribute_id+attribute_name+attribute_value may not be accepted by RADIUS clients.
For RSA Authentication Manager 7.1, see steps provided in the Notes section, below.
For Authentication Manager 8.x:
Filter-ID=ATTR11_Filter-ID=policy_GRP_1
Filter-ID=Filter-ID=policy_GRP_1
Filter-ID=policy_GRP_1