Owners Manual

See www.kernel.org for more information about how to use bond interfaces, and see Application examples in the OpenSwitch OPX
Developers Guide for more information on programming a bond interface using the CPS API.
VLAN interfaces
Virtual LANs (VLANs) dene broadcast domains in a Layer 2 network, and an NPU VLAN entity is modeled as a separate Linux bridge
instance.
NPU entities (VLANs) are mapped to Linux entities (bridges). An NPU VLAN entity uses the MAC address from the rst port added as its
member port. The bridge interface is operationally up when at least one of its member interfaces is up. You can assign IP addresses to
multiple bridge interfaces to create an inter-VLAN routing domain.
Congure IP address on bridge interface
$ brctl show
bridge name bridge id STP enabled interfaces
br100 8000.90b11cf49d3c no e101-001-0.100
$ ip addr add 100.1.1.1 dev br100
$ ifconfig br100
br100 Link encap:Ethernet HWaddr 90:b1:1c:f4:9d:3c
inet addr:100.1.1.1 Bcast:0.0.0.0 Mask:255.255.255.255
inet6 addr: fe80::92b1:1cff:fef4:9d3c/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:7 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:738 (738.0 B)
8
Interfaces