and using the Policy Routing command, you force the packets arriving from VLAN1 to consult the
table 1, while the ones coming from VLAN2 must consult table 2.
set policy-based-routing from-iif eth1.835 lookup table 1
set policy-based-routing from-iif eth1.836 lookup table 2
If you want to use the BGP routing protocol on one or both PVCs, to acquire the routes in dynamic
mode, you have to add to the BGP configuration the information that the acquired routes must be
inserted in the appropriate routing table.
The commands to be used in this case are:
set bgp neighbor 10.8.35.1 description Routes for Client 1
set bgp neighbor 10.8.35.1 table 1
set bgp neighbor 10.8.36.1 description Routes for Client 2
set bgp neighbor 10.8.36.1 table 2