Update enodeb and management switch config

Change-Id: I2fd3c26c53d15b9e7a11a5e489b345f9239627e2
diff --git a/p4-pod-configs/enodeb/vlan-config.sh b/p4-pod-configs/enodeb/vlan-config.sh
index 4fc6b32..94ca5b9 100644
--- a/p4-pod-configs/enodeb/vlan-config.sh
+++ b/p4-pod-configs/enodeb/vlan-config.sh
@@ -1,24 +1,22 @@
 #!/bin/sh
 
 # Reset VLANs
-vconfig rem eth0.100
-vconfig rem eth0.200
+vconfig rem eth0.1
 
 set -e -x
 
 # Set VLANs
-vconfig add eth0 100
-vconfig add eth0 200
+vconfig add eth0 1
 
-# Slice1 (Leaf1)
-ifconfig eth0.100 up
-ip addr add 118.0.0.10/24 dev eth0.100
-ip addr add 119.0.0.10/24 dev eth0.100
-
-# Slice2 (Leaf2)
-ifconfig eth0.200 up
-ifconfig eth0.200 hw ether 00:aa:00:00:00:02
-ipaddr add 140.0.0.10/24 dev eth0.200
+ifconfig eth0 up
 
 # Internal (for management and MME2)
-ifconfig eth0 10.6.0.200/24 up
+ifconfig eth0.1 up
+ifconfig eth0.1 10.6.0.200/24 up
+
+# Slice1 (Leaf1)
+ip addr add 118.0.0.10/24 dev eth0
+ip addr add 119.0.0.10/24 dev eth0
+
+# route to slice 2 and ARM (140.0.0.2/24 and 150.0.0.10/24)
+ip route add 0.0.0.0/0 via 119.0.0.254
diff --git a/p4-pod-configs/mgmt-sw/running-config.cfg b/p4-pod-configs/mgmt-sw/running-config.cfg
index 24134bf..0ffaeb1 100644
--- a/p4-pod-configs/mgmt-sw/running-config.cfg
+++ b/p4-pod-configs/mgmt-sw/running-config.cfg
Binary files differ