342
Views
0
Helpful
1
Replies
2 Computers in Same VLAN but in Different Switchs Not connected !
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2017 07:41 AM - edited 03-08-2019 09:00 AM
1 Reply 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2017 12:49 PM
Hello,
you need to advertise network 10.10.10.0 0.0.0.255 area 0 (or area 1) in OSPF on both routers.
SW01
router ospf 1
network 1.1.1.0 0.0.0.255 area 0
network 10.10.10.0 0.0.0.255 area 0
SW02
router ospf 1
network 1.1.1.0 0.0.0.255 area 0
network 10.10.10.0 0.0.0.255 area 0
