- ページ 18

スイッチ HP ProCurve 1600MのPDF マニュアルの補足をオンラインで閲覧またはダウンロードできます。HP ProCurve 1600M 28 ページ。 Redundant power supply
HP ProCurve 1600M にも: 仕様書 (12 ページ), リード・ミー・ファースト (8 ページ), レビュアーズ・マニュアル (27 ページ), 補足マニュアル (2 ページ), 補足マニュアル (2 ページ), インストレーション・マニュアル (28 ページ), インストレーション・マニュアル (36 ページ), インストレーション・マニュアル (28 ページ), クイック・セットアップ・マニュアル (2 ページ), クイック・セットアップ・マニュアル (4 ページ), ユーザーマニュアル (8 ページ), リード・ミー・ファースト (16 ページ), 取り付けと取り外し (2 ページ), インストレーション・マニュアル (12 ページ), 計画・実施マニュアル (40 ページ), 使用済み製品の分解手順 (2 ページ), インストレーション・マニュアル (46 ページ), 診断マニュアル (2 ページ), 分解手順 (2 ページ)

HP ProCurve 1600M マニュアルの補足
Configuring VRRP
Track Port
You can configure the VRID on an interface to track another interface on the router. This is quite useful for tracking
the state of the exit interface for the path for which the VRID is providing redundancy. See "Track Ports and Track
Priority" on page 8.
USING THE CLI
To configure 1/6 on Router1 to track interface 2/4, enter the following commands:
Router1(config)# inter e 1/6
Router1(config-if-1/6)# ip vrrp vrid 1
Router1(config-if-1/6-vrid-1)# track-port e 2/4
syntax: track-port ethernet <slot/port>|ve
Track Priority
If a tracked interface goes down, VRRP changes the VRRP priority of the router to the track priority, which typically
is lower than the router's VRRP priority and lower than the VRRP priorities on the Backup routers.
Ports and Track Priority" on page 8. The default track priority for the owner of the VRID's IP address(es) is 2. The
default track priority for Backup routers is 1.
You enter the track priority as a parameter with the owner or backup command. See "Configuring a Virtual
Router" on page 11.
syntax: owner [track-priority <value>]
syntax: backup [priority <value>] [track-priority <value>]
Backup Preempt
By default, a Backup VRRP router that has a higher priority than another Backup router that has become Master
can preempt that router to become the new Master router. If you want to prevent this behavior, disable
preemption.
NOTE: Regardless of the setting for the preempt parameter, the owner always becomes the Master again when
it comes back online.
USING THE CLI
To disable preemption on the backup VRRP interface for VRID1 on Router2, enter the following commands:
Router1(config)# inter e 1/6
Router1(config-if-1/6)# ip vrrp vrid 1
Router1(config-if-1/6-vrid-1)# non-preempt-mode
syntax: non-preempt-mode
18
See "Track