Topologie de réseau physique
Description du défaut
Un client déploie un service de ligne privée VIP pour accéder à un VSI, un VLL est configuré sur l'ATN et un VSI est configuré sur les deux CX. Une fois que le client a déployé des services, une boucle de trafic se produit et le trafic du port est de 100%.
Fichiers de configuration
N/A
1.1.2 Emplacement de dépannage
Procédure de dépannage
Étape 1 Connectez-vous à l'ATN 950B (214.99) et exécutez la commande GigabitEthernet0 / 2 / 26.1010 de l'interface d'affichage de configuration actuelle pour vérifier les configurations sur l'ATN 950B (214.99). Assurez-vous que les configurations sont correctes.
interface GigabitEthernet0/2/26.1010
vlan-type dot1q 1010
description FTTH_ME_VIC013SRT01
mtu 9000
mpls l2vc 10.137.126.150 322411
mpls l2vc 10.137.126.150 322410 secondary
mpls l2vpn redundancy master
mpls l2vpn reroute delay 120
La configuration de la solution standard est la suivante:
interface GigabitEthernet0/4/2.601
mpls l2vc 3.3.3.3 106001 //Configure a PW between the CSG and the master ASG.
mpls l2vc 3.3.3.3 106101 secondary// Configure a PW between the CSG and the slave ASG.
mpls l2vpn redundancy master// Configuring PW Redundancy in Active/Standby Mode
mpls l2vpn reroute delay 500// Set the WTR time for PW switchback.
Étape 2 Connectez-vous à CX et exécutez la commande vsi d'affichage de la configuration en cours pour vérifier la configuration de VSI. Il est constaté que la configuration de VSI est incorrecte. Deux UPE PW sont configurés entre ASG1 et ASG2. Le trafic de UPE PW n'est pas isolé. Cette configuration entraîne un bouclage entre les PG compris entre 3,22 601 000 000 et ASG2.
l ASG1:
vsi F_VIC038_VIC033_R01
mac-withdraw enable
pwsignal ldp
vsi-id 322601
peer 10.9.66.7 negotiation-vc-id 322611 ignore-standby-state
peer 10.137.126.150 negotiation-vc-id 322602 upe
peer 10.137.126.152 tnl-policy IPRAN upe ignore-standby-state
peer 10.137.126.151 tnl-policy IPRAN upe ignore-standby-state
peer 10.137.126.164 negotiation-vc-id 322411 ignore-standby-state
peer 10.137.126.150 negotiation-vc-id 322402 upe
mtu 9000
ignore-ac-state
l ASG2:
vsi F_VIC038_VIC033_R01
mac-withdraw enable
pwsignal ldp
vsi-id 322601
peer 10.9.66.7 negotiation-vc-id 322611 ignore-standby-state
peer 10.137.126.153 negotiation-vc-id 322602 upe
peer 10.137.126.152 tnl-policy IPRAN upe ignore-standby-state
peer 10.137.126.151 tnl-policy IPRAN upe ignore-standby-state
peer 10.137.126.164 negotiation-vc-id 322411 ignore-standby-state
peer 10.137.126.153 negotiation-vc-id 322402 upe
mtu 9000
ignore-ac-state
La configuration correcte est la suivante (ne peut avoir qu'un seul UPE pw entre deux homologues vsi):
vsi vsi_601 static
pwsignal ldp
vsi-id 601
mac-withdraw enable
upe-npe mac-withdraw enable
peer 3.3.3.3
peer 9.9.9.9
peer 10.10.10.10
peer 1.1.1.1 negotiation-vc-id 106101 ignore-standby-state
ignore-ac-state// Because the VSI is not bound to an AC interface on the SPE, you need to run the VSI UP command to configure the VSI on the SPE.
----End
Cause première
Configuration de plusieurs enregistrements de données UPE PW. En conséquence, VSI devient Ring, générant un trafic de 100%.