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 : <[email protected]> au nom de Yosvany <[email protected]>
Date : mercredi 30 janvier 2019 à 01:09
À : "Neale Ranns (nranns)" <[email protected]>, "Neale Ranns via Lists.Fd.Io" 
<[email protected]>, "[email protected]" <[email protected]>, "Damjan 
Marion via Lists.Fd.Io" <[email protected]>, Marco Varlese 
<[email protected]>
Cc : "[email protected]" <[email protected]>
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" 
<[email protected]> 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 : <[email protected]> au nom de Yosvany <[email protected]>
Date : mardi 29 janvier 2019 à 02:34
À : "[email protected]" <[email protected]>, "Damjan Marion via Lists.Fd.Io" 
<[email protected]>, Marco Varlese <[email protected]>
Cc : "[email protected]" <[email protected]>
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: [email protected]
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to