Hi there,
I'm using radius proxy and I'm trying to send to main radius the value of
NAS-Port-Id to Called-Station-Id Atribute.
I added the following line on post-auth section:
update reply {
Called-Station-Id += "%{reply:NAS-Port-Id}"
}
But It's doesn't work. Anyone could help how should I proceeded?
Thanks.