Archives by: JMCristobal

JMCristobal

68 Posts 0 comments

About the author

JMCristobal Posts

Configure Syslog on Cisco IOS

Enterprise Infrastructure
Syslog is a standard for logging messages describing important events on network equipment. These events are used for auditing to know what, when, and how the event happened. ...
Read more 0

Cisco ACI CLI Commands (APIC, Leaf/Spine)

Data Center
Connect to Leaf from APICbashattach [node-name]ssh user@[node-name] Endpoint, EPG, BD form APIC<show ip interface bridge-domain [name_bd]><show epg [epg-name] [detail]> Ping from Leafiping [-dDFLnqRrv] [-V vrf] [-c count] [-i ...
Read more 0

Configure DHCP in router cisco

Enterprise Infrastructure
DHCP (Dynamic Host Configuration Protocol)  The DHCP protocol allows clients to dynamically configure network parameters without the need for a manual configuration process.  Dynamically assigns an IP address to ...
Read more 0

Configuring OSPFv2 on ASA Firewall

Security
Create an OSPF routing process: asa-jmcristobal(config)# router ospf process_id Define the IP addresses on which OSPF runs and the area ID for that interface: asa-jmcristobal(config)# network ip_address mask ...
Read more 0

Configure EIGRP on the ASA Firewall

Security
Create an EIGRP routing process asa-jmcristobal(config)# router eigrp as-num Configure the interfaces and networks that participate in EIGRP routing: asa-jmcristobal(config-router)# network ip-addr [mask] We can configure one or ...
Read more 0

Configure Default and Static Routes – ASA Firewall

Security
Configure a Default Route A default route is simply a static route with 0.0.0.0/0 as the destination IP address. ASA would be configured using the command route {nameif}. ...
Read more 0

Configure SNMP for FTD

Security
In this article we will configure the SNMPv3 protocol  on a Firepower Threat Defense through the FMC. The FMC and FTD have version 6.6.4.  Step 1 .- Select Devices > Platform Settings: ...
Read more 0

Upgrade Firepower Threat Defense with FMC

Security
Equipment to be used: FMC 2600 with version 6.6.4FTD 2130 with version 6.4.0.10 The objective is to upgrade the FTD to version 6.6.4 through the FMC. Before you ...
Read more 0

Cisco ASA Remote Management – SSH/ASDM

Security
By default SSH, telnet or https management is disabled. First of all we must have configured the management interface of the equipment, something similar to: ASA-JMCristobal# sh run ...
Read more 0

EIGRP

Enterprise Infrastructure
EIGRP (Enhanced Interior Gateway Routing Protocol) is an advanced vector distance protocol, an enhanced version by Cisco’s proprietary Interior Gateway Routing Protocol (IGRP). EIGRP uses the same algorithm ...
Read more 0

STP: Multiple Spanning-Tree

Enterprise Infrastructure
MST is a standard published by the IEEE to create different STP instances for groups of VLANs to have more than one STP topology approaching the Cisco mechanisms ...
Read more 0

STP: Rapid PVST+ configuration

Enterprise Infrastructure
The iEEE 802.1w standard was developed using the main concepts of 802.1d (Common Spanning-Tree) but with a faster convergence time. It can be applied to single or multiple ...
Read more 0

STP: Protection Features

Enterprise Infrastructure
Root Guard The Root Guard feature was developed as a means to control when a candidate root bridge switch connects to the network. It records the bridge ID ...
Read more 0

STP: Optimization methods

Enterprise Infrastructure
Some additional methods allow faster STP convergence if a link failure occurs. Portfast Allows fast connectivity on ports by immediately switching to the Forwarding state without going through ...
Read more 0

STP: PVST+ configuration

Enterprise Infrastructure
PVST+ (Peer-VLAN Spanning-Tree) First of all, let’s remember: Common spanning-Tree (CST) only handles one instance of STP on switches, based on 802.1Q trunks, by default over vlan 1 ...
Read more 0
en_US