Disable access to 169.254.1.1 in epmp

This is exactly what we do across our network in order to shut off the default IP after install. Here is the cnMaestro template for ePMP:

{
	"template_props": {
		"templateName": "",
		"version": "4.6.2"
	},
	"device_props": {
		"networkLanDefaultIP": "0.0.0.0"
	}
}
2 Likes