Broadcom Confidential
5880X-PS225-UG101
15
PS225
User Guide
Quick Start Guide
When sending packets to the external ports, the even-numbered interfaces on the x86 host (for example, enp1s0f0,
enp1s0f2, enp1s0f4, and enp1s0f6) are connected to external port 0. This also applies to the even-numbered interfaces on
the ARM side (enP8p1s0f0np0, enP8p1s0f2np0, enP8p1s0f4np0, and enP8p1s0f6np0). The odd-numbered interfaces on
both the x86 host side and the ARM side are connected to external port 1.
Use the following steps to permanently assign a static IP address to the interface:
For Debian-based Linux OS (for example, Ubuntu) set a static IP address in
/etc/network/interface
with the
following commands:
auto
enp1s0f0
iface
enp1s0f0
inet static
address 192.168.1.20
netmask 255.255.255.0
For CentOS, create a new file using the following commands:
/etc/sysconfig/network-scripts/ifcfg-ens4f0
NOTE:
The previous example is provided for an interface named
ens4f0.
The interface name may be different on
different systems.
Add the following content:
TYPE="Ethernet"
PROXY_METHOD="none"
BROWSER_ONLY="no"
BOOTPROTO="static"
DEFROUTE="yes"
NAME="
ens4f0
"
UUID="
660e94eb-a5b4-4975-8139-388675307f7d
"
DEVICE="
ens4f0
"
ONBOOT="no"
IPADDR=192.168.1.20
NETMASK=255.255.255.0
GATEWAY=192.168.1.20
The content can be completely reused, but the
highlighted
items must be replaced. The variables NAME and DEVICE
contain the interface name that was determined above. The variable UUID contains the ID of the interface, which can be
obtained by running
uuidgen ens4f0
.
Broadcom
Confidential
Содержание Stingray PS225
Страница 31: ...B r o a d c o m C o n f i d e n t i a l ...