vpp命令的实现?

service vpp stop

service vpp start

help

指定配置文件启动vpp: vpp -c /etc/vpp/startup.conf

查看网卡:show int

启动网卡:set int state GigabitEthernetb/0/0 up

设置ip地址:set int ip address GigabitEthernetb/0/0 192.168.239.139/24

展示ip地址:show int address

创建子接口:create sub-interfaces GigabitEthernetb/0/0 10 dotql 10

展示node graph:

VPP基本命令_网络