Difference between revisions of "QinQ Cisco IOS"

From Teknologisk videncenter
Jump to: navigation, search
m (QinQ)
m
Line 1: Line 1:
<h1>QinQ</h1>
+
=QinQ=
<p>For at aktivere VLAN tagging skriver man i global configuration<span class="fck_mw_ref" _fck_mw_customtag="true" _fck_mw_tagname="ref">https://supportforums.cisco.com/thread/24704/ref&gt;fckLR&lt;pre&gt;fckLRvlan dot1q tag nativefckLR&lt;/pre&gt;fckLRPå interfacet definerer vi at alt trafik skal i vlan 130, men at den indre tag skal bibeholdes, og der skal klistres en ny på.fckLR&lt;pre&gt;fckLRinterface FastEthernet 0/0fckLR switchport access vlan 103fckLR switchport mode dot1q-tunnelfckLR&lt;/pre&gt;</span>
+
For at aktivere VLAN tagging skriver man i global configuration
</p>
+
<pre>
 +
vlan dot1q tag native
 +
</pre>
 +
interfacet definerer vi at alt trafik skal i vlan 130, men at den indre tag skal bibeholdes, og der skal klistres en ny på.
 +
<pre>
 +
interface FastEthernet 0/0
 +
switchport access vlan 103
 +
switchport mode dot1q-tunnel
 +
</pre>

Revision as of 15:52, 11 January 2012

QinQ

For at aktivere VLAN tagging skriver man i global configuration

vlan dot1q tag native

På interfacet definerer vi at alt trafik skal i vlan 130, men at den indre tag skal bibeholdes, og der skal klistres en ny på.

interface FastEthernet 0/0
 switchport access vlan 103
 switchport mode dot1q-tunnel