11-02-2011 07:26 PM
Hi, guys.
I'm doing test about L2PT(specially, MVRP) on Q-in-Q. when smartbit keep sending vlan100 frame, the ge-0/0/23 is unplugged on sw3. However, I think when access port on vlan100 is unplugged, SW3 is send MRP messages to sw6
and then vlan100 traffic from sw2 will stop.
but I captured broadcast and unknown unicast traffic on egress of ge-0/0/21. is there anyone who can check my configuration?
when I tested only MVRP not on Q-in-Q, it was good and operated well.
I attached my topolgy and I'm sure that I made correct broadcast frame on smartbit.
The following configurations are configuration of each SWs.
SW2
[edit]
root# run show configuration vlans
vlan100 {
vlan-id 100;
interface {
ge-0/0/23.0;
ge-0/0/21.0;
}
}
[edit]
root# run show configuration interfaces ge-0/0/23
unit 0 {
family ethernet-switching;
}
[edit]
root# run show configuration interfaces ge-0/0/21
unit 0 {
family ethernet-switching {
port-mode trunk;
}
}
[edit]
root# run show configuration protocols
igmp-snooping {
vlan all;
}
rstp;
lldp {
interface all;
}
lldp-med {
interface all;
}
mvrp {
interface ge-0/0/21.0;
}
[edit]
root#
--------------------------------------------------
SW5
{master:0}[edit]
comtec# run show configuration protocols
igmp-snooping {
vlan all;
}
rstp;
lldp {
interface all;
}
lldp-med {
interface all;
}
{master:0}[edit]
comtec# run show configuration vlans
vlan200 {
vlan-id 200;
interface {
ae0.0;
ge-0/0/3.0;
ge-0/0/21.0;
}
dot1q-tunneling {
customer-vlans 100;
layer2-protocol-tunneling {
mvrp;
}
}
}
{master:0}[edit]
comtec# run show configuration interfaces ae0
unit 0 {
family ethernet-switching {
port-mode trunk;
}
}
{master:0}[edit]
comtec# run show configuration interfaces ge-0/0/21
unit 0 {
family ethernet-switching;
}
{master:0}[edit]
comtec#
==================================================
SW6
{master:0}[edit]
root# run show configuration vlans
vlan200 {
vlan-id 200;
interface {
ge-0/0/21.0;
ae0.0;
ge-0/0/3.0;
}
dot1q-tunneling {
customer-vlans 100;
layer2-protocol-tunneling {
mvrp;
}
}
}
{master:0}[edit]
root# run show configuration protocols
igmp-snooping {
vlan all;
}
rstp;
lldp {
interface all;
}
lldp-med {
interface all;
}
{master:0}[edit]
root# run show configuration interfaces ge-0/0/21
unit 0 {
family ethernet-switching;
}
{master:0}[edit]
root# run show configuration interfaces ae0
unit 0 {
family ethernet-switching {
port-mode trunk;
}
}
{master:0}[edit]
root#
==================================================
SW3
[edit]
comtec@SW3# run show configuration vlans
vlan100 {
vlan-id 100;
interface {
ge-0/0/23.0;
ge-0/0/21.0;
}
}
[edit]
comtec@SW3# run show configuration protocols
igmp-snooping {
vlan all;
}
rstp;
lldp {
interface all;
}
lldp-med {
interface all;
}
mvrp {
interface ge-0/0/21.0;
}
[edit]
comtec@SW3# run show configuration interfaces ge-0/0/23
disable;
unit 0 {
family ethernet-switching;
}
[edit]
comtec@SW3# run show configuration interfaces ge-0/0/21
unit 0 {
family ethernet-switching {
port-mode trunk;
}
}
[edit]
comtec@SW3#
11-03-2011 03:35 PM
If I'm reading that right, it looks as though you're doing mrvp within the q-in-q tunnel, and not using it at the outer trunking level?
11-03-2011 06:39 PM
Dear,
I set trunk level on ge-0/0/21 of sw2 and ge-0/0/21 of sw3. cuz I understood that I have to set 'port-mode trunk' when mvrp is set on that port.
11-03-2011 08:24 PM
Okay. yeah. So vlan100's mvrp should transit between sw2 and sw3. The other switches in the middle shouldn't matter in this case. Which 0/0/21 port are you seeing the unknowns coming in on? Have you grabbed and analyzed them?