Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. Lots of docs on how to build PAN-OS VM-Series in KVM for production with SR-IOV and DPDK etc, but very little about
  2. how to run it with purely for testing without those dataplane features.
  3.  
  4. Define all interfaces with nic type of 'virtio'
  5.  
  6. admin@panos-gw-01> debug show vm-series interfaces all
  7.  
  8. Interface_name Base-OS_port Base-OS_MAC PCI-ID Driver
  9. mgt eth0 52:54:00:1e:00:00 virtio_net
  10. Ethernet1/1 eth1 52:54:00:1e:00:0c 0000:00:04.0 virtio_net
  11. Ethernet1/2 eth2 52:54:00:1e:00:0d 0000:00:05.0 virtio_net
  12.  
  13. Turn off dpdk-pkt-io mode
  14.  
  15. admin@panos-gw-01> set system setting dpdk-pkt-io off
  16. Enabling/disabling DPDK Packet IO mode requires a device reboot. Do you want to continue? (y or n)
  17.  
  18. Device is already in non-DPDK IO mode
  19. admin@panos-gw-01>
  20.  
  21. admin@panos-gw-01> show system setting dpdk-pkt-io
  22.  
  23. Device current Packet IO mode: Packet MMAP
  24. Device DPDK Packet IO capable: yes
  25. Device default Packet IO mode: DPDK
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement