Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »


Network NameSpace ip netns


start-shell

start-shell
SPS1>en
SPS1#start-
SPS1#start-shell
bash-5.0$ su -
Password:   [the password is = "root" ]
root@SPS1:~#


namespaceNetwork NameSpace ip netns

root@SPS1:~# ip netns list
zebosfib1 (id: 0)
zebosfib0


management IP@

ip netns exec zebosfib1 ip add | grep 172

zebosfib1
ip netns exec zebosfib0 ip add | grep 172
root@R4PLAB:/home/ocnos# ip netns exec zebosfib1 ip add | grep 172
    inet 172.16.10.204/24 brd 172.16.10.255 scope global dynamic eth0
install debin package

ip netns exec zebosfib1 apt-get update

ip netns exec zebosfib1 apt-get install iperf3



  • No labels