JANUS DELETEIPGROUP: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
mNo edit summary
 
(One intermediate revision by the same user not shown)
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>
<tr><th>groupname</th>
<td>A 1 - 30 character name of the IP group being deleted.</td></tr>
</table>


<table class="syntaxTable">
==Usage notes==
<tr><th>groupname</th>
<ul>
<td>A 1 - 30 character name of the IP group being deleted.
<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>.
</td></tr></table>
<p class="code">JANUS DELETEIPGROUP ACCOUNTING_DEPT
<var>DELETEIPGROUP</var> may be abbreviated <var>DELIPGROUP</var>, <var>DELIPG</var>, and <var>DELETEIPG</var>, so
<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>[[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]]

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