the basic purpose of eigrp is to find another best path in a network when the current network is unreachable or down .. but in ur video there no info about it pls exp this bro
Hello Arpit. Thanks for reaching out here and sorry for the late reply. Please go through the following thread. I hope this will help you. community.cisco.com/t5/switching/difference-between-subnet-mask-and-wildcard-mask/td-p/1103623
Hello, I'm kinda new to this stuff and sorry if this sounds like a dumb question but how did you determine what IP address to put up there. Can you tell me or maybe show me a video link? Thanks in advance
You decide what subnet you want to configure on your network. for private IPs you can choose from the following: Class A (10.0.0.0 - 10.255.255.255) Class B (172.16.0.0 - 172.31.255.255) Class C (192.168.0.0 - 192.168.255.255) and based on the number of hosts you need in a network in every LAN you can configure your network. For instance, you need 3 LANs, each with 253 addresses. So you can choose Class C and the 3 LANs will be as follows: LAN A (192.168.0.0/24) LAN B (192.168.1.0/24) LAN C (192.168.2.0/24)
There's only two routers in this scenario and one must have the DCE interface for transmitting the signals. However, you can try with DTE cable connection which indirectly makes another router interface as DCE and the first connection only would be the DTE. As we've seen in this video a clock rate on DCE interface has already been assigned [i.e., 2000000] and we changed it accordingly. If you don't give the clock rate there then it'll take 2 million as default in Cisco Packet Tracer.
Yes, you can add by putting WIC-1T two times in router's slot. Or simply you can use WIC-2T interface. The below video will show you the method for connecting three routers. th-cam.com/video/E71mpDrGPXg/w-d-xo.html
nice video sir but why these all networks are looking same on youtube. but the difference is sometimes of computer connected to switch that is 3 in some place or 4 this is the only difference i have seen in design configuration
Just because of simplicity. If we keep ip address from class B public, just in case. then It'd take time to understand the ip addressing and the main topic won't be able to get the required time and the point to focus on.
sir in router1 CLI command line interface shows some incomplete command but i type what you are shows in above vedio sir what can i do .....the error shows in (Router#copy runnin) this particular line in router1
Hey, everyone! 🙂 Hope you all guys are doing well. I've released an Android app 👉👉 IP Calculator 👈👈 for IP address calculation purposes. Designed for networking ⚡⚡ enthusiast. You can download 📱📱 this from Google Play 🏪 store. App link 👉👉 play.google.com/store/apps/details?id=com.technosoftlabs.ipcalculator Have a nice day. 😎
I guess you aren't using 2950T series router. It's not necessary to use only WIC-1T interface rather you can use other DCE/DTE interfaces also. Hope the answer will help you.
Hello sir! EIGRP is used to find the best suitable path among many routers right..but in this video there are only two routers, so only one possible path is there. So EIGRP is not taking any decision here right?
No it doesn't. It updates the routing table initially and also after some common external factors. Suppose if you add or remove another router to the network then it will only update for that routing table status not the entire routing table on that network. So, assigning an EIGRP in two routers doesn't make sense. You can use Static instead. But just for demonstrating practical configuration of EIGRP this video was made. You can take a large network scenario to better understand. Just for reference, follow this link. www.cisco.com/c/en/us/support/docs/ip/enhanced-interior-gateway-routing-protocol-eigrp/16406-eigrp-toc.html#anc2
sir i need the simulation model of load balancing and multi-path where how the load balancing is implemented in cisco packet tracer in sending packet that sender to destination and concept of multi-path (where packet will be send in multiple way to sender to destination.........
Yup. It sends echo messages to it's destination IP's and receive acknowledgment packet data to make sure weather connectivity between source network and destination network is okay or not.
When using serial connection between routers clock rate is used. The clock rate serves to synchronize the router from the another end. It's generally assign in DCE connection side.
An autonomous system (AS) is a portion of the internetwork under the same administrative authority. The administrative authority can be an institution or corporation but can also be defined by the use of a routing protocol such as EIGRP.
@@dipakbari4 you cant understand me.. i mean if i click pc device it can drop normally in the workspace but if i click ctrl button and select pc it cant click no pc show in the workspace i cant undrstand the problem
Use the wildcard mask instead of subnet mask here [Respectively]
👇👇👇👇👇👇
10:24 => #network 192.168.10.0 0.0.0.255
11:04 => #network 192.168.20.0 0.0.0.255
11:55 => #network 192.168.20.0 0.0.0.255
12:26 => #network 192.168.30.0 0.0.0.255
thank you very much! Great content.
thanks sir hahah, i am about to ask u about ur config under eigrp that suppose to be a wildcard. btw thnks much sir!
the basic purpose of eigrp is to find another best path in a network when the current network is unreachable or down .. but in ur video there no info about it pls exp this bro
You're right. But this video contains the very basics things so a beginner can grasp over it.
Thank you sir you help me a lot.May god bless you😊
Happy to help
Very nice tutorial..Clever..Thanks for sharing your knowledge in EIGRP..Please create a tutorial in BGP
You're welcome!
Thank you, for a very clear and useful video.
You're welcome!
Your way of talking is so smart
Thank you for your appreciation.
If we use classless network then we will use subnet mask or wildcard mask??
Hello Arpit.
Thanks for reaching out here and sorry for the late reply.
Please go through the following thread. I hope this will help you.
community.cisco.com/t5/switching/difference-between-subnet-mask-and-wildcard-mask/td-p/1103623
Hello, I'm kinda new to this stuff and sorry if this sounds like a dumb question but how did you determine what IP address to put up there. Can you tell me or maybe show me a video link? Thanks in advance
You decide what subnet you want to configure on your network. for private IPs you can choose from the following:
Class A (10.0.0.0 - 10.255.255.255)
Class B (172.16.0.0 - 172.31.255.255)
Class C (192.168.0.0 - 192.168.255.255)
and based on the number of hosts you need in a network in every LAN you can configure your network. For instance,
you need 3 LANs, each with 253 addresses. So you can choose Class C and the 3 LANs will be as follows:
LAN A (192.168.0.0/24)
LAN B (192.168.1.0/24)
LAN C (192.168.2.0/24)
Why you didn't use Serial DTE as its for routers?
There's only two routers in this scenario and one must have the DCE interface for transmitting the signals. However, you can try with DTE cable connection which indirectly makes another router interface as DCE and the first connection only would be the DTE.
As we've seen in this video a clock rate on DCE interface has already been assigned [i.e., 2000000] and we changed it accordingly. If you don't give the clock rate there then it'll take 2 million as default in Cisco Packet Tracer.
good job sir
+I m Khaleel
Enjoy! :-)
Amazing vid even in 2022
The basic will always be the same.
Hi,
and if I want to put another router with serial cable, can I? Need to set the 'int f 0/0' part?
Yes, you can add by putting WIC-1T two times in router's slot. Or simply you can use WIC-2T interface.
The below video will show you the method for connecting three routers.
th-cam.com/video/E71mpDrGPXg/w-d-xo.html
really nice video. but wish you had used a better microphone to record your voice.
Yes, I know. 😊
Great video, helped me out a lot 👍
Thanks for the feedback. I'm happy it helped you. 🙂
hi im new with eigrp.. what happened if i set autonomous system to 1 instead of 10? does it impact the perfomance?
No, It doesn't.
The autonomous system number can generally be anything from 1 to 65535.
Doesn't matter if u use 1 or 10
Dear Sir, have a video on BGP as well we have issues regarding Border Gateway Protocol.
Sure. I'll make a video on it.
nice video sir but why these all networks are looking same on youtube. but the difference is sometimes of computer connected to switch that is 3 in some place or 4 this is the only difference i have seen in design configuration
Just because of simplicity. If we keep ip address from class B public, just in case. then It'd take time to understand the ip addressing and the main topic won't be able to get the required time and the point to focus on.
Thank you brother. This has been a great refresher
You're welcome.
do we add subnet mask or wildcard mask in eigrp??
Use wildcard
eigrp topic starts 9:56
sir in router1 CLI command line interface shows some incomplete command but i type what you are shows in above vedio sir what can i do .....the error shows in (Router#copy runnin) this particular line in router1
The command should be : copy running-config startup-config
Hey, everyone!
🙂
Hope you all guys are doing well.
I've released an Android app 👉👉 IP Calculator 👈👈 for IP address calculation purposes. Designed for networking ⚡⚡ enthusiast.
You can download 📱📱 this from Google Play 🏪 store. App link 👉👉 play.google.com/store/apps/details?id=com.technosoftlabs.ipcalculator
Have a nice day. 😎
Mr can you please give me your phone number iam weak in Cisco I want you to do my assignment please
That's amazing, keep going forward bro
sir In physical tag the option of WIC-IT interface is not available what shall i do to activate that option.....
I guess you aren't using 2950T series router.
It's not necessary to use only WIC-1T interface rather you can use other DCE/DTE interfaces also.
Hope the answer will help you.
Hello sir! EIGRP is used to find the best suitable path among many routers right..but in this video there are only two routers, so only one possible path is there. So EIGRP is not taking any decision here right?
No it doesn't.
It updates the routing table initially and also after some common external factors. Suppose if you add or remove another router to the network then it will only update for that routing table status not the entire routing table on that network. So, assigning an EIGRP in two routers doesn't make sense. You can use Static instead. But just for demonstrating practical configuration of EIGRP this video was made. You can take a large network scenario to better understand.
Just for reference, follow this link. www.cisco.com/c/en/us/support/docs/ip/enhanced-interior-gateway-routing-protocol-eigrp/16406-eigrp-toc.html#anc2
@@dipakbari4 Okay Thanks for your efforts!
How to copy this all routers cli in note pad bro tell me
Just create a packet tracer file yourself by following along with this video and copy/paste the commands to notepad. Hope this will work for you. 😃
awesome, thank you sir
Most welcome!
sir i need the simulation model of load balancing and multi-path where how the load balancing is implemented in cisco packet tracer in sending packet that sender to destination and concept of multi-path (where packet will be send in multiple way to sender to destination.........
+Gayathri R
You should have to implement redundant paths for load balancing.
Dipak Bari how I implement redundant path of load balancing
How I implement load balancing will u suggest any video that related to load balancing and multipath..
Is pinging just sending packets to other IP's?
Yup. It sends echo messages to it's destination IP's and receive acknowledgment packet data to make sure weather connectivity between source network and destination network is okay or not.
don't we configure wild mask instead subnet mask
Yes, you're right. Use the wildcard instead of subnet mask.
Can you explain for me, What is clook rate? please!
When using serial connection between routers clock rate is used.
The clock rate serves to synchronize the router from the another end. It's generally assign in DCE connection side.
you make it complex sir
Which part is complex?
Thank you for showing me da wae (nah rly it helped alot)
+Wilku151
You're welcome.
Wilku151
Smh that meme is for Africans not Indians you dumb ass. Wow.
Why in router you use wic-1T
For connecting with single Serial Cable.
@@dipakbari4 thank you
We will configure how to configure eigrp 😎
Hahah. 😀😂🤣
I remember, those days were my first recording without experience and lack of editing softwares. But anyway, I made it through. :-)
Hahah. 😀😂🤣
I remember, those days were my first recording without experience and lack of editing softwares. But anyway, I made it through. :-)
Hahah. 😀😂🤣
I remember, those days were my first recording without experience and lack of editing softwares. But anyway, I made it through. :-)
Hahah. 😀😂🤣
I remember, those days were my first recording without experience and lack of editing softwares. But anyway, I made it through. :-)
Hahaha. 😀😂🤣
I remember those days were my first recording without experience and lack of editing software. But anyway, I made it through. :-)
command : eigrp as-num
what is meaning of as-num argument in the command
sir wrote
eigrp 10
what is meaning of 10?
If u want u can do different eigrp scedules, from 1 to 65535. Thats what it mean.
An autonomous system (AS) is a portion of the internetwork under the same administrative authority. The administrative authority can be an institution or corporation but can also be defined by the use of a routing protocol such as EIGRP.
Nice
Thanks
Thank you 💜💜
You are so welcome
ospf er kono tutorial ase naki
HI
it was very easy
Yeah! it's very easy.
Enjoy!!!
wow nice! thank you very much indeed1
+iwan zeeuw Thank you!
𝐭𝐡𝐚𝐧𝐤𝐲𝐨𝐮 𝐬𝐢𝐫
You're welcome. :-)
i love u man u helped so much
Glad to know it helped you.
Thank you and welcome. :-)
9:38 EIGRP
Hello, how may I help you?
how you drag pc from packet tracer by one click
While selecting PC hold down the Ctrl key.
@@dipakbari4 i do it before but it cant show me any device (cant click) i dont understand the problem
@@ahmedsyd0, First you have to locate where the icon of the PC is. Then you need to select the PC icon with the Ctrl key.
@@dipakbari4 you cant understand me.. i mean if i click pc device it can drop normally in the workspace but if i click ctrl button and select pc it cant click no pc show in the workspace i cant undrstand the problem
@@ahmedsyd0 Join the Discord server.
discord.gg/ctAGBDg
Thank you sir
You're welcome.
Than you very much
You're welcome.
Thank you understand properly
+vishal jaiswal You're welcome.
nice video
Thank you. :-)
Can any on explain what copy running config startup config command do!
It saves the current configuration (which you've made changes in your CLI [ Command Line Interface] ) to NVRAM.
thnx
good one.
+Amol Aghav
Enjoy!!!
Look here the real informatic tutus
Thank you for your support.
Salamat pre!
THANK YOU!!
You're welcome!
need ospf routing
Try this one.
th-cam.com/video/PQJzPkwPlhk/w-d-xo.html
@@dipakbari4 tnxxx
@@dipakbari4 and your eigrp vedio is so helpful
Ping options make
Ok
Thanks for
it's helpful
Enjoy!
👍👍👍👍
Thank you .
You're welcome..
Thanks you
You're welcome!
Thank you
+techshahin you're welcome. :-)
mommy
Thank you sir
You're welcome
thank you
You're welcome