Archives by: JMCristobal

JMCristobal

68 Posts 0 comments

About the author

JMCristobal Posts

How-to Install SSH Server on Linux 

Devnet Linux
1.- Install with apt-get command on Ubuntu: sudo apt-get install openssh-server 1.- Install with dnf command on Fedora: sudo dnf install openssh-server 2.- Enable the ssh service: sudo ...
Read more 0

Configure serial interface with encapsulation PPP and PAP authentication

CCNA
PPP is a standard protocol used to send data over synchronous serial links. PPP also provides a Link Control Protocol (LCP) for negotiating the properties of the link. ...
Read more 0

Configure serial interface with encapsulation PPP and CHAP authentication

CCNA
PPP is a standard protocol used to send data over synchronous serial links. PPP also provides a Link Control Protocol (LCP) for negotiating the properties of the link. ...
Read more 0

Configure serial interface with encapsulation HDLC

CCNA
Cisco High-Level Data Link Controller (HDLC) is the Cisco proprietary protocol for sending data over synchronous serial links. Cisco HDLC is the default for data encapsulation at Layer ...
Read more 0

What is a network and its components?

CCNA Networking Fundamentals
A computer network is a group of computers (PCs) or similar devices connected to access and share network resources, such as files, storage space, printers, IP telephony, and ...
Read more 0

Autonomous System Numbers – BGP

CCNA Enterprise Infrastructure
There are two types of BGP Autonomous system numbers: Private and Public. Various routing protocols use Autonomous System (AS) Numbers. IANA allocates AS Numbers to Regional Internet Registries ...
Read more 0

Install EVE-NG on VMware ESXi

Network Lab
EVE-NG platform allows to create virtual proof of concepts, solutions and training environments. EVE-NG is the first clientless multivendor network emulation software that empowers network and security professionals ...
Read more 0

Upgrade ASA an Active/Standby Failover Pair Using the CLI

Security
In this tutorial, we will update two ASA firewall 5585-X from CLI. Actual version 9.8.4.20Target version 9.8.4.44 Note: Perform these steps on the active unit Step 1 – ...
Read more 0

Configuring an SFTP repository in ISE

Security
Cisco ISE allows you to create and delete repositories through the administrator portal. You can create the following types of repositories: Disk, FTP, SFTP, NFS, CD-ROM, HTTP and ...
Read more 0

Install Docker in Ubuntu

Devnet Linux
In this article we will learn how to install Docker on an Ubuntu 20.04 operating system. 1.-Installing the initial requirements with the following commands. sudo apt-get update sudo ...
Read more 0

Introduction to networks

CCNA Networking Fundamentals
Today’s networks have changed unimaginably; in just a few years, their limitations have evolved on a large scale. The first data networks could only exchange character-based information. Today ...
Read more 0

Creating a virtual environment with VENV – Python

Devnet Linux
This article teaches how to set up a python virtual environment on a Ubuntu 20.04.An Environment Virtual allows you to manage separate package installations for different projects. They ...
Read more 0

EIGRP Configuration

Enterprise Infrastructure
Enhaced Interior Gateway Routing Protocol – EIGRP Its internal administrative distance is 90, and the external one is 170. So that a router configured with EIGRP can exchange ...
Read more 0

RIPv2

Networking Fundamentals
Routing Information Protocol Version 2The first classless routing protocol is the evolution of RIP v1, plus it supports VLSM (Variable Length Subnet Mask).RIPv2 is known as a Vector ...
Read more 0

Routing Table

Networking Fundamentals
The primary function of a router is to send a packet to its destination network, which is the destination IP address of the packet. The router looks up ...
Read more 0
en_US