service instance and subinterafces
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2012 09:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2012 07:53 AM
NO RESPONSE !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2012 01:46 PM
May I ask why you want to do such.
Sub interface
interface GigabitEthernet3/0/1.700
description Customer A Traffic
encapsulation dot1Q 700
ip address 10.1.1.1 255.255.255.192
then route this traffic somewhere. However when you put ip address on this interface it is now in routed mode and you cannot create/use EVC services.
Service Instance (EVC)
service instance 700 ethernet
encapsulation dot1q 700
!if you want to hairpin on same card to different port
xconnect gig3/0/1
!if you want to xconnect to different router with lo0 of 4.4.4.4
xconnect 4.4.4.4 700 encapsulation mpls
!if you will be configuring an SVI for vlan 700
rewrite ingress tag pop 1 symmetric
bridge-domain 700
interface vlan700
ip address 10.1.1.1 255.255.255.192
This does the same thing, but you will use an SVI to router vlan 700 traffic if you want.
using sub interfaces you are limited to 4096 and you cannot specify internal tag or customer tag if using QinQ.
EVC you have 8000 service instances and the use of specifying second vlan in QinQ.
Service Instance (EVC)
service instance 7004 ethernet
encapsulation dot1q 700 second dot1q 400
xconnect....
service instance 7006 ethernet
encapsulation dot1q 700 second dot1q 600
xconnect....
better options this way..
Jude Bryant
