
********************************************************************************
* Copyright (C) 2019-2024 by Extreme Networks , Inc.                           *
* This file is part of rcBreeze Dump                                            *
*                                                                              *
* Author: Pradeep Raj.                                                         *
*                                                                              *
*                                                                              *
* Directions to Use:                                                           *
* 1. Replace all the values enclosed in the "%" with                           *
*    the values to be configured. The string present with in the braces        * 
*    indicates its type.                                                       *
* 2. To pass "" in the request replace the " with %22.                         *
* 3. To pass multiple keys in the URI enclose seperate them with %2c or        *
*    comma(",").                                                               *
* 4. Avoid using the requests with [DO NOT USE] tag in the payload. These could*
*    be defective because of the tailf extensions they have.                   *
*                                                                              *
* 5. RestConf also supports Json formatting which can be obtained by simply    *
*    updating Content-Type: application/yang-data+xml to                       *
*    Content-Type: application/yang-data+json                                  * 
*                                                                              * 

* Disclaimer:                                                                  *
* 1. The queries mentioned here do not have a one-to-one correlation with CLI. *
* 2. The queries inferred here are based on an automated tool and are not      *
*    gauranteed to work. Its the functional teams responsibilty to ensure its  *
*    working.                                                                  *
* 3. In case if you find any discrepancy you can always contact the author to  *
*    get it fixed.                                                             *
* 4. Avoid using the requests with [DO NOT USE] tag in the payload. These could*
*    be defective because of the tailf extensions they have.                   *
********************************************************************************
curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"login\": {\"first\": \"%enumeration%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:aaa-config/aaa/authentication/login

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"login\": {\"second\": \"%enumeration%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:aaa-config/aaa/authentication/login

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"login\": {\"third\": \"%enumeration%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:aaa-config/aaa/authentication/login

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"start-stop\": {\"server-type\": \"%acc_srv_type%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:aaa-config/aaa/accounting/exec/defaultacc/start-stop

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"start-stop\": {\"server-type\": \"%acc_srv_type%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:aaa-config/aaa/accounting/commands/defaultacc/start-stop

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"command\": {\"firstauthor\": \"%enumeration%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:aaa-config/aaa/authorization/command

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "[DO NOT USE]{\"command\": {\"secondauthor\": \"%enumeration%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:aaa-config/aaa/authorization/command

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"username\": {\"user-password\": \"%user-passwd%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:username=%name%

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"username\": {\"encryption-level\": \"%enumeration%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:username=%name%

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"username\": {\"role\": \"%string%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:username=%name%

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"username\": {\"desc\": \"%string%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:username=%name%

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"username\": {\"enable\": \"%username-enable%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:username=%name%

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"username\": {\"expire\": \"%date%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:username=%name%

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"username\": {\"access-time\": \"%string%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:username=%name%

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "[DO NOT USE]{\"username\": {\"end-time\": \"%string%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:username=%name%

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"username\": {\"acct-inactivity-expiry-period\": \"%uint32%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:username=%name%

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"username\": {\"acct-inactivity-warning-period\": \"%uint32%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:username=%name%

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"service\": {\"password-encryption\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:service

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"name\": {\"desc\": \"%string%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:role/name=%name%

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"radius-server-options\": {\"auth-port\": \"%rad-auth-port%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:radius-server/host=%hostname%,%use-vrf%/radius-server-options

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"radius-server-options\": {\"protocol\": \"%rad-auth-protocols%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:radius-server/host=%hostname%,%use-vrf%/radius-server-options

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"radius-server-options\": {\"key\": \"%string%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:radius-server/host=%hostname%,%use-vrf%/radius-server-options

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"radius-server-options\": {\"encryption-level\": \"%enumeration%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:radius-server/host=%hostname%,%use-vrf%/radius-server-options

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"radius-server-options\": {\"retries\": \"%uint32%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:radius-server/host=%hostname%,%use-vrf%/radius-server-options

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"radius-server-options\": {\"timeout\": \"%uint32%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:radius-server/host=%hostname%,%use-vrf%/radius-server-options

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"radius-server-options\": {\"radsec\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:radius-server/host=%hostname%,%use-vrf%/radius-server-options

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"source-interface\": {\"source-interface-name\": \"%track-iftype%\", \"source-interface-value\": \"%interface:interface-type%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:radius-server/host=%hostname%,%use-vrf%/radius-server-options/source-interface/ethernet

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "[DO NOT USE]{\"loopback\": {\"source-interface-value\": \"%loopback-iftype%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:radius-server/host=%hostname%,%use-vrf%/radius-server-options/source-interface/loopback

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "[DO NOT USE]{\"ve\": {\"source-interface-value\": \"%ve-iftype%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:radius-server/host=%hostname%,%use-vrf%/radius-server-options/source-interface/ve

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "[DO NOT USE]{\"management\": {\"source-interface-value\": \"%mm-iftype%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:radius-server/host=%hostname%,%use-vrf%/radius-server-options/source-interface/management

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"tacacs-server-options\": {\"port\": \"%tac-auth-port%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:tacacs-server/host=%hostname%,%use-vrf%/tacacs-server-options

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"tacacs-server-options\": {\"protocol\": \"%tac-auth-protocols%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:tacacs-server/host=%hostname%,%use-vrf%/tacacs-server-options

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"tacacs-server-options\": {\"key\": \"%string%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:tacacs-server/host=%hostname%,%use-vrf%/tacacs-server-options

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"tacacs-server-options\": {\"encryption-level\": \"%enumeration%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:tacacs-server/host=%hostname%,%use-vrf%/tacacs-server-options

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"tacacs-server-options\": {\"retries\": \"%uint8%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:tacacs-server/host=%hostname%,%use-vrf%/tacacs-server-options

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"tacacs-server-options\": {\"timeout\": \"%uint8%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:tacacs-server/host=%hostname%,%use-vrf%/tacacs-server-options

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"tacacs-source-ip\": {\"tacacs-source-int-type\": \"%srcip_type%\", \"tacacs-source-int-value\": \"%string-type%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:tacacs-server/host=%hostname%,%use-vrf%/tacacs-server-options/tacacs-source-ip

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"ldap-server-options\": {\"ldaps\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:ldap-server/host=%hostname%,%use-vrf%/ldap-server-options

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"ldap-server-options\": {\"port\": \"%ldap-auth-port%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:ldap-server/host=%hostname%,%use-vrf%/ldap-server-options

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"ldap-server-options\": {\"retries\": \"%uint8%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:ldap-server/host=%hostname%,%use-vrf%/ldap-server-options

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"ldap-server-options\": {\"timeout\": \"%uint8%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:ldap-server/host=%hostname%,%use-vrf%/ldap-server-options

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"ldap-server-options\": {\"basedn\": \"%string%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:ldap-server/host=%hostname%,%use-vrf%/ldap-server-options

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "[DO NOT USE]{\"source-interface\": {\"source-intf-type\": \"%source-interface-type%\", \"source-intf-name\": \"%ethernet-iftype%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:ldap-server/host=%hostname%,%use-vrf%/ldap-server-options/source-interface/ethernet

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "[DO NOT USE]{\"loopback\": {\"source-intf-name\": \"%loopback-iftype%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:ldap-server/host=%hostname%,%use-vrf%/ldap-server-options/source-interface/loopback

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "[DO NOT USE]{\"ve\": {\"source-intf-name\": \"%ve-iftype%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:ldap-server/host=%hostname%,%use-vrf%/ldap-server-options/source-interface/ve

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "[DO NOT USE]{\"management\": {\"source-intf-name\": \"%mm-iftype%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:ldap-server/host=%hostname%,%use-vrf%/ldap-server-options/source-interface/management

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"group\": {\"switch-role\": \"%string%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:ldap-server/maprole/group=%ad-group%

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"password-attributes\": {\"min-length\": \"%uint32%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:password-attributes

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"password-attributes\": {\"max-logins\": \"%uint32%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:password-attributes

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"password-attributes\": {\"max-retry\": \"%uint32%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:password-attributes

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"password-attributes\": {\"max-lockout-duration\": \"%uint32%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:password-attributes

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"password-attributes\": {\"history\": \"%uint32%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:password-attributes

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"password-attributes\": {\"repeat\": \"%uint32%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:password-attributes

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"password-attributes\": {\"sequence\": \"%uint32%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:password-attributes

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"password-attributes\": {\"force-default-password-change\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:password-attributes

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"password-attributes\": {\"max-password-age\": \"%uint32%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:password-attributes

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"expiry-alert-level\": {\"info\": \"%uint32%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:password-attributes/expiry-alert-level

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"expiry-alert-level\": {\"minor\": \"%uint32%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:password-attributes/expiry-alert-level

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"expiry-alert-level\": {\"major\": \"%uint32%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:password-attributes/expiry-alert-level

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"expiry-alert-level\": {\"critical\": \"%uint32%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:password-attributes/expiry-alert-level

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"character-restriction\": {\"upper\": \"%uint32%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:password-attributes/character-restriction

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"character-restriction\": {\"lower\": \"%uint32%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:password-attributes/character-restriction

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"character-restriction\": {\"numeric\": \"%uint32%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:password-attributes/character-restriction

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"character-restriction\": {\"special-char\": \"%uint32%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:password-attributes/character-restriction

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"password-attributes\": {\"admin-lockout-enable\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:password-attributes

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"password-attributes\": {\"login-notify-duration\": \"%uint32%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:password-attributes

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"banner\": {\"login\": \"%string%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:banner

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"banner\": {\"motd\": \"%string%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:banner

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"banner\": {\"incoming\": \"%string%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:banner

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"rule\": {\"action\": \"%rule-action%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:rule=%index%

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"rule\": {\"operation\": \"%rule-operation%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:rule=%index%

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"rule\": {\"role\": \"%string%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:rule=%index%

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"command\": {\"enumList\": \"%enumeration%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:rule=%index%/command

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"command\": {\"ethernet-leaf\": \"%interface:interface-type%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:rule=%index%/command

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"command\": {\"port-channel-leaf\": \"%interface:portchannel-type%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:rule=%index%/command

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"command\": {\"vlan-leaf\": \"%interface:vlan-type%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:rule=%index%/command

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "[DO NOT USE]{\"command\": {\"management-leaf\": \"%interface:man-interface-type%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:rule=%index%/command

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"command\": {\"loopback-leaf\": \"%loopback-intf:intf-loopback-port-type%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:rule=%index%/command

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"command\": {\"ve-leaf\": \"%interface:ve-type%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:rule=%index%/command

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"command\": {\"fibrechannel-leaf\": \"%interface:interface-type%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:rule=%index%/command

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"root\": {\"enable\": {}}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:root-sa/root

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"root\": {\"access\": \"%root_access_type%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:root-sa/root

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"alias\": {\"expansion\": \"%string%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:alias-config/alias=%name%

curl -v -X PATCH -H "Content-Type: application/yang-data+json" -k -d "{\"alias\": {\"expansion\": \"%string%\"}}"  -u admin:password https://%ipaddress%:443/restconf/data/brocade-aaa:alias-config/user=%name%/alias=%name%

