This is a script I run in VPP using "ex".  The script does not incur any
errors when run. I have set Ubuntu 18.04 to ipv6.disable = 0, reloaded grub
and the started VPP. 

 

enable ip6 interface TenGigabitEthernet3/0/0

enable ip6 interface TenGigabitEthernet3/0/1

set int ip addr TenGigabitEthernet3/0/0
2001:420:380:dead:beef:d06:f001:1/128

set int ip addr TenGigabitEthernet3/0/1
2001:420:380:dead:beef:d06:f002:1/128

set int state TenGigabitEthernet3/0/0 up

set int state TenGigabitEthernet3/0/1 up

ip6 nd TenGigabitEthernet3/0/0 ra-suppress

ip6 nd TenGigabitEthernet3/0/1 ra-suppress

clear run

 

How, when I use "show interface", the interface have error shown below:

 

vpp# sh interface                            

              Name               Idx    State  MTU (L3/IP4/IP6/MPLS)
Counter          Count     

TenGigabitEthernet3/0/0           1      up          9000/0/0/0     tx-error
1

TenGigabitEthernet3/0/1           2      up          9000/0/0/0     tx-error
1

local0                            0     down          0/0/0/0       drops
2

vpp#

 

What did I do wrong?

 

Hemant

 

 

Attachment: smime.p7s
Description: S/MIME cryptographic signature

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#18816): https://lists.fd.io/g/vpp-dev/message/18816
Mute This Topic: https://lists.fd.io/mt/80938152/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