Hi Edson,
I eliminate host D and change number of ports, but the question is the same.
I need that: Host A talk with B and C, but B don't talk with C.
With the configuration below, when in host A I do a ping to B, I have a answer, it's right, but if I do a ping to C, I have no answer, it's unexpected.
Follow the commands that I have typed and the output of "show vlan" on both switches.
And I am from Brazil.
Thanks,
Rogerio
===================
Port of Host A (switch 1 ge.1.7):
set port vlan ge.1.7 1 mod
set vlan egress 101 ge.1.7 untagged
set vlan egress 102 ge.1.7 untagged
Port of Host B (switch 1 ge.1.10):
set port vlan ge.1.10 101 mod
set vlan egress 1 ge.1.10 untagged
Port of Host C (switch 2 ge.1.24):
set port vlan ge.1.24 102 mod
set vlan egress 1 ge.1.24 untagged
Uplink ports (ge.1.48 on both switches):
set vlan egress 1 ge.1.48 tagged
set vlan egress 101 ge.1.48 tagged
set vlan egress 102 ge.1.48 tagged
================
Switch_1(su)->show vlan
VLAN: 1 NAME: DEFAULT VLAN
VLAN Type: Default
Egress Ports
ge.1.1, ge.1.3-10, ge.1.13-15, ge.1.19-26, ge.1.28, ge.1.30, ge.1.32-34, ge.1.36-39, ge.1.45-48
Forbidden Egress Ports
None.
Untagged ports
ge.1.1, ge.1.3-10, ge.1.13-15, ge.1.19-26, ge.1.28, ge.1.30, ge.1.32-34, ge.1.36-39, ge.1.45-47
VLAN: 101 NAME:
VLAN Type: Permanent
Egress Ports
ge.1.7, ge.1.10, ge.1.48
Forbidden Egress Ports
None.
Untagged ports
ge.1.7, ge.1.10
VLAN: 102 NAME:
VLAN Type: Permanent
Egress Ports
ge.1.7, ge.1.48
Forbidden Egress Ports
None.
Untagged ports
ge.1.7
================
Switch_2(su)->show vlan
VLAN: 1 NAME: DEFAULT VLAN
VLAN Type: Default
Egress Ports
ge.1.3-4, ge.1.6-9, ge.1.11, ge.1.13-22, ge.1.24-26, ge.1.35-36, ge.1.38, ge.1.48
Forbidden Egress Ports
None.
Untagged ports
ge.1.3-4, ge.1.6-9, ge.1.11, ge.1.13-22, ge.1.24-26, ge.1.35-36, ge.1.38
VLAN: 101 NAME:
VLAN Type: Permanent
Egress Ports
ge.1.48
Forbidden Egress Ports
None.
Untagged ports
None.
VLAN: 102 NAME:
VLAN Type: Permanent
Egress Ports
ge.1.24, ge.1.48
Forbidden Egress Ports
None.
Untagged ports
ge.1.24