cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3249
Views
0
Helpful
2
Replies

Port Forwarding API - Uplink

jjabson
Level 4
Level 4

Hi,

I have a question regarding a value being returned by the following API:

GET 'https://api.meraki.com/api/v1/networks/{networkId}/appliance/firewall/portForwardingRules'

the attribute "uplink" returns 3 different values "both", "internet1", or "internet2". Can I assume that this maps to the uplink API:

GET 'https://api.meraki.com/api/v0/networks/{networkId}/devices/{serial}/uplink'

to the "interface" attribute:

"interface": "WAN 1"

so from the port forwarding API "internet1" maps to "WAN 1" and "internet2" maps to "WAN 2" on the device?

Thanks in advance,

-Jerome

1 Accepted Solution

Accepted Solutions

seshu1992
Cisco Employee
Cisco Employee

Hello @jjabson

That is correct. "internet1" maps to "WAN 1" and "internet2" maps to "WAN 2" on the MX.

Regards,

Meraki Team

View solution in original post

2 Replies 2

seshu1992
Cisco Employee
Cisco Employee

Hello @jjabson

That is correct. "internet1" maps to "WAN 1" and "internet2" maps to "WAN 2" on the MX.

Regards,

Meraki Team

@seshu1992Thanks!