JANUS DELETEIPGROUP: Difference between revisions
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: | |||
<table> | |||
<tr><th>groupname</th> | |||
<td>A 1 - 30 character name of the IP group being deleted.</td></tr> | |||
</table> | |||
==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 | ||
<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> | |||
==See also== | |||
<ul> | |||
<li>[[List_of_Janus_commands|Janus command list]] | |||
</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.