VPP deals with tables not VRFs. A VRF is a single identifier for a set of 4 
tables; IPv4 & IPv6, unicast and multicast. In VPP we have instead one ID to 
describe the pair of IPv4 unicast plus multicast and another ID (in a separate 
number space) to describe the same IPv6 pair. A VRF is then only a control 
plane construct composed of  a pair of these IDs.

The commands you mention; one adds an IPv4 tables the other an IPv6 tables, 
corresponding to the ID you specify.

/Neale


De : <vpp-dev@lists.fd.io> au nom de Yosvany <yosvan...@nauta.cu>
Date : mercredi 30 janvier 2019 à 01:09
À : "Neale Ranns (nranns)" <nra...@cisco.com>, "Neale Ranns via Lists.Fd.Io" 
<nranns=cisco....@lists.fd.io>, "dmar...@me.com" <dmar...@me.com>, "Damjan 
Marion via Lists.Fd.Io" <dmarion=me....@lists.fd.io>, Marco Varlese 
<mvarl...@suse.de>
Cc : "vpp-dev@lists.fd.io" <vpp-dev@lists.fd.io>
Objet : Re: [vpp-dev] Dual stack con VPP and VRF

And then what is the differents between this comand:

Ip table X and ip6 table X ???

Great job is VPP.


El 29 de enero de 2019 3:54:07 AM GMT-05:00, "Neale Ranns via Lists.Fd.Io" 
<nranns=cisco....@lists.fd.io> escribió:
Hi,

You just need to give the interface an IPv4 and IPv6 address.

DBGvpp# loop cre
DBGvpp# ip table 1
DBGvpp# set int ip table loop0 1
DBGvpp# set int state loop0 up
DBGvpp# set int ip address loop0 10.10.10.10/24
DBGvpp# set int ip address loop0 2001::10/64

The creation of the IP table 1 is optional, it would work in the ‘default’ 
table too.

/neale

De : <vpp-dev@lists.fd.io> au nom de Yosvany <yosvan...@nauta.cu>
Date : mardi 29 janvier 2019 à 02:34
À : "dmar...@me.com" <dmar...@me.com>, "Damjan Marion via Lists.Fd.Io" 
<dmarion=me....@lists.fd.io>, Marco Varlese <mvarl...@suse.de>
Cc : "vpp-dev@lists.fd.io" <vpp-dev@lists.fd.io>
Objet : [vpp-dev] Dual stack con VPP and VRF

Can someone show me one example, how can use dual stack in one interface and 
vrf.??

--
Enviado desde mi dispositivo Android con K-9 Mail. Por favor, disculpa mi 
brevedad.
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#12056): https://lists.fd.io/g/vpp-dev/message/12056
Mute This Topic: https://lists.fd.io/mt/29577845/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