Hi - does anyone know how send taged attributes from FreeRadius. I'm including the tag number with a colon after the attribute but not sure if this is correct (the last two attributes):<div><br></div><div><div>DEFAULT         User-Name =~ "([a-z]+):([0-9]+)[^a-z]+([a-z]+):([0-9]+)$", Auth-Type := Local, User-Password == "usrpass"</div>
<div>                        Framed-Pool := "4",</div><div>                        ERX-Ingress-Policy-Name := "ingressFilter",</div><div>                        ERX-Egress-Policy-Name := "egressFilter",</div>
<div>                        ERX-CoS-Parameter-Type<span class="Apple-style-span" style="font-weight: bold;">:1</span> = "basic_sch",</div><div>                        ERX-CoS-Parameter-Type<span class="Apple-style-span" style="font-weight: bold;">:2</span> += "8m"</div>
<div><br></div><div><br></div><div>And this is how the attribute is defined in dictionary:</div><div>ATTRIBUTE       ERX-CoS-Parameter-Type                  108     string has_tag<br></div><div><br></div><div>But Juniper is complaining about wrong Tag-characters.</div>
<div><br></div><div><div>Feb  1 07:41:38 Vendor-Id: 4874 Attribute Type:ERX-CoS-Parameter-Type(108) Value:string-type  Length:10</div><div>Feb  1 07:41:38 authd_radius_parse_message:juniper-BRAS type:108</div><div>Feb  1 07:41:38 parse_tag_based_vsa: Tag based VSA contains the wrong Tag-character</div>
<div>Feb  1 07:41:38 Tag-based VSA parsing failed vendor-id: 4874 type: 108</div><div>Feb  1 07:41:38 Vendor-Id: 4874 Attribute Type:ERX-CoS-Parameter-Type(108) Value:string-type  Length:3</div><div>Feb  1 07:41:38 authd_radius_parse_message:juniper-BRAS type:108</div>
<div>Feb  1 07:41:38 parse_tag_based_vsa: Tag based VSA contains the wrong Tag-character</div><div>Feb  1 07:41:38 Tag-based VSA parsing failed vendor-id: 4874 type: 108</div><div>Feb  1 07:41:38 authd_radius_parse_message: Error parsing ERX avps</div>
<div>Feb  1 07:41:38 Framework - module(radius) return: ADMIN CANCELLED</div><div><br></div><div><br></div><div>Is this above the correct way to send tagged attributes in FreeRadius?</div><div><br></div><div>Thanks,</div>
<div>Marlon</div></div></div>