User`s guide

Chapter 7 Virtual LANs (VLANs) 131
In this example, s1 and s2 are not VLAN-aware. The Oracle Fabric Interconnect is
responsible for inserting and removing VLAN tags to keep traffic isolated. Host
servers s1 and s2 have redundant paths.
The configuration process for this example is as follows:
1. On Oracle Fabric Interconnect 1, configure the Ethernet port mode:
2. Add vNICs to the hosts:
3. On Oracle Fabric Interconnect 2, configure the Ethernet port mode:
4. Add vNICs to the hosts:
5. On the hosts, configure the IP addresses.
set ethernet-port 14/1 -mode=trunk -access-vlan=1
add vnic vn1.s1 14/1 -mode=access -access-vlan=20 ha -primary
add vnic vn1.s2 14/1 -mode=access -access-vlan=10 ha -primary
set ethernet-port 15/1 -mode=trunk -access-vlan=1
add vnic vn1.s1 15/1 -mode=access -access-vlan=20 ha -secondary
-mac=<mac_from_vn.1.s1_on_I/O_Director_1>
add vnic vn1.s2 15/1 -mode=access -access-vlan=10 ha -secondary
-mac=<mac_from_vn.1.s2_on_I/O_Director_1>