<div dir="ltr">Another thing to consider is that it's not always necessary to remove the 'outer' tag in order to access the inner tag - in fact, doing so may simplify things.<div><br></div><div>Quite a few platforms let you create subinterfaces and directly address both tags e.g:</div>
<div><br></div><div><div>interface TenGigabitEthernet0/2/0.1234</div><div> description --- Site X VLAN Y ---</div><div> encapsulation dot1Q 12 second-dot1q 34</div><div> ip address (etc)</div></div><div>!</div><div><br></div>
<div>As previously mentioned, the ME3600X / ME 3800X are interesting platforms, and the software has come a long way since the initial releases which left quite a bit to be desired.</div><div><br></div><div>Sam</div><div>
<br></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jul 31, 2013 at 9:16 AM, Reuben Farrelly <span dir="ltr"><<a href="mailto:reuben-ausnog@reub.net" target="_blank">reuben-ausnog@reub.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">You may want to look at a device like the Cisco ME3600X switch, which will give you lots of knobs and options to handle this sort of traffic, either terminating double-tagged sessions, rewriting the dot1q tags, vlan significance per port etc.<br>

<br>
They aren't overly expensive and would definitely be recommended over a setup involving fudging around with floor/access switching products that weren't really designed to do this sort of thing..<span class="HOEnZb"><font color="#888888"><br>

<br>
Reuben</font></span><div class="im HOEnZb"><br>
<br>
<br>
On 31/07/2013 9:22 AM, James Mcintosh wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Mark,<br>
<br>
That's pretty close to my scenario.<br>
<br>
For the purposes of clarity and using a Cisco example let's say I get handed off double tagged VLANs 2, 4 and 6 which each encapsulate two VLANs each e.g. VLANs 21,22,41,41,61 and 62. How can I get to a scenario where I can strip the outer VLAN ID's and trunk the inner VLAN's to my next device e.g:<br>

<br>
interface GigabitEthernet1/0/43<br>
  description egress interface<br>
  switchport trunk encapsulation dot1q<br>
  switchport trunk allowed vlan 21,22,41,41,61,62<br>
  switchport mode trunk<br>
  load-interval 30<br>
end<br>
<br>
<br>
-James.<br>
</blockquote>
<br></div><div class="HOEnZb"><div class="h5">
______________________________<u></u>_________________<br>
AusNOG mailing list<br>
<a href="mailto:AusNOG@lists.ausnog.net" target="_blank">AusNOG@lists.ausnog.net</a><br>
<a href="http://lists.ausnog.net/mailman/listinfo/ausnog" target="_blank">http://lists.ausnog.net/<u></u>mailman/listinfo/ausnog</a><br>
</div></div></blockquote></div><br></div>