{"id":884,"date":"2014-11-13T12:33:50","date_gmt":"2014-11-13T12:33:50","guid":{"rendered":"https:\/\/fir3netwp.gmsrrpobkbd.com\/2014\/11\/13\/configuring-etherchannel-on-an-asa-firewall\/"},"modified":"2021-08-01T00:25:34","modified_gmt":"2021-08-01T00:25:34","slug":"configuring-etherchannel-on-an-asa-firewall","status":"publish","type":"post","link":"https:\/\/www.fir3net.com\/Firewalls\/Cisco\/configuring-etherchannel-on-an-asa-firewall.html","title":{"rendered":"Configuring EtherChannel on an ASA Firewall"},"content":{"rendered":"

The ability to configure EtherChannels on ASA models 5510 and above was introduced within 8.4\/8.6. An Etherchannel provides a method of aggregating multiple Ethernet links into a single logical channel.
\n<\/span><\/p>\n

Within this article we will provide the steps required to create an Etherchannel link on the Cisco ASA along with providing the main troubleshooting\/show commands.<\/p>\n

Configuration<\/h2>\n

Below shows the configuration to create am EtherChannel that will act as a trunk with the VLAN 1000 enabled.<\/p>\n

interface GigabitEthernet0\/1\r\n\u00a0 speed 1000\r\n\u00a0 duplex full\r\n\u00a0 <\/strong>channel-group 1 mode active\r\n\u00a0 no nameif\r\n\u00a0 no security-level\r\n\u00a0 no ip address\r\n\r\ninterface GigabitEthernet0\/2\r\n\u00a0 speed 1000\r\n\u00a0 duplex full\r\n\u00a0 channel-group 1 mode active\r\n\u00a0 no nameif\r\n\u00a0 no security-level\r\n\u00a0 no ip address\r\n\r\ninterface Port-channel1.1000\r\n\u00a0 vlan 1000\r\n\u00a0 nameif INSIDE\r\n\u00a0 security-level 100\r\n\u00a0 ip address 172.16.1.1 255.255.255.0<\/pre>\n

HA<\/h2>\n

By default when you configure a port channel the\u00a0 port channel will remain up as long as there is one active member interface. Meaning that even if you are monitoring the port-channel if a single link goes down within the bundle it will not trigger a device-level failover.<\/p>\n

To ensure a device-level failover occurs in the event of a single member link failure the port-channel min-bundle<\/span> command is used. Below shows the necessary commands,<\/p>\n

monitor-interface port-channel 1.1000\r\n interface port-channel 1.1000   port-channel min-bundle 2<\/pre>\n

Note : the command monitor-interface only allows you to monitor interfaces that have been configured with nameif. i.e so you can only monitor the portchannel interface rather then each of the member links.<\/p>\n

Show Commands<\/h2>\n

Below shows 2 of the main show commands,<\/p>\n

asa\/pri\/act# sh interface port-channel 1<\/strong>\r\nInterface Port-channel1 \"\", is up, line protocol is up\r\n\u00a0 Hardware is EtherChannel\/LACP, BW 2000 Mbps, DLY 10 usec\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Full-Duplex(Full-duplex), 1000 Mbps(1000 Mbps)\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Input flow control is unsupported, output flow control is off\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Available but not configured via nameif\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 MAC address 1c6a.7ac1.3db9, MTU not set\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 IP address unassigned\r\n\u00a0 Members in this channel:\r\n\u00a0\u00a0\u00a0\u00a0\u00a0 Active:\u00a0\u00a0 Gi0\/1 Gi0\/2\r\n \r\nasa\/pri\/act# sh port-channel 1<\/strong>\r\nPorts: 2\u00a0\u00a0 Maxports = 16\r\nPort-channels: 2 Max Port-channels = 48\r\nProtocol: LACP\/ active\r\nMinimum Links: 1\r\nMaximum Bundle: 8\r\nLoad balance: src-dst-ip<\/pre>\n","protected":false},"excerpt":{"rendered":"

The ability to configure EtherChannels on ASA models 5510 and above was introduced within 8.4\/8.6. An Etherchannel provides a method of aggregating multiple Ethernet links into a single logical channel. Within this article we will provide the steps required to create an Etherchannel link on the Cisco ASA along with providing the main troubleshooting\/show commands. … Read more<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11],"tags":[],"yoast_head":"\nConfiguring EtherChannel on an ASA Firewall - Fir3net<\/title>\n<meta name=\"description\" content=\"The ability to configure EtherChannels on ASA models 5510 and above was introduced within 8.4\/8.6. An Etherchannel provides a method of aggregating\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.fir3net.com\/Firewalls\/Cisco\/configuring-etherchannel-on-an-asa-firewall.html\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Configuring EtherChannel on an ASA Firewall - Fir3net\" \/>\n<meta property=\"og:description\" content=\"The ability to configure EtherChannels on ASA models 5510 and above was introduced within 8.4\/8.6. An Etherchannel provides a method of aggregating\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.fir3net.com\/Firewalls\/Cisco\/configuring-etherchannel-on-an-asa-firewall.html\" \/>\n<meta property=\"og:site_name\" content=\"Fir3net\" \/>\n<meta property=\"article:published_time\" content=\"2014-11-13T12:33:50+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-08-01T00:25:34+00:00\" \/>\n<meta name=\"author\" content=\"Rick Donato\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Rick Donato\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.fir3net.com\/Firewalls\/Cisco\/configuring-etherchannel-on-an-asa-firewall.html#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.fir3net.com\/Firewalls\/Cisco\/configuring-etherchannel-on-an-asa-firewall.html\"},\"author\":{\"name\":\"Rick Donato\",\"@id\":\"https:\/\/www.fir3net.com\/#\/schema\/person\/ab35009601b7687ee1c5310be6038037\"},\"headline\":\"Configuring EtherChannel on an ASA Firewall\",\"datePublished\":\"2014-11-13T12:33:50+00:00\",\"dateModified\":\"2021-08-01T00:25:34+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.fir3net.com\/Firewalls\/Cisco\/configuring-etherchannel-on-an-asa-firewall.html\"},\"wordCount\":196,\"publisher\":{\"@id\":\"https:\/\/www.fir3net.com\/#organization\"},\"articleSection\":[\"Cisco Firewalls\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.fir3net.com\/Firewalls\/Cisco\/configuring-etherchannel-on-an-asa-firewall.html\",\"url\":\"https:\/\/www.fir3net.com\/Firewalls\/Cisco\/configuring-etherchannel-on-an-asa-firewall.html\",\"name\":\"Configuring EtherChannel on an ASA Firewall - Fir3net\",\"isPartOf\":{\"@id\":\"https:\/\/www.fir3net.com\/#website\"},\"datePublished\":\"2014-11-13T12:33:50+00:00\",\"dateModified\":\"2021-08-01T00:25:34+00:00\",\"description\":\"The ability to configure EtherChannels on ASA models 5510 and above was introduced within 8.4\/8.6. An Etherchannel provides a method of aggregating\",\"breadcrumb\":{\"@id\":\"https:\/\/www.fir3net.com\/Firewalls\/Cisco\/configuring-etherchannel-on-an-asa-firewall.html#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.fir3net.com\/Firewalls\/Cisco\/configuring-etherchannel-on-an-asa-firewall.html\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.fir3net.com\/Firewalls\/Cisco\/configuring-etherchannel-on-an-asa-firewall.html#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.fir3net.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Security\",\"item\":\"https:\/\/www.fir3net.com\/security\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Firewalls\",\"item\":\"https:\/\/www.fir3net.com\/security\/firewalls\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Cisco Firewalls\",\"item\":\"https:\/\/www.fir3net.com\/security\/firewalls\/cisco\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Configuring EtherChannel on an ASA Firewall\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.fir3net.com\/#website\",\"url\":\"https:\/\/www.fir3net.com\/\",\"name\":\"Fir3net\",\"description\":\"Keeping you in the know\",\"publisher\":{\"@id\":\"https:\/\/www.fir3net.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.fir3net.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.fir3net.com\/#organization\",\"name\":\"Fir3net\",\"url\":\"https:\/\/www.fir3net.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.fir3net.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.fir3net.com\/wp-content\/uploads\/Fir3net-Background-Logo-compressed.png\",\"contentUrl\":\"https:\/\/www.fir3net.com\/wp-content\/uploads\/Fir3net-Background-Logo-compressed.png\",\"width\":390,\"height\":88,\"caption\":\"Fir3net\"},\"image\":{\"@id\":\"https:\/\/www.fir3net.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.fir3net.com\/#\/schema\/person\/ab35009601b7687ee1c5310be6038037\",\"name\":\"Rick Donato\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.fir3net.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/d75d69a54c0ca3b32c24c3a9703b623c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/d75d69a54c0ca3b32c24c3a9703b623c?s=96&d=mm&r=g\",\"caption\":\"Rick Donato\"},\"description\":\"Rick Donato is a Network Automation Architect\/Evangelist and the founder of Packet Coders.\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Configuring EtherChannel on an ASA Firewall - Fir3net","description":"The ability to configure EtherChannels on ASA models 5510 and above was introduced within 8.4\/8.6. An Etherchannel provides a method of aggregating","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:\/\/www.fir3net.com\/Firewalls\/Cisco\/configuring-etherchannel-on-an-asa-firewall.html","og_locale":"en_US","og_type":"article","og_title":"Configuring EtherChannel on an ASA Firewall - Fir3net","og_description":"The ability to configure EtherChannels on ASA models 5510 and above was introduced within 8.4\/8.6. An Etherchannel provides a method of aggregating","og_url":"https:\/\/www.fir3net.com\/Firewalls\/Cisco\/configuring-etherchannel-on-an-asa-firewall.html","og_site_name":"Fir3net","article_published_time":"2014-11-13T12:33:50+00:00","article_modified_time":"2021-08-01T00:25:34+00:00","author":"Rick Donato","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Rick Donato","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.fir3net.com\/Firewalls\/Cisco\/configuring-etherchannel-on-an-asa-firewall.html#article","isPartOf":{"@id":"https:\/\/www.fir3net.com\/Firewalls\/Cisco\/configuring-etherchannel-on-an-asa-firewall.html"},"author":{"name":"Rick Donato","@id":"https:\/\/www.fir3net.com\/#\/schema\/person\/ab35009601b7687ee1c5310be6038037"},"headline":"Configuring EtherChannel on an ASA Firewall","datePublished":"2014-11-13T12:33:50+00:00","dateModified":"2021-08-01T00:25:34+00:00","mainEntityOfPage":{"@id":"https:\/\/www.fir3net.com\/Firewalls\/Cisco\/configuring-etherchannel-on-an-asa-firewall.html"},"wordCount":196,"publisher":{"@id":"https:\/\/www.fir3net.com\/#organization"},"articleSection":["Cisco Firewalls"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.fir3net.com\/Firewalls\/Cisco\/configuring-etherchannel-on-an-asa-firewall.html","url":"https:\/\/www.fir3net.com\/Firewalls\/Cisco\/configuring-etherchannel-on-an-asa-firewall.html","name":"Configuring EtherChannel on an ASA Firewall - Fir3net","isPartOf":{"@id":"https:\/\/www.fir3net.com\/#website"},"datePublished":"2014-11-13T12:33:50+00:00","dateModified":"2021-08-01T00:25:34+00:00","description":"The ability to configure EtherChannels on ASA models 5510 and above was introduced within 8.4\/8.6. An Etherchannel provides a method of aggregating","breadcrumb":{"@id":"https:\/\/www.fir3net.com\/Firewalls\/Cisco\/configuring-etherchannel-on-an-asa-firewall.html#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.fir3net.com\/Firewalls\/Cisco\/configuring-etherchannel-on-an-asa-firewall.html"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.fir3net.com\/Firewalls\/Cisco\/configuring-etherchannel-on-an-asa-firewall.html#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.fir3net.com\/"},{"@type":"ListItem","position":2,"name":"Security","item":"https:\/\/www.fir3net.com\/security"},{"@type":"ListItem","position":3,"name":"Firewalls","item":"https:\/\/www.fir3net.com\/security\/firewalls"},{"@type":"ListItem","position":4,"name":"Cisco Firewalls","item":"https:\/\/www.fir3net.com\/security\/firewalls\/cisco"},{"@type":"ListItem","position":5,"name":"Configuring EtherChannel on an ASA Firewall"}]},{"@type":"WebSite","@id":"https:\/\/www.fir3net.com\/#website","url":"https:\/\/www.fir3net.com\/","name":"Fir3net","description":"Keeping you in the know","publisher":{"@id":"https:\/\/www.fir3net.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.fir3net.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.fir3net.com\/#organization","name":"Fir3net","url":"https:\/\/www.fir3net.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.fir3net.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.fir3net.com\/wp-content\/uploads\/Fir3net-Background-Logo-compressed.png","contentUrl":"https:\/\/www.fir3net.com\/wp-content\/uploads\/Fir3net-Background-Logo-compressed.png","width":390,"height":88,"caption":"Fir3net"},"image":{"@id":"https:\/\/www.fir3net.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.fir3net.com\/#\/schema\/person\/ab35009601b7687ee1c5310be6038037","name":"Rick Donato","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.fir3net.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/d75d69a54c0ca3b32c24c3a9703b623c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d75d69a54c0ca3b32c24c3a9703b623c?s=96&d=mm&r=g","caption":"Rick Donato"},"description":"Rick Donato is a Network Automation Architect\/Evangelist and the founder of Packet Coders."}]}},"_links":{"self":[{"href":"https:\/\/www.fir3net.com\/wp-json\/wp\/v2\/posts\/884"}],"collection":[{"href":"https:\/\/www.fir3net.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.fir3net.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.fir3net.com\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.fir3net.com\/wp-json\/wp\/v2\/comments?post=884"}],"version-history":[{"count":0,"href":"https:\/\/www.fir3net.com\/wp-json\/wp\/v2\/posts\/884\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.fir3net.com\/wp-json\/wp\/v2\/media?parent=884"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.fir3net.com\/wp-json\/wp\/v2\/categories?post=884"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.fir3net.com\/wp-json\/wp\/v2\/tags?post=884"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}