Check Roles

This scenario shows how to configure and use OSDx user roles.

Test Monitor Role

Description

A new user teldat is created using the predefined monitor role. This kind of role allows the execution of a reduced set of operational commands.

Scenario

Step 1: Set the following configuration in DUT0 :

set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
set system login user teldat authentication encrypted-password '$6$gXv8XFXUpcT2Z3QP$wTdUWE1bUayndNE1GegQbv4twX.ghmJAA3M0qvl9yzEhgDhgWqV4cZ/7s5ciOgUiekb/Me29O/SSn4eVMjks31'
set system login user teldat role monitor

Step 2: Run the command service cnm restart on DUT0 and expect the following output:

Show output
CLI Error: Insufficient privileges

Step 3: Run the command show running on DUT0 and expect the following output:

Show output
CLI Error: Insufficient privileges

Step 4: Run the command show date on DUT0 and expect the following output:

Show output
Fri 24 Jul 2026 13:52:45 +00:00

Step 5: Login as admin user on DUT0:

admin@osdx

Note

Dynamically change the required user-level for some specific operational commands.

Step 6: Modify the following configuration lines in DUT0 :

set user-level 0 command 'show running'
set user-level 10 command 'show date'

Step 7: Run the command service cnm restart on DUT0 and expect the following output:

Show output
CLI Error: Insufficient privileges

Step 8: Run the command show running on DUT0 and expect the following output:

Show output
# Teldat OSDx VM version v4.2.10.3
# Fri 24 Jul 2026 13:52:49 +00:00
# Warning: Configuration has not been saved
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
set system login user teldat authentication encrypted-password '$6$gXv8XFXUpcT2Z3QP$wTdUWE1bUayndNE1GegQbv4twX.ghmJAA3M0qvl9yzEhgDhgWqV4cZ/7s5ciOgUiekb/Me29O/SSn4eVMjks31'
set system login user teldat role monitor
set user-level 0 command 'show running'
set user-level 10 command 'show date'

Step 9: Run the command show date on DUT0 and expect the following output:

Show output
CLI Error: Insufficient privileges

Step 10: Login as admin user on DUT0:

admin@osdx

Test Operator Role

Description

A new user teldat is created using the predefined operator role. This kind of role allows the execution of some operational commands.

Scenario

Step 1: Set the following configuration in DUT0 :

set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
set system login user teldat authentication encrypted-password '$6$mbuPGegvzxWU/y6a$m2Ow9rhIviDX/BSBVbfn003sZp.9opZqCTK2XAR6cG28r6vTaJsSDiyRcxNylMAdi1dsUIA6Hn3xOg5Hw9UJB.'
set system login user teldat role operator

Step 2: Run the command service cnm restart on DUT0 and expect the following output:

Show output
CLI Error: Insufficient privileges

Step 3: Run the command show running on DUT0 and expect the following output:

Show output
# Teldat OSDx VM version v4.2.10.3
# Fri 24 Jul 2026 13:52:59 +00:00
# Warning: Configuration has not been saved
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
set system login user teldat authentication encrypted-password '$6$mbuPGegvzxWU/y6a$m2Ow9rhIviDX/BSBVbfn003sZp.9opZqCTK2XAR6cG28r6vTaJsSDiyRcxNylMAdi1dsUIA6Hn3xOg5Hw9UJB.'
set system login user teldat role operator

Step 4: Run the command show date on DUT0 and expect the following output:

Show output
Fri 24 Jul 2026 13:52:59 +00:00

Step 5: Login as admin user on DUT0:

admin@osdx

Note

Dynamically change the required user-level for some specific operational commands.

Step 6: Modify the following configuration lines in DUT0 :

set user-level 0 command 'show running'
set user-level 10 command 'show date'

Step 7: Run the command service cnm restart on DUT0 and expect the following output:

Show output
CLI Error: Insufficient privileges

Step 8: Run the command show running on DUT0 and expect the following output:

Show output
# Teldat OSDx VM version v4.2.10.3
# Fri 24 Jul 2026 13:53:03 +00:00
# Warning: Configuration has not been saved
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
set system login user teldat authentication encrypted-password '$6$mbuPGegvzxWU/y6a$m2Ow9rhIviDX/BSBVbfn003sZp.9opZqCTK2XAR6cG28r6vTaJsSDiyRcxNylMAdi1dsUIA6Hn3xOg5Hw9UJB.'
set system login user teldat role operator
set user-level 0 command 'show running'
set user-level 10 command 'show date'

Step 9: Run the command show date on DUT0 and expect the following output:

Show output
CLI Error: Insufficient privileges

Step 10: Login as admin user on DUT0:

admin@osdx

Test Admin Role

Description

A new user teldat is created using the predefined admin role. This kind of role allows the execution of all operational commands and has access to the configuration menu.

Scenario

Step 1: Set the following configuration in DUT0 :

set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
set system login user teldat authentication encrypted-password '$6$zehDDZZnAeiixKlp$ecZgsf8pESji2r07pPQw4PJZPcu9hwxaK/TXgJWmLdnGlAYjYDhECXAp8tTXQ5cLFtT.x7PVW0YBj2JaRpmSR1'
set system login user teldat role admin

