OUR SITES NetworkRADIUS FreeRADIUS

The BEGIN-PROTOCOL keyword

Syntax
BEGIN-PROTOCOL <name>
Description

The BEGIN-PROTOCOL keyword starts a "nested" set of ATTRIBUTE definitions which are all for a particular PROTOCOL.

<name>

The name of the PROTOCOL.

The protocol must have previously been created in a PROTOCOL definition.

The BEGIN-PROTOCOL keyword must always be paired with a matching END-PROTOCOL keyword.

Example
BEGIN-PROTOCOL RADIUS
ATTRIBUTE User-Name 1 string
END-PROTOCOL RADIUS

Note that unlike END-VENDOR and END-TLV, it is not possible to omit the BEGIN-PROTOCOL keyword.