June 10, 2026

BGP Routing Protocol Overview

BGP Routing Protocol Overview Hi ! Today i will discuss about BGP Routing Protocol Overview. BGP is an Border gateway protocol, BGP mainly use for connect between different networks. It is the protocol used between Internet service providers (ISPs) and also can be used between an Enterprise and an ISP. BGP was built for reliability, scalability, and control. [boxads] BGP stands for Border Gateway Protocol. Routers running BGP are termed BGP speakers. BGP uses the concept of autonomous systems (AS). An autonomous system is a group of networks under a common administration. The Internet Assigned Numbers Authority (IANA) assigns AS …

BGP Routing Protocol Overview Read More

OSPF Load Balancing Example

OSPF Load Balancing: [boxads] Today I will show how to configure OSPF load balancing, If we follow bellow example we see a client is connected through two WAN connections with two broadband routers that both are use for Internet routing. We will enable and disable OSPF load balancing packets that are sourcing from the HOST to the WEB SERVER.   Following the diagram: Now lets go our OSPF Load Balancing Configuration part……….. Router R1: R1# R1#conf t R1(config)#ip cef R1(config)#int loopback 0 R1(config-if)#ip address 1.1.1.1 255.255.255.255 R1(config-if)#ip ospf network point-to-point R1(config-if)#exit

OSPF Load Balancing Example Read More

NAT PAT Configuration Packet Tracer

NAT PAT Configuration Packet Tracer Today i will discuss how to configure NAT PAT Configuration Packet Tracer simulator. Network address translation (NAT) is the process of modifying IP address information in IP packet headers while in transit across a traffic routing device. [boxads] There are two different types of NAT:   NAT Static NAT: The simplest type of NAT provides a one-to-one translation of IP addresses. It is often also referred to as one-to-one NAT. In this type of NAT only the IP addresses, IP header checksum and any higher level checksums that include the IP address need to be changed. …

NAT PAT Configuration Packet Tracer Read More

Cisco ROMmon Recovery Procedure

Cisco ROMmon Recovery Procedure: Today i will discuss cisco rommon recovery procedure step by step. so lets go……….. 1. Start the TFTP server (make sure the file path is correct and that you allow both transfer and receive) 2.  Connect to the router via Ethernet cable (an Ethernet cable is preferred due to the large size of the file and the maximum speed that data can travel over the console cable) [boxads] N.B:  Before the IOS is loaded it is important to make sure that your router has enough memory to support the IOS. The router will allow an IOS …

Cisco ROMmon Recovery Procedure Read More

Initial configuration of CISCO Router

Initial configuration of CISCO Router: Initial configuration of CISCO Router: At first power on your router & connect console cable to router console port. then use bellow command [boxads] Router>enable Router#conf t Router(config)# Now copy and past below command after change [xxxxxxx] this portion as your requirement. hostname Router_Name enable secret xxxxxxx username xxxxxx privilege 15 secret xxxxxxxx username xxxxxx privilege 3 secret xxxxxxx interface FastEthernet0/0 des ” Local OM Interface” ip address 1.1.1.1 255.255.255.0 no shutdown full-duplex exit

Initial configuration of CISCO Router Read More

Initial Configuration CISCO Router

Initial configuration CISCO Router: At first power on your router & connect console cable to router console port. then use bellow command……………… [boxads] Router>enable Router#conf t Router(config)# Now copy and past below command after change [xxxxxxx] this portion as your requirement. hostname Router_Name enable secret xxxxxxx username xxxxxx privilege 15 secret xxxxxxxx username xxxxxx privilege 3 secret xxxxxxx interface FastEthernet0/0 des ” Local OM Interface” ip address 1.1.x.x 255.255.x.x no shutdown full-duplex exit

Initial Configuration CISCO Router Read More
error: Content is protected !!