User guide

Table Of Contents
32
On UE side, in linux shell, type ip netns list to list all network namespaces
[root@localhost ~]# ip netns list
ue2
ue1
Select the targeted UE and execute the iperf command within its namespace
Example: ip netns exec ue1 iperf -s -u -i 1
Note: any command can be run in the namespace, such as ping, ifconfig, etc..
Note: ifconfig command can be useful to link a UE network namespace to its eRAB IP address
as intance