Create Session Border Gateway Access Rule Filters

From TBwiki
Jump to: navigation, search

Applies to version(s): v2.10

To customize the actions of a firewall rule, you can add one or more filters to the rule.

1-Click SBC in the navigation panel.

Sbc Enable 0.png

2-Select a firewall rule.

Sbc Filter 0.png


3-To define what the rule will do, click Create New Filter.

Sbc Rule 2a.png

2-Enter values for the filter.

  • Click Create

Sbc Rule 3.png


To change the priority of an access rule, use the arrow icons.

  • To increase the priority of an access rule, use either the double or single arrow Sbc Rule 6.png to move the rule up by one position, or to the top of the list.
  • To decrease the priority of an access rule, use either the double or single arrow Sbc Rule 7.png to move the rule down by one position, or to the bottom of the list.


Position of sample rule before it is moved Sbc Rule 4.png

Position of sample rule after it is moved Sbc Rule 5.png


Firewall Filter

Path

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

Parameters (text)

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

custom_protocol             = 0
destination_ip              = "0.0.0.0"
destination_netmask         = "32"
destination_port            = "161"
entry_duration              = "15 minutes"
ip_interface                = ""
maximum_bandwidth           = "0 Bps"
maximum_bandwidth_packets   = "0 pps"
name                        = "@[firewall_filter]"
override_default_thresholds = false
protocol                    = "UDP"
source_ip                   = "0.0.0.0"
source_netmask              = "32"
source_port                 = "0"
temporary_ban_duration      = "5 minutes"


Parameters (json)

{
  "custom_protocol" : 0,
  "destination_ip" : "0.0.0.0",
  "destination_netmask" : "32",
  "destination_port" : "161",
  "entry_duration" : "15 minutes",
  "ip_interface" : "",
  "maximum_bandwidth" : "0 Bps",
  "maximum_bandwidth_packets" : "0 pps",
  "name" : "@[firewall_filter]",
  "override_default_thresholds" : false,
  "protocol" : "UDP",
  "source_ip" : "0.0.0.0",
  "source_netmask" : "32",
  "source_port" : "0",
  "temporary_ban_duration" : "5 minutes"
}

List of Parameters

SBC Filter


Personal tools