Excellent video, thank you so much. I am doing a project and volunteered to do the network setup and this saved me a huge amount of troubleshooting with an old Cisco router.
Hi I am having trouble configuring Cisco 1921/k9 upon oa factory reset the internet work then it stops working I have cable internet and spectrum is the isp the modem isn’t issuing an ip to the router
hello sir good job . please can you help me ? When i configure my Cisco 800 in interface fastethernet it show: ip address may not be configured on l2 links
Thank you for the relevant question. Yes, the Cisco 800 series only has one routed port, and the rest of the ports are L2 ports. You'll need to configure the interface VLAN instead of the ethernet port and then use switchport access vlan command to assign that VLAN to the L2 port.
This was outstanding, thank you. I think for a typical router, you would also want to setup NTP as well, right? Is there anything else that would be a good idea to setup? Maybe syslog?
Many things are suitable to be configured, but it mainly depends on the end goal. For this video, the goal was to get you up and running with Cisco and have Basic (minimum, I would say) security in place. NTP? Sure, if you need it. Syslog? Again, sure if you need it.
Thank you David content which is awesome but too hard for a beginner to follow . Can you give a list of all the commands that you are going to use at the beginning and then explain as you go that we the new users get the picture and don’t get lost as you do it so fast
I recorded a new video, much slower and I explain the majority of commands I use, what they do and why we need them. ruclips.net/video/rs8-Lb4JptY/видео.html
I set the wrong interface to outside, so now they are both outside, and I can't get it to set to inside, any idea how to fix this? Tried doing clear IP nat etc but couldn't figure it out.
@@ITSolutionsNetwork I tried but it kept saying "ip nat inside % Interface is outside enabled." and wouldn't let me over-write it. I think the issues is I'm using an older 1941 K9 router. I'm sure they have updated the cli to allow over-writes since then.
Great video i was able to follow and implement it very well. However when i did a speedtest on ookla, speed was about 3 times slower than my edgerouter... would you be able to advise?
That's a very nice and detailed video sir but you didn't specify where the IP addresses are coming from to beginners .like we're is the defaul-router coming from
It's coming from the ISP. Whenever engineers are being tasked to configure a Cisco router, they usually have IP addresses from the requester, supervisor, or any different kind of source. In this scenario, I'm the creator of a virtual ISP; hence I had an IP address and put them on the topology, and then I used it in the configuration.
Do you mean the ISP are the ones that provide only one ip address (public address) and all those gig 0/0 gig 0/1 interfaces you configured are generated by the company supervisor? My next question is let's say you are the supervisor ...under DHCP on network will you copy paste the address for gig 0/1 and paste it on network? And on default- router will you copy paste the address for gig 0/0 and paste it on default-router…? Or you generate them landomly?
@@LetsBland9411 I don't have Gig 0/0 and G0/1 in this topology. The answer to your DHCP questions is no and no. The DHCP config includes network, Router and DNS options, and excluded IPs. All these are picked when you architect the network, once you choose the subnet and router IP, then you have enough information to configure the DHCP Server, you just need to know how to configure it.
Don't configure a manual IP address on the interface and static routing. Instead of: interface gigabitEthernet 1 ip address 12.34.56.2 255.255.255.0 ip route 0.0.0.0 0.0.0.0 12.34.56.1 Do this: interface gigabitEthernet 1 ip address dhcp ip route 0.0.0.0 0.0.0.0 dhcp Sometimes default route with DHCP is not necessary. Also, the interface DHCP client will get and use DNS settings as well. However, you don't need it.
@@ITSolutionsNetwork can you make a movie with configuring router with isp with dynamic ip, and how can i check other then ip interface properties dns gw ?
@@ITSolutionsNetwork i mean whenever you connect to the internet and you dont have ip address of the dns server but you need that ip address is it a way to get the ip address automatically
@@yurahovhannisyan735 Yes. Whenever you use the DHCP client on the interface, the router will automatically get DNS IP addresses and the default gateway from the DHCP.
There can be lots of thing and without knowing what troubleshooting steps you already have done, or which configuration or operation mode you already have confirmed, it's really hard to say what could be the wrong.
@ITSolutionsNetwork it has been resloved sir thanks. The 2nd is Im using NAT interface in the GNS3 vm, and my topology is cloud > router > firewall. After configuration, I can ping my windows from firewall but can't ping from windows to the router inside the interface. Please, what should I have to do?
@@nirmalunagar If at any point you are trying to ping two different subnets, they have to know how to reach them on the routing table level. I'll have to make sure windows knows how to reach that specific interface and the firewall is allowing the traffic.
@@ITSolutionsNetwork I have simply followed your video which is cisco router config. I have done that way. and from firewall I can send traffic outside but can't ping from outside to router inside interface
@@nirmalunagar My video doesn't include windows routing. Anything L3 device between your windows and firewall should know how to reach that specific firewall interfaces in terms of the routing. You check that and make sure they know.
It's not "no out", I missed the character "s". I tried to enter "no shut". So when I clicked a TAB to finish the command, it didn't finish and moved the line up, which feels like I hit the enter, but I didn't. Then I deleted it and entered again the correct command, which was "no shut", short for "no shutdown" to enable the interface.
Hi there, thanks for pointing that out. However, I'm checking at 1:15, and it doesn't look like a mismatch. Gi1 is an outside interface, and Gi2 is the inside interface with corresponding subnets, just like in the diagram. Where exactly did you see a mismatch?
All you need to do is connect via console cable and then you're there. Here's the tutorial how to connect console cable to the switch, the same goes to the router. ruclips.net/video/JRBWmfnontM/видео.html
not good, another one thaat just races through as if they are just at work and thinking out loud. never understand why some think racing through it is good
I always thought that using and memorizing hundreds of IOS arbitrary commands to configure Cisco routers/switches was the stupidest and most moronic thing ever, and I still think so. Why would techs have to memorize all this garbage instead of using GUI interfaces in the 21st century? there is plenty of memory and bandwidth nowadays. IOS commands are prone to mistakes or you might forget a configuration parameter or whatever even for simple tasks, let alone complex setups. I cannot understand why the fuck do people still need to memorize all that crap instead of just clicking check boxes and inputting parameters in a nicely designed GUI interface all the time. I know Cisco routers have GUI interface programmability, but why do they still require techs to learn all those stupid commands? Is it just to make them feel smart by memorizing a bunch of crap, or to make them exercise their memory, or to make them waste half their life, or what?
I totally get where you're coming from, and it's a valid point. Using the CLI over a GUI can seem a bit old-school, but there are some pretty solid benefits to it, at least to me. Precision and Control: The CLI allows for more granular control over the configuration. It's like having a detailed map instead of just the main roads. You can tweak and adjust settings to a very precise level, something that's often harder to achieve with a GUI, and GUI with every settings in it can be very overwhelming to even look at it. Speed: Once you get the hang of it, CLI can be much faster. It's like knowing the keyboard shortcuts instead of navigating through menus. For tasks that need to be repeated or automated, CLI commands are a lifesaver. There is no GUI faster than CLI. Scripting and Automation: CLI commands can be scripted and automated, making repetitive tasks or large-scale deployments much easier. It's about working smarter, not harder. Even for a small tasks, you can copy/modify/paste config via CLI, which I usually even do for EdgeRouters or Mikrotik, even though they have pretty usable GUI. Consistency: The CLI is a common language across many devices and vendors. Once you learn it, you can navigate various systems with ease, unlike GUIs which can differ significantly from one platform to another. While GUIs are definitely user-friendly and visually intuitive, the CLI remains a powerful tool for those who need that extra level of interaction with their devices. It's not so much about memorizing commands as it is about understanding the language of your network. And don't worry, even the most seasoned pros use help commands and google; it's all part of the process. Hope that helps clarify why the CLI still has its place in the tech world!
Love it! thank you! not sure it was called out but to add privilege to a user you want to type " username xxxxxxxx privilege # [number 0-15] secret 0 xxxxxxxxxx [password in plain txt]
awesome video.
@Fisnik, Thank you.
@@ITSolutionsNetwork , any videos on setting up Eve-ng
@@leothalion3983 I don't have any, and I don't plan to do videos about eve-ng.
Wow!, this is super concise, simplified, and very educative. Thank you, Dave. I love it.
Thanks!
Excellent video, thank you so much. I am doing a project and volunteered to do the network setup and this saved me a huge amount of troubleshooting with an old Cisco router.
I'm so glad to read comments like this.
EXCELLENT tutorial and instruction. Thank you for taking the time and publishing this content.
Thank you for watching and commenting, I appreciate it!
EXCELLENT tutorial and instruction, Thank you so much ( I like you) i'm from cambodia
Thank you.
Nice and easy to understand vid💯
Very simple and easy way to configure a router. Should be fine as a bonus if some command lines left on comments (for beginners).
Awesome intro!
This was a great video!
Thanks.
What an amazing, I really found it useful. Thank you.
Top Class, easy to understand and straight to the point
Thanks.
Really nice video. Concise and clear. THANK you for this video.
Thank you!
Hi I am having trouble configuring Cisco 1921/k9 upon oa factory reset the internet work then it stops working I have cable internet and spectrum is the isp the modem isn’t issuing an ip to the router
David is so awesome!!
Way to go David!
Thanks, Dennis.
You are a treasure!
hello sir good job . please can you help me ?
When i configure my Cisco 800 in interface fastethernet it show: ip address may not be configured on l2 links
Thank you for the relevant question.
Yes, the Cisco 800 series only has one routed port, and the rest of the ports are L2 ports.
You'll need to configure the interface VLAN instead of the ethernet port and then use switchport access vlan command to assign that VLAN to the L2 port.
if you have a time put a video for this problem and other video about recovering password forgot thank 😊 for all
@@h.mtechchannel That's a good idea. I'll probably do them as my next videos...
Sorry I’m a beginner. What software are using for this simulation.?
It's an eve-ng pro.
Top Video… thx 🙏
You welcome.
This was outstanding, thank you. I think for a typical router, you would also want to setup NTP as well, right? Is there anything else that would be a good idea to setup? Maybe syslog?
Many things are suitable to be configured, but it mainly depends on the end goal. For this video, the goal was to get you up and running with Cisco and have Basic (minimum, I would say) security in place. NTP? Sure, if you need it. Syslog? Again, sure if you need it.
Thank you David content which is awesome but too hard for a beginner to follow . Can you give a list of all the commands that you are going to use at the beginning and then explain as you go that we the new users get the picture and don’t get lost as you do it so fast
I have a new video like this in mind, but with DHCP on the ISP side. I’ll make it slow.
I recorded a new video, much slower and I explain the majority of commands I use, what they do and why we need them. ruclips.net/video/rs8-Lb4JptY/видео.html
This should also do live auctions
What do you mean?
I set the wrong interface to outside, so now they are both outside, and I can't get it to set to inside, any idea how to fix this? Tried doing clear IP nat etc but couldn't figure it out.
You just repeat the correct config and it’ll overwrite the bad one. Go to inside interface and type “ip nat inside”.
@@ITSolutionsNetwork Actually had to do "No ip nat outside" then "ip nat inside" because #Cisco.
@@linkah There was no need to do "no ip nat outside". The "ip nat inside" overwrites the "ip nat outside".
@@ITSolutionsNetwork I tried but it kept saying "ip nat inside % Interface is outside enabled." and wouldn't let me over-write it. I think the issues is I'm using an older 1941 K9 router. I'm sure they have updated the cli to allow over-writes since then.
Experience: What is your opinion of using EVE-NG vs GNS3?
I'm a big fan of eve-ng, and I think it's a great product, and always improving.
@@ITSolutionsNetwork Last point: Does eve-ng taxi on one's computer resources such as GNS3?
@@siucbset Sorry I missed your question and the point as well, to be honest. What exactly are you trying to understand?
what router image was that in eve-ng? you have the name? there is so many damn files and im not sure what half of them are
I don't remember which image did I use in this specific scenario, but I know this image works on eve-ng.
csr1000vng-universalk9.16.03.03.Denali
very helpful. i appreciate that
Great video i was able to follow and implement it very well. However when i did a speedtest on ookla, speed was about 3 times slower than my edgerouter... would you be able to advise?
Are you running it on CSR in the lab like me or a real gear?
@@ITSolutionsNetwork running it on real gear.
@@amitakadonny what's the hardware model and ios version?
That's a very nice and detailed video sir but you didn't specify where the IP addresses are coming from to beginners .like we're is the defaul-router coming from
It's coming from the ISP.
Whenever engineers are being tasked to configure a Cisco router, they usually have IP addresses from the requester, supervisor, or any different kind of source.
In this scenario, I'm the creator of a virtual ISP; hence I had an IP address and put them on the topology, and then I used it in the configuration.
@@ITSolutionsNetwork 🙏🙏🙏 thanks sir it's now making sense..so
Do you mean the ISP are the ones that provide only one ip address (public address) and all those gig 0/0 gig 0/1 interfaces you configured are generated by the company supervisor? My next question is let's say you are the supervisor ...under DHCP on network will you copy paste the address for gig 0/1 and paste it on network? And on default- router will you copy paste the address for gig 0/0 and paste it on default-router…? Or you generate them landomly?
@@LetsBland9411 I don't have Gig 0/0 and G0/1 in this topology. The answer to your DHCP questions is no and no. The DHCP config includes network, Router and DNS options, and excluded IPs. All these are picked when you architect the network, once you choose the subnet and router IP, then you have enough information to configure the DHCP Server, you just need to know how to configure it.
Why did you exclude those 10 ip’s from the dhcp ? 🤔
To be used as manually configured IPs for switches, Access Points and some IoT devices if you need to.
Super, but how to connect to Isp with dhcp, how to check dhcp default gateway and dns
Don't configure a manual IP address on the interface and static routing.
Instead of:
interface gigabitEthernet 1
ip address 12.34.56.2 255.255.255.0
ip route 0.0.0.0 0.0.0.0 12.34.56.1
Do this:
interface gigabitEthernet 1
ip address dhcp
ip route 0.0.0.0 0.0.0.0 dhcp
Sometimes default route with DHCP is not necessary.
Also, the interface DHCP client will get and use DNS settings as well. However, you don't need it.
@@ITSolutionsNetwork can you make a movie with configuring router with isp with dynamic ip, and how can i check other then ip interface properties dns gw ?
@@jaroo25041980 I'll plan it.
@@jaroo25041980 Here is the new video with DHCP on the ISP Side. ruclips.net/video/rs8-Lb4JptY/видео.html
nice video.
if we dont have dns ip address can we do dns-server dhcp ?
What exactly do you mean by dns-server dhcp?
@@ITSolutionsNetwork i mean whenever you connect to the internet and you dont have ip address of the dns server but you need that ip address is it a way to get the ip address automatically
@@yurahovhannisyan735 Yes. Whenever you use the DHCP client on the interface, the router will automatically get DNS IP addresses and the default gateway from the DHCP.
excelente el video tutorial...muy didactico
after assigning ip address to gigabit Ethernet 1 I cannot ping ISP ip. please can you tell me what should be issue?
There can be lots of thing and without knowing what troubleshooting steps you already have done, or which configuration or operation mode you already have confirmed, it's really hard to say what could be the wrong.
@ITSolutionsNetwork it has been resloved sir thanks. The 2nd is Im using NAT interface in the GNS3 vm, and my topology is cloud > router > firewall. After configuration, I can ping my windows from firewall but can't ping from windows to the router inside the interface. Please, what should I have to do?
@@nirmalunagar If at any point you are trying to ping two different subnets, they have to know how to reach them on the routing table level.
I'll have to make sure windows knows how to reach that specific interface and the firewall is allowing the traffic.
@@ITSolutionsNetwork I have simply followed your video which is cisco router config. I have done that way. and from firewall I can send traffic outside but can't ping from outside to router inside interface
@@nirmalunagar My video doesn't include windows routing.
Anything L3 device between your windows and firewall should know how to reach that specific firewall interfaces in terms of the routing. You check that and make sure they know.
Nice hair, looks like Jason Bateman's hair.
why isp address is set to no out ?
It's not "no out", I missed the character "s". I tried to enter "no shut".
So when I clicked a TAB to finish the command, it didn't finish and moved the line up, which feels like I hit the enter, but I didn't.
Then I deleted it and entered again the correct command, which was "no shut", short for "no shutdown" to enable the interface.
The diagram and configuration for the Gig 1 and Gig 2 are mismatched.
Hi there, thanks for pointing that out. However, I'm checking at 1:15, and it doesn't look like a mismatch.
Gi1 is an outside interface, and Gi2 is the inside interface with corresponding subnets, just like in the diagram.
Where exactly did you see a mismatch?
Slow down most starters in network don't know how to use cisco packet launcher
Very nice video, but you are only communicating to core professionals. Too fast because novice won't even understand more than 25%. TOO FAST
Yeah, I got that a lot on this video. I'm planning to slow down on my next video. Thanks.
I'm intermediate but finding it difficult to keep up😂 Great video though. Learnt a lot in these few minutes than the 46 hrs from ITU.
Can you write me the commands
You didn't explain how to get to where you are from the beginning.😱😱🤯🤯
All you need to do is connect via console cable and then you're there.
Here's the tutorial how to connect console cable to the switch, the same goes to the router.
ruclips.net/video/JRBWmfnontM/видео.html
@ITSolutionsNetwork I am a complete novice at this who hasn't done any course's. I have just had it installed in my flat by my ISP.
not good, another one thaat just races through as if they are just at work and thinking out loud. never understand why some think racing through it is good
Thank you for the feedback.
Why are all tutorials IPv4 not IPv6? We will never transition to IPv6 this way
It's good but to fast.
Thanks for your feedback. What exactly is too fast, the entire video, talk, or the part where I do the actual configuration?
@@ITSolutionsNetwork The video and talk. If you can please slow the video slide for future .
Here is the slower version, and with the DHCP on the ISP side. ruclips.net/video/rs8-Lb4JptY/видео.html
I always thought that using and memorizing hundreds of IOS arbitrary commands to configure Cisco routers/switches was the stupidest and most moronic thing ever, and I still think so. Why would techs have to memorize all this garbage instead of using GUI interfaces in the 21st century? there is plenty of memory and bandwidth nowadays. IOS commands are prone to mistakes or you might forget a configuration parameter or whatever even for simple tasks, let alone complex setups. I cannot understand why the fuck do people still need to memorize all that crap instead of just clicking check boxes and inputting parameters in a nicely designed GUI interface all the time. I know Cisco routers have GUI interface programmability, but why do they still require techs to learn all those stupid commands? Is it just to make them feel smart by memorizing a bunch of crap, or to make them exercise their memory, or to make them waste half their life, or what?
I totally get where you're coming from, and it's a valid point. Using the CLI over a GUI can seem a bit old-school, but there are some pretty solid benefits to it, at least to me.
Precision and Control:
The CLI allows for more granular control over the configuration. It's like having a detailed map instead of just the main roads. You can tweak and adjust settings to a very precise level, something that's often harder to achieve with a GUI, and GUI with every settings in it can be very overwhelming to even look at it.
Speed:
Once you get the hang of it, CLI can be much faster. It's like knowing the keyboard shortcuts instead of navigating through menus. For tasks that need to be repeated or automated, CLI commands are a lifesaver. There is no GUI faster than CLI.
Scripting and Automation:
CLI commands can be scripted and automated, making repetitive tasks or large-scale deployments much easier. It's about working smarter, not harder. Even for a small tasks, you can copy/modify/paste config via CLI, which I usually even do for EdgeRouters or Mikrotik, even though they have pretty usable GUI.
Consistency:
The CLI is a common language across many devices and vendors. Once you learn it, you can navigate various systems with ease, unlike GUIs which can differ significantly from one platform to another.
While GUIs are definitely user-friendly and visually intuitive, the CLI remains a powerful tool for those who need that extra level of interaction with their devices. It's not so much about memorizing commands as it is about understanding the language of your network. And don't worry, even the most seasoned pros use help commands and google; it's all part of the process.
Hope that helps clarify why the CLI still has its place in the tech world!
Vedio is not clear
Slow down 😂
😁
Thank you!
Welcome!
Love it! thank you! not sure it was called out but to add privilege to a user you want to type " username xxxxxxxx privilege # [number 0-15] secret 0 xxxxxxxxxx [password in plain txt]
Very poorly done. Need to edit and practice this out better
Thank you very much for your feedback. I think the same.