Hi Everyone,
Just a quick question about EVC Trunk EFP | Allowing multiple tags.
I'm currently working on this setup and I would like to seek your opinion and expertise about this setup.
From Customer they will send multiple tag (3320-3322). But in this scenario, I only inputted sub-int of .3320.
Supposed to be if Customer frame enters @ ASR920 G0/0/13 int it will match the EFP criteria last process if using ingress is the "bridge-domain from-encap" that means it will derive bridge-domain based on the encapsulation.
Under bridge-domain I'll have the these for formarding.
Bridge-domain 3320 (2 ports in all)
State: UP Mac learning: Enabled
Aging-Timer: 300 second(s)
Maximum address limit: 16000
GigabitEthernet0/0/13 service instance 203
TenGigabitEthernet0/0/27 service instance 100
Question:
- Is this configuration is correct? (Though, I'm having issue with IP reachability so I'm checking which side has an issue)
PE#ping vrf custA 10.1.1.2 source 10.1.1.1.....Success rate is 0 percent (0/5)
- Based on this interface output, when I try to ping toward to customer from PE, there;s now increasing rate on ASR920 interface?
ASR920#sh interface GigabitEthernet0/0/13GigabitEthernet0/0/13 is up, line protocol is up5 minute input rate 0 bits/sec, 0 packets/sec5 minute output rate 0 bits/sec, 0 packets/sec
- Can't detect any mac address even the IP address on 10.1.1.1 for example?
Bridge-domain 3320 (2 ports in all)State: UP Mac learning: EnabledAging-Timer: 300 second(s)Maximum address limit: 16000GigabitEthernet0/0/13 service instance 203TenGigabitEthernet0/0/27 service instance 100
Any docs/Materials about EVC you can share other than Cisco docs or docs posted on the internet?
Configuration:
PE: 10.1.1.1/31
CUST: 10.1.1.2/31
######### PE #########
interface TenGigabitEthernet1/1/0.3320
description bandwidth 98000
encapsulation dot1Q 3320
ip vrf forwarding custA
ip address 10.1.1.1 255.255.255.254
no ip redirects
no ip proxy-arp
#####################
##ASR920(pointing to PE)##
interface TenGigabitEthernet0/0/27
mtu 9216
no ip address
service instance trunk 100 ethernet
encapsulation dot1q 3320-3322
rewrite ingress tag pop 1 symmetric
bridge-domain from-encapsulation
#####################
##ASR920(pointing to Cust)##
interface GigabitEthernet0/0/13
no ip address
negotiation auto
service instance trunk 203 ethernet
encapsulation dot1q 3320-3322
rewrite ingress tag pop 1 symmetric
bridge-domain from-encapsulation
#####################
Thank you in advance.
No comments:
Post a Comment