OSPF Configuration On Layer3Switch | Networking Academy |

  Рет қаралды 12,388

Networking Academy

Networking Academy

Күн бұрын

Пікірлер: 23
@NetworkingAcademy1
@NetworkingAcademy1 2 жыл бұрын
If you successfully configured this video, Mention it in the comment section. Than you NA ❤
@InnaTuttle
@InnaTuttle 6 ай бұрын
It worked like a charm . Thank you for providing this video. I even modified connectivity between the physical interfaces and made them a trunk
@NetworkingAcademy1
@NetworkingAcademy1 6 ай бұрын
Glad it helped
@michaelanthony5799
@michaelanthony5799 2 ай бұрын
Thanks just finished the LAB in CML.
@NetworkingAcademy1
@NetworkingAcademy1 2 ай бұрын
Welcome buddy.
@GetNext
@GetNext 2 жыл бұрын
Great Content
@NetworkingAcademy1
@NetworkingAcademy1 2 жыл бұрын
Thanks
@alvinchen9087
@alvinchen9087 2 жыл бұрын
Sorry,May I ask you?How to configure if adding an L3 switch?
@NetworkingAcademy1
@NetworkingAcademy1 2 жыл бұрын
To make it more confirm, you were asking about adding a layer 3 switch for the network we configured on the video or any other network which you designed?
@alvinchen9087
@alvinchen9087 2 жыл бұрын
@@NetworkingAcademy1 Sorry, I use your video as a reference and ask questions on other platforms, please forgive me.
@NetworkingAcademy1
@NetworkingAcademy1 2 жыл бұрын
@Alvin chen, it okay. Just add the l3 switch and add the network for all other l3 switch to get connectivity with other networks.
@alvinchen9087
@alvinchen9087 2 жыл бұрын
@@NetworkingAcademy1 Yes, but the configuration where I added another L3 switch is failing, don't know what the problem is? My configured directives: SW3 Switch(config)#vlan 2 Switch(config)#vlan 3 Switch(config)#interface vlan 2 Switch(config-if)#ip address 192.168.3.1 255.255.255.0 Switch(config)#interface range fastEthernet 0/1-2 Switch(config-if-range)#switchport access vlan 2 Switch(config-if-range)#no shutdown Switch(config)#interface vlan 3 Switch(config-if)#ip address 1.1.1.3 255.0.0.0 Switch(config-if)#no shutdown Switch(config)#interface gigabitEthernet 0/2 Switch(config-if)#switchport access vlan 3 Switch(config-if)#no shutdown SW3(OSPF) Switch(config)#ip routing Switch(config)#router ospf 10 Switch(config-router)#network 1.1.1.0 0.0.0.255 area 1 Switch(config-router)#network 192.168.3.0 0.0.0.255 area 1 Switch(config-router)#network 192.168.2.0 0.0.0.255 area 1 Switch(config-router)#exit ---------------------------------- SW2 Switch(config)#interface gigabitEthernet 0/2 Switch(config-if)#switchport access vlan 3 Switch(config-if)#no shutdown SW2(OSPF) Switch(config)#ip routing Switch(config)#router ospf 10 Switch(config-router)#network 192.168.3.0 0.0.0.255 area 1 Switch(config-router)#exit ----------------------------------- Can you help me with the correct settings? Please...My friends
@NetworkingAcademy1
@NetworkingAcademy1 2 жыл бұрын
This can be funny but just follow this some time it works. Add every network. for example. if the networks address are. 1.1.1.0 , 192.168.1.0 , 192.168.2.0 , 192.168.3.0. Switch(config)#ip routing Switch(config)#router ospf 10 Switch(config-router)#network 1.1.1.0 0.0.0.255 area 1 Switch(config-router)#network 192.168.1.0 0.0.0.255 area 1 Switch(config-router)#network 192.168.3.0 0.0.0.255 area 1 Switch(config-router)#network 192.168.2.0 0.0.0.255 area 1 Switch(config-router)#exit Every network should be in every switch or router devices you add, Try this my friend.
@MrSandeep899
@MrSandeep899 2 жыл бұрын
Thanks for sharing info. Also plzz suggest if I want to block traffic with vlan wise in different ospf Areas.
@NetworkingAcademy1
@NetworkingAcademy1 2 жыл бұрын
Thank you for watching our videos. Use intervlan configuration and use Acl configuration to block vlans.
@thepuldarshana9056
@thepuldarshana9056 Жыл бұрын
Hi, great video, so if we configure Layerb3 ether channel , can vlan still communicate? And can we configure inter vlan on this setup and make routing between vlan to vlan ? Thanks
@NetworkingAcademy1
@NetworkingAcademy1 Жыл бұрын
Yes, of course
@HashemRodef
@HashemRodef Жыл бұрын
I did everything that you did in my lab using PT 8.2.0 and the packets stop at the router every time I go to ping . Im using a 2900 router maybe its because program doesn't fully support ipv6 ospfv3 using that router in packet tracer. I've been trying to fix this 5 days in a row now and still can't get it.
@NetworkingAcademy1
@NetworkingAcademy1 Жыл бұрын
The configuration is done on Layer2switch. Why don't you try it again. Please mail us the error message.
@zoymanw
@zoymanw 2 жыл бұрын
hello! great video, but i have a question, i use ur video as refrence, but i need to add more l3 switch in the middle, could the configuration be the same? what should i config in the l3 switch i just added? as a bridge between 2 l3 switch i mean
@NetworkingAcademy1
@NetworkingAcademy1 2 жыл бұрын
Yes just follow the same configuration on newly added l3 switch. All network address should be in ospf network list, then you can ping between other network. If, L3 switch 1 - 192.168.1.1 (Valn ip) gig 0/1 - 1.1.1.1 (cable port of l3Switch 1) gig 0/1 - 1.1.1.2 (cable port of l3Switch 2) L3 switch 2 - 192.168.2.1 (Valn ip) gig 0/1 - 2.2.2.1 (cable port of l3Switch 2) gig 0/1 - 2.2.2.2 (cable port of l3Switch 3) L3 switch 3 - 192.168.3.1 (Valn ip) ------------------------------------------------------------------------------ (config)#router ospf 10 (config)#network 1.1.1.0 0.0.0.255 area 10 (config)#network 2.2.2.0 0.0.0.255 area 10 (config)#network 192.168.1.0 0.0.0.255 area 10 (config)#network 192.168.2.0 0.0.0.255 area 10 (config)#network 192.168.3.0 0.0.0.255 area 10 ------------------------------------------------------------------------------ If this works mention it in the comment section with your feedback, it will help others too. THANK YOU
@zoymanw
@zoymanw 2 жыл бұрын
@@NetworkingAcademy1 okay but what if i cant add ip into l3 switch? its like its unassignable
@NetworkingAcademy1
@NetworkingAcademy1 2 жыл бұрын
Assign ip address for vlan and assign the ports to access vlan. Thats all my friend.
OSPF Configuration & Show Commands - Practical OSPF
30:52
Practical Networking
Рет қаралды 62 М.
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 67 МЛН
1% vs 100% #beatbox #tiktok
01:10
BeatboxJCOP
Рет қаралды 45 МЛН
How to Configure Multilayer Switch or Layer 3 Switch as DHCP Server with Inter VLAN Routing
12:25
Massive News! Free Network Simulation Tool for Everyone! (Cisco CML)
16:52
DO NOT design your network like this!! // FREE CCNA // EP 6
19:36
NetworkChuck
Рет қаралды 3,4 МЛН
Router on a Stick Inter-VLAN Routing | CISCO Certification
29:14
Communicating between different VLANs using L3 Switch
15:53
Network Funda
Рет қаралды 9 М.
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН