Hi everyone,
Please consider following set up:
host--tagged traffic v8-----ge0/0/0 EX4600SW--ae0------trunk---ae0 Router
Above EX 4600 is layer 2 switch, router is gateway for host
Security requirement:
Traffic arriving from host, on ge0/0/0 on EX 4600, must use routing instance to separate the layer2 traffic. Simply segementing traffic using vlan alone is not enough for security folks.
EX4600 does not support routing-instance tpe Virtual switch, so I am looking into VPLS to provide switching and also separation
Below is my config:
set routing-intsance LEE instance-type vrf
set routing-intsance LEE protocol vpls
set routing-intsance LEE instance-type vrf interface ge-0/0/0
set routing-intsance LEE instance-type vrf interface ae0
set routing-intsance LEE route-distinguisher 1234
set routing-intsance LEE vrf-target target:1234:1234
set interface ge-0/0/0 vlan-tagging
set interface ge-0/0/0 unit 0 vlan-id 8
set interface ae0 vlan-tagging
set interface ae0 unit 0 vlan-id 8
is my config correct, as far VPLSconfig is concerned on EX 4600 switch?
Thanks and happy holidays!!
Please consider following set up:
host--tagged traffic v8-----ge0/0/0 EX4600SW--ae0------trunk---ae0 Router
Above EX 4600 is layer 2 switch, router is gateway for host
Security requirement:
Traffic arriving from host, on ge0/0/0 on EX 4600, must use routing instance to separate the layer2 traffic. Simply segementing traffic using vlan alone is not enough for security folks.
EX4600 does not support routing-instance tpe Virtual switch, so I am looking into VPLS to provide switching and also separation
Below is my config:
set routing-intsance LEE instance-type vrf
set routing-intsance LEE protocol vpls
set routing-intsance LEE instance-type vrf interface ge-0/0/0
set routing-intsance LEE instance-type vrf interface ae0
set routing-intsance LEE route-distinguisher 1234
set routing-intsance LEE vrf-target target:1234:1234
set interface ge-0/0/0 vlan-tagging
set interface ge-0/0/0 unit 0 vlan-id 8
set interface ae0 vlan-tagging
set interface ae0 unit 0 vlan-id 8
is my config correct, as far VPLSconfig is concerned on EX 4600 switch?
Thanks and happy holidays!!