HP ProCurve 1600M Kılavuz Eki - Sayfa 18

Anahtar HP ProCurve 1600M için çevrimiçi göz atın veya pdf Kılavuz Eki indirin. HP ProCurve 1600M 28 sayfaları. Redundant power supply
Ayrıca HP ProCurve 1600M için: Şartname Sayfası (12 sayfalar), Önce Beni Oku (8 sayfalar), İnceleme El Kitabı (27 sayfalar), Tamamlayıcı Kılavuz (2 sayfalar), Tamamlayıcı Kılavuz (2 sayfalar), Kurulum Kılavuzu (28 sayfalar), Kurulum Kılavuzu (36 sayfalar), Kurulum Kılavuzu (28 sayfalar), Hızlı Kurulum Kılavuzu (2 sayfalar), Hızlı Kurulum Kılavuzu (4 sayfalar), Kullanıcı Kılavuzu (8 sayfalar), Önce Beni Oku (16 sayfalar), Kurulum ve Sökme (2 sayfalar), Kurulum Kılavuzu (12 sayfalar), Planlama ve Uygulama Kılavuzu (40 sayfalar), Ürün Kullanım Ömrü Sonu Sökme Talimatları (2 sayfalar), Kurulum Kılavuzu (46 sayfalar), Teşhis Kılavuzu (2 sayfalar), Sökme Talimatları (2 sayfalar)

HP ProCurve 1600M Kılavuz Eki
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