Uploaded image for project: 'vpp'
  1. vpp
  2. VPP-2003

flowprobe feature for both ip4 and ip6

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Medium Medium
    • None
    • None
    • flowprobe plugin
    • None

      أعزائي،

      أحاول تمكين تصدير IPFIX لكل من IPv4 و IPv6.

      فيما يلي تكوين بدء التشغيل الخاص بي لـ VPP 21.10 قيد التشغيل في QEMU CentOS 8 VM

      تعيين حالة الواجهة GigabitEthernet0/5/0
      تعيين عنوان IP للواجهة GigabitEthernet0/5/0 10.2.2.2/24
      تعيين عنوان IP للواجهة GigabitEthernet0/5/0 2001:db8:2::2/64
      تعيين مُصدِّر ipfix جامع 10.2.2.1 src 10.2.2.2 template-interval 20 path-mtu 1450
      flowprobe params record l2 l3 l4 active 20 passive 120
      flowprobe feature add-del GigabitEthernet0/5/0

      مع هذا التكوين، يتم تعيين ميزة flowprobe-ip4 فقط

      vpp# show interface features GigabitEthernet0/5/0
      مسارات الميزات التي تم تكوينها على GigabitEthernet0/5/0...
      ip6-output:
      none configured
      ip4-output:
      flowprobe-ip4

      إذا حاولت إضافة ip6 فإن هذا الأمر يفشل

      vpp# flowprobe feature add-del GigabitEthernet0/5/0 ip6
      flowprobe feature add-del: واجهة تمكن مسارات بيانات مختلفة ...

      يظهر IPv4 فقط في جدول flowprobe

      vpp# show flowprobe table
      Dumping IPFIX table
      0/2 00:0c:29:d3:5a:02 00:16:3e:00:00:02 10.2.2.2 -> 10.2.2.1 1 0 0

      إذا قمت بتغيير تكوين بدء التشغيل بـ

      إضافة ميزة flowprobe لـ GigabitEthernet0/5/0 ip4 ip6

      ثم تمت إضافة ميزة flowprobe-ip6 فقط

      vpp# show interface features
      مسارات الميزات التي تم تكوينها على GigabitEthernet0/5/0...
      ip6-output:
      flowprobe-ip6
      ip4-output:
      لم يتم تكوين أي شيء

      vpp# flowprobe feature add-del GigabitEthernet0/5/0 ip4
      flowprobe feature add-del: واجهة تمكن مسارات بيانات مختلفة ...

      vpp# show flowprobe table
      Dumping IPFIX table
      0/2 00:0c:29:d3:5a:02 33:33:ff:00:00:01 2001:db8:2::2 -> ff02::1:ff00:1 58 0 0
      0/2 00:0c:29:d3:5a:02 33:33:00:00:00:16 fe80::20c:29ff:fed3:5a02 -> ff02::16 0 0 0
      0/2 00:0c:29:d3:5a:02 33:33:00:00:00:01 fe80::20c:29ff:fed3:5a02 -> ff02::1 58 0 0
      2/2 00:0c:29:d3:5a:02 00:16:3e:00:00:02 2001:db8:2::2 -> 2001:db8:2::1 58 0 0

      هل من الممكن إعداد تصدير IPFIX لكل من IPv4 و IPv6؟

      شكرًا

            gadah غدو الودعاني
            nucleo nucleo
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: