cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
705
Views
1
Helpful
9
Replies

Qinq on NCS 5001

bonjour j'ai eu ce problème

 bridge group VLAN4000
bridge-domain VLAN4000
mtu 9000
 interface TenGigE0/0/0/3.4000

!

interface TenGigE0/0/0/3.4000 l2transport
encapsulation dot1q 4000 second-dot1q 1-1999 , 2001-4094


!!% 'Ethernet Infra' detected the 'warning' condition 'This interface does not support this type of match'
rewrite ingress tag pop 1 symmetric
!!% 'Ethernet Infra' detected the 'warning' condition 'This interface does not support this type of match'
!
end

même si je remplace  1-1999 , 2001-4094 ---> même erreur  

mon objectif c'est sur l'interface interface TenGigE0/0/0/3 d'accepter tout le valn (trunk) avec un outer vlan tag 4000

1 Accepted Solution

Accepted Solutions

@zaineb ghazouani 

Le but est simplement de permettre à tous les VLANs de transiter via le tag 4000 sans réécriture de tags ?

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

View solution in original post

9 Replies 9

M02@rt37
VIP
VIP

Bonjour @zaineb ghazouani 

Pour configurer votre interface de manière à ce qu'elle accepte tout le trafic de VLAN (trunk) avec un tag VLAN externe de 4000, vous pouvez essayer une approche plus simple en enlevant l'utilisation de la seconde étiquette VLAN (second-dor1q) avec une plage de VLANs. Au lieu de cela, vous pouvez configurer l'interface pour accepter tout le trafic tagué avec le VLAN 4000 en tant que "outer VLAN" et permettre la traversée des VLANs internes sans avoir à spécifier une plage de VLANs.

--

bridge group VLAN4000
bridge-domain VLAN4000
mtu 9000

interface TenGigE0/0/0/3.4000 l2transport
encapsulation dot1q 4000
rewrite ingress tag pop 1 symmetric
!
end

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

j'essayé cette méthode mais ca n'a pas marché ,   

mon architecture est celle-ci (tout niveau 2)

cpe ----- provider l2 ------ ncs ----vlan4000---lac

coté ncs j'ai un qinq et entre provider et ncs : ncs et lac c'est trunk . 

Est ce vous pouvez vérifier avec moi conf de bridge-domain j'ai mis les deux intrefaces sur le mme domaine

coté ncs

bridge group VLAN4000
bridge-domain VLAN4000
mtu 9000

interface TenGigE0/0/0/3.4000 l2transport (interface connecté avec provider)

interface port-channel5.4000 (interface connecté avec lac)

 

 

 

 

OK @zaineb ghazouani 

Merci de fournir ces output 

show interfaces description
shshow l2vpn forwarding bridge-domain VLAN4000
show l2vpn bridge-domain VLAN4000

 

++ Assurez-vous que la MTU est configurée correctement tout au long du chemin, de l'interface à l'interface. Les paquets encapsulés dans le QinQ augmentent la taille, donc assurez-vous que la MTU est cohérente (9000 dans votre cas).

 

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.


interface connecté avec provider

show interfaces tenGigE 0/0/0/3.4000
Sat Aug 31 14:48:14.495 UTC
TenGigE0/0/0/3.4000 is up, line protocol is up
Interface state transitions: 1
Hardware is VLAN sub-interface(s), address is 501c.b0e6.cd39
Layer 2 Transport Mode
MTU 1518 bytes, BW 10000000 Kbit (Max: 10000000 Kbit)
reliability Unknown, txload Unknown, rxload Unknown
Encapsulation 802.1Q Virtual LAN,
Outer Match: Dot1Q VLAN 4000
Ethertype Any, MAC Match src any, dest any

 

interface avec lac
show interfaces BUNdle-ETher1.4000
Sat Aug 31 14:48:50.979 UTC
Bundle-Ether1.4000 is up, line protocol is up
Interface state transitions: 1
Hardware is VLAN sub-interface(s), address is 501c.b0e6.cd65
Layer 2 Transport Mode
MTU 1518 bytes, BW 20000000 Kbit (Max: 20000000 Kbit)
reliability Unknown, txload Unknown, rxload Unknown
Encapsulation 802.1Q Virtual LAN,
Outer Match: Dot1Q VLAN 4000
Ethertype Any, MAC Match src any, dest any


SHOw L2Vpn BRidge-domain BD-name VLAN4000-NCS-LAC
Sat Aug 31 14:53:24.119 UTC
Legend: pp = Partially Programmed.
Bridge group: VLAN4000-NCS-LAC, bridge-domain: VLAN4000-NCS-LAC, id: 3, state: up, ShgId: 0, MSTi: 0
Aging: 300 s, MAC limit: 32768, Action: none, Notification: syslog
Filter MAC addresses: 0
ACs: 2 (2 up), VFIs: 0, PWs: 0 (0 up), PBBs: 0 (0 up), VNIs: 0 (0 up)
List of ACs:
BV4000, state: up, BVI MAC addresses: 1
BE1.4000, state: up, Static MAC addresses: 0
List of Access PWs:
List of VFIs:
List of Access VFIs:


L'autre commande il n'affiche rien

mtu chez  cpe 1492 / VLAN DE CPE 1500

@zaineb ghazouani 

Le but est simplement de permettre à tous les VLANs de transiter via le tag 4000 sans réécriture de tags ?

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

oui exactement

jusqu'à ils atteindront le lac dans le vlan 4000  

Amine ZAKARIA
Spotlight
Spotlight

Hello @zaineb ghazouani ,

Can you try this instead ?

 

service instance 4000 ethernet
encapsulation dot1q any
rewrite ingress tag push dot1q 4000 symmetric

Regards!

 Je n'ai pas la commande suivante sous l'interface : service instance 4000 Ethernet (IOS XR )

 

Review Cisco Networking for a $25 gift card