cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1891
Views
0
Helpful
6
Replies

Creating Service Instance without EFP (Ethernet Flow Point)

Hi All,

         I want to create a service instance without EFP (Ethernet Flow Point) is it possible to do that? I am using IOSvL2 switch in GNS3.

 

Any help regarding this will be great. Thanks in advance.

6 Replies 6

Hi,

 

If your using normal image on the GNS it will not work you have to have IOL image in order to enable L2 features, 

 

BR

Tayyab

 

 

*** Please rate all helpful responses and mark solutions***

Thanks for the reply. Can you please share some link or document how the Configuration going to be It would be of great help or the configuration takes place normally like other EVC configuration?

 

Hi 

 

here to go

 

https://www.cisco.com/c/en/us/td/docs/switches/metro/me3600x_3800x/software/release/12-2_52_ey/configuration/guide/3800x3600xscg/swevc.pdf

https://community.cisco.com/t5/networking-documents/understanding-ethernet-virtual-circuits-evc/ta-p/3108219

 

Note: I personally worked on EVC project in 2011 and migrated around 240 Cisco 7609 boxes to EVC.

 

BR

Tayyab

 

 

*** Please rate all helpful responses and mark solutions***

Hello,

 

can you write out what you want to configure ? I am using:

 

Cisco IOS Software, vios_l2 Software (vios_l2-ADVENTERPRISEK9-M), Version 15.2(4.0.55)E

 

in GNS3, and at the very least it lets me configure service instances:

 

interface GigabitEthernet0/0
media-type rj45
negotiation auto
service instance 1101 ethernet
encapsulation dot1q 101
rewrite ingress tag pop 1 symmetric
bridge-domain 101

 

What exactly do you mean by 'service instance without EFP' ?

Hi,

    I am using Cisco IOSvL2 Switch in GNS3 and I have used image (vios_l2-adventerprisek9-m.03.2017.qcow2).

 

My topology is simple (Attaching Snapshot). I have configured 

On first Interface 

(config)# interface gigabitethernet0/0
(config-if)# switchport mode trunk
(config-if)# switchport trunk allowed vlan none
(config-if)# service instance 22 Ethernet [name]
(config-if-srv)# encapsulation dot1q 10
(config-if-srv)# bridge-domain 10

 

On Second Interface

 

(config)# interface gigabitethernet0/1
(config-if)# switchport mode trunk
(config-if)# switchport trunk allowed vlan none
(config-if)# service instance 22 Ethernet [name]
(config-if-srv)# encapsulation dot1q 10
(config-if-srv)# bridge-domain 10

 

So, Any other packet apart from VLAN ID 10 should not be forwarded. But that doesn't happen in my case, any other packet apart from 10 is forwarded.

 

 

 

 

Sorry, forgot to attach the snapshot.