Difference between revisions of "QinQ Cisco IOS"

From Teknologisk videncenter
Jump to: navigation, search
m (QinQ)
m (QinQ)
Line 1: Line 1:
=QinQ=
+
<h1>QinQ</h1>
For at aktivere VLAN tagging skriver man i global configuration<ref>https://supportforums.cisco.com/thread/24704/ref>
+
<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>
<pre>
+
</p>
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:48, 11 January 2012

QinQ

For at aktivere VLAN tagging skriver man i global configurationhttps://supportforums.cisco.com/thread/24704/ref>fckLR<pre>fckLRvlan dot1q tag nativefckLR</pre>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<pre>fckLRinterface FastEthernet 0/0fckLR switchport access vlan 103fckLR switchport mode dot1q-tunnelfckLR</pre>