{"id":1338,"date":"2021-10-08T15:11:00","date_gmt":"2021-10-08T22:11:00","guid":{"rendered":"https:\/\/jmcristobal.com\/?p=1338"},"modified":"2022-02-13T08:39:45","modified_gmt":"2022-02-13T16:39:45","slug":"configure-eigrp-on-the-asa-firewall","status":"publish","type":"post","link":"https:\/\/d1gdqjscev06po.cloudfront.net\/es\/2021\/10\/08\/configure-eigrp-on-the-asa-firewall\/","title":{"rendered":"Configurar EIGRP en Firewall ASA"},"content":{"rendered":"<p>Crear un proceso EIGRP<\/p>\n\n\n\n<pre class=\"wp-block-code has-small-font-size\"><code lang=\"adoc\" class=\"language-adoc\">asa-jmcristobal(config)# router eigrp as-num<\/code><\/pre>\n\n\n\n<p>Configurar las interfaces y redes que participaran en EIGRP<\/p>\n\n\n\n<pre class=\"wp-block-code has-small-font-size\"><code lang=\"adoc\" class=\"language-adoc\">asa-jmcristobal(config-router)# network ip-addr [mask]<\/code><\/pre>\n\n\n\n<p>Podemos configurar una o m\u00e1s sentencias de red con este comando.<\/p>\n\n\n\n<p><strong>Ejemplo: <\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code has-small-font-size\"><code lang=\"adoc\" class=\"language-adoc\">asa-jmcristobal(config)# router eigrp 1\nasa-jmcristobal(config-router)# network 10.1.1.0 255.255.255.0<\/code><\/pre>\n\n\n\n<h5><strong>Personalizar Hello Interval y Hold Time de EIGRP<\/strong><\/h5>\n\n\n\n<p>Ambos intervalos son configurados por medio de cada interfaz.<\/p>\n\n\n\n<p>Paso 1.- acceder a la interfaz a modificar<\/p>\n\n\n\n<pre class=\"wp-block-code has-small-font-size\"><code lang=\"adoc\" class=\"language-adoc\">asa-jmcristobal(config)# interface phy_if<\/code><\/pre>\n\n\n\n<p>Paso 2.- Cambiar el Hello Interval<\/p>\n\n\n\n<pre class=\"wp-block-code has-small-font-size\"><code lang=\"adoc\" class=\"language-adoc\">asa-jmcristobal(config-if)# hello-interval eigrp as-num seconds<\/code><\/pre>\n\n\n\n<p>Paso 3.- Cambiar el Hold Time<\/p>\n\n\n\n<pre class=\"wp-block-code has-small-font-size\"><code lang=\"adoc\" class=\"language-adoc\">asa-jmcristobal(config-if)# hold-time eigrp as-num seconds<\/code><\/pre>\n\n\n\n<p>Por defecto, los paquetes hello se env\u00edan cada 5 segundos y el tiempo de espera anunciado es de 15 segundos (tres veces el intervalo hello).<\/p>\n\n\n\n<p><strong>Ejemplo: <\/strong><\/p>\n\n\n\n<p>Modificar el intervalo hello y el tiempo de espera para el proceso EIGRP con ID 1<\/p>\n\n\n\n<pre class=\"wp-block-code has-small-font-size\"><code lang=\"adoc\" class=\"language-adoc\">asa-jmcristobal(config)# interface inside\nasa-jmcristobal(config-if)# hello-interval eigrp 1 20\nasa-jmcristobal(config-if)# hold-time eigrp 1 60<\/code><\/pre>\n\n\n\n<h5><strong>Comandos de verificaci\u00f3n EIGRP:<\/strong><\/h5>\n\n\n\n<p>Muestra las interfaces que participan en el enrutamiento EIGRP.<\/p>\n\n\n\n<pre class=\"wp-block-code has-small-font-size\"><code lang=\"adoc\" class=\"language-adoc\">show eigrp [as-number] interfaces <\/code><\/pre>\n\n\n\n<p>Muestra la tabla de vecinos de EIGRP.<\/p>\n\n\n\n<pre class=\"wp-block-code has-small-font-size\"><code lang=\"adoc\" class=\"language-adoc\">show eigrp neighbors<\/code><\/pre>\n\n\n\n<p>Muestra la tabla de topolog\u00eda de EIGRP.<\/p>\n\n\n\n<pre class=\"wp-block-code has-small-font-size\"><code lang=\"adoc\" class=\"language-adoc\">show eigrp topology <\/code><\/pre>\n\n\n\n<p>Muestra las estad\u00edsticas de tr\u00e1fico de EIGRP.<\/p>\n\n\n\n<pre class=\"wp-block-code has-small-font-size\"><code lang=\"adoc\" class=\"language-adoc\">show eigrp traffic<\/code><\/pre>","protected":false},"excerpt":{"rendered":"<p>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 <\/p>","protected":false},"author":2,"featured_media":1380,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[243],"tags":[463,280,305,468,461],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.13 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Configure EIGRP on the ASA Firewall - JMCristobal<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/jmcristobal.com\/es\/2021\/10\/08\/configure-eigrp-on-the-asa-firewall\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Configure EIGRP on the ASA Firewall - JMCristobal\" \/>\n<meta property=\"og:description\" content=\"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\" \/>\n<meta property=\"og:url\" content=\"https:\/\/jmcristobal.com\/es\/2021\/10\/08\/configure-eigrp-on-the-asa-firewall\/\" \/>\n<meta property=\"og:site_name\" content=\"JMCristobal\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/web.facebook.com\/JMCristobalHomepage\" \/>\n<meta property=\"article:published_time\" content=\"2021-10-08T22:11:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-02-13T16:39:45+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/jmcristobal.com\/wp-content\/uploads\/2022\/01\/Configure-EIGRP-on-the-ASA-Firewall-e1643036878466.png\" \/>\n\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t<meta property=\"og:image:height\" content=\"154\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"JMCristobal\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@jmcristobalhome\" \/>\n<meta name=\"twitter:site\" content=\"@jmcristobalhome\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"JMCristobal\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/jmcristobal.com\/es\/2021\/10\/08\/configure-eigrp-on-the-asa-firewall\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/jmcristobal.com\/es\/2021\/10\/08\/configure-eigrp-on-the-asa-firewall\/\"},\"author\":{\"name\":\"JMCristobal\",\"@id\":\"https:\/\/jmcristobal.com\/es\/#\/schema\/person\/e7cca8371cd491cf444cc824f30ae118\"},\"headline\":\"Configure EIGRP on the ASA Firewall\",\"datePublished\":\"2021-10-08T22:11:00+00:00\",\"dateModified\":\"2022-02-13T16:39:45+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/jmcristobal.com\/es\/2021\/10\/08\/configure-eigrp-on-the-asa-firewall\/\"},\"wordCount\":131,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/jmcristobal.com\/es\/#organization\"},\"keywords\":[\"asa\",\"cisco\",\"eigrp\",\"firewall\",\"routing\"],\"articleSection\":[\"Security\"],\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/jmcristobal.com\/es\/2021\/10\/08\/configure-eigrp-on-the-asa-firewall\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/jmcristobal.com\/es\/2021\/10\/08\/configure-eigrp-on-the-asa-firewall\/\",\"url\":\"https:\/\/jmcristobal.com\/es\/2021\/10\/08\/configure-eigrp-on-the-asa-firewall\/\",\"name\":\"Configure EIGRP on the ASA Firewall - JMCristobal\",\"isPartOf\":{\"@id\":\"https:\/\/jmcristobal.com\/es\/#website\"},\"datePublished\":\"2021-10-08T22:11:00+00:00\",\"dateModified\":\"2022-02-13T16:39:45+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/jmcristobal.com\/es\/2021\/10\/08\/configure-eigrp-on-the-asa-firewall\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/jmcristobal.com\/es\/2021\/10\/08\/configure-eigrp-on-the-asa-firewall\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/jmcristobal.com\/es\/2021\/10\/08\/configure-eigrp-on-the-asa-firewall\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/jmcristobal.com\/es\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Configure EIGRP on the ASA Firewall\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/jmcristobal.com\/es\/#website\",\"url\":\"https:\/\/jmcristobal.com\/es\/\",\"name\":\"JMCristobal\",\"description\":\"Networking and more\",\"publisher\":{\"@id\":\"https:\/\/jmcristobal.com\/es\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/jmcristobal.com\/es\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/jmcristobal.com\/es\/#organization\",\"name\":\"JMCristobal\",\"url\":\"https:\/\/jmcristobal.com\/es\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/jmcristobal.com\/es\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/jmcristobal.com\/wp-content\/uploads\/2021\/09\/Logo-JMCristobal.png\",\"contentUrl\":\"https:\/\/jmcristobal.com\/wp-content\/uploads\/2021\/09\/Logo-JMCristobal.png\",\"width\":518,\"height\":436,\"caption\":\"JMCristobal\"},\"image\":{\"@id\":\"https:\/\/jmcristobal.com\/es\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.youtube.com\/JMCristobalHomepage\",\"https:\/\/web.facebook.com\/JMCristobalHomepage\",\"https:\/\/twitter.com\/jmcristobalhome\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/jmcristobal.com\/es\/#\/schema\/person\/e7cca8371cd491cf444cc824f30ae118\",\"name\":\"JMCristobal\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/jmcristobal.com\/es\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/b549739a2a57394801aef27a76efdb3d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/b549739a2a57394801aef27a76efdb3d?s=96&d=mm&r=g\",\"caption\":\"JMCristobal\"},\"url\":\"https:\/\/d1gdqjscev06po.cloudfront.net\/es\/author\/jmcristobal\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Configure EIGRP on the ASA Firewall - JMCristobal","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/jmcristobal.com\/es\/2021\/10\/08\/configure-eigrp-on-the-asa-firewall\/","og_locale":"es_ES","og_type":"article","og_title":"Configure EIGRP on the ASA Firewall - JMCristobal","og_description":"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","og_url":"https:\/\/jmcristobal.com\/es\/2021\/10\/08\/configure-eigrp-on-the-asa-firewall\/","og_site_name":"JMCristobal","article_publisher":"https:\/\/web.facebook.com\/JMCristobalHomepage","article_published_time":"2021-10-08T22:11:00+00:00","article_modified_time":"2022-02-13T16:39:45+00:00","og_image":[{"width":350,"height":154,"url":"https:\/\/jmcristobal.com\/wp-content\/uploads\/2022\/01\/Configure-EIGRP-on-the-ASA-Firewall-e1643036878466.png","type":"image\/png"}],"author":"JMCristobal","twitter_card":"summary_large_image","twitter_creator":"@jmcristobalhome","twitter_site":"@jmcristobalhome","twitter_misc":{"Escrito por":"JMCristobal","Tiempo de lectura":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/jmcristobal.com\/es\/2021\/10\/08\/configure-eigrp-on-the-asa-firewall\/#article","isPartOf":{"@id":"https:\/\/jmcristobal.com\/es\/2021\/10\/08\/configure-eigrp-on-the-asa-firewall\/"},"author":{"name":"JMCristobal","@id":"https:\/\/jmcristobal.com\/es\/#\/schema\/person\/e7cca8371cd491cf444cc824f30ae118"},"headline":"Configure EIGRP on the ASA Firewall","datePublished":"2021-10-08T22:11:00+00:00","dateModified":"2022-02-13T16:39:45+00:00","mainEntityOfPage":{"@id":"https:\/\/jmcristobal.com\/es\/2021\/10\/08\/configure-eigrp-on-the-asa-firewall\/"},"wordCount":131,"commentCount":0,"publisher":{"@id":"https:\/\/jmcristobal.com\/es\/#organization"},"keywords":["asa","cisco","eigrp","firewall","routing"],"articleSection":["Security"],"inLanguage":"es","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/jmcristobal.com\/es\/2021\/10\/08\/configure-eigrp-on-the-asa-firewall\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/jmcristobal.com\/es\/2021\/10\/08\/configure-eigrp-on-the-asa-firewall\/","url":"https:\/\/jmcristobal.com\/es\/2021\/10\/08\/configure-eigrp-on-the-asa-firewall\/","name":"Configure EIGRP on the ASA Firewall - JMCristobal","isPartOf":{"@id":"https:\/\/jmcristobal.com\/es\/#website"},"datePublished":"2021-10-08T22:11:00+00:00","dateModified":"2022-02-13T16:39:45+00:00","breadcrumb":{"@id":"https:\/\/jmcristobal.com\/es\/2021\/10\/08\/configure-eigrp-on-the-asa-firewall\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/jmcristobal.com\/es\/2021\/10\/08\/configure-eigrp-on-the-asa-firewall\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/jmcristobal.com\/es\/2021\/10\/08\/configure-eigrp-on-the-asa-firewall\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/jmcristobal.com\/es\/"},{"@type":"ListItem","position":2,"name":"Configure EIGRP on the ASA Firewall"}]},{"@type":"WebSite","@id":"https:\/\/jmcristobal.com\/es\/#website","url":"https:\/\/jmcristobal.com\/es\/","name":"JMCristobal","description":"Networking and more","publisher":{"@id":"https:\/\/jmcristobal.com\/es\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/jmcristobal.com\/es\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/jmcristobal.com\/es\/#organization","name":"JMCristobal","url":"https:\/\/jmcristobal.com\/es\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/jmcristobal.com\/es\/#\/schema\/logo\/image\/","url":"https:\/\/jmcristobal.com\/wp-content\/uploads\/2021\/09\/Logo-JMCristobal.png","contentUrl":"https:\/\/jmcristobal.com\/wp-content\/uploads\/2021\/09\/Logo-JMCristobal.png","width":518,"height":436,"caption":"JMCristobal"},"image":{"@id":"https:\/\/jmcristobal.com\/es\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.youtube.com\/JMCristobalHomepage","https:\/\/web.facebook.com\/JMCristobalHomepage","https:\/\/twitter.com\/jmcristobalhome"]},{"@type":"Person","@id":"https:\/\/jmcristobal.com\/es\/#\/schema\/person\/e7cca8371cd491cf444cc824f30ae118","name":"JMCristobal","image":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/jmcristobal.com\/es\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/b549739a2a57394801aef27a76efdb3d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b549739a2a57394801aef27a76efdb3d?s=96&d=mm&r=g","caption":"JMCristobal"},"url":"https:\/\/d1gdqjscev06po.cloudfront.net\/es\/author\/jmcristobal\/"}]}},"jetpack_featured_media_url":"https:\/\/d1gdqjscev06po.cloudfront.net\/wp-content\/uploads\/2022\/01\/Configure-EIGRP-on-the-ASA-Firewall-e1643036878466.png","_links":{"self":[{"href":"https:\/\/d1gdqjscev06po.cloudfront.net\/es\/wp-json\/wp\/v2\/posts\/1338"}],"collection":[{"href":"https:\/\/d1gdqjscev06po.cloudfront.net\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/d1gdqjscev06po.cloudfront.net\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/d1gdqjscev06po.cloudfront.net\/es\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/d1gdqjscev06po.cloudfront.net\/es\/wp-json\/wp\/v2\/comments?post=1338"}],"version-history":[{"count":11,"href":"https:\/\/d1gdqjscev06po.cloudfront.net\/es\/wp-json\/wp\/v2\/posts\/1338\/revisions"}],"predecessor-version":[{"id":1537,"href":"https:\/\/d1gdqjscev06po.cloudfront.net\/es\/wp-json\/wp\/v2\/posts\/1338\/revisions\/1537"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/d1gdqjscev06po.cloudfront.net\/es\/wp-json\/wp\/v2\/media\/1380"}],"wp:attachment":[{"href":"https:\/\/d1gdqjscev06po.cloudfront.net\/es\/wp-json\/wp\/v2\/media?parent=1338"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/d1gdqjscev06po.cloudfront.net\/es\/wp-json\/wp\/v2\/categories?post=1338"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/d1gdqjscev06po.cloudfront.net\/es\/wp-json\/wp\/v2\/tags?post=1338"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}