Re: [vpp-dev] How to save VPP configuration

2019-07-20 Thread Dave Barach via Lists.Fd.Io
See https://fdio-vpp.readthedocs.io/en/latest/usecases/homegateway.html. Put 
the “vpp configuration” block into /etc/setup.gate. There’s nothing magic about 
the filename, except that /etc/vpp/startup.conf needs to point to it.

D.

From: vpp-dev@lists.fd.io  On Behalf Of rya...@yunify.com
Sent: Friday, July 19, 2019 9:14 PM
To: vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] How to save VPP configuration

Hi Dave,

what's the 'startup-config /etc/setup.gate' should be looks like?
Does it have a doc describe the syntax of this file?

Thanks!
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

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


Re: [vpp-dev] How to save VPP configuration

2019-07-19 Thread chetan bhasin
Hi,

setup.gate should contain set of VPP CLI which you want to be persistent.

Regards,
Chetan Bhasin

On Sat, Jul 20, 2019, 06:43  wrote:

> Hi Dave,
>
> what's the 'startup-config /etc/setup.gate' should be looks like?
> Does it have a doc describe the syntax of this file?
>
> Thanks! -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
>
> View/Reply Online (#13534): https://lists.fd.io/g/vpp-dev/message/13534
> Mute This Topic: https://lists.fd.io/mt/27738030/856484
> Group Owner: vpp-dev+ow...@lists.fd.io
> Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [
> chetan.bhasin...@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

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


Re: [vpp-dev] How to save VPP configuration

2019-07-19 Thread ryanlu
Hi Dave,

what's the ' startup-config /etc/setup.gate ' should be looks like?
Does it have a doc describe the syntax of this file?

Thanks!
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

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


Re: [vpp-dev] How to save VPP configuration

2018-10-26 Thread Dave Barach via Lists.Fd.Io
Here’s one simple way to do it:

$ cat /etc/vpp/startup.conf
unix {
  nodaemon
  log /var/log/vpp/vpp.log
  full-coredump
  cli-listen /run/vpp/cli.sock
  startup-config /etc/setup.gate
  gid vpp
}




From: vpp-dev@lists.fd.io  On Behalf Of tianye@sina
Sent: Friday, October 26, 2018 6:29 AM
To: vpp-dev@lists.fd.io
Subject: [vpp-dev] How to save VPP configuration

Hello Everyone:

Almost all of the telecom devices could save the user configuration.
But in VPP, it’s look like when VPP process is restart, the previous 
configuration will missing.
For example, After I added a Vxlan Tunnel then restart the VPP process and log 
in to the VPP console.
Then re-run the “show interface” command, the Vxlan tunnel which I added last 
time is gone!

So, Is there someone who know how to save the configuration so that I could 
save my modification permanently?
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

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


[vpp-dev] How to save VPP configuration

2018-10-26 Thread tianye@sina
Hello Everyone:

 

Almost all of the telecom devices could save the user configuration.

But in VPP, it’s look like when VPP process is restart, the previous 
configuration will missing.

For example, After I added a Vxlan Tunnel then restart the VPP process and log 
in to the VPP console.

Then re-run the “show interface” command, the Vxlan tunnel which I added last 
time is gone!

 

So, Is there someone who know how to save the configuration so that I could 
save my modification permanently? 

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

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