If users do not set the value of this string attribute, the default help message is displayed.
object newbie { help "Newbie settings"; flag setof list; attribute group { flag identifier nokeyword; help "Business unit"; type string; } attribute long-name { flag helpful; help "Full name"; type string; } }
user@router# set example newbie IPG long-name "Infrastructure Product Group" [edit] user@router# show example newbie IPG { long-name "Infrastructure Product Group"; } [edit] user@router# set example newbie ? Possible completions: <group> Business unit IPG Infrastructure Product Group [edit] user@router# delete example newbie IPG long-name [edit] user@router# show example newbie IPG; [edit] user@router# set example newbie ? Possible completions: <group> Business unit IPG Business unit [edit]