> 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/create-session-border-gateway-access-rules-and-filters.md).

# Create Session Border Gateway Access Rules and Filters

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

In addition to the default access rules that are included with the SBC, one or more custom rules can be created and their priority in a series of rules can be set. To add a new rule or to change its priority, 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-Click **Create New Rule**.

![Sbc Rule 0](https://docs.telcobridges.com/w/images/d/d5/Sbc_Rule_0.png)

3-Enter values for the rule.

* Click **Create**

![Sbc Rule 1](https://docs.telcobridges.com/w/images/8/85/Sbc_Rule_1.png)

4-Verify that **Firewall rules were successfully created** message is displayed.

![Sbc Rule 2](https://docs.telcobridges.com/w/images/5/59/Sbc_Rule_2.png)

**Path**

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

**Parameters (text)**

```
/configurations/@[configuration_name]/firewalls/firewall/rules/@[firewall_rule]
automatic           = true
description         = "Drop all packets reaching this rule when in DOS/DDOS mode"
enabled             = true
firewall_entry_type = "DDOS_PROTECTION"
name                = "DDOS_PROTECTION"
priority            = 4

/configurations/@[configuration_name]/firewalls/firewall/rules/@[firewall_rule]/filters
```

**Parameters (json)** Firewall Rule

```
{
  "automatic" : true,
  "description" : "Drop all packets reaching this rule when in DOS/DDOS mode",
  "enabled" : true,
  "firewall_entry_type" : "DDOS_PROTECTION",
  "name" : "@[firewall_rule]",
  "priority" : 4,
  "filters" : {
  }
}
```

### List of Parameters

SBC Rule

* [Enabled](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/sbc-rule-enabled/README.md)
* [Name](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/sbc-rule-name/README.md)
* [Type](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/sbc-rule-type/README.md)
* [Description](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/sbc-rule-description/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/create-session-border-gateway-access-rules-and-filters.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.
