07-13-2022 07:53 AM - last edited on 07-14-2022 11:05 AM by Translator
Will this configuration work for ospf routing on a vlan interface on a 3850 L3 switch? Never done it on a vlan interface before but having trouble getting it to work in GNS3.
interface Vlan100
ip address 192.168.100.1 255.255.255.0
ip ospf network broadcast
router ospf 100
router-id 192.168.100.1
redistribute connected metric 1 subnets
network 10.10.10.0 0.0.0.255 area 0
network 192.168.100.0 0.0.0.255 area 0
network 192.168.99.0 0.0.0.255 area 0
passive-interface default
no passive-interface vlan 100
Solved! Go to Solution.
07-13-2022 09:08 AM
Yes, I could have configured loopback interface but did it just to keep it simple. I understand that is best practise because it will never go down.
THe other networks (not 192.168.100.x/24) I redistributed in OSPF are static routes.
07-13-2022 11:54 PM
Hello
Yes it should work, forming an ospf adjecency over a L3 SVI is applicable.
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