Still trying I just test it in my lab. I can add L3 interface to PVLAN. When i try to ping from the switch to hosts, arp broadcast go to all community vlans. This is good
But there is no accepted reply from hosts:/
Please help.
root@ex3400-testowy1# show interfaces ge-0/0/0 { unit 0 { family ethernet-switching { interface-mode trunk; inter-switch-link; vlan { members 100; } } } } ge-0/0/1 { unit 0 { family ethernet-switching { vlan { members 101; } } } } ge-0/0/2 { unit 0 { family ethernet-switching { vlan { members 102; } } } } irb { unit 100 { proxy-arp unrestricted; family inet { address 192.168.0.1/24; } } }
klient1 { vlan-id 101; private-vlan community; } klient2 { vlan-id 102; private-vlan community; } pv100 { vlan-id 100; l3-interface irb.100; community-vlans [ klient1 klient2 ]; }
root@ex3400-testowy1# run show ethernet-switching table MAC flags (S - static MAC, D - dynamic MAC, L - locally learned, P - Persistent static, C - Control MAC SE - statistics enabled, NM - non configured MAC, R - remote PE MAC, O - ovsdb MAC) Ethernet switching table : 2 entries, 2 learned Routing instance : default-switch Vlan MAC MAC Age Logical NH RTR name address flags interface Index ID pv100 00:21:70:bb:e1:98 D - ge-0/0/2.0 0 0 pv100 00:21:70:c0:c9:cf D - ge-0/0/1.0 0 0
root@ex3400-testowy1# run show vlans extensive Routing instance: default-switch VLAN Name: default State: Active Tag: 1 Internal index: 2, Generation Index: 2, Origin: Static MAC aging time: 300 seconds VXLAN Enabled : No Number of interfaces: Tagged 0 , Untagged 0 Total MAC count: 0 Routing instance: default-switch VLAN Name: klient1 State: Active Tag: 101 PVLAN type : Community Internal index: 6, Generation Index: 6, Origin: Static MAC aging time: 300 seconds VXLAN Enabled : No Interfaces: ge-0/0/0.0,tagged,trunk,Inter-switch-link ge-0/0/1.0*,untagged,access Number of interfaces: Tagged 1 , Untagged 1 Total MAC count: 0 Routing instance: default-switch VLAN Name: klient2 State: Active Tag: 102 PVLAN type : Community Internal index: 7, Generation Index: 7, Origin: Static MAC aging time: 300 seconds VXLAN Enabled : No Interfaces: ge-0/0/0.0,tagged,trunk,Inter-switch-link ge-0/0/2.0*,untagged,access Number of interfaces: Tagged 1 , Untagged 1 Total MAC count: 0 Routing instance: default-switch VLAN Name: pv100 State: Active Tag: 100 PVLAN type : Primary Community VLAN : vlan-id : 101 vlan name : klient1 vlan-id : 102 vlan name : klient2 Internal index: 5, Generation Index: 5, Origin: Static MAC aging time: 300 seconds Layer 3 interface: irb.100 VXLAN Enabled : No Interfaces: ge-0/0/0.0,tagged,trunk,Inter-switch-link ge-0/0/1.0*,untagged,access ge-0/0/2.0*,untagged,access Number of interfaces: Tagged 1 , Untagged 2 Total MAC count: 2