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

PuTTY-Enabling-SSH-in-Cisco-IOS-Router.png

Enable SSH in Cisco IOS Router

SSH or Secure Shell is basically a secured method of accessing and sending commands to your router’s CLI through a network connection; without having to plug a console cable directly. Unlike standard telnet that sends data in plain-text format, SSH uses encryption that will ensure confidentiality and integrity of the data. There are two versions of […]

LACP.png

Configure LACP EtherChannel in Cisco IOS Switch

Link Aggregation or Ether Channel is a technology which allows for two or more physical ports to combine into one logical port providing high availability and increased bandwidth. Link Aggregation Control Protocol (LACP) is a industry standard (IEEE 802.3ad) protocol that is used to bundle two or more links and can work with devices from different […]

PAgP.png

Configure PAgP EtherChannel in Cisco IOS Switch

Port Aggregation Protocol (PAgP) also called EtherChannel is a Cisco proprietary protocol that is used for bundling two or more physical ports into single logical port. EtherChannel can provide high availability and increase bandwidth at the same time. There are three different methods to configure EtherChannel in Cisco switch. You can configure it manually or use protocols like […]

VTP-Diagram.png

Configure VLAN Trunking Protocol (VTP) in Cisco IOS Switch

When you have dozens or more number of switches in your network, managing VLAN becomes difficult. VLAN Trunking Protocol (VTP) simplifies creation and management of VLANs in network. Before you configure VLANs, you need to understand the basics of VTP protocol. In this post, I will show steps to Configure VLAN Trunking Protocol (VTP) in Cisco […]

VTP-Diagram.png

Understanding VLAN Trunking Protocol (VTP) in Cisco Switch

VLAN Trunking Protocol (VTP) is used to synchronize VLAN creation between the switches in the network. Imagine you have dozens, if not hundreds of switches in your network. You have to log into each switch and manually create VLANs. This does not sound practical, does it? Using VTP protocol, you can manually create VLANs in […]