Step 2: Run the command service cnm restart on DUT0 and expect the following output:

Show output
service inactive. doing nothing.

Step 3: Run the command show running on DUT0 and expect the following output:

Show output
# Teldat OSDx VM version v4.2.10.3
# Fri 24 Jul 2026 13:53:13 +00:00
# Warning: Configuration has not been saved
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
set system login user teldat authentication encrypted-password '$6$zehDDZZnAeiixKlp$ecZgsf8pESji2r07pPQw4PJZPcu9hwxaK/TXgJWmLdnGlAYjYDhECXAp8tTXQ5cLFtT.x7PVW0YBj2JaRpmSR1'
set system login user teldat role admin

Step 4: Run the command show date on DUT0 and expect the following output:

Show output
Fri 24 Jul 2026 13:53:13 +00:00

Step 5: Login as admin user on DUT0:

admin@osdx

Note

Dynamically change the required user-level for some specific operational commands.

Step 6: Modify the following configuration lines in DUT0 :

set user-level 0 command 'show running'
set user-level 10 command 'show date'

Step 7: Run the command service cnm restart on DUT0 and expect the following output:

Show output
service inactive. doing nothing.

Step 8: Run the command show running on DUT0 and expect the following output:

Show output
# Teldat OSDx VM version v4.2.10.3
# Fri 24 Jul 2026 13:53:17 +00:00
# Warning: Configuration has not been saved
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
set system login user teldat authentication encrypted-password '$6$zehDDZZnAeiixKlp$ecZgsf8pESji2r07pPQw4PJZPcu9hwxaK/TXgJWmLdnGlAYjYDhECXAp8tTXQ5cLFtT.x7PVW0YBj2JaRpmSR1'
set system login user teldat role admin
set user-level 0 command 'show running'
set user-level 10 command 'show date'

Step 9: Run the command show date on DUT0 and expect the following output:

Show output
Fri 24 Jul 2026 13:53:18 +00:00

Step 10: Login as admin user on DUT0:

admin@osdx

Test Custom Role

Description

A new user teldat is created using a custom role. The user-level can be dynamically changed.

Scenario

Step 1: Set the following configuration in DUT0 :

set system login role custom_role level 8
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
set system login user teldat authentication encrypted-password '$6$ptDCcd8nZfxQlXpg$eGihXEnk9BYcmJtMr.beSQBo9YvAvV2SlVonSmilpMKkroDjL2yxud0Aqd.DDmRB1h2fAL9RCGxSXtzPFgMOb0'
set system login user teldat role custom_role

Step 2: Run the command service cnm restart on DUT0 and expect the following output:

Show output
CLI Error: Insufficient privileges

Step 3: Run the command show running on DUT0 and expect the following output:

Show output
# Teldat OSDx VM version v4.2.10.3
# Fri 24 Jul 2026 13:53:27 +00:00
# Warning: Configuration has not been saved
set system login role custom_role level 8
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
set system login user teldat authentication encrypted-password '$6$ptDCcd8nZfxQlXpg$eGihXEnk9BYcmJtMr.beSQBo9YvAvV2SlVonSmilpMKkroDjL2yxud0Aqd.DDmRB1h2fAL9RCGxSXtzPFgMOb0'
set system login user teldat role custom_role

Step 4: Run the command show date on DUT0 and expect the following output:

Show output
Fri 24 Jul 2026 13:53:27 +00:00

Step 5: Login as admin user on DUT0:

admin@osdx

Step 6: Modify the following configuration lines in DUT0 :

set system login role custom_role level 14

Step 7: Run the command service cnm restart on DUT0 and expect the following output:

Show output
service inactive. doing nothing.

Step 8: Run the command show running on DUT0 and expect the following output:

Show output
# Teldat OSDx VM version v4.2.10.3
# Fri 24 Jul 2026 13:53:31 +00:00
# Warning: Configuration has not been saved
set system login role custom_role level 14
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
set system login user teldat authentication encrypted-password '$6$ptDCcd8nZfxQlXpg$eGihXEnk9BYcmJtMr.beSQBo9YvAvV2SlVonSmilpMKkroDjL2yxud0Aqd.DDmRB1h2fAL9RCGxSXtzPFgMOb0'
set system login user teldat role custom_role

Step 9: Run the command show date on DUT0 and expect the following output:

Show output
Fri 24 Jul 2026 13:53:31 +00:00

Step 10: Login as admin user on DUT0:

admin@osdx

Step 11: Modify the following configuration lines in DUT0 :

set system login role custom_role level 3

Step 12: Run the command service cnm restart on DUT0 and expect the following output:

Show output
CLI Error: Insufficient privileges

Step 13: Run the command show running on DUT0 and expect the following output:

Show output
CLI Error: Insufficient privileges

Step 14: Run the command show date on DUT0 and expect the following output:

Show output
Fri 24 Jul 2026 13:53:35 +00:00

Step 15: Login as admin user on DUT0:

admin@osdx