{"id":75,"date":"2024-03-07T18:00:00","date_gmt":"2024-03-07T18:00:00","guid":{"rendered":"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/?p=75"},"modified":"2024-03-07T19:11:12","modified_gmt":"2024-03-07T19:11:12","slug":"adding-link-aggregation-in-opnsense","status":"publish","type":"post","link":"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/adding-link-aggregation-in-opnsense\/","title":{"rendered":"Adding Link Aggregation in OPNsense"},"content":{"rendered":"<div class=\"wp-block-image\">\n<figure class=\"alignleft size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"777\" src=\"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/wp-content\/uploads\/2024\/03\/screencap08_lagg-1024x777.png\" alt=\"\" class=\"wp-image-76\" style=\"width:389px;height:auto\" srcset=\"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/wp-content\/uploads\/2024\/03\/screencap08_lagg-1024x777.png 1024w, https:\/\/pfsensesetup.com\/opnsenseinstall.com\/wp-content\/uploads\/2024\/03\/screencap08_lagg-300x228.png 300w, https:\/\/pfsensesetup.com\/opnsenseinstall.com\/wp-content\/uploads\/2024\/03\/screencap08_lagg-768x583.png 768w, https:\/\/pfsensesetup.com\/opnsenseinstall.com\/wp-content\/uploads\/2024\/03\/screencap08_lagg.png 1290w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">Link aggregation (usually abbreviated as LAG) allows us to combine multiple ports in parallel, which accomplishes two goals:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"\">It increases the amount of throughput; for example, if you have two trunk ports per switch, you will have more throughput than you would with a single port.<\/li>\n\n\n\n<li class=\"\">It provides some redundancy in case one or more ports go down<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The LAGGS option does not refer to an interface. Rather, it refers to LAGG the FreeBSD link aggregation and link failover driver. Typically, trunk ports involve some form of link aggregation. With some switches, trunks have to be configured as pairs of ports.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There are two ways to add a new LAGG interface: at the console and within the web GUI. To add a new LAGG interface at the console, log into the console and do the following:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"\">Enter 1 to enable interfaces.<\/li>\n\n\n\n<li class=\"\">When the console queries \u201cDo you want to configure LAGGs now? [y\/N]:\u201d, enter \u2018y\u2019 and press [Enter].<\/li>\n\n\n\n<li class=\"\">The console will list all the LAGG-capable interfaces. Enter the LAGG member to aggregate (e.g. em0, em1, etc.), or nothing if you are finished.<\/li>\n\n\n\n<li class=\"\">At the next console prompt, enter the LAGG protocol (default: none, lacp, failover, loadbalance, roundrobin). These options are as follows: <strong>Protocol<\/strong> <strong>Description<\/strong> <strong>NONE<\/strong> Disables traffic, but does not disable the interface. <strong>LACP<\/strong> The Link Aggregation Control protocol, defined by IEEE 802.3ad. LACP provides a form of load balancing by automatically bundling together links. <strong>FAILOVER<\/strong> One port is designated as the active port; all other ports are used as failover ports. If the active port goes down, one of the failover ports becomes the new active port. <strong>FEC<\/strong> This protocol supports Cisco Fast EtherChannel, unlike most of the other options, it is a static setup. <strong>LOADBALANCE<\/strong> This protocol balances all outgoing traffic on the member ports. This is also a static setup. <strong>ROUNDROBIN<\/strong> Distributes outgoing traffic in a round robin fashion; in other words, in equal slices and in a circular pattern.<\/li>\n\n\n\n<li class=\"\">If LACP is selected, enter \u2018y\u2019 if you want to enable LACP fast timeout. If this is enabled, then one of the channels will time out after about 1 second. In the end, you must decide if 1 second is long enough, or if you should allow a few dropped packets so you won\u2019t have to rebuild the LACP link.<\/li>\n\n\n\n<li class=\"\">The next prompt is whether you want to configure VLANs. Enter \u2018y\u2019 if you want to configure VLANs, or \u2018N\u2019 otherwise.<\/li>\n\n\n\n<li class=\"\">Finally, assign the interfaces for WAN, LAN, OPT1, and other interfaces.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">You can also add a LAGG interface in the web GUI. To add an interface, log into the web GUI and do the following:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"\">On the left sidebar menu, click on <strong>Interfaces<\/strong>, <strong>Other Types<\/strong>, and <strong>LAGG<\/strong>.<\/li>\n\n\n\n<li class=\"\">Here you will see a table listing all the LAGG interfaces. Click on the plus (<strong>+<\/strong>) icon to add an interface.<\/li>\n\n\n\n<li class=\"\">In <strong>Parent<\/strong>, use the drop-down box to select the parent interface used for link aggregation.<\/li>\n\n\n\n<li class=\"\">In the <strong>Proto<\/strong> drop-down box, select the protocol. See above for a table with an explanation.<\/li>\n\n\n\n<li class=\"\">For the <strong>Fast timeout<\/strong> checkbox, select this option if you want a fast timeout (approximately 1 second). The costs and benefits of enabling this option are discussed above.<\/li>\n\n\n\n<li class=\"\">In the <strong>Use flowid<\/strong> drop-down box, select <strong>Yes<\/strong> (use the hash from the network card, if available), <strong>No<\/strong> (a hash is locally calculated), or <strong>Default<\/strong> (the value depends on the system tunable net.link.lagg.default_use_flowid). You may need to change this value if you are having a problem with flapping.<\/li>\n\n\n\n<li class=\"\">In the <strong>Hash Layer<\/strong> drop-down box, set the packet layers to hash for aggregation protocols which load balance. The options are options that correspond, respectively, to the data link, network, and transport layers:\n<ul class=\"wp-block-list\">\n<li class=\"\"><strong>Layer 2<\/strong> (source\/destination MAC address and optional VLAN number)<\/li>\n\n\n\n<li class=\"\"><strong>Layer 3<\/strong> (source\/destination IPv4\/IPv6 address)<\/li>\n\n\n\n<li class=\"\"><strong>Layer 4<\/strong> (source\/destination port)<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li class=\"\">In the <strong>Use strict<\/strong> drop down box, select <strong>Yes<\/strong> to enable strict LAGG enforcement, <strong>No<\/strong> to disable enforcement, and <strong>D<\/strong><strong>efault<\/strong> to use the value from the system tunable net.link.lagg.default_strict_mode. Enabling strict mode ensures that LAGG does not come up unless your switch is speaking LACP.<\/li>\n\n\n\n<li class=\"\">In the <strong>MTU<\/strong> edit box, enter the Maximum Transmission Unit for this LAGG interface. If you leave this field blank, the smallest MTU of the LAGG\u2019s children will be used.<\/li>\n\n\n\n<li class=\"\">In the <strong>Description<\/strong> edit box, enter a brief (non-parsed) description.<\/li>\n\n\n\n<li class=\"\">At the bottom of the page, click on <strong>Save<\/strong> to save this configuration (or <strong>Cancel<\/strong> to cancel this configuration), then click on the <strong>Apply<\/strong> button at the bottom of the table to apply the settings.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">As you can see, you have more options with the web interface than with the console. But the fact LAGG can be configured at the console demonstrates how fundamental LAGG is considered to be in OPNsense.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Link aggregation (usually abbreviated as LAG) allows us to combine multiple ports in parallel, which accomplishes two goals: The LAGGS option does not refer to an&#46;&#46;&#46;<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"nf_dc_page":"","footnotes":""},"categories":[3],"tags":[],"class_list":["post-75","post","type-post","status-publish","format-standard","hentry","category-confiiguration"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Adding Link Aggregation in OPNsense - OPNsense Install<\/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:\/\/pfsensesetup.com\/opnsenseinstall.com\/adding-link-aggregation-in-opnsense\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Adding Link Aggregation in OPNsense - OPNsense Install\" \/>\n<meta property=\"og:description\" content=\"Link aggregation (usually abbreviated as LAG) allows us to combine multiple ports in parallel, which accomplishes two goals: The LAGGS option does not refer to an&#046;&#046;&#046;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/adding-link-aggregation-in-opnsense\/\" \/>\n<meta property=\"og:site_name\" content=\"OPNsense Install\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/DavidZientara\" \/>\n<meta property=\"article:published_time\" content=\"2024-03-07T18:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-03-07T19:11:12+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/wp-content\/uploads\/2024\/03\/screencap08_lagg-1024x777.png\" \/>\n<meta name=\"author\" content=\"David Zientara\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@DavidZientara\" \/>\n<meta name=\"twitter:site\" content=\"@DavidZientara\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"David Zientara\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/pfsensesetup.com\\\/opnsenseinstall.com\\\/adding-link-aggregation-in-opnsense\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pfsensesetup.com\\\/opnsenseinstall.com\\\/adding-link-aggregation-in-opnsense\\\/\"},\"author\":{\"name\":\"David Zientara\",\"@id\":\"https:\\\/\\\/pfsensesetup.com\\\/opnsenseinstall.com\\\/#\\\/schema\\\/person\\\/6054d1da024a9c9b8d3cc4ff185d7f0b\"},\"headline\":\"Adding Link Aggregation in OPNsense\",\"datePublished\":\"2024-03-07T18:00:00+00:00\",\"dateModified\":\"2024-03-07T19:11:12+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/pfsensesetup.com\\\/opnsenseinstall.com\\\/adding-link-aggregation-in-opnsense\\\/\"},\"wordCount\":802,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/pfsensesetup.com\\\/opnsenseinstall.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/pfsensesetup.com\\\/opnsenseinstall.com\\\/adding-link-aggregation-in-opnsense\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/pfsensesetup.com\\\/opnsenseinstall.com\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/screencap08_lagg-1024x777.png\",\"articleSection\":[\"Confiiguration\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/pfsensesetup.com\\\/opnsenseinstall.com\\\/adding-link-aggregation-in-opnsense\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pfsensesetup.com\\\/opnsenseinstall.com\\\/adding-link-aggregation-in-opnsense\\\/\",\"url\":\"https:\\\/\\\/pfsensesetup.com\\\/opnsenseinstall.com\\\/adding-link-aggregation-in-opnsense\\\/\",\"name\":\"Adding Link Aggregation in OPNsense - OPNsense Install\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pfsensesetup.com\\\/opnsenseinstall.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/pfsensesetup.com\\\/opnsenseinstall.com\\\/adding-link-aggregation-in-opnsense\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/pfsensesetup.com\\\/opnsenseinstall.com\\\/adding-link-aggregation-in-opnsense\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/pfsensesetup.com\\\/opnsenseinstall.com\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/screencap08_lagg-1024x777.png\",\"datePublished\":\"2024-03-07T18:00:00+00:00\",\"dateModified\":\"2024-03-07T19:11:12+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pfsensesetup.com\\\/opnsenseinstall.com\\\/adding-link-aggregation-in-opnsense\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/pfsensesetup.com\\\/opnsenseinstall.com\\\/adding-link-aggregation-in-opnsense\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/pfsensesetup.com\\\/opnsenseinstall.com\\\/adding-link-aggregation-in-opnsense\\\/#primaryimage\",\"url\":\"https:\\\/\\\/pfsensesetup.com\\\/opnsenseinstall.com\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/screencap08_lagg.png\",\"contentUrl\":\"https:\\\/\\\/pfsensesetup.com\\\/opnsenseinstall.com\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/screencap08_lagg.png\",\"width\":1290,\"height\":979},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pfsensesetup.com\\\/opnsenseinstall.com\\\/adding-link-aggregation-in-opnsense\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pfsensesetup.com\\\/opnsenseinstall.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Adding Link Aggregation in OPNsense\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pfsensesetup.com\\\/opnsenseinstall.com\\\/#website\",\"url\":\"https:\\\/\\\/pfsensesetup.com\\\/opnsenseinstall.com\\\/\",\"name\":\"OPNsense Install\",\"description\":\"Installation and configuration of OPNsense DISCLAIMER: This is not the official OPNsense website.  OPNsense is an OSS project \u00a9 Deciso B.V. 2015-2024\",\"publisher\":{\"@id\":\"https:\\\/\\\/pfsensesetup.com\\\/opnsenseinstall.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/pfsensesetup.com\\\/opnsenseinstall.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/pfsensesetup.com\\\/opnsenseinstall.com\\\/#organization\",\"name\":\"OPNsense Install\",\"url\":\"https:\\\/\\\/pfsensesetup.com\\\/opnsenseinstall.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/pfsensesetup.com\\\/opnsenseinstall.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/pfsensesetup.com\\\/opnsenseinstall.com\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/7Ro0MJbW_400x400-1.png\",\"contentUrl\":\"https:\\\/\\\/pfsensesetup.com\\\/opnsenseinstall.com\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/7Ro0MJbW_400x400-1.png\",\"width\":400,\"height\":400,\"caption\":\"OPNsense Install\"},\"image\":{\"@id\":\"https:\\\/\\\/pfsensesetup.com\\\/opnsenseinstall.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/DavidZientara\",\"https:\\\/\\\/x.com\\\/DavidZientara\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/pfsensesetup.com\\\/opnsenseinstall.com\\\/#\\\/schema\\\/person\\\/6054d1da024a9c9b8d3cc4ff185d7f0b\",\"name\":\"David Zientara\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8e5a5894f0638648889c9c97c6d7fef3964d3f803174ea3b6b596d793614aecf?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8e5a5894f0638648889c9c97c6d7fef3964d3f803174ea3b6b596d793614aecf?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8e5a5894f0638648889c9c97c6d7fef3964d3f803174ea3b6b596d793614aecf?s=96&d=mm&r=g\",\"caption\":\"David Zientara\"},\"sameAs\":[\"http:\\\/\\\/opnsenseinstall.com\"],\"url\":\"https:\\\/\\\/pfsensesetup.com\\\/opnsenseinstall.com\\\/author\\\/david-zientara\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Adding Link Aggregation in OPNsense - OPNsense Install","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:\/\/pfsensesetup.com\/opnsenseinstall.com\/adding-link-aggregation-in-opnsense\/","og_locale":"en_US","og_type":"article","og_title":"Adding Link Aggregation in OPNsense - OPNsense Install","og_description":"Link aggregation (usually abbreviated as LAG) allows us to combine multiple ports in parallel, which accomplishes two goals: The LAGGS option does not refer to an&#46;&#46;&#46;","og_url":"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/adding-link-aggregation-in-opnsense\/","og_site_name":"OPNsense Install","article_publisher":"https:\/\/www.facebook.com\/DavidZientara","article_published_time":"2024-03-07T18:00:00+00:00","article_modified_time":"2024-03-07T19:11:12+00:00","og_image":[{"url":"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/wp-content\/uploads\/2024\/03\/screencap08_lagg-1024x777.png","type":"","width":"","height":""}],"author":"David Zientara","twitter_card":"summary_large_image","twitter_creator":"@DavidZientara","twitter_site":"@DavidZientara","twitter_misc":{"Written by":"David Zientara","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/adding-link-aggregation-in-opnsense\/#article","isPartOf":{"@id":"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/adding-link-aggregation-in-opnsense\/"},"author":{"name":"David Zientara","@id":"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/#\/schema\/person\/6054d1da024a9c9b8d3cc4ff185d7f0b"},"headline":"Adding Link Aggregation in OPNsense","datePublished":"2024-03-07T18:00:00+00:00","dateModified":"2024-03-07T19:11:12+00:00","mainEntityOfPage":{"@id":"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/adding-link-aggregation-in-opnsense\/"},"wordCount":802,"commentCount":0,"publisher":{"@id":"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/#organization"},"image":{"@id":"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/adding-link-aggregation-in-opnsense\/#primaryimage"},"thumbnailUrl":"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/wp-content\/uploads\/2024\/03\/screencap08_lagg-1024x777.png","articleSection":["Confiiguration"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/pfsensesetup.com\/opnsenseinstall.com\/adding-link-aggregation-in-opnsense\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/adding-link-aggregation-in-opnsense\/","url":"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/adding-link-aggregation-in-opnsense\/","name":"Adding Link Aggregation in OPNsense - OPNsense Install","isPartOf":{"@id":"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/adding-link-aggregation-in-opnsense\/#primaryimage"},"image":{"@id":"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/adding-link-aggregation-in-opnsense\/#primaryimage"},"thumbnailUrl":"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/wp-content\/uploads\/2024\/03\/screencap08_lagg-1024x777.png","datePublished":"2024-03-07T18:00:00+00:00","dateModified":"2024-03-07T19:11:12+00:00","breadcrumb":{"@id":"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/adding-link-aggregation-in-opnsense\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pfsensesetup.com\/opnsenseinstall.com\/adding-link-aggregation-in-opnsense\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/adding-link-aggregation-in-opnsense\/#primaryimage","url":"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/wp-content\/uploads\/2024\/03\/screencap08_lagg.png","contentUrl":"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/wp-content\/uploads\/2024\/03\/screencap08_lagg.png","width":1290,"height":979},{"@type":"BreadcrumbList","@id":"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/adding-link-aggregation-in-opnsense\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/"},{"@type":"ListItem","position":2,"name":"Adding Link Aggregation in OPNsense"}]},{"@type":"WebSite","@id":"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/#website","url":"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/","name":"OPNsense Install","description":"Installation and configuration of OPNsense DISCLAIMER: This is not the official OPNsense website.  OPNsense is an OSS project \u00a9 Deciso B.V. 2015-2024","publisher":{"@id":"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/#organization","name":"OPNsense Install","url":"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/#\/schema\/logo\/image\/","url":"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/wp-content\/uploads\/2024\/02\/7Ro0MJbW_400x400-1.png","contentUrl":"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/wp-content\/uploads\/2024\/02\/7Ro0MJbW_400x400-1.png","width":400,"height":400,"caption":"OPNsense Install"},"image":{"@id":"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/DavidZientara","https:\/\/x.com\/DavidZientara"]},{"@type":"Person","@id":"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/#\/schema\/person\/6054d1da024a9c9b8d3cc4ff185d7f0b","name":"David Zientara","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/8e5a5894f0638648889c9c97c6d7fef3964d3f803174ea3b6b596d793614aecf?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/8e5a5894f0638648889c9c97c6d7fef3964d3f803174ea3b6b596d793614aecf?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/8e5a5894f0638648889c9c97c6d7fef3964d3f803174ea3b6b596d793614aecf?s=96&d=mm&r=g","caption":"David Zientara"},"sameAs":["http:\/\/opnsenseinstall.com"],"url":"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/author\/david-zientara\/"}]}},"_links":{"self":[{"href":"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/wp-json\/wp\/v2\/posts\/75","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/wp-json\/wp\/v2\/comments?post=75"}],"version-history":[{"count":1,"href":"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/wp-json\/wp\/v2\/posts\/75\/revisions"}],"predecessor-version":[{"id":77,"href":"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/wp-json\/wp\/v2\/posts\/75\/revisions\/77"}],"wp:attachment":[{"href":"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/wp-json\/wp\/v2\/media?parent=75"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/wp-json\/wp\/v2\/categories?post=75"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pfsensesetup.com\/opnsenseinstall.com\/wp-json\/wp\/v2\/tags?post=75"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}