Configure-VRRP-in-Cisco-IOS-Router.png

Configure VRRP in Cisco IOS Router

VRRP or Virtual Router Redundancy Protocol is the open standard version of Cisco’s HSRP. It is also used to provide redundancy of a gateway by using multiple routers, but since it’s an open standard then it can be implemented using routers from vendors other than Cisco. Most of VRRP logic are very similar to HSRP, […]

Configure-Static-NAT-in-Cisco-IOS-Router.png

Configure Static NAT in Cisco IOS Router

Network Address Translation or NAT is a mechanism of mapping local address on the inside interface of a router with global address on the outside interface. For outgoing packets, router will translate the source local address to a global address. Reversely, router will forward incoming packets for a global address to its local address. This […]

Configure-Dynamic-NAT-in-Cisco-IOS-Router.png

Configure Dynamic NAT in Cisco IOS Router

Network Address Translation or NAT is a feature that enables access to the internet from a private network. Therefore, it becomes a mandatory requirement for any kind of network unless it is an isolated one. NAT works by translating the local address using global address as the packets moving back and forth towards the public […]

Configure-HSRP-in-Cisco-IOS-Router.png

Configure HSRP in Cisco IOS Router

HSRP or Hot-Standby Routing Protocol is a mechanism developed by Cisco to add redundancy at the gateway of a subnet. The idea of HSRP is using multiple routers to serve as a gateway using one virtual IP address. One of the routers will be designated as the active gateway, and if it’s become unreachable there […]

Understanding-Cisco-IOS-Command-Line-Modes-Flowchart.png

Understanding Cisco IOS Command Line Modes

Cisco Command Line Interface (CLI) is the main interface where we will interact with Cisco IOS devices. CLI is accessible directly via console cable or remotely via methods such as Telnet/SSH. From here, we can do things such as monitoring device status or changing configuration. Cisco has divided its CLI into several different modes. Understanding […]

Managing-User-Accounts-and-Password-in-Cisco-IOS-devices-login-privilege.png

Manage User Accounts and Passwords in Cisco IOS Devices

Managing user Accounts and passwords in Cisco IOS Devices is very important task. With several different user accounts, you can also set different privilege level for each one of them. Different privilege means different available commands that can be executed per user account. In this article, we will go deep on creating users accounts and all […]

EIGRP.png

Understanding Basics of EIGRP Routing Protocol

Enhanced Interior Gateway Routing Protocol (EIGRP) is an advanced dynamic routing protocol that is used for routing decisions and configuration on the routers. EIGRP was developed by Cisco Systems as a proprietary protocol, which can be used only on Cisco routers but in 2013 partial functionality of EIGRP was converted to an open standard.  EIGRP only sends incremental updates, reducing the workload […]