diff --git a/src/views/ne/neQuickSetup/components/Para5GForm.vue b/src/views/ne/neQuickSetup/components/Para5GForm.vue
index 677bebdf..b4528fb7 100644
--- a/src/views/ne/neQuickSetup/components/Para5GForm.vue
+++ b/src/views/ne/neQuickSetup/components/Para5GForm.vue
@@ -49,6 +49,8 @@ let fromState = ref({
mmes11_ip: '172.16.5.220/24',
ims_sip_ip: '192.168.8.110',
upf_type: 'LightUPF',
+ upf_driver_type: 'vmxnet3',
+ upf_card_name: 'eth0',
upfn3_pci: '0000:00:00.0',
upfn3_mac: '00:00:00:00:00:00',
upfn6_pci: '0000:00:00.0',
@@ -106,7 +108,7 @@ watch(
DNN
-
+
@@ -128,7 +130,7 @@ watch(
1-3
-
+
@@ -188,7 +190,7 @@ watch(
Network Elemment send data tu EMS IP
-
+
@@ -209,7 +211,9 @@ watch(
AMF N2
-
+
@@ -250,7 +254,7 @@ watch(
UE IP and maxk
-
+
@@ -270,7 +274,7 @@ watch(
netwrok ip
-
+
@@ -285,7 +289,7 @@ watch(
geteway
-
+
@@ -307,9 +311,12 @@ watch(
- use `ip a` show info, to inet ip
+ use `ip a` show info, to inet name
+
+ or
+ use `lshw -class network -businfo` show device name
-
+
@@ -326,7 +333,7 @@ watch(
use `ip a` show info, to inet ip
-
+
@@ -354,6 +361,16 @@ watch(
>
+
+
+ vmxnet3
+ dpdk
+ host
+
+
@@ -374,6 +391,28 @@ watch(
>
+
+
+
+
+
+ use `ip a` show info, to inet name
+
+ or
+ use `lshw -class network -businfo` show device name
+
+
+
+
+
+
@@ -394,7 +433,9 @@ watch(
IMS SIP
-
+
@@ -421,7 +462,9 @@ watch(
(S1AP), can be ethernet interface, virtual ethernet
interface, we don't advise wireless interfaces
-
+
@@ -436,7 +479,9 @@ watch(
Interface
-
+
@@ -453,7 +498,9 @@ watch(
MME binded interface for S11-U communication (GTPV1-U)
-
+
diff --git a/src/views/ne/neQuickSetup/index.vue b/src/views/ne/neQuickSetup/index.vue
index 4a87e8cf..894c9201 100644
--- a/src/views/ne/neQuickSetup/index.vue
+++ b/src/views/ne/neQuickSetup/index.vue
@@ -70,7 +70,7 @@ function fnNext() {
-
+