EasyManua.ls Logo

Oracle Quad Port 10GBase-T - Configure Vlans (Oracle Solaris)

Default Icon
96 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Configure VLANs (Oracle Solaris)
You can create VLANs according to various criteria, but each VLAN must be assigned a VLAN
tag or VLAN ID (VID). The VID is a 12-bit identifier between 1 and 4094 that identifies a
unique VLAN.
Note - If you configure a VLAN virtual device for an Ethernet adapter, all traffic sent or
received by that Ethernet adapter must be in VLAN-tagged format.
For more information on administering VLANs, refer to Managing Network Virtualization and
Network Resources in Oracle Solaris 11.3.
Related Information
“Configure VLANs (Oracle Solaris)” on page 70
“Configure VLANs (Linux)” on page 71
“Configure VLANs (Windows)” on page 72
“Configure VXLANs (Oracle Solaris)” on page 73
Configure VLANs (Oracle Solaris)
1.
Determine the types of links that are used in the server.
# dladm show-phys | grep i40e
net4 Ethernet up 10000 full i40e0
net6 Ethernet up 10000 full i40e2
net5 Ethernet up 10000 full i40e1
net7 Ethernet up 10000 full i40e3
2.
Create a VLAN link over a datalink.
# dladm create-vlan -l link -v vid vlan-link
where link specifies the link on which the VLAN interface is being created, vid indicates
the VLAN ID number, and vlan-link specifies the name of the VLAN, which can also be an
administratively-chosen name.
3.
Verify the VLAN configuration.
# dladm show-vlan
4.
Create an IP interface over the VLAN.
# ipadm create-ip interface
70 Oracle Quad Port 10GBase-T Adapter User's Guide • June 2019

Table of Contents