JANUS DELETEIPGROUP: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
Line 5: Line 5:


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


 
Where:
Where the single parameter is required:


<table class="syntaxTable">
<table class="syntaxTable">
Line 16: Line 14:
<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></table>
</td></tr></table>
<var>DELETEIPGROUP</var> may be abbreviated <var>DELIPGROUP</var>, <var>DELIPG</var>, and <var>DELETEIPG</var>, so
 
<p class="code"> JANUS DELETEIPGROUP ACCOUNTING_DEPT
==Usage notes==
<ul>
<li><var>DELETEIPGROUP</var> may be abbreviated <var>DELIPGROUP</var>, <var>DELIPG</var>, and <var>DELETEIPG</var>, so this command deletes the IP group definition for <code>ACCOUNTING_DEPT</code>.
<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.
</ul>


Deletes the IP group definition for <code>ACCOUNTING_DEPT</code>.
==See also==
 
<ul>
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><var>[[List_of_Janus_commands|Janus command list]]
 
</ul>
See: [[List_of_Janus_commands|Janus command list]]


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

Revision as of 17:42, 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