HP ProCurve 1600M Kılavuz Eki - Sayfa 16

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
Router Type
A VRRP router is either an owner or a Backup. By default, the owner becomes the Master following the
negotiation. A Backup becomes the Master only if the Master becomes unavailable.
NOTE: The IP address(es) you associate with the owner must be a real IP address (or addresses) on the
interface on which you configure the VRID.
When you configure a Backup router, the router interface on which you are configuring the VRID must have a real
IP address that is in the same sub-net as the address associated with the VRID by the owner. However, the
address cannot be the same.
USING THE CLI
To configure Router1 as the owner, 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)# owner
To configure Router2 as a Backup, enter the following commands:
Router2(config)# inter e 1/5
Router2(config-if-1/5)# ip vrrp vrid 1
Router2(config-if-1/5-vrid-1)# backup
syntax: owner [track-priority <value>]
syntax: backup [priority <value>] [track-priority <value>]
Backup Priority
Each router in a VRRP virtual router has a priority. VRRP uses the priority to determine which router wins in the
negotiation for Master router. A Backup VRRP router's priority can be from 3 – 254. Priority 255 is the highest
and designates the Master VRRP router. When you configure a VRRP router interface as the owner for that virtual
router, VRRP assigns priority 255 to the router by default.
If the Master VRRP router becomes unavailable, the Backup VRRP router with the next highest priority becomes
the Master router.
USING THE CLI
To change the VRRP priority of interface 1/5 on Router2 to 50, enter the following commands:
Router2(config)# inter e 1/5
Router2(config-if-1/5)# ip vrrp vrid 1
Router2(config-if-1/5-vrid-1)# backup priority 50
syntax: backup [priority <value>] [track-priority <value>]
16