12-06-2017 01:26 AM - edited 03-08-2019 01:00 PM
Dears,
i have a layer 2 link that when I put an IP on the same subnet there is connectivity.
note that in the layer to there is a direct connection network as well static route. so I need to make routing with layer 2 from my HQ .
what is your recommendation for the configuration?
if i make a trunk instead of access as well make SVI ?
Solved! Go to Solution.
12-06-2017 04:40 AM - edited 12-06-2017 04:42 AM
Hi
You could use as you mention a trunk and create SVI to enable a L3 point to point with the IP addresses.
For example:
interface g0/24
switchport trunk encapsulation dot1q
switchport mode trunk
switchport trunk allow vlan 100
vlan 100
interface vlan 100
description xxxxxx
ip address 10.10.100.1 255.255.255.252
:-)
12-07-2017 06:30 AM - edited 12-07-2017 06:32 AM
Hi
You're welcome :-)
This point to point will be included into a routing protocol, you can see it like router A ---- router B and you can apply any routing procedure like we do on any layer 3 point to point.
:-)
12-06-2017 04:40 AM - edited 12-06-2017 04:42 AM
Hi
You could use as you mention a trunk and create SVI to enable a L3 point to point with the IP addresses.
For example:
interface g0/24
switchport trunk encapsulation dot1q
switchport mode trunk
switchport trunk allow vlan 100
vlan 100
interface vlan 100
description xxxxxx
ip address 10.10.100.1 255.255.255.252
:-)
12-06-2017 11:27 PM
12-07-2017 06:30 AM - edited 12-07-2017 06:32 AM
Hi
You're welcome :-)
This point to point will be included into a routing protocol, you can see it like router A ---- router B and you can apply any routing procedure like we do on any layer 3 point to point.
:-)
12-08-2017 10:13 AM - edited 12-08-2017 10:14 AM
tomorrow i shall do this configure.
please, i wanna to ask you last question.
on one side I have only one subnet directly connected.
but on the other side, there are many static routes and directly connected.
when i configure SVI everything will be ok ?
and there is reachability?
12-08-2017 07:16 PM - edited 12-08-2017 07:18 PM
Hi
Could you please provide more details about the question or how are the ports or static routes configured?
For example you could have this scenario:
Location A
vlan 100
name Point-to-Point
vlan 100
interface vlan 100
description xxxxxx
ip address 10.10.100.1 255.255.255.252
interface g0/24
switchport trunk encapsulation dot1q
switchport mode trunk
switchport trunk allow vlan 100
Location B
vlan 100
name Point-to-Point
vlan 100
interface vlan 100
description xxxxxx
ip address 10.10.100.2 255.255.255.252
interface g0/24
switchport trunk encapsulation dot1q
switchport mode trunk
switchport trunk allow vlan 100
Now if for example on Location B you have the following static routes:
ip route 1.1.1.1 255.255.255.255 10.10.100.1
ip route 2.2.2.2 255.255.255.255 10.10.100.1
So these hosts will be known via Location A
But you must analyze and interpret your network first in order to avoid any impact. Before to modify any configuration I suggest request a maintenance window with approvals.
:-)
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