> 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/tmedia-documentation/configuration/enable-the-session-border-gateway.md).

# Enable the Session Border Gateway

#### ***Applies to version(s): v2.10, v3.0***

The session border gateway feature is enabled by default. To verify or change the setting, do the following:

1-Click **SBC** in the navigation panel.

![Sbc Enable 0](https://docs.telcobridges.com/w/images/0/01/Sbc_Enable_0.png)

2-Verify that **Enabled** is checked

![Sbc Enable 1](https://docs.telcobridges.com/w/images/7/7c/Sbc_Enable_1.png)

3- Click Save

**Path**

```
/configurations/@[configuration_name]/firewalls/firewall
```

**Parameters (text)**

```
/configurations/@[configuration_name]/firewalls/firewall
enabled             = true
name                = "firewall"

/configurations/@[configuration_name]/firewalls/firewall/advanced_parameters
connection_debug_mode            = false
default_ban_duration             = "15 minutes"

/configurations/@[configuration_name]/firewalls/firewall/advanced_parameters/default_values_for_H248_rules
default_entry_duration            = "15 minutes"
default_maximum_bandwidth         = "200 KBps"
default_maximum_bandwidth_packets = "400 pps"
default_temporary_ban_duration    = "5 minutes"

/configurations/@[configuration_name]/firewalls/firewall/advanced_parameters/default_values_for_manual_rules
default_entry_duration            = "15 minutes"
default_maximum_bandwidth         = "40 KBps"
default_maximum_bandwidth_packets = "1 Kpps"
default_temporary_ban_duration    = "5 minutes"

/configurations/@[configuration_name]/firewalls/firewall/advanced_parameters/default_values_for_OAMP_rules
default_entry_duration            = "15 minutes"
default_maximum_bandwidth         = "0 Bps"
default_maximum_bandwidth_packets = "0 pps"
default_temporary_ban_duration    = "5 minutes"

/configurations/@[configuration_name]/firewalls/firewall/advanced_parameters/default_values_for_SIGTRAN_rules
default_entry_duration            = "15 minutes"
default_maximum_bandwidth         = "200 KBps"
default_maximum_bandwidth_packets = "400 pps"
default_temporary_ban_duration    = "5 minutes"

/configurations/@[configuration_name]/firewalls/firewall/advanced_parameters/default_values_for_SIP_rules
default_entry_duration            = "15 minutes"
default_maximum_bandwidth         = "0 Bps"
default_maximum_bandwidth_packets = "10 Kpps"
default_temporary_ban_duration    = "30 seconds"

/configurations/@[configuration_name]/firewalls/firewall/advanced_parameters/list_sizes
maximum_accept_entries = 4000
maximum_drop_entries   = 2000
maximum_filters        = 200
```

**Parameters (json)**

```
{
  "advanced_parameters" : {
    "connection_debug_mode" : false,
    "default_ban_duration" : "15 minutes",
    "default_values_for_H248_rules" : {
      "default_entry_duration" : "15 minutes",
      "default_maximum_bandwidth" : "200 KBps",
      "default_maximum_bandwidth_packets" : "400 pps",
      "default_temporary_ban_duration" : "5 minutes"
    },
    "default_values_for_manual_rules" : {
      "default_entry_duration" : "15 minutes",
      "default_maximum_bandwidth" : "40 KBps",
      "default_maximum_bandwidth_packets" : "1 Kpps",
      "default_temporary_ban_duration" : "5 minutes"
    },
    "default_values_for_OAMP_rules" : {
      "default_entry_duration" : "15 minutes",
      "default_maximum_bandwidth" : "0 Bps",
      "default_maximum_bandwidth_packets" : "0 pps",
      "default_temporary_ban_duration" : "5 minutes"
    },
    "default_values_for_SIGTRAN_rules" : {
      "default_entry_duration" : "15 minutes",
      "default_maximum_bandwidth" : "200 KBps",
      "default_maximum_bandwidth_packets" : "400 pps",
      "default_temporary_ban_duration" : "5 minutes"
    },
    "default_values_for_SIP_rules" : {
      "default_entry_duration" : "15 minutes",
      "default_maximum_bandwidth" : "0 Bps",
      "default_maximum_bandwidth_packets" : "10 Kpps",
      "default_temporary_ban_duration" : "30 seconds"
    },
    "list_sizes" : {
      "maximum_accept_entries" : 4000,
      "maximum_drop_entries" : 2000,
      "maximum_filters" : 200
    }
  },
  "enabled" : true,
  "name" : "firewall",
  "rules" : {
  }
}
```

### List of Parameters

Advanced Parameters

* [Connection debug mode](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/sbc-connection-debug-mode/README.md)
* [Default ban duration](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/sbc-default-ban-duration/README.md)
* List Sizes
  * [Maximum accept entries](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/sbc-maximum-accept-entries/README.md)
  * [Maximum drop entries](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/sbc-maximum-drop-entries/README.md)
  * [Maximum filters](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/sbc-maximum-filters/README.md)
* Default values for manual rules
  * [Default entry duration](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/sbc-default-entry-duration/README.md)
  * [Default maximum bandwidth](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/sbc-default-maximum-bandwidth/README.md)
  * [Default maximum bandwidth](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/sbc-default-maximum-bandwidth-pps/README.md)
  * [Default temporary ban duration](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/sbc-default-temporary-ban-duration/README.md)
* Default values for OAMP rules
  * [Default entry duration](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/sbc-oamp-default-entry-duration/README.md)
  * [Default maximum bandwidth](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/sbc-oamp-default-maximum-bandwidth/README.md)
  * [Default maximum bandwidth](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/sbc-oamp-default-maximum-bandwidth-pps/README.md)
  * [Default temporary ban duration](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/sbc-oamp-default-temporary-ban-duration/README.md)
* Default values for SIP rules
  * [Default entry duration](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/sbc-sip-default-entry-duration/README.md)
  * [Default maximum bandwidth](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/sbc-sip-default-maximum-bandwidth/README.md)
  * [Default maximum bandwidth](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/sbc-sip-default-maximum-bandwidth-pps/README.md)
  * [Default temporary ban duration](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/sbc-sip-default-temporary-ban-duration/README.md)
* Default values for SIGTRAN rules
  * [Default entry duration](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/sbc-sigtran-default-entry-duration/README.md)
  * [Default maximum bandwidth](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/sbc-sigtran-default-maximum-bandwidth/README.md)
  * [Default maximum bandwidth](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/sbc-sigtran-default-maximum-bandwidth-pps/README.md)
  * [Default temporary ban duration](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/sbc-sigtran-default-temporary-ban-duration/README.md)
* Default values for H.248 rules
  * [Default entry duration](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/sbc-h-248-default-entry-duration/README.md)
  * [Default maximum bandwidth](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/sbc-h-248-default-maximum-bandwidth/README.md)
  * [Default maximum bandwidth](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/sbc-h-248-default-maximum-bandwidth-pps/README.md)
  * [Default temporary ban duration](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/sbc-h-248-default-temporary-ban-duration/README.md)


---

# 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/tmedia-documentation/configuration/enable-the-session-border-gateway.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.
