If there is no SNMP protocol, monitoring the Network hosts would have been difficult tasks for the admins. SNMP is a protocol that helps you identify the host availability with many parameters such as network health, hardware resources such as CPU utilization, memory storage, etc. In this blog, let’s discuss how to configure SNMP on …
Networking
When I first heard about VXLAN I asked my colleague, what is VXLAN? And his answer was it is the same as VLAN but with X in the middle :).It is such a protocol that is difficult to comprehend for many. Table of content: What is Vxlan used for? What is the difference between VLAN …
When you wanted to build and practice Paloalto lab, you have got multiple options. You could try physical gears if you can afford one, else virtualize them. In this blog, we will deploy the Paloalto firewall in gns3 with management IP and one public-facing interface connecting to the internet. The Palo alto firewall works perfectly …
You wanted to work with firewall, mainly the checkpoint firewalls, but you don’t know where to begin with and no prior experience with firewalls either, then you are in the right place. Even if you have experience with the firewall but just wanted to spin up the lab in GNS3, that’s fine too. In this …
When I started my Paloalto firewall journey, it wasn’t easy. I am from a network routing and switching background, and initially, when I had a chance to work with Palo alto firewall, I was a little hesitant. Eventually, I set up the Palo alto firewall lab and started to practice. Slowly I began to get …
The other day I was working on adding some of the Redhat servers into production for monitoring. I also got the SNMP community string from the team that is managing the monitoring tools as well. I was very confident that I even informed them that I would configure the SNMP on the server in another …
What is the underlay and Overlay network? When it comes to Nuage-SDWAN there are two types of networks that we have to use. First one is called the underlay network and the second one is called the overlay network. The underlay network is nothing but our traditional network which would help us to connect all …
Most of the network engineers whom I know have worked with mainly Cisco gears and not Hpe Comeware devices, Including myself 🙂 And my transition wouldnt been easier if there was no GNS3. To get familiar with the Comware devices, what I have done is.. I have downloaded and installed Hpe VSR to my gns3. …
The Redundancy protocol is very common in any enterprise network that you look at it. When it comes to providing layer3 redundancy there are multiple protocols available for you to choose from, each provides its own advantages and disadvantages. Based on your requirement, there are redundancy protocols such as HSRP, GLBP, and VRRP, let’s look …
There are many ways you could configure a DNS server. If you are a network engineer and wanted to build a private DNS server for a small office, you can prefer to configure a router as a DNS server than configuring a Linux or a Windows machine for the same purpose, right? In this lab, …
We all have configured Routing protocols and heard about the term ASN/AS numbers (Autonomous system number). However, when it comes to BGP, have you ever wondered what ASN really is and how you can get one?In this blog, let’s answer what ASN is in the BGP routing protocol, and it’s differences and types. A BGP …
What do you think is the best way for Network hosts to update its clock automatically?The answer to that is to use an NTP server, in this article lets find out what is NTP and its stratum values, and we would also configure Cisco and Comware routers as the NTP public and private servers. Read …
The VLC media player is great if you wanted to watch videos on your computer, tablet, or even on your smartphone. And the best part about this media software is that it not only play videos locally it also helps you stream videos over the network, meaning you can make your local machine as a …
I know how does DHCP works, but what if I want to configure my router as a DHCP server as well, is it possible? the answer is YES!, You can configure the Cisco router as the DCHP server and this blog we are going to cover the same. In the last blog, I covered how …
The gns3 has evolved from just a simulator for Cisco IOS to a multivendor environment.You can simulate the physical network virtually in gns3 and it works great! Wouldn’t be cool if we can get the host internet access shared to the gns3 that way the devices in gns3 can access the internet and you can …
Most of the network professionals whom I know are very good at configuring and fine-tuning the internal routing protocols, and when I ask them about configuring BGP, they are like, ‘you know what, I am not so confident with it maybe I think I have to read a bit more about it before I spin …
I was working on my CCIE BGP lab the other day using Cisco IOU.While I was at it I had to advertise Loopback interfaces using Rip ver 2 so that I could create IBGP full mesh using the loopback. but it turns out, RIP was not working in my lab. This was the network topology …