Toolpack:Enable Sbc EnableAccess A
From TBwiki
(Difference between revisions)
(New page for enabling of SBC) |
m |
||
(9 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | === '''''Applies to version(s): v2.10''''' === | + | === '''''Applies to version(s): v2.10, v3.0''''' === |
+ | |||
{{DISPLAYTITLE:Enable the Session Border Gateway}} | {{DISPLAYTITLE:Enable the Session Border Gateway}} | ||
+ | |||
+ | 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. | 1-Click '''SBC''' in the navigation panel. | ||
Line 14: | Line 17: | ||
3- Click Save | 3- Click Save | ||
+ | <br/><br/> | ||
+ | |||
+ | <div class="mw-collapsible mw-collapsed" data-collapsetext="Northbound Interface" data-expandtext="Northbound Interface" style="width: 400px;"> | ||
+ | |||
+ | '''Path''' | ||
+ | <pre> | ||
+ | /configurations/@[configuration_name]/firewalls/firewall | ||
+ | </pre> | ||
+ | |||
+ | '''Parameters (text)''' | ||
+ | <pre> | ||
+ | /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</pre> | ||
+ | |||
+ | |||
+ | '''Parameters (json)''' | ||
+ | <pre> | ||
+ | { | ||
+ | "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" : { | ||
+ | } | ||
+ | } | ||
+ | </pre> | ||
+ | </div> | ||
+ | |||
+ | <br/><br/> | ||
+ | ==List of Parameters== | ||
+ | Advanced Parameters | ||
+ | * [[Parameter: SBC Connection debug mode|Connection debug mode]] | ||
+ | * [[Parameter: SBC Default ban duration|Default ban duration]] | ||
+ | |||
+ | * List Sizes | ||
+ | ** [[Parameter: SBC Maximum accept entries|Maximum accept entries]] | ||
+ | ** [[Parameter: SBC Maximum drop entries|Maximum drop entries]] | ||
+ | ** [[Parameter: SBC Maximum filters|Maximum filters]] | ||
+ | |||
+ | * Default values for manual rules | ||
+ | ** [[Parameter: SBC Default entry duration|Default entry duration]] | ||
+ | ** [[Parameter: SBC Default maximum bandwidth|Default maximum bandwidth]] | ||
+ | ** [[Parameter: SBC Default maximum bandwidth pps|Default maximum bandwidth]] | ||
+ | ** [[Parameter: SBC Default temporary ban duration|Default temporary ban duration]] | ||
+ | |||
+ | * Default values for OAMP rules | ||
+ | ** [[Parameter: SBC OAMP Default entry duration|Default entry duration]] | ||
+ | ** [[Parameter: SBC OAMP Default maximum bandwidth|Default maximum bandwidth]] | ||
+ | ** [[Parameter: SBC OAMP Default maximum bandwidth pps|Default maximum bandwidth]] | ||
+ | ** [[Parameter: SBC OAMP Default temporary ban duration|Default temporary ban duration]] | ||
+ | |||
+ | * Default values for SIP rules | ||
+ | ** [[Parameter: SBC SIP Default entry duration|Default entry duration]] | ||
+ | ** [[Parameter: SBC SIP Default maximum bandwidth|Default maximum bandwidth]] | ||
+ | ** [[Parameter: SBC SIP Default maximum bandwidth pps|Default maximum bandwidth]] | ||
+ | ** [[Parameter: SBC SIP Default temporary ban duration|Default temporary ban duration]] | ||
+ | |||
+ | * Default values for SIGTRAN rules | ||
+ | ** [[Parameter: SBC SIGTRAN Default entry duration|Default entry duration]] | ||
+ | ** [[Parameter: SBC SIGTRAN Default maximum bandwidth|Default maximum bandwidth]] | ||
+ | ** [[Parameter: SBC SIGTRAN Default maximum bandwidth pps|Default maximum bandwidth]] | ||
+ | ** [[Parameter: SBC SIGTRAN Default temporary ban duration|Default temporary ban duration]] | ||
+ | |||
+ | * Default values for H.248 rules | ||
+ | ** [[Parameter: SBC H.248 Default entry duration|Default entry duration]] | ||
+ | ** [[Parameter: SBC H.248 Default maximum bandwidth|Default maximum bandwidth]] | ||
+ | ** [[Parameter: SBC H.248 Default maximum bandwidth pps|Default maximum bandwidth]] | ||
+ | ** [[Parameter: SBC H.248 Default temporary ban duration|Default temporary ban duration]] | ||
+ | <br/><br/> |
Latest revision as of 10:13, 24 August 2017
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.
2-Verify that Enabled is checked
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
- Default values for manual rules
- Default values for OAMP rules
- Default values for SIP rules
- Default values for SIGTRAN rules
- Default values for H.248 rules