AETHER-3508: Added Proxy setting to AiaB

Change-Id: I48d827107bbfdd0c31910ab1c093c7b2e7c9610f
diff --git a/netplan/01-enb-static-config.yaml b/netplan/01-enb-static-config.yaml
new file mode 100644
index 0000000..5bf88e8
--- /dev/null
+++ b/netplan/01-enb-static-config.yaml
@@ -0,0 +1,14 @@
+# SPDX-FileCopyrightText: 2022-present Intel Corporation
+#
+# SPDX-License-Identifier: Apache-2.0
+
+# This is the network config for enb interface
+network:
+  ethernets:
+    enb:
+      dhcp4: false
+      addresses: [192.168.251.3/24]
+      routes:
+        - to: 192.168.252.0/24
+          via: 192.168.251.1
+  version: 2