One day I needed operators to be able to open the BDCOM OLT web interface, so I created a user with read-only access for them.
In the OLT web interface, they needed to look at the level of the optical signal coming to the newly installed ONU, and information about other old ONUs was already displayed in the billing system.
Let’s connect to the device and go to configuration mode:
enable
config
Let’s create an authorization with limited privileges (15 is the maximum privilege level):
localauthor ReadOnly
exec privilege default 8
exit
Let’s create a user:
username operator password ixnfo.com author-group ReadOnly
Let’s save the changes:
write all
Similarly, I added a user with limited rights to BDCOM P3608, P3310B/C/D.
See also my articles:
About BDCOM
Restricting access to the web interface