Skip to content
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

Cisco NXOS - Error "Unsupported switch port mode DOT1Q_TUNNEL, assuming no VLANs allowed" while parsing interface config #1542

Open
svestenik opened this issue Oct 10, 2023 · 2 comments

Comments

@svestenik
Copy link

Cisco Nexus 3048 switch configured with "dot1q-tunnel mode" (QinQ)

show running-config interface Ethernet1/22

interface Ethernet1/22
  description ** Some QinQ **
  no cdp enable
  switchport mode dot1q-tunnel
  switchport access vlan 111
  spanning-tree bpdufilter enable
  l2protocol tunnel cdp
  l2protocol tunnel stp
SUMMARY

When parsing interfaces configured as QinQ tunnels on Nexus switches, error is returned as dot1Q-tunnel mode is not supported in NTC-Templates.

STEPS TO REPRODUCE

Try to parse any interface on Nexus switch configured as dot1Q-tunnel (valid NX-OS interface mode).

EXPECTED RESULTS

Interface should be returned as mode dot1Q-tunnel and outer vlan tag should be identified (inner vlans are not really important in this mode).

@jvanderaa
Copy link
Contributor

Which template is this in regards to? Is there some show command output (other than show run, as configurations is not the usual path here).

@mjbear
Copy link
Contributor

mjbear commented Jan 7, 2024

@svestenik

  • Could you please provide the name of the NX-OS template that has issues?
  • Please provide sample command output so it can be used to test against?

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants