06-09-2022 08:10 AM
hello,
I have to prepare the replacement of swich on one of our offices.
The main office (A) and B are connected with a VPN operator in MPLS. I don't have control over ISP routers.
Currently, on site B, there is only one subnet, no VLAN, and the PCs are in fixed IP.
Office B switches (old 2960) will be replaced by L3 switches (9200).
The core network is located on A, there is also a WIFI controller, our DHCP servers, our servers for the VoiP...
Currently, only one subnet is routed from site A to site B. On the main office (A), on core switch, I have a static route.
ip route 10.60.133.0 255.255.255.0 10.39.6.20 ( 10.39.6.20 is the vrrp virtual IP on the router A, there are 2 routers, the main and a backup).
My goals are:
Vlan 10
Name DATA
Vlan 20
Name VoIP
Vlan 30
Name Wifi
Vlan 40
Name Tech
Interface Vlan10
Ip address 10.60.133.253 255.255.255.0
Interface Vlan20
Ip address 10.61.133.253 255.255.255.0
Interface Vlan30
Ip address 10.62.133.253 255.255.255.0
Interface Vlan40
Ip address 10.63.133.253 255.255.255.0
#ip routing
#ip route 0.0.0.0 0.0.0.0 10.60.133.254
#VTP domain XXXXX
#Vtp mode server
#Vtp password XXX
ip helper-address 10.39.1.224 ( first DHCP server)
ip helper-address 10.39.1.223 ( second DHCP server)
On the network core switch ( office A) :
#ip route 10.61.133.0 255.255.255.0 10.39.6.20
#ip route 10.62.133.0 255.255.255.0 10.39.6.20
#ip route 10.63.133.0 255.255.255.0 10.39.6.20
#ip route 10.60.133.0 255.255.255.0 10.39.6.20 <== This one already exists, it's the one in production
Ask to the provider to add on the main router ( A) 3 static route :
ip route 10.61.133.0 255.255.255.0 10.61.133.254
ip route 10.62.133.0 255.255.255.0 10.61.133.254
ip route 10.63.133.0 255.255.255.0 10.61.133.254
here I'm not sure : 10.60.133.254 it's the BVI 1 LAN interface of the ISP router ( on office B).
I don't have control of it but I can visualize the interfaces ( BVI1 10.60.133.254 up ** LAN CLIENT **)
do I also have to ask to the provider to add the return routes on the office B router?
I put a file with a schema
Thanks.
06-09-2022 08:14 AM
are your VPN is L2VPN or L3VPN?
06-09-2022 09:49 AM
L3VPN
06-09-2022 10:01 AM
""I don't have control over ISP routers.""
you mean Site-B edge router ?? Edge router must know the new VLAN IP.
06-09-2022 10:24 AM
On site A and B, ISP router / modem is connected to my switch (L3)
06-09-2022 10:40 AM
I think you need NAT to old Subnet since you can not config the ISP router.
think about it ISP receive traffic for VLAN how it will forwarding ???
06-09-2022 10:52 AM
I can't configure the ISP router myself but I can ask them to add commands, routes etc...
06-09-2022 03:14 PM
that prefect,
in Site-B
the link between the ISP and L3SW is trunk or router port ?
06-10-2022 12:21 AM
Currently, on the switch, no trunk or access, just duplex full and speed 100. But for now, there is only one subnet
And on the ISP router ( I managed to get the conf file)
interface GigabitEthernet 0/1
no ip address
bridge-group 1
description *** LAN CLIENT ***
service-policy input COS-IN
service-policy output REMARK-DSCP
06-10-2022 02:55 PM
Yes put bridge-group is use only with L2VPN not L3VPN?
06-13-2022 12:51 AM
??
it's a L3VPN.
on the operator side, I don't know what's behind but the business name of the offer is "business VPN" it's a MPLS VPN.
In my case I have site A and B, but in reality, there are other sites C, D etc... A is the central site
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide