Hi Allan,<div><br></div><div>Foundry have implemented a their IP sub-interface using global VLAN resources.  This means if you want an IP sub-interface (labelled VE) attached to interface 4/5 and associated to VLAN 100, then you are using a global VLAN resource.  Other ports associated with a global VLAN will also share the same sub-interface.</div>
<div><br></div><div>An example:</div><div><br></div><div>vlan 100 name test</div><div>  tag ethernet 4/5</div><div>  router-interface ve 100</div><div>interface ve 100</div><div>  ip address <a href="http://1.1.1.1/30">1.1.1.1/30</a></div>
<div><br></div><div>If you then associated interface 4/6 with the same VLAN you would have the following configuration:</div><div><br></div><div><div>vlan 100 name test</div><div>  tag ethernet 4/5 ethernet 4/6</div><div>
  router-interface ve 100</div><div>interface ve 100</div><div>  ip address <a href="http://1.1.1.1/30">1.1.1.1/30</a></div><div><br></div></div><div><br></div><div>If you then wish to rate-limit all traffic associated with this sub-interface, in this case VLAN 100 traffic you can perform the following on interface 4/5.</div>
<div><br></div><div>The below example rate-limits VLAN 100 to 100Kbps with a 10Kbps burst.</div><div><br></div><div>interface ethernet 4/5</div><div>  rate-limit input vlan-id 100 100000 10000</div><div><div>  rate-limit output vlan-id 100 100000 10000</div>
<div><br></div><div>You can apply many rate-limits of the same kind (VLAN or ACL) to an interface.  They can also be combined with a policy-map to include EIR remarking if desired.</div><div><br></div><div>On a different note, VLANs can be port specific but as already discussed in this thread, only for VLL and VPLS services.  These services cannot currently be combined with IP services without the use of a loop back.</div>
<div><br></div><div>The below example will translate VLAN 100 to VLAN 101 from interface 4/5 to 5/6.  The two VLANs (100 and 101) are port specific and do not clash with global VLANs.</div><div><br></div><div>router mpls</div>
<div>  vll-local test</div><div>    vlan 100</div><div>      tagged ethernet 4/5</div><div>   vlan 101</div><div>      tagged ethernet 5/6</div><div><br></div><div>You would be best to speak to an SE as to your specific requirements.</div>
<div><br></div><div>Cheers.</div><div><br></div><div>Colin</div><div><br></div></div>