Skip to content

Add support for per-uplink NAT exceptions on Appliance VLANs #191

@jon-humphries

Description

@jon-humphries

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions