problems with CoA post-proxy & switch

Jorge Pereira jpereiran at gmail.com
Wed Apr 15 17:16:35 CEST 2015


Hi,

    I am trying to use the below configuration, but never is reached...
someone have suggestions?

 87   post-proxy {
 88         switch &proxy-reply:Packet-Type {
 89             case CoA-ACK {
 90                 ok
 91             }
 92
 93             case CoA-NAK {
 94                 # the NAS didn't like the CoA request
 95                 ok
 96             }
 97
 98             case Disconnect-ACK {
 99                 ok
100             }
101
102             case Disconnect-NAK {
103                 # the NAS didn't like the Disconnect request
104                 ok
105             }
106
107             # Invalid packet type.  This shouldn't happen.
108             case {
109                 ok
110                 #fail
111             }
112         }
113
114         #
115         #  These methods are run when there is NO response
116         #  to the request.
117         #
118         Post-Proxy-Type Fail-CoA {
119             ok
120         }
121     }

--
Jorge Pereira


More information about the Freeradius-Users mailing list