Owners Manual

Fan-out interfaces
Port-channel/bond interfaces
VLAN interfaces
Physical ports
Physical ports are administratively down by default. Each interface has a reserved MAC hardware address derived from the system MAC
address. Use standard Linux commands to congure physical interface parameters.
Set MTU
$ ip link set dev e101-002-0 mtu 1400
Show MTU
$ ip link show e101-002-0
17: e101-002-0: <BROADCAST,MULTICAST> mtu 1400 qdisc noop state DOWN mode DEFAULT group default
qlen 500
link/ether 90:b1:1c:f4:ab:f2 brd ff:ff:ff:ff:ff:ff
alias NAS## 0 29
Congure L3 IPv4 address
$ ip addr add 10.1.1.1/24 dev e101-001-0
Congure L3 IPv6 address
$ ip -6 addr add 2000::1/64 dev e101-001-0
View interface parameters
$ ip addr show e101-001-0
16: e101-001-0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 500
link/ether 90:b1:1c:f4:ab:ee brd ff:ff:ff:ff:ff:ff
inet 10.1.1.1/24 scope global e101-001-0
valid_lft forever preferred_lft forever
inet6 2000::1/64 scope global tentative
valid_lft forever preferred_lft forever
See Application examples in the OpenSwitch OPX Developers Guide for examples of how to program physical port conguration using the
CPS API.
Fan-out interfaces
Using a breakout cable, you can split a 40GbE physical port into four (quad) 10GbE SFP+ ports (if supported by the NPU). Each 4x10G
port is represented by a Linux interface with a fan-out eld in the interface name that identies the 4x10G port.
Use the opx-config-fanout script to congure fan-out interfaces. This script allows you to fan-out a 40GbE port or disable the
fanned-out 4x10G conguration and return the physical port to 40G operation.
opx-config-fanout portID [true | false]
true enables 4x10G fan-out on a 40GbE port
false disables 4x10G fan-out on a 40GbE port
Congure fan-out interface
$ opx-config-fanout e101-005-0 true
Key: 1.20.1310766.1310754.1310755.1310756.1310757.
base-port/physical/unit-id = 0
base-port/physical/phy-media = 1
base-port/physical/front-panel-number = 0
6
Interfaces