The VPP CLI to set interface to an IP table also work on sub-interfaces if the
name of the sub-interface is specified. For example:
vpp# ip table 10
vpp# create sub-interfaces GigabitEthernet4/0/0 10
GigabitEthernet4/0/0.10
vpp# set int ip table GigabitEthernet4/0/0.10 10
vpp# set int ip address
Hi,
I'm new to vpp and hit an error when receiving no packet from PCI
device. My setup is below:
/etc/vpp# cat startup.conf
unix {
nodaemon
log /var/log/vpp/vpp.log
full-coredump
cli-listen /run/vpp/cli.sock
gid vpp
}
api-segment {
gid vpp
}
socksvr {
default
}
cpu {
main-core 1
cor
Hi,
Is there anyway I can associate a VPP sub-interface to a particular ip-fib
table id ?
I could able to associate a physical interface to a table id, but not a sub
interface. I did not find a CLI option to do this. Any inputs pls.
--
Thanks & Regards,
Murthy
-=-=-=-=-=-=-=-=-=-=-=-
Links: You
Even I am using vpp 19.08 & don’t see the extended stats which I used to
see in other vpp release .
There was not change in the configuration but with vpp 19.08 it’s not
showing up .
When I use dpdk application called testpmd the extended stats just show up
fine . It’s only the vpp not showing it
Hi Dave,
As with all IP routing, you need to configure the route with the nexthop on
that interface’s subnet.
So :
Ip route 173.2.0.0/24 via GigEthx/y/z
Rather than
Ip route 173.2.0.0/24 via GigEthx/y/z
/neale
From: shi dave
Date: Friday 23 August 2019 at 09:36
To: "Neale Ranns (nranns)
[Edited Message Follows]
Sub: VPP interconnection
Hi VPP experts,
I'm just starting with VPP and I'm come across this block:
I'm trying to interconnect two instances of VPP, which are running on two
different VMs(which may or may not be on the same server).We have Veth
interfaces configured o
[Edited Message Follows]
Hi VPP experts,
I'm just starting with VPP and I'm come across this block:
I'm trying to interconnect two instances of VPP, which are running on two
different VMs(which may or may not be on the same server).We have Veth
interfaces configured on both,but we aren't able
Hi VPP experts,
I'm just starting with VPP and I'm come across this block,
I'm trying to interconnect two instances of VPP, which are running on two
different VMs(which may or may not be on the same server).
We have Veth interfaces configured on both,but we aren't able to proceed to
connect th