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.
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.