Any other attribute will be returned to the client in the
reply message. All attributes must be defined in your
dictionary.
Framed-Protocol = PPP,
Framed-IP-Netmask = 255.255.255.0,
Framed-Routing = None,Framed-MTU = 1500,
Framed-Compression = Van-Jacobson-TCP-IP
Attributes that are
defined as type ipaddr in the dictionary (e.g. Framed-IP-Address,
Framed-IP-Netmask etc.) can be specified either in dotted-quad notation
(e.g. 1.2.3.4) or as 4 bytes of binary. This is most useful if you want to
keep addresses in a database in binary format.
Attributes that are
defined as type integer can be specified with either:
- A RADIUS attribute value name
- decimal (i.e. base 10) integer
- A hex (i.e. base 16) integer (with a leading 0x)
Therefore, the following reply items are all
equivalent:
Framed-Protocol = PPP
Framed-Protocol = 1
Framed-Protocol = 0x01