Hello,
We are trying to use VLAN through a VPN IP MPLS.
Not successful.
According to our ISP that manages the MPLS, they don't have to modify anything on their Routers (Edge Router and MPLS Router).
At the Remote office, a PC on VLAN1 (10.3.34.x) can access data on servers (at the Head Office) and can go to internet.
At the Remote office, a PC on VLAN2 (192.168.2.x) cannot go to internet (even if Firewall rules are ok).
At the Remote office, a phone DECT IP on VLAN10 (192.168.10.x) cannot access the PABX on the same VLAN at the Head Office.
Please take a quick look to the Visio jpg as it will be easily understandable thanks to colors.
Do I need to modify the routing on the Edge Switch at the Branch Office?
Here's the configuration for the 3 HP switches that I manage.
On the Edge Switch at the Branch Office (10.3.34.2):
interface GigabitEthernet1/0/23
description Connect To ISP Edge Router
port link-type trunk
port trunk permit vlan 1 to 2 10
poe enable
#
ip route-static 0.0.0.0 0.0.0.0 10.3.34.1
no other routes defined.
On the Distribution Switch at the Head Office:
interface GigabitEthernet3/0/32
port link-mode bridge
description To ISP MPLS Router
port link-type trunk
undo port trunk permit vlan 1
port trunk permit vlan 2 7 10
port trunk pvid vlan 7
speed 100
duplex full
broadcast-suppression pps 3000
#
ip route-static 0.0.0.0 0.0.0.0 192.168.1.1
On the Core switch at the Head Office:
interface Bridge-Aggregation1
description Agg to Distribution Switch
port link-type hybrid
port hybrid vlan 2 7 10 tagged
port hybrid vlan 1 untagged
link-aggregation mode dynamic
#
interface Ten-GigabitEthernet1/0/25
port link-mode bridge
description To Distribution Switch (Agg. Member)
port link-type hybrid
port hybrid vlan 2 5 710 tagged
port hybrid vlan 1 untagged
broadcast-suppression pps 3000
port link-aggregation group 1
#
interface Ten-GigabitEthernet3/0/25
port link-mode bridge
description To Distribution Switch (Agg. Member)
port link-type hybrid
port hybrid vlan 2 5 710 tagged
port hybrid vlan 1 untagged
broadcast-suppression pps 3000
port link-aggregation group 1
#
ip route-static 0.0.0.0 0.0.0.0 192.168.3.4
ip route-static 192.168.2.0 255.255.255.0 192.168.3.4
ip route-static 10.3.34.0 255.255.255.0 10.4.1.10
Thanks a lot for any advice.
Yann