JANUS DELETEIPGROUP: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
 
Line 5: Line 5:


==Syntax==
==Syntax==
<p class="syntax"> JANUS DELETEIPGROUP groupname
<p class="syntax">JANUS DELETEIPGROUP groupname
</p>
</p>


Where:
Where:


<table class="syntaxTable">
<table>
<tr><th>groupname</th>
<tr><th>groupname</th>
<td>A 1 - 30 character name of the IP group being deleted.
<td>A 1 - 30 character name of the IP group being deleted.</td></tr>
</td></tr></table>
</table>


==Usage notes==
==Usage notes==
Line 20: Line 20:
<p class="code">JANUS DELETEIPGROUP ACCOUNTING_DEPT
<p class="code">JANUS DELETEIPGROUP ACCOUNTING_DEPT
</p>
</p>
<li>The <var>JANUS DELETEIPGROUP</var> command will fail if there are active <var>JANUS WEB</var> rules that reference the IP group. See [[JANUS WEB rule matching order and examples|"JANUS WEB rule matching order and examples"]] for a discussion of removing rules.
<li>The <var>JANUS DELETEIPGROUP</var> command will fail if there are active <var>JANUS WEB</var> rules that reference the IP group. See [[JANUS WEB rule matching order and examples|"JANUS WEB rule matching order and examples"]] for a discussion of removing rules.
</ul>
</ul>
Line 26: Line 25:
==See also==
==See also==
<ul>
<ul>
<li><var>[[List_of_Janus_commands|Janus command list]]
<li>[[List_of_Janus_commands|Janus command list]]
</ul>
</ul>


[[Category:Janus commands|JANUS DELETEIPGROUP]]
[[Category:Janus commands|JANUS DELETEIPGROUP]]

Latest revision as of 17:46, 16 April 2013

Remove IPGROUP definition.

This command deletes a previously defined IP group.

Syntax

JANUS DELETEIPGROUP groupname

Where:

groupname A 1 - 30 character name of the IP group being deleted.

Usage notes

  • DELETEIPGROUP may be abbreviated DELIPGROUP, DELIPG, and DELETEIPG, so this command deletes the IP group definition for ACCOUNTING_DEPT.

    JANUS DELETEIPGROUP ACCOUNTING_DEPT

  • The JANUS DELETEIPGROUP command will fail if there are active JANUS WEB rules that reference the IP group. See "JANUS WEB rule matching order and examples" for a discussion of removing rules.

See also