02-29-2020 02:21 AM
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?
!
Solved! Go to Solution.
03-09-2020 04:59 AM - edited 03-09-2020 05:04 AM
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
03-09-2020 04:59 AM - edited 03-09-2020 05:04 AM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide