Anapaya appliance configuration (nat only)
nat object
Top-level configuration and state for NAT.
snat object
Top-level configuration and state for the source NAT.
address_poolstring<ip-prefix>[]
The list of IP prefixes to use as the source NAT pool.
excludestring<ip-prefix>[]
The list of IP prefixes to exclude from the NAT. The number of IP addresses that can be excluded is limited.
interfacesstring[]
The list of interfaces to do the NAT. These are typically interfaces connected to the local network
Config_Nat_Wrapped
{
"nat": {
"snat": {
"address_pool": [
"string"
],
"exclude": [
"string"
],
"interfaces": [
"string"
]
}
}
}