cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1582
Views
0
Helpful
1
Replies

MAC Learning over Pseudowire

Hello.

I have the next configuration 

 

xconnect group CLIENTE
p2p PRUEBA
interface GigabitEthernet0/0/0/13.950
neighbor ipv4 201.130.64.254 pw-id 950
!
!
p2p 5696-LAN-713
interface GigabitEthernet0/1/0/13.929
neighbor ipv4 201.148.143.127 pw-id 665
pw-class L2L_BASICO

           

How can I know by which Pwseudore the ASR9000 learns the mac address of the other ends?
!

1 Accepted Solution

Accepted Solutions

Elvin Arias
Level 1
Level 1

Virtual Private Wired Service (VPWS) also known as P2P xconnects do *not* perform MAC address learning at the AC nor PW levels, is a P2P connection, so the idea is just to 'flood' the data that is received from the AC towards the PW and from the PW towards the AC.

Note that this also applies to EVPN-VPWS.

If you require MAC address learning at the AC/PW levels, use a bridge-domain and configure the PW over this. After the configuration is done, you can use the following command to check the MAC addresses learned under the particular bridge-group / bridge-domain:

 

show l2vpn forwarding bridge-domain <bridge_group:bridge-domain> mac-address location <LOCATION>


Elvin

 

View solution in original post

1 Reply 1

Elvin Arias
Level 1
Level 1

Virtual Private Wired Service (VPWS) also known as P2P xconnects do *not* perform MAC address learning at the AC nor PW levels, is a P2P connection, so the idea is just to 'flood' the data that is received from the AC towards the PW and from the PW towards the AC.

Note that this also applies to EVPN-VPWS.

If you require MAC address learning at the AC/PW levels, use a bridge-domain and configure the PW over this. After the configuration is done, you can use the following command to check the MAC addresses learned under the particular bridge-group / bridge-domain:

 

show l2vpn forwarding bridge-domain <bridge_group:bridge-domain> mac-address location <LOCATION>


Elvin