By itself vpp is a pure data plane which does not store persistent 
configuration.

However, if you place your startup configuration in 
“/wherever/my_startup_config” and edit /etc/vpp/startup.conf as shown, you’ll 
get the effect that you want.

unix {
  nodaemon
  log /var/log/vpp/vpp.log
  full-coredump
  cli-listen /run/vpp/cli.sock
  startup-config /wherever/my_startup_config
  gid vpp
}

HTH... Dave


From: vpp-dev@lists.fd.io <vpp-dev@lists.fd.io> On Behalf Of Chinmaya Aggarwal
Sent: Friday, February 28, 2020 10:04 AM
To: vpp-dev@lists.fd.io
Subject: [vpp-dev] VPP configuration getting erased on VPP restart

Hi,
  I ran a few commands on VPP. But, when i restarted the vpp, I can't see the 
configuration anymore. Can you please suggest how can I persist my entered 
configuration on vpp restart?
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#15613): https://lists.fd.io/g/vpp-dev/message/15613
Mute This Topic: https://lists.fd.io/mt/71609857/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to