Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

Dell Networking OS9スイッチで仮想ルーター冗長プロトコル(VRRP)を設定する方法

Summary: Dell Networking OS9スイッチで仮想ルーター冗長プロトコル(VRRP)を設定する方法

This article applies to   This article does not apply to 

Instructions

この記事では、Dell Networking OS9スイッチで仮想ルーター冗長プロトコル(VRRP)を設定する方法について説明します。

概要

VRRP を使用すると、複数のルータが、ブロードキャスト ドメイン内のデバイスで使用されるルーティング IP アドレスにアクティブ/パッシブの冗長性を提供できます。

  • VRRPプライマリー - 仮想IPアドレスに応答します
  • VRRPバックアップ - プライマリーからのアドバタイズメントが検出されなくなり、仮想IPアドレスへの応答を開始した場合にプライマリーとして選択
  • Virtual Router Identifier(VRID) - VRRPルーター間で一致するように設定されています

設定の概要

  1. VRRPグループを設定し、IPアドレスが割り当てられているL3モードのインターフェイス(物理またはVLAN)でVRIDを指定します。
  2. VRRPグループの仮想IPアドレスを設定します。
  3. オプション - VRRPのプライオリティ値を設定します。

Configuration

ルーター1
コマンド 目的
R1# configure
設定モードに入ります。
R1(conf)# interface VLAN 10
インターフェイス(物理またはVLAN)に入ります。
R1(conf-if-vl-10)#  ip address 10.10.10.2 /24
R1(conf-if-vl-10)#  no shutdown
インターフェイスのIPアドレスを設定し、L3モードを有効にします。
R1(conf-if-vl-10)#  vrrp-group 10
VRRPグループID(VRID)を設定します。
R1(conf-if-vl-10-vrid-10)#  virtual-address 10.10.10.1
VRRPルーターの仮想IPアドレスを設定します。 
R1(conf-if-vl-10-vrid-10)#  priority 200
(オプション)プライマリー選出の優先度を設定します。デフォルトは100で、数値が大きいものが優先され、範囲は1〜255です。

ルーター2
コマンド 目的
R2# configure
設定モードに入ります。
R2(conf)# interface VLAN 10
インターフェイス(物理またはVLAN)に入ります。
R2(conf-if-vl-10)#  ip address 10.10.10.3 /24
R2(conf-if-vl-10)#  no shutdown
インターフェイスのIPアドレスを設定し、L3モードを有効にします。
R2(conf-if-vl-10)#  vrrp-group 10
VRRPグループID(VRID)を設定します
R2(conf-if-vl-10-vrid-10)#  virtual-address 10.10.10.1
VRRPルーターの仮想IPアドレスを設定します。 
R2(conf-if-vl-10-vrid-10)#  priority 150
(オプション)プライマリー選出の優先度を設定します。デフォルトは100で、数値が大きいものが優先され、範囲は1〜255です。

VRRPグループ内の2つのルータが同時に起動し、同じプライオリティ値を持つ場合、インターフェイスの物理IPアドレスは、どちらがプライマリであるかを決定するためのタイブレーカーとして使用されます。より高いIPアドレスを持つルータがプライマリになります。

設定の確認

R1# show vrrp
Vlan 10, IPv4 VRID: 10, Version: 2, Net: 10.10.10.2
VRF: 0 default
State: Primary, Priority: 200, Primary: 10.10.10.3
Hold Down: 0 sec, Preempt: TRUE, AdvInt: 1 sec
Adv rcvd: 0, Bad pkts rcvd: 0, Adv sent: 2434, Gratuitous ARP sent: 24
Virtual MAC address:
 00:00:5e:00:01:0a
Virtual IP address:
 10.10.10.1
Authentication: (none)
 

R2# show vrrp

Vlan 10, IPv4 VRID: 10, Version: 2, Net: 10.10.10.3
VRF: 0 default
State: Backup, Priority: 150, Primary: 10.10.10.3
Hold Down: 0 sec, Preempt: TRUE, AdvInt: 1 sec
Adv rcvd: 0, Bad pkts rcvd: 0, Adv sent: 2434, Gratuitous ARP sent: 24
Virtual MAC address:
 00:00:5e:00:01:0a
Virtual IP address:
 10.10.10.1
Authentication: (none)

Affected Products

OS9, Force10 S25N-S50N, Force10 S25-01-GE-24T, Force10 S25-01-GE-24V, Force10 S50-01-GE-48T-V, Force10 S50-01-GE-48T, PowerSwitch S3048-ON, PowerSwitch S4048-ON, PowerSwitch S4810P, PowerSwitch S4810-ON, Force10 S50P, PowerSwitch S6000 , PowerSwitch S6000 ON, Force10 Z9000, Dell Networking Z9500, PowerSwitch S4048T-ON, PowerSwitch S6010-ON, PowerSwitch S6100-ON, PowerSwitch Z9100-ON ...
Article Properties
Article Number: 000121369
Article Type: How To
Last Modified: 29 Apr 2024
Version:  6
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.
Article Properties
Article Number: 000121369
Article Type: How To
Last Modified: 29 Apr 2024
Version:  6
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.