oxidized icon indicating copy to clipboard operation
oxidized copied to clipboard

Cisco enable privilege level

Open owirtifo opened this issue 2 months ago • 2 comments

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.

owirtifo avatar Oct 28 '25 08:10 owirtifo

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.

ytti avatar Oct 28 '25 09:10 ytti

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?

owirtifo avatar Oct 28 '25 11:10 owirtifo