The Meraki "No NAT / NAT Exceptions" feature allows disabling source NAT on a per-VLAN per-uplink basis. This feature was previously behind the has_mx_no_nat_early_access early access opt-in but has now graduated to GA in MX 26.1.X firmware.
The beta API (v1-beta) has added a new uplinks attribute to the existing VLAN endpoint that enables per-uplink NAT exception configuration at the VLAN level.
Beta API Schema
PUT //networks/{networkId}/appliance/uplinks/nat
New uplinks property:
"uplinks": [
{
"interface": "wan1",
"nat": {
"enabled": true
}
},
{
"interface": "wan2",
"nat": {
"enabled": false
}
}
]
"Per-uplink NAT exception override configuration on the VLAN. Applicable only for networks that support NAT exceptions."
API Reference
The Meraki "No NAT / NAT Exceptions" feature allows disabling source NAT on a per-VLAN per-uplink basis. This feature was previously behind the
has_mx_no_nat_early_accessearly access opt-in but has now graduated to GA in MX 26.1.X firmware.The beta API (
v1-beta) has added a newuplinksattribute to the existing VLAN endpoint that enables per-uplink NAT exception configuration at the VLAN level.Beta API Schema
PUT //networks/{networkId}/appliance/uplinks/natNew
uplinksproperty:API Reference