[c-nsp] MPLS Using SVI's?
    Gert Doering 
    gert at greenie.muc.de
       
    Thu Apr 10 13:18:53 EDT 2008
    
    
  
Hi,
On Thu, Apr 10, 2008 at 12:11:22PM -0500, Murphy, William  wrote:
> interface GigabitEthernet5/1
> 
>  switchport
>  switchport trunk encapsulation dot1q
>  switchport trunk allowed vlan 300,500,3000
>  switchport mode trunk
>  no ip address
> end
Make sure that you have jumbo MTUs configured on all physical interfaces,
because otherwise...
> interface Vlan3000
>  description L3_P1_TO_PE1
>  ip address 10.0.0.2 255.255.255.252
>  tag-switching mtu 1508
... this command will be accepted, but Gi5/1 will drop packets >1500
on transit.
I actually prefer "ip mtu 1508" (or even "1530") to "tag-switching mtu",
because that way I can test with "ping 10.0.0.1 size 1530 df-bit" that
it's *really* working.
gert
-- 
USENET is *not* the non-clickable part of WWW!
                                                           //www.muc.de/~gert/
Gert Doering - Munich, Germany                             gert at greenie.muc.de
fax: +49-89-35655025                        gert at net.informatik.tu-muenchen.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 304 bytes
Desc: not available
Url : https://puck.nether.net/pipermail/cisco-nsp/attachments/20080410/574714d5/attachment.bin 
    
    
More information about the cisco-nsp
mailing list