{"id":1656,"date":"2022-03-09T17:00:00","date_gmt":"2022-03-10T01:00:00","guid":{"rendered":"https:\/\/jmcristobal.com\/?p=1656"},"modified":"2022-03-09T17:39:10","modified_gmt":"2022-03-10T01:39:10","slug":"switchport-analyzer-span-and-rspan","status":"publish","type":"post","link":"http:\/\/ec2-52-7-70-250.compute-1.amazonaws.com\/es\/2022\/03\/09\/switchport-analyzer-span-and-rspan\/","title":{"rendered":"Switched Port Analyzer (SPAN and RSPAN)"},"content":{"rendered":"<p>SPAN (Switched Port Analyzer) es un feature que permite copiar el tr\u00e1fico desde un puerto origen o vlan del switch a un puerto destino.<\/p>\n\n\n\n<p>En este art\u00edculo hablaremos de:<\/p>\n\n\n\n<ul><li>SPAN Local: tanto la fuente SPAN como el destino se encuentran en el switch local. La fuente es uno o m\u00e1s puertos de switch.<br><\/li><li>SPAN Remoto: la fuente y el destino de SPAN se encuentran en diferentes switches. El tr\u00e1fico duplicado se copia sobre una VLAN de prop\u00f3sito especial en los switches a trav\u00e9s de troncales desde el origen hasta el destino.<\/li><\/ul>\n\n\n\n<h5><strong>Configuraci\u00f3n SPAN.<\/strong><\/h5>\n\n\n\n<p>Definir puerto o vlan origen:<\/p>\n\n\n\n<p class=\"has-background has-small-font-size\" style=\"background-color:#efefef\"><kbd>Switch(config)#&nbsp;<strong>monitor session&nbsp;<\/strong>session-number&nbsp;<strong>source<\/strong>&nbsp;{&nbsp;<strong>interface<\/strong>&nbsp;type member\/mod\/num |&nbsp;<strong>vlan<\/strong>&nbsp;vlan-id}[&nbsp;<strong>rx<\/strong>&nbsp;|&nbsp;<strong>tx&nbsp;<\/strong>|<strong> both<\/strong>]<\/kbd><\/p>\n\n\n\n<p>Definir solo un destino para cada sesi\u00f3n:<\/p>\n\n\n\n<p class=\"has-background has-small-font-size\" style=\"background-color:#efefef\"><kbd>Switch(config)#&nbsp;<strong>monitor session<\/strong>&nbsp;session-number&nbsp;<strong>destination interface<\/strong>&nbsp;type member\/mod\/num <\/kbd>[&nbsp;<kbd><strong>encapsulation replicate<\/strong>]&nbsp;<\/kbd><\/p>\n\n\n\n<p>El n\u00famero de sesi\u00f3n debe ser el mismo para el origen y el destino.<\/p>\n\n\n\n<h6><strong>Ejemplo<\/strong>:<\/h6>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" width=\"625\" height=\"374\" src=\"http:\/\/jmcristobal.com\/wp-content\/uploads\/2022\/04\/SPAN01.png\" alt=\"\" class=\"wp-image-1658\" srcset=\"https:\/\/ec2-52-7-70-250.compute-1.amazonaws.com\/wp-content\/uploads\/2022\/04\/SPAN01.png 625w, https:\/\/ec2-52-7-70-250.compute-1.amazonaws.com\/wp-content\/uploads\/2022\/04\/SPAN01-300x180.png 300w, https:\/\/ec2-52-7-70-250.compute-1.amazonaws.com\/wp-content\/uploads\/2022\/04\/SPAN01-18x12.png 18w\" sizes=\"(max-width: 625px) 100vw, 625px\" \/><figcaption>SPAN<\/figcaption><\/figure>\n\n\n\n<p>De acuerdo a la imagen de arriba, configuremos una sesi\u00f3n SPAN para hacer una copia de todo el tr\u00e1fico del puerto g0\/1 hacia el puerto g0\/15 donde se encuentra el analyzer:<\/p>\n\n\n\n<p class=\"has-background has-small-font-size\" style=\"background-color:#efefef\"><kbd>Switch(config)# monitor session 1 source interface g0\/1 both<br>Switch(config)# monitor session 1 destination interface g0\/15<\/kbd><\/p>\n\n\n\n<p>both significa que se va a enviar el trafico entrante y saliente de la interfaz origen (both es por default), se puede utilizar rx o tx para solo enviar el tr\u00e1fico en un sentido.<\/p>\n\n\n\n<h5><strong>Configuraci\u00f3n RSPAN.<\/strong><\/h5>\n\n\n\n<p>Definir una vlan para transportar el tr\u00e1fico SPAN entre los switches:<\/p>\n\n\n\n<p class=\"has-background has-small-font-size\" style=\"background-color:#efefef\"><kbd>Switch(config)# <strong>vlan<\/strong> <em>vlan-id<\/em><br>Switch(config-vlan)# <strong>remote-span<\/strong><\/kbd><\/p>\n\n\n\n<p>En el switch donde esta conectado la fuente identificar el puerto RSPAN origen y destino con los siguientes comandos:<\/p>\n\n\n\n<p class=\"has-background has-small-font-size\" style=\"background-color:#efefef\"><kbd>Switch(config)#<strong>&nbsp;monitor session<\/strong>&nbsp;session-number<strong>&nbsp;source<\/strong>&nbsp;{<strong>interface<\/strong>&nbsp;type member\/mod\/num |&nbsp;<strong>vlan<\/strong>&nbsp;vlan-id} [<strong>rx<\/strong>|<strong>tx<\/strong>|<strong>both<\/strong>]&nbsp;<br>Switch(config)#&nbsp;<strong>monitor session<\/strong>&nbsp;session-number&nbsp;<strong>destination remote vlan<\/strong>&nbsp;rspan-vlan-id<\/kbd><\/p>\n\n\n\n<p>En el switch de destino, debe volver a identificar el origen y el destino de RSPAN utilizando los siguientes comandos de configuraci\u00f3n global:<\/p>\n\n\n\n<p class=\"has-background has-small-font-size\" style=\"background-color:#efefef\"><kbd>Switch(config)#&nbsp;<strong>monitor session<\/strong>&nbsp;session-number&nbsp;<strong>source remote vlan&nbsp;<\/strong>rspan-vlan-id&nbsp;<br>Switch(config)#&nbsp;<strong>monitor session<\/strong>&nbsp;session-number&nbsp;<strong>destination interface<\/strong>&nbsp;type member\/mod\/num [&nbsp;<strong>encapsulation replicate<\/strong>]<\/kbd><\/p>\n\n\n\n<p>Aqu\u00ed los roles est\u00e1n invertidos. Los paquetes RSPAN se extraen de la VLAN de RSPAN y se colocan en el destino, que es una interfaz de conmutaci\u00f3n f\u00edsica o una VLAN de Capa 2.<\/p>\n\n\n\n<h6><strong>Ejemplo<\/strong>:<\/h6>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" width=\"676\" height=\"543\" src=\"http:\/\/jmcristobal.com\/wp-content\/uploads\/2022\/04\/RSPAN01.png\" alt=\"\" class=\"wp-image-1659\" srcset=\"https:\/\/ec2-52-7-70-250.compute-1.amazonaws.com\/wp-content\/uploads\/2022\/04\/RSPAN01.png 676w, https:\/\/ec2-52-7-70-250.compute-1.amazonaws.com\/wp-content\/uploads\/2022\/04\/RSPAN01-300x241.png 300w, https:\/\/ec2-52-7-70-250.compute-1.amazonaws.com\/wp-content\/uploads\/2022\/04\/RSPAN01-15x12.png 15w\" sizes=\"(max-width: 676px) 100vw, 676px\" \/><figcaption>RSPAN<\/figcaption><\/figure>\n\n\n\n<p>De acuerdo al diagrama la fuente SPAN es el puerto g0\/1  del switch1 y el objetivo es hacerlo llegar al analyzer que se encuentra en el puerto g0\/9 del switch 3 a trav\u00e9s de la vlan 33.<\/p>\n\n\n\n<p class=\"has-background has-small-font-size\" style=\"background-color:#efefef\"><kbd><span class=\"has-inline-color has-vivid-cyan-blue-color\"><span><b>!Configuraci\u00f3n del Switch1<\/b><\/span><br><strong>!Crear vlan RSPAN, definir sesiones RSPAN y propagar la vlan 33 por el puerto troncal g0\/15<\/strong><\/span><br>Switch1(config)# vlan 33<br>Switch1(config-vlan)# remote-span<br>Switch1(config)# monitor session 1 source interface g0\/1 both<br>Switch1(config)# monitor session 1 destination remote remote vlan 33<\/kbd><br><br><kbd><span class=\"has-inline-color has-vivid-cyan-blue-color\"><strong>!Configuraci\u00f3n del Switch2<\/strong><br><strong>!Crear la vlan 33 y permitirla en los enlaces troncales del hacia el Switch 1 y 2<\/strong><\/span><br>Switch2(config)# vlan 33<br>Switch2(config-vlan)# remote-span<\/kbd><br><br><kbd><strong><span class=\"has-inline-color has-vivid-cyan-blue-color\">!Configuraci\u00f3n del Switch3<br>Crear la vlan 33, permitirla en los enlaces troncales hacia el Switch 2 y configurar las sesi\u00f3n RSPAN hacia el puerto g0\/9<\/span><\/strong><br>Switch3(config-vlan)# vlan 33<br>Switch3(config)# remote-span<br>Switch3(config)# monitor session 1 source remote vlan 33<br>Switch3(config)# monitor session 1 interface g0\/9<\/kbd><\/p>\n\n\n\n<h5><strong>Comandos de verificaci\u00f3n<\/strong><\/h5>\n\n\n\n<p class=\"has-background has-small-font-size\" style=\"background-color:#efefef\"><kbd>Switch# show monitor<br>Switch# show run | i monitor<\/kbd><\/p>\n\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>SPAN (Switched Port Analyzer) es un feature que permite copiar el tr\u00e1fico desde un puerto origen o vlan del switch a un puerto destino. <\/p>","protected":false},"author":2,"featured_media":1659,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[233],"tags":[570,569,568,427,428],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.13 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Switched Port Analyzer (SPAN and RSPAN) - 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:\/\/52.7.70.250\/2022\/03\/09\/switchport-analyzer-span-and-rspan\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Switched Port Analyzer (SPAN and RSPAN) - JMCristobal\" \/>\n<meta property=\"og:description\" content=\"SPAN (Switched Port Analyzer) is a feature that allows copying traffic from a source port or switch vlan to a destination port.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/52.7.70.250\/2022\/03\/09\/switchport-analyzer-span-and-rspan\/\" \/>\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-03-10T01:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-03-10T01:39:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/52.7.70.250\/wp-content\/uploads\/2022\/04\/RSPAN01.png\" \/>\n\t<meta property=\"og:image:width\" content=\"676\" \/>\n\t<meta property=\"og:image:height\" content=\"543\" \/>\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:\/\/52.7.70.250\/2022\/03\/09\/switchport-analyzer-span-and-rspan\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/52.7.70.250\/2022\/03\/09\/switchport-analyzer-span-and-rspan\/\"},\"author\":{\"name\":\"JMCristobal\",\"@id\":\"https:\/\/52.7.70.250\/#\/schema\/person\/e7cca8371cd491cf444cc824f30ae118\"},\"headline\":\"Switched Port Analyzer (SPAN and RSPAN)\",\"datePublished\":\"2022-03-10T01:00:00+00:00\",\"dateModified\":\"2022-03-10T01:39:10+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/52.7.70.250\/2022\/03\/09\/switchport-analyzer-span-and-rspan\/\"},\"wordCount\":518,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/52.7.70.250\/#organization\"},\"keywords\":[\"analyzer\",\"rspan\",\"span\",\"switch\",\"switchport\"],\"articleSection\":[\"Enterprise Infrastructure\"],\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/52.7.70.250\/2022\/03\/09\/switchport-analyzer-span-and-rspan\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/52.7.70.250\/2022\/03\/09\/switchport-analyzer-span-and-rspan\/\",\"url\":\"https:\/\/52.7.70.250\/2022\/03\/09\/switchport-analyzer-span-and-rspan\/\",\"name\":\"Switched Port Analyzer (SPAN and RSPAN) - JMCristobal\",\"isPartOf\":{\"@id\":\"https:\/\/52.7.70.250\/#website\"},\"datePublished\":\"2022-03-10T01:00:00+00:00\",\"dateModified\":\"2022-03-10T01:39:10+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/52.7.70.250\/2022\/03\/09\/switchport-analyzer-span-and-rspan\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/52.7.70.250\/2022\/03\/09\/switchport-analyzer-span-and-rspan\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/52.7.70.250\/2022\/03\/09\/switchport-analyzer-span-and-rspan\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/52.7.70.250\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Switched Port Analyzer (SPAN and RSPAN)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/52.7.70.250\/#website\",\"url\":\"https:\/\/52.7.70.250\/\",\"name\":\"JMCristobal\",\"description\":\"Networking and more\",\"publisher\":{\"@id\":\"https:\/\/52.7.70.250\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/52.7.70.250\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/52.7.70.250\/#organization\",\"name\":\"JMCristobal\",\"url\":\"https:\/\/52.7.70.250\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/52.7.70.250\/#\/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:\/\/52.7.70.250\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.youtube.com\/JMCristobalHomepage\",\"https:\/\/web.facebook.com\/JMCristobalHomepage\",\"https:\/\/twitter.com\/jmcristobalhome\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/52.7.70.250\/#\/schema\/person\/e7cca8371cd491cf444cc824f30ae118\",\"name\":\"JMCristobal\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/52.7.70.250\/#\/schema\/person\/image\/\",\"url\":\"http:\/\/2.gravatar.com\/avatar\/b549739a2a57394801aef27a76efdb3d?s=96&d=mm&r=g\",\"contentUrl\":\"http:\/\/2.gravatar.com\/avatar\/b549739a2a57394801aef27a76efdb3d?s=96&d=mm&r=g\",\"caption\":\"JMCristobal\"},\"url\":\"http:\/\/ec2-52-7-70-250.compute-1.amazonaws.com\/es\/author\/jmcristobal\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Switched Port Analyzer (SPAN and RSPAN) - 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:\/\/52.7.70.250\/2022\/03\/09\/switchport-analyzer-span-and-rspan\/","og_locale":"es_ES","og_type":"article","og_title":"Switched Port Analyzer (SPAN and RSPAN) - JMCristobal","og_description":"SPAN (Switched Port Analyzer) is a feature that allows copying traffic from a source port or switch vlan to a destination port.","og_url":"https:\/\/52.7.70.250\/2022\/03\/09\/switchport-analyzer-span-and-rspan\/","og_site_name":"JMCristobal","article_publisher":"https:\/\/web.facebook.com\/JMCristobalHomepage","article_published_time":"2022-03-10T01:00:00+00:00","article_modified_time":"2022-03-10T01:39:10+00:00","og_image":[{"width":676,"height":543,"url":"https:\/\/52.7.70.250\/wp-content\/uploads\/2022\/04\/RSPAN01.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:\/\/52.7.70.250\/2022\/03\/09\/switchport-analyzer-span-and-rspan\/#article","isPartOf":{"@id":"https:\/\/52.7.70.250\/2022\/03\/09\/switchport-analyzer-span-and-rspan\/"},"author":{"name":"JMCristobal","@id":"https:\/\/52.7.70.250\/#\/schema\/person\/e7cca8371cd491cf444cc824f30ae118"},"headline":"Switched Port Analyzer (SPAN and RSPAN)","datePublished":"2022-03-10T01:00:00+00:00","dateModified":"2022-03-10T01:39:10+00:00","mainEntityOfPage":{"@id":"https:\/\/52.7.70.250\/2022\/03\/09\/switchport-analyzer-span-and-rspan\/"},"wordCount":518,"commentCount":0,"publisher":{"@id":"https:\/\/52.7.70.250\/#organization"},"keywords":["analyzer","rspan","span","switch","switchport"],"articleSection":["Enterprise Infrastructure"],"inLanguage":"es","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/52.7.70.250\/2022\/03\/09\/switchport-analyzer-span-and-rspan\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/52.7.70.250\/2022\/03\/09\/switchport-analyzer-span-and-rspan\/","url":"https:\/\/52.7.70.250\/2022\/03\/09\/switchport-analyzer-span-and-rspan\/","name":"Switched Port Analyzer (SPAN and RSPAN) - JMCristobal","isPartOf":{"@id":"https:\/\/52.7.70.250\/#website"},"datePublished":"2022-03-10T01:00:00+00:00","dateModified":"2022-03-10T01:39:10+00:00","breadcrumb":{"@id":"https:\/\/52.7.70.250\/2022\/03\/09\/switchport-analyzer-span-and-rspan\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/52.7.70.250\/2022\/03\/09\/switchport-analyzer-span-and-rspan\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/52.7.70.250\/2022\/03\/09\/switchport-analyzer-span-and-rspan\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/52.7.70.250\/"},{"@type":"ListItem","position":2,"name":"Switched Port Analyzer (SPAN and RSPAN)"}]},{"@type":"WebSite","@id":"https:\/\/52.7.70.250\/#website","url":"https:\/\/52.7.70.250\/","name":"JMCristobal","description":"Networking and more","publisher":{"@id":"https:\/\/52.7.70.250\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/52.7.70.250\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/52.7.70.250\/#organization","name":"JMCristobal","url":"https:\/\/52.7.70.250\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/52.7.70.250\/#\/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:\/\/52.7.70.250\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.youtube.com\/JMCristobalHomepage","https:\/\/web.facebook.com\/JMCristobalHomepage","https:\/\/twitter.com\/jmcristobalhome"]},{"@type":"Person","@id":"https:\/\/52.7.70.250\/#\/schema\/person\/e7cca8371cd491cf444cc824f30ae118","name":"JMCristobal","image":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/52.7.70.250\/#\/schema\/person\/image\/","url":"http:\/\/2.gravatar.com\/avatar\/b549739a2a57394801aef27a76efdb3d?s=96&d=mm&r=g","contentUrl":"http:\/\/2.gravatar.com\/avatar\/b549739a2a57394801aef27a76efdb3d?s=96&d=mm&r=g","caption":"JMCristobal"},"url":"http:\/\/ec2-52-7-70-250.compute-1.amazonaws.com\/es\/author\/jmcristobal\/"}]}},"jetpack_featured_media_url":"https:\/\/ec2-52-7-70-250.compute-1.amazonaws.com\/wp-content\/uploads\/2022\/04\/RSPAN01.png","_links":{"self":[{"href":"http:\/\/ec2-52-7-70-250.compute-1.amazonaws.com\/es\/wp-json\/wp\/v2\/posts\/1656"}],"collection":[{"href":"http:\/\/ec2-52-7-70-250.compute-1.amazonaws.com\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/ec2-52-7-70-250.compute-1.amazonaws.com\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/ec2-52-7-70-250.compute-1.amazonaws.com\/es\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/ec2-52-7-70-250.compute-1.amazonaws.com\/es\/wp-json\/wp\/v2\/comments?post=1656"}],"version-history":[{"count":8,"href":"http:\/\/ec2-52-7-70-250.compute-1.amazonaws.com\/es\/wp-json\/wp\/v2\/posts\/1656\/revisions"}],"predecessor-version":[{"id":1689,"href":"http:\/\/ec2-52-7-70-250.compute-1.amazonaws.com\/es\/wp-json\/wp\/v2\/posts\/1656\/revisions\/1689"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/ec2-52-7-70-250.compute-1.amazonaws.com\/es\/wp-json\/wp\/v2\/media\/1659"}],"wp:attachment":[{"href":"http:\/\/ec2-52-7-70-250.compute-1.amazonaws.com\/es\/wp-json\/wp\/v2\/media?parent=1656"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/ec2-52-7-70-250.compute-1.amazonaws.com\/es\/wp-json\/wp\/v2\/categories?post=1656"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/ec2-52-7-70-250.compute-1.amazonaws.com\/es\/wp-json\/wp\/v2\/tags?post=1656"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}