-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xml error with vlan operations #19
Comments
Please always include the full error. I don't see Can you do these three things:
|
i mean this xml element Also i reproduced that in rest client with this parameters
get this response:
i have reproduced your script - with your device i haven't any problems
and this for device.show('show vlan'):
|
It looks like it's an issue with how your 7K is returning data...could be a bug in that version of OS I suppose. Try removing VLAN 1002 - does that work? Then try adding other VLANs and see if they work. |
Please Include a |
I am working on version 7.2(1)D1(1)
and as i understand the problem s in |
Correct. I can add an exception into the code for this, that way it still works. Letting @abhinavmodi know too since he works for the 7K team at Cisco :) |
Thank you @jedelman8 , @EvgeniyV - Will check this out. |
also i get same problem on Nexus5K when try to call
in nxapi_lib error raising on the block:
So when i run
|
Hi!
I get xml error when work with Nexus7K by nxos_vlan
I checked 'show vlan' by REST request to NX_API in response i get:
as i understand "unknown enum:<2>" make xml invalid
so any operation with vlan get exception....
The text was updated successfully, but these errors were encountered: