Commit 1d7c27f2 authored by 吴洲洋's avatar 吴洲洋

update configure plugin

parent b4b40d81
...@@ -7,7 +7,7 @@ set interface ip address if_n6 @gtpu_export_ip@/24 ...@@ -7,7 +7,7 @@ set interface ip address if_n6 @gtpu_export_ip@/24
create gtpu tunnel src @gtpu_entry_ip@ dst @gnb_gtpu_ip@ teid 1 encap-vrf-id 0 decap-next node ip4-lookup create gtpu tunnel src @gtpu_entry_ip@ dst @gnb_gtpu_ip@ teid 1 encap-vrf-id 0 decap-next node ip4-lookup
ip route add @ue_ip@/24 via gtpu_tunnel0 ip route add @ue_ip@/24 via gtpu_tunnel0
ip route add 0.0.0.0/0 via if_n6 @gtpu_export_ip@ ip route add 0.0.0.0/0 via if_n6 @vpp_host_ip@
......
vpp: vpp:
system: system:
gtpu_entry_ip: 192.168.10.20 gtpu_entry_ip: 192.168.10.40
gtpu_export_ip: 172.16.30.10 gtpu_export_ip: 192.168.50.10
gnb_gtpu_ip: 192.168.10.100 gnb_gtpu_ip: 192.168.10.100
ip_link: ip_link:
ueip: 192.169.0.0 ueip: 192.169.0.0
...@@ -9,10 +9,11 @@ vpp: ...@@ -9,10 +9,11 @@ vpp:
snatInter: ens32 snatInter: ens32
snatIP: 192.168.2.78 snatIP: 192.168.2.78
vppHost: ens35 vppHost: ens35
vppHostIP: 192.168.50.11
gtpu_entry: ens33 gtpu_entry: ens33
gtpu_export: ens34 gtpu_export: ens34
cpu: 3f cpu: 3f
n4: n4:
smf: 192.168.2.63 smf: 192.168.2.39
upf: 192.168.2.78 upf: 192.168.2.78
logSize: 100 logSize: 100
No preview for this file type
File added
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment