Hi, I'm Jin.
Are there any options when exporting show running-config with a separator to split the line or values?
I tried to split the NXOS series running-config value per settings (such as access list, VTY, VLAN, etc)
But when I get the NXOS running-config file then it is mixed with some settings or too difficult to split it.
When I get some values in ios, it's convenient to split using the "!" separator but NXOS is not.
(I've already searched the guideline but.. there are no options like that)
ios | nxos |
! line vty exec-timeout 10 ! vlan 411 name A411 ! vlan 412 name A412 ! | line vty exec-timeout 10 vlan 411 name A411 vlan 412 name A412 |
Best,
Jin