HP ProCurve 1600M Додаток до посібника - Сторінка 18

Переглянути онлайн або завантажити pdf Додаток до посібника для Перемикач HP ProCurve 1600M. 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