> ME-3400 (Site 1)
> !
> interface GigabitEthernet0/1
> description P-t-P MetroE
> switchport access vlan 400
> switchport mode dot1q-tunnel
>
> ME-3600 (Site 2):
> interface GigabitEthernet0/1
> description P-t-P MetroE
> switchport trunk allowed vlan none
> switchport mode trunk
> mtu 9000
> service instance 1 ethernet
> encapsulation untagged !untagged traffic
> l2protocol tunnel cdp stp vtp dtp lacp
> bridge-domain 400
> !
> service instance 2 ethernet
> encapsulation dot1q 1-4094 !all tagged vlans
> bridge-domain 400
> !
> end
The proper way to do this is to use a single service instance,
and match everything with "encapsulation default".
Lukas
_______________________________________________
cisco-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/