Configuring VLANs
63
Note –
In the preceding examples, the second NIC output for
ixgbe224002
was
plumbed and enabled (that is, used the
up
option), but had no IP address. By default,
the netmask and broadcast addresses are set by the system, which uses IP class C to
make that setting 255.255.255.0. When the address is set, the
ifconfig
(1M)
command by default does not display the broadcast address if the explicit IP address
is not set.
Refer to the documentation that came with your switch for specific instructions for
setting VLAN tagging and ports.
Related Information
■
■
“VLAN Configuration” on page 61
■
“VLAN Naming Format” on page 61
▼
Configure VLANs (Linux)
1. Ensure that the
ixgbe
module is loaded.
2. Plumb the Adapter’s interface.
where
xxx.xxx.xx.xxx
is the IP address of the interface.
3. Add the VID.
For example:
where
eth6
is the interface and
5
is the VID.
mtu 1500 index 5
inet 0.0.0.0 netmask ffffff00
ether 0:13:20:f5:f6:dc
#
modprobe ixgbe
#
ifconfig eth6
xxx.xxx.xx.xxx
up
#
vconfig add eth6 5
Summary of Contents for E25544-02
Page 1: ...Sun Dual Port 10GBase T Adapter User s Guide Part No E25544 02 July 2012 ...
Page 6: ...vi Sun Dual Port 10GBase T Adapter User s Guide July 2012 ...
Page 10: ...x Sun Dual Port 10GBase T Adapter User s Guide July 2012 ...
Page 16: ...6 Sun Dual Port 10GBase T Adapter User s Guide July 2012 ...
Page 42: ...32 Sun Dual Port 10GBase T Adapter User s Guide July 2012 ...
Page 66: ...56 Sun Dual Port 10GBase T Adapter User s Guide July 2012 ...
Page 76: ...66 Sun Dual Port 10GBase T Adapter User s Guide July 2012 ...
Page 90: ...80 Sun Dual Port 10GBase T Adapter User s Guide July 2012 ...