2016/02/23 EdgeMAX シリーズのファームウェア v1.8.0 がリリースされました。
詳細はこちら をご覧下さい。

「コマンド > delete (operational)」の版間の差分

提供:EdgeOS 日本語Wiki [非公式]
ナビゲーションに移動 検索に移動
(ページの作成:「== このページの概要 == 当ページでは、Operational モード delete コマンドの使い方をご紹介します。 == delete コマンドの使い方 == *...」)
 
編集の要約なし
 
21行目: 21行目:
****** delete conntrack table ipv4 conn-id ID '''quiet''' <ENTER>
****** delete conntrack table ipv4 conn-id ID '''quiet''' <ENTER>
******: Delete without writing to syslogs and the console
******: Delete without writing to syslogs and the console
**** delete conntrack table ipv4 '''source <IP-address(:Port)>'''
**** delete conntrack table ipv4 '''source [[パラメーター > IPv4 アドレス|{IP-address(:Port)}]]'''
***** delete conntrack table ipv4 source <IP-address(:Port)> <ENTER>
***** delete conntrack table ipv4 source [[パラメーター > IPv4 アドレス|{IP-address(:Port)}]] <ENTER>
*****: Delete all Conntrack entries with specified source IP address
*****: Delete all Conntrack entries with specified source IP address
***** delete conntrack table ipv4 source <IP-address(:Port)> '''destination <IP-address(:Port)>'''
***** delete conntrack table ipv4 source [[パラメーター > IPv4 アドレス|{IP-address(:Port)}]] '''destination [[パラメーター > IPv4 アドレス|{IP-address(:Port)}]]'''
****** delete conntrack table ipv4 source <IP-address(:Port)> destination <IP-address(:Port)> <ENTER>
****** delete conntrack table ipv4 source [[パラメーター > IPv4 アドレス|{IP-address(:Port)}]] destination [[パラメーター > IPv4 アドレス|{IP-address(:Port)}]] <ENTER>
******: Delete Conntrack entries with the specified destination IP  
******: Delete Conntrack entries with the specified destination IP  
******* delete conntrack table ipv4 source <IP-address(:Port)> destination <IP-address(:Port)> '''quiet''' <ENTER>
******* delete conntrack table ipv4 source [[パラメーター > IPv4 アドレス|{IP-address(:Port)}]] destination [[パラメーター > IPv4 アドレス|{IP-address(:Port)}]] '''quiet''' <ENTER>
*******: Delete without writing to syslogs and the console
*******: Delete without writing to syslogs and the console
*** delete conntrack table '''ipv6'''
*** delete conntrack table '''ipv6'''
35行目: 35行目:
<!-- **: Delete DHCPv6-PD -->
<!-- **: Delete DHCPv6-PD -->
**: Delete DHCPv6-PD DUID
**: Delete DHCPv6-PD DUID
** delete '''file <path>''' <ENTER>
** delete '''file [[パラメーター > path|{path}]]''' <ENTER>
<!-- **: Delete files in a particular image -->
<!-- **: Delete files in a particular image -->
**: Delete files in the specified directory
**: Delete files in the specified directory
** delete '''log file <path>''' <ENTER>
** delete '''log file [[パラメーター > path|{path}]]''' <ENTER>
<!-- **:  Delete a log file -->
<!-- **:  Delete a log file -->
**: Delete the specified log file
**: Delete the specified log file
47行目: 47行目:


== 関連項目 ==
== 関連項目 ==
* [[コマンド > add (operational)]]
* [[パラメーター > path]]
* [[パラメーター > IPv4 アドレス]]


<!--
== 外部サイト ==
== 外部サイト ==
-->
[[Category:コマンド]]

2015年9月26日 (土) 17:51時点における最新版

このページの概要

当ページでは、Operational モード delete コマンドの使い方をご紹介します。

delete コマンドの使い方

  • delete
    Delete a file
    • delete conntrack table
      Delete entries from Conntrack table
      • delete conntrack table ipv4
        Delete Conntrack IPv4 entries
        • delete conntrack table ipv4 conn-id
          Delete Conntrack entry with connection ID
          • delete conntrack table ipv4 conn-id Connection
            • delete conntrack table ipv4 conn-id Connection <ENTER>
              Delete Conntrack entry with the connection ID
            • delete conntrack table ipv4 conn-id Connection quiet <ENTER>
              Delete without writing to syslogs and the console
          • delete conntrack table ipv4 conn-id ID
            • delete conntrack table ipv4 conn-id ID <ENTER>
            • delete conntrack table ipv4 conn-id ID quiet <ENTER>
              Delete without writing to syslogs and the console
        • delete conntrack table ipv4 source {IP-address(:Port)}
      • delete conntrack table ipv6
        Delete Conntrack IPv6 entries
      • ※ コマンドオプションは、ipv4 と同様のため省略
    • delete dhcpv6-pd duid <ENTER>
      Delete DHCPv6-PD DUID
    • delete file {path} <ENTER>
      Delete files in the specified directory
    • delete log file {path} <ENTER>
      Delete the specified log file
    • delete system image <ENTER>
      Remove an installed image from the system


関連項目