{"id":46,"date":"2022-05-04T09:08:00","date_gmt":"2022-05-04T16:08:00","guid":{"rendered":"http:\/\/jmcristobal.com.mx\/?p=46"},"modified":"2022-08-20T07:42:50","modified_gmt":"2022-08-20T14:42:50","slug":"eigrp-configuration","status":"publish","type":"post","link":"https:\/\/jmcristobal.com\/es\/2022\/05\/04\/eigrp-configuration\/","title":{"rendered":"Configuraci\u00f3n de EIGRP"},"content":{"rendered":"<h4 class=\"western\"><strong><span style=\"color: #000000;\"><span style=\"font-family: 'Times New Roman', serif;\"><span style=\"font-size: medium;\">Enhaced Interior Gateway Routing Protocol &#8211; EIGRP<\/span><\/span><\/span><\/strong><\/h4>\n\n\n\n<p>Su distancia Administrativa interna es de 90 y la externa de 170, para que un router configurado con eigrp pueda intercambiar informaci\u00f3n entre sus routers vecinos es necesario que todos esos routers est\u00e9n configurados con el mismo id de proceso. Por la tanto, con este id de proceso se toma a un conjunto de routers como un sistema aut\u00f3nomo (AS) supuestamente, aunque no es la forma correcta de nombrarlo y s\u00f3lo ellos pueden intercambiar informaci\u00f3n de enrutamiento entre s\u00ed.<br><br>Su configuraci\u00f3n es de la siguiente manera:<\/p>\n\n\n\n<pre class=\"wp-block-code theme:plain-white height-set:true height:250 width-set:true width:700 toolbar:2 lang:sh decode:true has-small-font-size\"><code lang=\"bash\" class=\"language-bash\">Router(config)# router eigrp process-id\nRouter(config-router)# network a.a.a.a\nRouter(config-router)# network b.b.b.b\nRouter(config-router)# network c.c.c.c<\/code><\/pre>\n\n\n\n<p>Donde:<\/p>\n\n\n\n<ul><li><em>router eigrp<\/em>.-&nbsp;Command to access router configuration mode by assigning the EIGRP routing protocol.<\/li><li><em>process-id<\/em>.-&nbsp;Process ID must be configured in all routers that share routing information.<\/li><li><em>network.-<\/em>&nbsp;Comando utilizado por el router para habilitar los paquetes EIGRP.<\/li><li><em>a.a.a.a&nbsp;<\/em>.- red o host donde se activar\u00e1 EIGRP <\/li><\/ul>\n\n\n\n<p>Con los pasos anteriores tendremos a EIGRP funcionando, pero de manera predeterminada, al utilizar el comando network y una direcci\u00f3n de red con clase como 172.16.0.0, todas las interfaces del router que pertenecen a la direcci\u00f3n de red con clase estar\u00e1n habilitadas para EIGRP. Sin embargo, puede haber ocasiones en las que el administrador de red no desee incluir a todas las interfaces dentro de una red al habilitar EIGRP.<br><br>Use the wildcard-mask option with the network command to configure EIGRP to be enabled only on specific interfaces.&nbsp;&nbsp;All other parameters have the same function as in the configuration at the beginning.<br><br>\u00a0Su configuraci\u00f3n es de la siguiente manera:<\/p>\n\n\n\n<pre class=\"wp-block-code theme:plain-white height-set:true height:250 width-set:true width:700 toolbar:2 lang:sh decode:true has-small-font-size\"><code lang=\"bash\" class=\"language-bash\">Router(config)# router eigrp id-proceso\nRouter(config-router)# network a.a.a.a wildcard-mask\nRouter(config-router)# network b.b.b.b wildcard-mask\nRouter(config-router)# network c.c.c.c wildcard-mask<\/code><\/pre>\n\n\n\n<p class=\"western\">Donde:<\/p>\n\n\n\n<ul><li>wildcard-mask - Par\u00e1metro para especificar el rango de interfaces donde se habilitar\u00e1 EIGRP.<\/li><\/ul>\n\n\n\n<p>La m\u00e1scara wildcard determina qu\u00e9 bits del argumento de la direcci\u00f3n son arbitrarios. Un bit de m\u00e1scara wildcard establecido en 1 significa que el bit de direcci\u00f3n correspondiente puede ser cualquier cosa. Un bit de m\u00e1scara wildcard establecido en 0 significa que el bit de direcci\u00f3n correspondiente debe permanecer.<br><br>Por ejemplo, la red 10.2.2.9 0.0.0.0 significa que todos los bits de 10.2.2.9 importan y habilita EIGRP en una \u00fanica interfaz, una configurada con una direcci\u00f3n IP 10.2.2.9. Por otro lado, la red 10.2.2.9 0.0.0.255 significa que se ignora el \u00faltimo octeto de la direcci\u00f3n y habilita EIGRP en todas las interfaces configuradas con direcciones en el rango 10.2.2.1 - 10.2.2.254<\/p>\n\n\n\n<h4 class=\"western\"><strong><span style=\"color: #000000;\"><span style=\"font-family: 'Times New Roman', serif;\"><span style=\"font-size: medium;\">Como se obtiene un m\u00e1scara wildcard:<\/span><\/span><\/span><\/strong><\/h4>\n\n\n\n<p><span style=\"color: #000000;\"><span style=\"font-family: 'Times New Roman', serif;\"><span style=\"font-size: medium;\">Dada la subred 172.16.3.0\/25, imagine que la m\u00e1scara wildcard es lo inverso a una m\u00e1scara de subred o m\u00e1s bien lo restante de dicha m\u00e1scara, ya que a la m\u00e1scara de subred por default 255.255.255.255 le restaremos la m\u00e1scara de subred de la red que queremos publicar, en este caso:<\/span><\/span><\/span><\/p>\n\n\n\n<p><span style=\"color: #000000;\">&nbsp;<\/span><strong><span style=\"color: #0000ff;\"><span style=\"font-family: 'Times New Roman', serif;\">RESTAMOS<\/span><\/span><\/strong><\/p>\n\n\n\n<pre class=\"wp-block-preformatted has-small-font-size\"><span style=\"color: #000000;\"><span style=\"font-family: 'Times New Roman', serif;\"><span style=\"font-size: medium;\">255.255.255.255----------&gt; Default Mask<\/span><\/span><\/span>\n<span style=\"color: #000000;\"><span style=\"font-family: 'Times New Roman', serif;\"><span style=\"font-size: medium;\"><u>255.255.255.128<\/u>----------&gt; Subnet Mask 172.16.3.0<\/span><\/span><\/span>\n<strong><span style=\"color: #ffffff;\"><span style=\"font-family: 'Times New Roman', serif;\"><span style=\"font-size: medium;\">00<\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: 'Times New Roman', serif;\"><span style=\"font-size: medium;\">0.&nbsp;&nbsp;&nbsp; 0.&nbsp;&nbsp; 0. 127----------&gt; Wildcard Mask<\/span><\/span><\/span><\/strong><\/pre>\n\n\n\n<p><span style=\"color: #000000;\"><span style=\"font-family: 'Times New Roman', serif;\"><span style=\"font-size: medium;\">Otro ejemplo: Encontrar la m\u00e1scara wildcard de 10.1.0.0\/16<\/span><\/span><\/span><\/p>\n\n\n\n<p><strong><span style=\"color: #0000ff;\"><span style=\"font-family: 'Times New Roman', serif;\"><span style=\"font-size: medium;\">RESTAMOS<\/span><\/span><\/span><\/strong><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><span style=\"color: #000000;\"><span style=\"font-family: 'Times New Roman', serif;\"><span style=\"font-size: medium;\">255.255.255.255----------&gt; <span style=\"color: #000000;\"><span style=\"font-family: 'Times New Roman', serif;\"><span style=\"font-size: medium;\">Default Mask<\/span><\/span><\/span><\/span><\/span><\/span>\n<span style=\"color: #000000;\"><span style=\"font-family: 'Times New Roman', serif;\"><span style=\"font-size: medium;\"><u>255.255. &nbsp; &nbsp;0.&nbsp;&nbsp;&nbsp; 0<\/u>----------&gt; <span style=\"color: #000000;\"><span style=\"font-family: 'Times New Roman', serif;\"><span style=\"font-size: medium;\">Subnet Mask<\/span><\/span><\/span> 10.1.0.0<\/span><\/span><\/span>\n<strong><span style=\"color: #ffffff;\"><span style=\"font-family: 'Times New Roman', serif;\"><span style=\"font-size: medium;\">00<\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: 'Times New Roman', serif;\"><span style=\"font-size: medium;\">0.&nbsp;&nbsp;&nbsp; 0.255.255----------&gt; <strong><span style=\"color: #000000;\"><span style=\"font-family: 'Times New Roman', serif;\"><span style=\"font-size: medium;\">Wildcard Mask<\/span><\/span><\/span><\/strong><\/span><\/span><\/span><\/strong><\/pre>\n\n\n\n<h4>Ejemplo<\/h4>\n\n\n\n<pre class=\"wp-block-code has-small-font-size\"><code lang=\"bash\" class=\"language-bash\">Router(config)# router eigrp 10\nRouter(config-router)# network 10.1.1.1 0.0.0.0 \nRouter(config-router)# network 10.99.99.0 0.0.0.255<\/code><\/pre>\n\n\n\n<p>EIGRP se habilitar\u00e1 en la interfaz donde est\u00e9 configurada la IP del host 10.1.1.1. Adem\u00e1s, las interfaces que tengan cualquier IP correspondiente a la subred 10.99.99.0\/24.<\/p>\n\n\n\n<p><strong>Verifications Commands<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code has-small-font-size\"><code lang=\"bash\" class=\"language-bash\">show ip eigrp interfaces [detail] \nshow ip protocols \nshow ip eigrp neighbors \nshow ip eigrp topology [subnet] \nshow ip route [eigrp]<\/code><\/pre>\n\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>Enhaced Interior Gateway Routing Protocol &#8211; EIGRP Its internal administrative distance is 90, and the external one is 170. So that a <\/p>","protected":false},"author":2,"featured_media":1392,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[233],"tags":[276,280,305,340,407],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.13 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>EIGRP Configuration - 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\/2022\/05\/04\/eigrp-configuration\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"EIGRP Configuration - JMCristobal\" \/>\n<meta property=\"og:description\" content=\"Enhaced Interior Gateway Routing Protocol &#8211; EIGRP Its internal administrative distance is 90, and the external one is 170. So that a\" \/>\n<meta property=\"og:url\" content=\"https:\/\/jmcristobal.com\/es\/2022\/05\/04\/eigrp-configuration\/\" \/>\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=\"2022-05-04T16:08:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-08-20T14:42:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/jmcristobal.com\/wp-content\/uploads\/2022\/01\/RS.png\" \/>\n\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t<meta property=\"og:image:height\" content=\"206\" \/>\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=\"3 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/jmcristobal.com\/2022\/05\/04\/eigrp-configuration\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/jmcristobal.com\/2022\/05\/04\/eigrp-configuration\/\"},\"author\":{\"name\":\"JMCristobal\",\"@id\":\"https:\/\/www.jmcristobal.com\/#\/schema\/person\/e7cca8371cd491cf444cc824f30ae118\"},\"headline\":\"EIGRP Configuration\",\"datePublished\":\"2022-05-04T16:08:00+00:00\",\"dateModified\":\"2022-08-20T14:42:50+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/jmcristobal.com\/2022\/05\/04\/eigrp-configuration\/\"},\"wordCount\":433,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.jmcristobal.com\/#organization\"},\"keywords\":[\"ccna\",\"cisco\",\"eigrp\",\"ios\",\"router\"],\"articleSection\":[\"Enterprise Infrastructure\"],\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/jmcristobal.com\/2022\/05\/04\/eigrp-configuration\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/jmcristobal.com\/2022\/05\/04\/eigrp-configuration\/\",\"url\":\"https:\/\/jmcristobal.com\/2022\/05\/04\/eigrp-configuration\/\",\"name\":\"EIGRP Configuration - JMCristobal\",\"isPartOf\":{\"@id\":\"https:\/\/www.jmcristobal.com\/#website\"},\"datePublished\":\"2022-05-04T16:08:00+00:00\",\"dateModified\":\"2022-08-20T14:42:50+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/jmcristobal.com\/2022\/05\/04\/eigrp-configuration\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/jmcristobal.com\/2022\/05\/04\/eigrp-configuration\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/jmcristobal.com\/2022\/05\/04\/eigrp-configuration\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.jmcristobal.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"EIGRP Configuration\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.jmcristobal.com\/#website\",\"url\":\"https:\/\/www.jmcristobal.com\/\",\"name\":\"JMCristobal\",\"description\":\"Networking and more\",\"publisher\":{\"@id\":\"https:\/\/www.jmcristobal.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.jmcristobal.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.jmcristobal.com\/#organization\",\"name\":\"JMCristobal\",\"url\":\"https:\/\/www.jmcristobal.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/www.jmcristobal.com\/#\/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:\/\/www.jmcristobal.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.youtube.com\/JMCristobalHomepage\",\"https:\/\/web.facebook.com\/JMCristobalHomepage\",\"https:\/\/twitter.com\/jmcristobalhome\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.jmcristobal.com\/#\/schema\/person\/e7cca8371cd491cf444cc824f30ae118\",\"name\":\"JMCristobal\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/www.jmcristobal.com\/#\/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:\/\/jmcristobal.com\/es\/author\/jmcristobal\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"EIGRP Configuration - 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\/2022\/05\/04\/eigrp-configuration\/","og_locale":"es_ES","og_type":"article","og_title":"EIGRP Configuration - JMCristobal","og_description":"Enhaced Interior Gateway Routing Protocol &#8211; EIGRP Its internal administrative distance is 90, and the external one is 170. So that a","og_url":"https:\/\/jmcristobal.com\/es\/2022\/05\/04\/eigrp-configuration\/","og_site_name":"JMCristobal","article_publisher":"https:\/\/web.facebook.com\/JMCristobalHomepage","article_published_time":"2022-05-04T16:08:00+00:00","article_modified_time":"2022-08-20T14:42:50+00:00","og_image":[{"width":350,"height":206,"url":"https:\/\/jmcristobal.com\/wp-content\/uploads\/2022\/01\/RS.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":"3 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/jmcristobal.com\/2022\/05\/04\/eigrp-configuration\/#article","isPartOf":{"@id":"https:\/\/jmcristobal.com\/2022\/05\/04\/eigrp-configuration\/"},"author":{"name":"JMCristobal","@id":"https:\/\/www.jmcristobal.com\/#\/schema\/person\/e7cca8371cd491cf444cc824f30ae118"},"headline":"EIGRP Configuration","datePublished":"2022-05-04T16:08:00+00:00","dateModified":"2022-08-20T14:42:50+00:00","mainEntityOfPage":{"@id":"https:\/\/jmcristobal.com\/2022\/05\/04\/eigrp-configuration\/"},"wordCount":433,"commentCount":0,"publisher":{"@id":"https:\/\/www.jmcristobal.com\/#organization"},"keywords":["ccna","cisco","eigrp","ios","router"],"articleSection":["Enterprise Infrastructure"],"inLanguage":"es","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/jmcristobal.com\/2022\/05\/04\/eigrp-configuration\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/jmcristobal.com\/2022\/05\/04\/eigrp-configuration\/","url":"https:\/\/jmcristobal.com\/2022\/05\/04\/eigrp-configuration\/","name":"EIGRP Configuration - JMCristobal","isPartOf":{"@id":"https:\/\/www.jmcristobal.com\/#website"},"datePublished":"2022-05-04T16:08:00+00:00","dateModified":"2022-08-20T14:42:50+00:00","breadcrumb":{"@id":"https:\/\/jmcristobal.com\/2022\/05\/04\/eigrp-configuration\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/jmcristobal.com\/2022\/05\/04\/eigrp-configuration\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/jmcristobal.com\/2022\/05\/04\/eigrp-configuration\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.jmcristobal.com\/"},{"@type":"ListItem","position":2,"name":"EIGRP Configuration"}]},{"@type":"WebSite","@id":"https:\/\/www.jmcristobal.com\/#website","url":"https:\/\/www.jmcristobal.com\/","name":"JMCristobal","description":"Networking and more","publisher":{"@id":"https:\/\/www.jmcristobal.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.jmcristobal.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/www.jmcristobal.com\/#organization","name":"JMCristobal","url":"https:\/\/www.jmcristobal.com\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.jmcristobal.com\/#\/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:\/\/www.jmcristobal.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.youtube.com\/JMCristobalHomepage","https:\/\/web.facebook.com\/JMCristobalHomepage","https:\/\/twitter.com\/jmcristobalhome"]},{"@type":"Person","@id":"https:\/\/www.jmcristobal.com\/#\/schema\/person\/e7cca8371cd491cf444cc824f30ae118","name":"JMCristobal","image":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.jmcristobal.com\/#\/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:\/\/jmcristobal.com\/es\/author\/jmcristobal\/"}]}},"jetpack_featured_media_url":"https:\/\/jmcristobal.com\/wp-content\/uploads\/2022\/01\/RS.png","_links":{"self":[{"href":"https:\/\/jmcristobal.com\/es\/wp-json\/wp\/v2\/posts\/46"}],"collection":[{"href":"https:\/\/jmcristobal.com\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jmcristobal.com\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jmcristobal.com\/es\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/jmcristobal.com\/es\/wp-json\/wp\/v2\/comments?post=46"}],"version-history":[{"count":11,"href":"https:\/\/jmcristobal.com\/es\/wp-json\/wp\/v2\/posts\/46\/revisions"}],"predecessor-version":[{"id":1885,"href":"https:\/\/jmcristobal.com\/es\/wp-json\/wp\/v2\/posts\/46\/revisions\/1885"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/jmcristobal.com\/es\/wp-json\/wp\/v2\/media\/1392"}],"wp:attachment":[{"href":"https:\/\/jmcristobal.com\/es\/wp-json\/wp\/v2\/media?parent=46"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jmcristobal.com\/es\/wp-json\/wp\/v2\/categories?post=46"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jmcristobal.com\/es\/wp-json\/wp\/v2\/tags?post=46"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}