ntc-templates icon indicating copy to clipboard operation
ntc-templates copied to clipboard

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

Open svestenik opened this issue 2 years ago • 4 comments

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).

svestenik avatar Oct 10 '23 10:10 svestenik

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).

jvanderaa avatar Oct 10 '23 15:10 jvanderaa

@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!

mjbear avatar Jan 07 '24 18:01 mjbear

bump @svestenik, can you please help @mjbear

ryanmerolle avatar Jun 19 '24 03:06 ryanmerolle

@svestenik Please respond back. Without more information there is a bunch of guessing going on.

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

Thank you!

mjbear avatar Jul 20 '24 02:07 mjbear

lack of response, unable to assist further without more info

jmcgill298 avatar Aug 12 '24 16:08 jmcgill298