Cisco enable privilege level
- [ ] I have read and understood docs/Issues.md.
Describe the problem
How do I tell Oxidized to use a specific privilege level when connecting to Cisco, for example level 3:
Cisco> enable 3
Expected behavior
enable level
Configuration
If applicable, publish your configuration.
Logs
If applicable, add logs to help explain your problem.
Running environment (please complete the following information):
- OS: [e.g. Debian Bookworm, official container version xxx, ...]
- oxidized version: [e.g. 0.32.2]
- oxidized-web version: [e.g. 0.15.1, if applicable]
- Manufacturer model an software version:
- oxidized model name:
Additional context Add any other context about the problem here.
The model doesn't currently support it.
And I'm not sure you want it. I don't think 'show run' works under '15', because of I/O access it needs to the storage?
I think if you want to sandbox Oxidized you should use RBAC and specify explicitly which commands are allowed.
If you can't do Privilege levels, then on Cisco IOS, you can only use Parser Views. To do this, run the command:
Cisco> enable view ACL
Is this implemented in Oxidized?