Actions

Toolpack:Create Sbc Access Rule A: Difference between revisions

(New page)
 
 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
=== '''''Applies to version(s): v2.10''''' ===
=== '''''Applies to version(s): v2.10''''' ===


{{DISPLAYTITLE:Enable the Session Border Gateway}}
{{DISPLAYTITLE:Create Session Border Gateway Access Rules and Filters}}


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:
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:
Line 10: Line 10:
<br/><br/>
<br/><br/>


2-Verify that '''Enabled''' is checked
2-Click '''Create New Rule'''.


[[Image:Sbc_Rule_0.png]]
[[Image:Sbc_Rule_0.png]]
<br/><br/>
<br/><br/>


3-Verify that '''Enabled''' is checked
3-Enter values for the rule.
*Click '''Create'''


[[Image:Sbc_Rule_1.png]]
[[Image:Sbc_Rule_1.png]]
<br/><br/>
<br/><br/>


4-Verify that '''Enabled''' is checked
4-Verify that '''Firewall rules were successfully created''' message is displayed.


[[Image:Sbc_Rule_2.png]]
[[Image:Sbc_Rule_2.png]]
<br/><br/>
<br/><br/>


5-Verify that '''Enabled''' is checked
<br/><br/>
 
<div class="mw-collapsible mw-collapsed" data-collapsetext="Northbound Interface" data-expandtext="Northbound Interface" style="width: 400px;">
 


[[Image:Sbc_Rule_2a.png]]
'''Path'''
<br/><br/>
<pre>
/configurations/@[configuration_name]/firewalls/firewall/rules/@[firewall_rule]
</pre>


6-Verify that '''Enabled''' is checked
'''Parameters (text)'''
<pre>
/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


[[Image:Sbc_Rule_3.png]]
/configurations/@[configuration_name]/firewalls/firewall/rules/@[firewall_rule]/filters
<br/><br/>
</pre>




To change the priority of an access rule, use the arrow icons.
'''Parameters (json)'''
*To increase the priority of an access rule, use either the double or single arrow [[Image:Sbc_Rule_6.png]] to move the rule up by one position, or to the top of the list.
Firewall Rule
*To decrease the priority of an access rule, use either the double or single arrow to move the rule down by one position, or to the bottom of the list.


[[Image:Sbc_Rule_4.png]]
<pre>
<br/><br/>
{
  "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" : {
  }
}
</pre>
</div>


[[Image:Sbc_Rule_5.png]]
==List of Parameters==
<br/><br/>
SBC Rule
* [[Parameter: SBC Rule Enabled|Enabled]]
* [[Parameter: SBC Rule Name|Name]]
* [[Parameter: SBC Rule Type|Type]]
* [[Parameter: SBC Rule Description|Description]]
<br>

Latest revision as of 13:16, 11 October 2016

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.



2-Click Create New Rule.



3-Enter values for the rule.

  • Click Create



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






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