A tabela abaixo representa os campos para configurações de  Redirecionamento de portas.
| Parâmetros | Descrição | Exemplos |
|---|---|---|
| InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection.1.PortMapping | Criar nova regra | Utilizar método RPC AddObject |
| InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection.1.PortMapping.{i}.PortMappingEnabled | Ativar/Desativar | true ou false |
| InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection.1.PortMapping.{i}.PortMappingDescription | Nome nova regra | regra_nova |
| InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection.1.PortMapping.{i}.PortMappingProtocol | Protocolo | TCP, UDP, TCPandUDP |
| InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection.1.PortMapping.{i}.ExternalPort | Porta externa | 23 |
| InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection.1.PortMapping.{i}.InternalPort | Porta interna | 23 |
| InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection.1.PortMapping.{i}.RemoteHost | Host externo | 200.100.101.102 |
| InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection.1.PortMapping.{i}.InternalClient | Host interno | 10.0.0.13 |