HP ProCurve 1600M Kılavuz Eki - Sayfa 17

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
Suppression of RIP Advertisements on Backup Routers for the Backup Up Interface
Normally, a VRRP Backup router includes route information for the interface it is backing up in RIP
advertisements. As a result, other routers receive multiple paths for the interface and might sometimes
unsuccessfully use the path to the Backup rather than the path to the Master.
You can prevent the Backup routers from advertising route information for the backed up interface by enabling
suppression of the advertisements.
USING THE CLI
To suppress RIP advertisements for the backed up interface in Router2, enter the following commands:
Router2(config)# router rip
Router2(config)# use-vrrp-path
syntax: use-vrrp-path
Hello Interval
The Master VRRP router periodically sends Advertisement messages to the LAN segment using IP Multicast
address 224.0.0.18. The Backup routers use the Advertisement messages as verification that the Master router is
still online. If the Backup routers stop receiving the Advertisement messages for the period of time specified by
the Dead interval, the Backup routers determine that the Master router is dead. At this point, the Backup router
with the highest priority becomes the new Master router. The Hello interval can be from
1 – 84 seconds. The default is 1 second.
USING THE CLI
To change the Hello interval on the Master router to 10 seconds, 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)# hello-interval 10
syntax: hello-interval <value>
NOTE: The default Dead interval is 3 times the Hello Interval plus one-half second. Generally, if you change the
Hello interval, you also should change the Dead interval on the Backup routers.
Dead Interval
The Dead interval is the number of seconds a backup VRRP router waits for an Advertisement message from the
Master router before determining that the Master router is dead. When Backup routers determine that the Master
router is dead, the Backup router with the highest priority becomes the new Master router. The Dead interval can
be from 1 – 84 seconds. The default is 3.5 seconds. This is three times the default Hello interval (1 second) plus
one-half second added by the router software. The software automatically adds one-half second to the Dead
interval value you enter.
USING THE CLI
To change the Dead interval on the Backup VRRP router to 30 seconds, 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)# dead-interval 30
syntax: dead-interval <value>
17