configure-glbp-in-cisco-ios-router.png

Configure GLBP in Cisco IOS Router

Improvement at the gateway level is now more than just about redundancy as we can use Cisco’s sophisticated feature called GLBP or Gateway Load Balancing Protocol. Just by looking at the name, we can easily guess its superior value compared to HSRP or VRRP. In HSRP or VRRP, only the active/master router that do the […]

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 […]