aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation_new/generator_plots.py
diff options
context:
space:
mode:
authorYulong Pei <yulong.pei@intel.com>2019-04-01 21:06:41 +0800
committerVratko Polak <vrpolak@cisco.com>2019-04-04 12:34:06 +0000
commitd3e8b9caf50640e539561d5c8c56699d75977a7a (patch)
tree2255e5f8ba72ed07c9e0f3caa4d19c41e558861f /resources/tools/presentation_new/generator_plots.py
parent6796c0a22500d0b8291d391b8adbca38ad14bd9a (diff)
Change 2 node Denverton testbed descriptionrls1901_1
Change-Id: I09c5ac3c4fe90b1fff46c4211b401daefe40ac31 Signed-off-by: Yulong Pei <yulong.pei@intel.com> (cherry picked from commit ab635019fd3d5420a31fbd68c1549d0be2323104)
Diffstat (limited to 'resources/tools/presentation_new/generator_plots.py')
0 files changed, 0 insertions, 0 deletions
u">## Manual Test For example, if you want to configure ipv4 address on HW interface TenGigabitEthernet5/0/0, You can follow below steps to verify if Sweetcomb is working well. Firstly, set interface up: vppctl set interface state TenGigabitEthernet5/0/0 up Then, starting netopeer2-cli on any host: netopeer2-cli > connect --host <ip address running Sweetcomb> --login <user> > edit-config --target running --config ## Press Enter and then past below XML example into the editor and quit <interfaces xmlns="urn:ietf:params:xml:ns:yang:ietf-interfaces"> <interface> <name>TenGigabitEthernet5/0/0</name> <description>eth0</description> <type xmlns:ianaift="urn:ietf:params:xml:ns:yang:iana-if-type">ianaift:ethernetCsmacd</type> <ipv4 xmlns="urn:ietf:params:xml:ns:yang:ietf-ip"> <enabled>true</enabled> <mtu>1514</mtu> <address> <ip>192.168.50.72</ip> <prefix-length>24</prefix-length> </address> </ipv4> <enabled>true</enabled> </interface> </interfaces> Finally, check the configuration result. vppctl show interface address If you configure above successfully, you will get ip address set up on interface TenGigabitEthernet5/0/0.