Remote RMX-3200 Version 5.2x Configuration Guide
Configuring Users in the CLI: Creating a Custom Profile
3-6
Creating a Custom Profile
To configure a custom profile:
1. At the main prompt, configure a new profile with the name
tech and privilege level
5 (status):
config profile tech priv-lvl 5
2. Configure the base type for the new tech profile as status:
config profile tech copy status
3. Include the command sets /config/controller/eth (config controller ethernet)
and
/config/interface/eth (config interface ethernet) in the tech profile:
config profile tech include /config/controller/eth
config profile tech include /config/interface/eth
Note: For a list of valid command identifications, see Appendix C : Command
Identifications.
4. Exclude the command set /show/resource-tracking from the tech profile:
config profile tech exclude /show/resource-tracking
5. Add user ebh to the newly created tech profile with password technician:
config users add ebh tech technician technician
6. (optional) Verify that the custom profile has been configured properly:
show profile tech
The command response displays similar to the following:
7. (Optional) Save the configuration.
In this scenario, you will:
Create a custom user profile to include and exclude specific command sets
(IDs) for that profile.
Add a user to the newly created custom profile.
(Dub)>show profile tech
Name: tech
Base Type: status
Privilege Level: 5
Command ID Action
/config/controller/eth include
/config/interface/eth include
/show/resource-tracking exclude
(Dub)>