> For the complete documentation index, see [llms.txt](https://prosbcdocs.telcobridges.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prosbcdocs.telcobridges.com/telecom-references/parameter-reference/ip-network.md).

# IP network parameters

IP, TCP/UDP, ports, VLAN, TOS/DSCP and MTU. 27 parameters.

## A

| Parameter                  | Description                                                |
| -------------------------- | ---------------------------------------------------------- |
| **Allow ICMP**             | Only applicable if the VLAN is on a LAN/WAN Ethernet port. |
| **Allow IP fragmentation** | Allow fragmented IP packets.                               |
| **Allow PING**             | Only applicable if the VLAN is SBC-protected.              |

## D

| Parameter       | Description                         |
| --------------- | ----------------------------------- |
| **Dns Enabled** | Enable DNS name resolution support. |

## E

| Parameter          | Description                                         |
| ------------------ | --------------------------------------------------- |
| **Enables**        | Enables DNS name resolution support for this group. |
| **Ethernet ports** | The Ethernet port name.                             |

## F

| Parameter              | Description                                      |
| ---------------------- | ------------------------------------------------ |
| **FTP Server Address** | IP address or domain name of the FTP/SFTP server |

## H

| Parameter     | Description                                         |
| ------------- | --------------------------------------------------- |
| **Host VLAN** | Host VLAN with which IP packets will be associated. |

## I

| Parameter                  | Description                                                                 |
| -------------------------- | --------------------------------------------------------------------------- |
| **IP interfaces to allow** | Interfaces on which the Web Portal will be reachable via the selected port. |

## L

| Parameter                      | Description                 |
| ------------------------------ | --------------------------- |
| **Local Gateway IP Interface** | Local interface of the NAT. |

## M

| Parameter        | Description                                                                    |
| ---------------- | ------------------------------------------------------------------------------ |
| **MSS clamping** | TCP packets Maximum Segment Size (to adjust the MTU values between peers).     |
| **MTU**          | Maximum Transmission Unit (largest packet you can transmit over the Internet). |

## N

| Parameter                 | Description                                                       |
| ------------------------- | ----------------------------------------------------------------- |
| **Network Polling Delay** | Delay for polling TCP connections between applications and units. |

## P

| Parameter            | Description                                                                                               |
| -------------------- | --------------------------------------------------------------------------------------------------------- |
| **Port Numbers**     | Port numbers 0 - 14 The name of the hardware units plugged to ports ranging from 0-14 of the patch panel. |
| **Protocol**         | Transport protocol for DNS queries.                                                                       |
| **Public Interface** | Public interface of the NAT.                                                                              |

## S

| Parameter                          | Description                                                                     |
| ---------------------------------- | ------------------------------------------------------------------------------- |
| **SBC Filter Destination IP**      | Destination IP address to match in received packets' IPv4 header.               |
| **SBC Filter Destination Netmask** | Destination Netmask for matching of destination IP address of incoming packets. |
| **SBC Filter Destination Port**    | Destination IP address (domain names are not supported)                         |
| **SBC Filter Source IP**           | Source IP address to match in received packets' IPv4 header.                    |
| **SBC Filter Source Netmask**      | Source Netmask for matching of source IP address of incoming packets.           |
| **SBC Filter Source Port**         | Source Port (value or range ex:1000-2000)                                       |
| **Source IP interface**            | Choose one of the IP interfaces set in the 'IP Interfaces' section              |

## U

| Parameter              | Description                                    |
| ---------------------- | ---------------------------------------------- |
| **Unit to create for** | Adapter on which this virtual port is created. |
| **Use HTTS**           | Use HTTPS (secure HTTP) on this port.          |
| **Used by SBC**        | Only applicable if SBC is enabled.             |

## V

| Parameter   | Description           |
| ----------- | --------------------- |
| **VLAN id** | VLAN Identifier (VID) |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://prosbcdocs.telcobridges.com/telecom-references/parameter-reference/ip-network.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
