-
-
スタティック ARP の設定
-
-
This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
スタティック ARP
スタティック ARP エントリを ARP テーブルに追加したり、ARP テーブルからスタティック ARP エントリを削除したりできます。エントリを追加したら、設定を確認する必要があります。スタティック ARP エントリの作成後に IP アドレス、ポート、または MAC アドレスが変更された場合は、スタティックエントリを削除するか、手動で調整する必要があります。したがって、必要な場合を除き、スタティック ARP エントリを作成することはお勧めしません。
CLI を使用してスタティック ARP エントリを追加するには、次の手順を実行します。
コマンドプロンプトで入力します。
-
add arp -IPAddress <ip_addr> -mac<mac_addr> -ifnum <interface_name>
-
show arp <IPAddress>
例:
> add arp -ip 10.102.29.6 -mac 00:24:e8:73:ca:ec -ifnum 1/1
Done
<!--NeedCopy-->
CLI を使用してスタティック ARP エントリを削除するには、次の手順を実行します。
コマンドプロンプトで、 rm arp コマンドと IP アドレスを入力します。
GUI を使用してスタティック ARP エントリを追加するには、次の手順を実行します。
[システム] > [ネットワーク] > [ARP テーブル] に移動し、スタティック ARP エントリを追加します。
スタティック ARP エントリでの VLAN の指定
スタティック ARP エントリでは、宛先デバイスにアクセスできる VLAN を指定できます。この機能は、スタティック ARP エントリで指定されたインターフェイスが複数のタグ付き VLAN の一部であり、宛先が VLAN の 1 つを介してアクセスできる場合に便利です。Citrix ADCアプライアンスは、スタティックARPエントリと一致する発信パケットに指定されたVLAN IDを含めます。ARP エントリで VLAN ID を指定せず、指定したインターフェイスが複数のタグ付き VLAN の一部である場合、アプライアンスはインターフェイスのネイティブ VLAN を ARP エントリに割り当てます。
たとえば、Citrix ADC インターフェイス 1/2 がネイティブ VLAN 2 の一部であり、タグ付きVLAN 3 および 4 の一部であり、VLAN 3 の一部であり、インターフェイス 1/2 を介してアクセス可能なネットワークデバイス A のスタティック ARP エントリを追加します。ネットワークデバイスAのARPエントリにVLAN 3を指定する必要があります。Citrix ADCアプライアンスは、ネットワークデバイスA宛てのすべてのパケットにタグ付きVLAN 3を含み、インターフェース1/2から送信します。
VLAN IDを指定しない場合、Citrix ADCアプライアンスはARPエントリにネイティブVLAN 2を割り当てます。デバイス A 宛てのパケットは、デバイス A の VLAN であるタグ付き VLAN 3 を指定しないため、ネットワークパスでドロップされます。
CLI を使用してスタティック ARP エントリに VLAN を指定するには、次の手順を実行します。
コマンドプロンプトで入力します。
-
add arp -IPAddress <ip_addr> -mac<mac_addr> -ifnum <interface_name> [-vlan <positive_integer>]
-
show arp <IPAddress>
例:
> add arp -ip 198.51.100.91 -mac 36:db:4b:f6:12:15 -ifnum 1/2 -vlan 3
Done
<!--NeedCopy-->
共有
共有
This Preview product documentation is Cloud Software Group Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Cloud Software Group Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Cloud Software Group product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.