From 4e6cb88455010c21ee43c636ab1dc7edb4906d43 Mon Sep 17 00:00:00 2001 From: Karl Newell Date: Thu, 19 Apr 2018 21:56:35 -0400 Subject: [PATCH] Update core.j2 --- junos/core.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/junos/core.j2 b/junos/core.j2 index 0bdef68..2255b3a 100644 --- a/junos/core.j2 +++ b/junos/core.j2 @@ -83,7 +83,7 @@ interfaces { description "OOB to MGMT Network"; unit 0 { family inet { - address {{node.mgmt}}/24; + address {{node.mgmt}}/20; } } }