Hoi Pawel,

On Fri, Sep 9, 2022 at 2:12 AM Paweł Staszewski <pstaszew...@itcare.pl>
wrote:

> Currently i stuct with other thing - can't configure more than one sub
> interface as vlan all because after configuring one vlan second one always
> has error:
>
> vpp# create sub BondEthernet0 4070
> BondEthernet0.4070
> vpp# lcp create BondEthernet0.4070 host-if be0.4070
> lcp create: lcp pair creation failed (-73)
>
To create a sub-interface in LCP, you must also create its parent, in your
case:
vpp# lcp create BondEthernet0 host-if be0
vpp# create sub BondEthernet0 4070
vpp# lcp create BondEthernet0.4070 host-if be0.4070

Incidentally, VPP can also auto-create the sub-interfaces in LCP, if you
wish. To enable this:
vpp# lcp lcp-auto-subint on

Then the second 'lcp create' above is not necessary. If you have 'lcp
lcp-auto-subint off' (the default), then you'll have to create LCP pairs
for each sub-interface. Another handy command is:
vpp# show lcp

Hope that helps,
Pim

-- 
Pim van Pelt <p...@ipng.nl>
PBVP1-RIPE - http://www.ipng.nl/
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#21865): https://lists.fd.io/g/vpp-dev/message/21865
Mute This Topic: https://lists.fd.io/mt/93536468/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/leave/1480452/21656/631435203/xyzzy 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to