{"id":10899,"date":"2018-02-20T08:48:45","date_gmt":"2018-02-20T07:48:45","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/oda-vlan-management\/"},"modified":"2018-02-20T08:48:45","modified_gmt":"2018-02-20T07:48:45","slug":"oda-vlan-management","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/oda-vlan-management\/","title":{"rendered":"ODA 12.2.1.2.0 &#8211; VLAN Management"},"content":{"rendered":"<p>Virtual Local Area Network (VLAN) have become since several years a standard in enterprise class networks. Most enterprises are now segregating their network, especially for security reasons, between server and user or prod and test or applications and backup and aso. In the new release of ODA we finally get the support for VLAN on the bare metal platform. This article will briefly demonstrate how these are managed using ODAADMCLI.<\/p>\n<p><!--more--><\/p>\n<p>First of all we have to remember that VLAN is not brand new on ODA. While using ODA HA (X5-2 or X6-2) in virtual mode, which means with OVM, it was already possible to manage VLANs. However this was a bit different than the new feature introduced in ODA 12.2.1.2.0.<\/p>\n<p>First of all the HA platform in virtual mode is running using OAKCLI and not ODACLI with the DCS agent. In background the real difference is that the HA in virtualized mode is using the Linux Bridge Control (more details <a href=\"https:\/\/wiki.linuxfoundation.org\/networking\/bridge\">here<\/a>). To make it simple, you have a kind of virtual switches (bridges) on which each connected VM, including the ODA BASE, can be connected and get an address on this particular network.<\/p>\n<p>On the bare metal platform the principle is totally different as it is directly based on the VLAN implementation in Linux (802.1q standard) which allows activating VLAN on an interface and tagging the packets with the right VLANID.<\/p>\n<p>The first place where VLAN can be configured on the ODA is during the first network plumbing phase, right after booting or re-imaging the ODA, using the <em>configure-firstnet<\/em> command.<\/p>\n<p><a href=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/30-ILOM-Configure-FirstNet-VLAN.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-21372\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/30-ILOM-Configure-FirstNet-VLAN.png\" alt=\"30-ILOM-Configure-FirstNet-VLAN\" width=\"693\" height=\"188\" \/><\/a><\/p>\n<p>As shown above the command will ask you if you want to use VLAN or not. Answering YES will then request you to provide the VLANID for the primary network of the ODA and will generate a network interface <strong>btbond1.&lt;VLANID&gt;<\/strong>.<\/p>\n<p>How does it looks like in background??<\/p>\n<p>The first layer as always on ODA is a bonding of 2 physical interfaces (here em2 and em3 as I&#8217;m using the copper interfaces):<\/p>\n<pre class=\"brush: shell; gutter: false; first-line: 1\">[root@oak network-scripts]# cat ifcfg-em2\n#File created by Oracle development\nDEVICE=em2\nONBOOT=yes\nBOOTPROTO=none\nUSERCTL=no\nTYPE=ETHERNET\nETHTOOL_OFFLOAD_OPTS=\"lro off\"\nIPV6INIT=no\nNM_CONTROLLED=no\nPEERDNS=no\nMASTER=btbond1\nSLAVE=yes<\/pre>\n<p>Looking to the btbond1 interface we will see that it is configure in active-backup mode BUT without any IP address.<\/p>\n<pre class=\"brush: shell; gutter: false; first-line: 1\">[root@oak network-scripts]# cat ifcfg-btbond1\n#File created by Oracle development\nDEVICE=btbond1\nONBOOT=yes\nBOOTPROTO=none\nUSERCTL=no\nTYPE=BOND\nBONDING_OPTS=\"mode=active-backup miimon=100 primary=em2\"\nIPV6INIT=no\nNM_CONTROLLED=no\nPEERDNS=no<\/pre>\n<p>On top of the bonding configuration, we have then a virtual interface per VLAN. Indeed only one at the beginning as the <em>configure-firstnet<\/em> generates only the &#8220;primary&#8221; network of the ODA.<\/p>\n<pre class=\"brush: shell; gutter: false; first-line: 1\">[root@oak network-scripts]# cat <strong>ifcfg-btbond1.54<\/strong>\n#ODA_VLAN_CONFIG ===\n#ODA_VLAN_CONFIG Name=vlan54\n#ODA_VLAN_CONFIG VlanId=54\n#ODA_VLAN_CONFIG VlanInterface=btbond1\n#ODA_VLAN_CONFIG Type=VlanType\n#ODA_VLAN_CONFIG VlanSetupType=public\n#ODA_VLAN_CONFIG VlanIpAddr=192.168.54.10\n#ODA_VLAN_CONFIG VlanNetmask=255.255.255.0\n#ODA_VLAN_CONFIG VlanGateway=192.168.54.1\n#ODA_VLAN_CONFIG NodeNum=0\n#=== DO NOT EDIT ANYTHING ABOVE THIS LINE ===\nDEVICE=btbond1.54\nBOOTPROTO=none\nONBOOT=yes\nVLAN=yes\nNM_CONTROLLED=no\nIPADDR=192.168.54.10\nNETMASK=255.255.255.0\nGATEWAY=192.168.54.1<\/pre>\n<p>Do not look for the VLANID in the configuration file (of, except in the comments\u00a0 \ud83d\ude09 ). It is defined by the device\/file name.<\/p>\n<p>Once you have your first VLAN you can easily configure additional ones using the command line. Remember that on the DCS stack ODAs you have 2 different CLIs: ODACLI and ODAADMCLI. The VLAN management is done using ODAADMCLI.<\/p>\n<p>So lets have a look to the help:<\/p>\n<pre class=\"brush: shell; gutter: false; first-line: 1\">[root@oda-dbi01 ~]<\/pre>\n<pre class=\"brush: shell; gutter: false; first-line: 1\"># odaadmcli -h\nUsage: odaadmcli &lt;command&gt; &lt;object&gt; [&lt;options&gt;]\n commands: show|manage|stordiag|power|expand\n objects : disk|diskgroup|controller|server|processor|memory|iraid|\n power|cooling|network|storage|fs|raidsyncstatus|env_hw|vlan\n\nUsage: odaadmcli show - Shows disk, diskgroup, controller, server, processor,\n memory, iraid, power, cooling, network,\n storage, fs, raidsyncstatus, env_hw\n odaadmcli manage - Manages the OAK repository, diagcollect etc.,\n odaadmcli stordiag - Run storage diagnostic tool on this Node\n odaadmcli power - Power on|off|status disk\n odaadmcli expand - Expand storage<\/pre>\n<p>Hmmm, looks strange as there is no command CREATE \ud83d\ude2f<br \/>\nI can <em>SHOW<\/em> the VLANs but it looks like I can&#8217;t <em>CREATE<\/em> them&#8230; Let&#8217;s have a look to the online documentation (<a href=\"https:\/\/docs.oracle.com\/cd\/E89147_01\/doc.122\/e91366\/toc.htm\">here<\/a>)<\/p>\n<p><a href=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Screen-Shot-2018-02-20-at-09.16.48.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone  wp-image-21373\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/Screen-Shot-2018-02-20-at-09.16.48.png\" alt=\"Screen Shot 2018-02-20 at 09.16.48\" width=\"473\" height=\"192\" \/><\/a><\/p>\n<p>It looks like the <em>CREATE VLAN<\/em> command finally exist. A good advice to remember here is that even the inline help of <em>ODACLI<\/em> and ODAADMCLI are quite good, it is still a good practice to have a look to the online documentation and especially the chapters 14 and 15.<\/p>\n<p>The good news here is that the help for the <em>CREATE<\/em> command does exist \ud83d\ude09<\/p>\n<pre class=\"brush: shell; gutter: false; first-line: 1\">[root@oda-dbi01 ~]# odaadmcli create vlan -h\nodaadmcli create vlan &lt;vlan_name&gt; -vlanid &lt;vlanid&gt; -if &lt;interface&gt; -node &lt;node_num&gt; -setuptype &lt;type&gt; -ip &lt;ip address&gt; -netmask &lt;netmask&gt; -gateway &lt;gateway&gt;, Where:\n\t vlan                  -  VLAN name (unique per Node)\n\t vlanid                -  Identifies the ID[valid range: 2 to 4094] to which the VLAN belongs to (unique per Node)\n\t interface             -  Interface on which the VLAN is to be created [Valid interfaces are btbond1]\n\t node                  -  Node number &lt; 0 &gt;\n\t setuptype             -  the type of the VLAN setup for [Valid value are: management, database, dataguard, backup, private and other]\n\t ip                    -  IP address for the VLAN\n\t netmask               -  Netmask address for the VLAN\n\t gateway               -  Gateway address for the VLAN<\/pre>\n<p>I guess it&#8217;s now time to try to create a new VLAN.<\/p>\n<pre class=\"brush: shell; gutter: false; first-line: 1\">[root@oda-dbi01 ~]# odaadmcli create vlan vlan55-backup -vlanid 55 -if btbond1 -node 0 -setuptype backup -ip 192.168.55.10 -netmask 255.255.255.0 -gateway 192.168.55.1\n\nCreated Vlan : vlan55-backup<\/pre>\n<p>Note that even on a single node ODA (S or M) you must provide the node number. Otherwise you will get the following error message<\/p>\n<pre class=\"brush: shell; gutter: false; first-line: 1\">ERROR : -node is not available<\/pre>\n<p>Let check our newly created VLAN:<\/p>\n<pre class=\"brush: shell; gutter: false; first-line: 1\">[root@oda-dbi01 network-scripts]# odaadmcli show vlan\n\tNAME                     ID    INTERFACE   CONFIG_TYPE IP_ADDRESS      NETMASK         GATEWAY         NODENUM\n\tvlan55-backup            55    btbond1     backup      192.168.55.10   255.255.255.0   192.168.54.1    0<\/pre>\n<p>Of course in <em>\/etc\/sysconfig\/network-scripts<\/em> we will find the corresponding <em>IFCFG<\/em> file:<\/p>\n<pre class=\"brush: shell; gutter: false; first-line: 1\">[root@oda-dbi01 network-scripts]# ls -lrt\ntotal 248\n-rw-r--r--. 1 root root 29853 Apr 12  2016 network-functions-ipv6\n-rw-r--r--. 1 root root 14731 Apr 12  2016 network-functions\n...\n...\n...\n-rw-r--r--. 1 root root   264 Feb 19 11:40 ifcfg-lo\n-rw-r--r--  3 root root   194 Feb 19 12:04 ifcfg-em3\n-rw-r--r--  3 root root   194 Feb 19 12:04 ifcfg-em2\n-rw-r--r--  3 root root   169 Feb 19 12:04 ifcfg-em1\ndrwxr-xr-x  2 root root  4096 Feb 19 12:04 backupifcfgFiles\n-rw-r--r--. 3 root root   259 Feb 19 12:17 ifcfg-btbond1\n-rw-r--r--  1 root root   538 Feb 19 14:43 ifcfg-btbond1.54\n-rw-r--r--  1 root root   538 Feb 19 15:31 ifcfg-btbond1.55<\/pre>\n<p>Should a VLAN not be required anymore, deleting it works straight forward using <em>DELETE VLAN<\/em>:<\/p>\n<pre class=\"brush: shell; gutter: false; first-line: 1\">[root@oda-dbi01 network-scripts]# odaadmcli delete vlan vlan55-backup -node 0\n\nDeleted Vlan : vlan55-backup<\/pre>\n<p>Easy isn&#8217;t it? \ud83d\ude0e<\/p>\n<p>Last but not least, for those who deployed their ODA without VLAN do not worry you won&#8217;t need to re-image it. Even if the ODA has been deployed without VLAN during the <em>configure-firstnet<\/em> you can still create VLAN afterwards.<\/p>\n<p>Enjoy!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Virtual Local Area Network (VLAN) have become since several years a standard in enterprise class networks. Most enterprises are now segregating their network, especially for security reasons, between server and user or prod and test or applications and backup and aso. In the new release of ODA we finally get the support for VLAN on [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":10900,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[229],"tags":[656,23,73,317,79,96],"type_dbi":[],"class_list":["post-10899","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-database-administration-monitoring","tag-12-2","tag-dba","tag-linux","tag-network","tag-oda","tag-oracle"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>ODA 12.2.1.2.0 - VLAN Management - dbi Blog<\/title>\n<meta name=\"description\" content=\"Article describing the usage and configuration of Virtual Local Area Network (VLAN) on Oracle ODA bare metal platform.\" \/>\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.dbi-services.com\/blog\/oda-vlan-management\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ODA 12.2.1.2.0 - VLAN Management\" \/>\n<meta property=\"og:description\" content=\"Article describing the usage and configuration of Virtual Local Area Network (VLAN) on Oracle ODA bare metal platform.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/oda-vlan-management\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2018-02-20T07:48:45+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/30-ILOM-Configure-FirstNet-VLAN.png\" \/>\n\t<meta property=\"og:image:width\" content=\"693\" \/>\n\t<meta property=\"og:image:height\" content=\"188\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"David Hueber\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"David Hueber\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oda-vlan-management\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oda-vlan-management\/\"},\"author\":{\"name\":\"David Hueber\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/8873e20a98a02305870909f4e3d0088f\"},\"headline\":\"ODA 12.2.1.2.0 &#8211; VLAN Management\",\"datePublished\":\"2018-02-20T07:48:45+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oda-vlan-management\/\"},\"wordCount\":673,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oda-vlan-management\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/30-ILOM-Configure-FirstNet-VLAN.png\",\"keywords\":[\"12.2\",\"DBA\",\"Linux\",\"Network\",\"ODA\",\"Oracle\"],\"articleSection\":[\"Database Administration &amp; Monitoring\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/oda-vlan-management\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oda-vlan-management\/\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/oda-vlan-management\/\",\"name\":\"ODA 12.2.1.2.0 - VLAN Management - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oda-vlan-management\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oda-vlan-management\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/30-ILOM-Configure-FirstNet-VLAN.png\",\"datePublished\":\"2018-02-20T07:48:45+00:00\",\"author\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/8873e20a98a02305870909f4e3d0088f\"},\"description\":\"Article describing the usage and configuration of Virtual Local Area Network (VLAN) on Oracle ODA bare metal platform.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oda-vlan-management\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/oda-vlan-management\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oda-vlan-management\/#primaryimage\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/30-ILOM-Configure-FirstNet-VLAN.png\",\"contentUrl\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/30-ILOM-Configure-FirstNet-VLAN.png\",\"width\":693,\"height\":188},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oda-vlan-management\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.dbi-services.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"ODA 12.2.1.2.0 &#8211; VLAN Management\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/\",\"name\":\"dbi Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/8873e20a98a02305870909f4e3d0088f\",\"name\":\"David Hueber\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/fc07284dbd5667f0bed32b0d8d64076ab885746973ea1b5c4e69c6fa7074cf59?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/fc07284dbd5667f0bed32b0d8d64076ab885746973ea1b5c4e69c6fa7074cf59?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/fc07284dbd5667f0bed32b0d8d64076ab885746973ea1b5c4e69c6fa7074cf59?s=96&d=mm&r=g\",\"caption\":\"David Hueber\"},\"description\":\"David Hueber has ten years of experience in infrastructure operation &amp; management, engineering, and optimization. He is specialized in Oracle technologies (engineering, backup and recovery, high availability, etc.), Service Management standards and Oracle infrastructure operation processes (Service Desk, Change Management, Capacity Planning, etc.). David Hueber is ITILv3 Service Operation Lifecycle certified and Linux LPIC-1 certified. He received a university degree in Informatics and Networks at the IUT Mulhouse, France. He also studied Information Systems at the Conservatoire National des Arts et M\u00e9tiers in Mulhouse, France. His branch-related experience covers Financial Services \/ Banking, Chemicals &amp; Pharmaceuticals, Transport &amp; Logistics, Retail, Food, etc.\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/author\/david-hueber\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"ODA 12.2.1.2.0 - VLAN Management - dbi Blog","description":"Article describing the usage and configuration of Virtual Local Area Network (VLAN) on Oracle ODA bare metal platform.","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.dbi-services.com\/blog\/oda-vlan-management\/","og_locale":"en_US","og_type":"article","og_title":"ODA 12.2.1.2.0 - VLAN Management","og_description":"Article describing the usage and configuration of Virtual Local Area Network (VLAN) on Oracle ODA bare metal platform.","og_url":"https:\/\/www.dbi-services.com\/blog\/oda-vlan-management\/","og_site_name":"dbi Blog","article_published_time":"2018-02-20T07:48:45+00:00","og_image":[{"width":693,"height":188,"url":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/30-ILOM-Configure-FirstNet-VLAN.png","type":"image\/png"}],"author":"David Hueber","twitter_card":"summary_large_image","twitter_misc":{"Written by":"David Hueber","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/oda-vlan-management\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/oda-vlan-management\/"},"author":{"name":"David Hueber","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/8873e20a98a02305870909f4e3d0088f"},"headline":"ODA 12.2.1.2.0 &#8211; VLAN Management","datePublished":"2018-02-20T07:48:45+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/oda-vlan-management\/"},"wordCount":673,"commentCount":0,"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/oda-vlan-management\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/30-ILOM-Configure-FirstNet-VLAN.png","keywords":["12.2","DBA","Linux","Network","ODA","Oracle"],"articleSection":["Database Administration &amp; Monitoring"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/oda-vlan-management\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/oda-vlan-management\/","url":"https:\/\/www.dbi-services.com\/blog\/oda-vlan-management\/","name":"ODA 12.2.1.2.0 - VLAN Management - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/oda-vlan-management\/#primaryimage"},"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/oda-vlan-management\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/30-ILOM-Configure-FirstNet-VLAN.png","datePublished":"2018-02-20T07:48:45+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/8873e20a98a02305870909f4e3d0088f"},"description":"Article describing the usage and configuration of Virtual Local Area Network (VLAN) on Oracle ODA bare metal platform.","breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/oda-vlan-management\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/oda-vlan-management\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dbi-services.com\/blog\/oda-vlan-management\/#primaryimage","url":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/30-ILOM-Configure-FirstNet-VLAN.png","contentUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/30-ILOM-Configure-FirstNet-VLAN.png","width":693,"height":188},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/oda-vlan-management\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"ODA 12.2.1.2.0 &#8211; VLAN Management"}]},{"@type":"WebSite","@id":"https:\/\/www.dbi-services.com\/blog\/#website","url":"https:\/\/www.dbi-services.com\/blog\/","name":"dbi Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/8873e20a98a02305870909f4e3d0088f","name":"David Hueber","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/fc07284dbd5667f0bed32b0d8d64076ab885746973ea1b5c4e69c6fa7074cf59?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/fc07284dbd5667f0bed32b0d8d64076ab885746973ea1b5c4e69c6fa7074cf59?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/fc07284dbd5667f0bed32b0d8d64076ab885746973ea1b5c4e69c6fa7074cf59?s=96&d=mm&r=g","caption":"David Hueber"},"description":"David Hueber has ten years of experience in infrastructure operation &amp; management, engineering, and optimization. He is specialized in Oracle technologies (engineering, backup and recovery, high availability, etc.), Service Management standards and Oracle infrastructure operation processes (Service Desk, Change Management, Capacity Planning, etc.). David Hueber is ITILv3 Service Operation Lifecycle certified and Linux LPIC-1 certified. He received a university degree in Informatics and Networks at the IUT Mulhouse, France. He also studied Information Systems at the Conservatoire National des Arts et M\u00e9tiers in Mulhouse, France. His branch-related experience covers Financial Services \/ Banking, Chemicals &amp; Pharmaceuticals, Transport &amp; Logistics, Retail, Food, etc.","url":"https:\/\/www.dbi-services.com\/blog\/author\/david-hueber\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/10899","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=10899"}],"version-history":[{"count":0,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/10899\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media\/10900"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=10899"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=10899"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=10899"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=10899"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}