mpenning / ciscoconfparse

Parse, Audit, Query, Build, and Modify Arista / Cisco / Juniper / Palo Alto / F5 configurations.
http://www.pennington.net/py/ciscoconfparse/
GNU General Public License v3.0
788 stars 219 forks source link

Documentation for syntax='nxos' #288

Closed mpenning closed 9 months ago

mpenning commented 10 months ago

With regard to Github Issue #248, CiscoConfParse should document the nxos syntax mentioned in the resolution to that report.

Ideally explain some ways in which this differs from "ios" in its parsing, so that other IOS/NX-OS-like syntaxes can be interpreted with the correct option.

It looks like perhaps other options may benefit from explanation of their differences/behaviors as well: ALL_VALID_SYNTAX = ( 'ios', 'nxos', 'asa', 'junos', )

mpenning commented 9 months ago

ios, nxos, and iosxr syntax are documented: