Korenix | Network Feature
45
Keyword
Definition
Type
vrrp_sync_group
make sure that several router instances stay together on a failure
vrrp_instance
identify a VRRP instance definition block
state
specify the instance state in standard use
interface
specify the network interface for the instance to run on
string
virtual_router_id
specify to which VRRP router id the instance belongs
numerical
priority
specify the instance priority in the VRRP router
numerical
advert_int
specify the advertisement interval in seconds (set to 1)
numerical
smtp_alert
Activate the SMTP notification for MASTER state transition
authentication
identify a VRRP authentication definition block
auth_type specify which kind of authentication to use (PASS|AH)
auth_pass specify the password string to use
string
virtual_ipaddress
identify a VRRP VIP definition block
notify_master
specify a shell script to be executed during transition to master state path
notify_backup
specify a shell script to be executed during transition to backup state path
notify_fault
specify a shell script to be executed during transition to fault state
path
The
linkbeat_use_polling
keyword
When device become unavailable, both wan and lan port will stop send vrrp packet. But if you
authentication {
auth_type PASS
auth_pass 1111
}
virtual_ipaddress {
192.168.3.1/24 brd
192.168.3.255 dev wan
}
}
authentication {
auth_type PASS
auth_pass 1111
}
virtual_ipaddress {
192.168.3.1/24 brd
192.168.3.255 dev wan
}
}
vrrp_instance VI_LAN {
state
MASTER
interface lan
virtual_router_id 152
priority
150
advert_int 1
authentication {
auth_type PASS
auth_pass 1111
}
virtual_ipaddress {
192.168.2.1/24 brd
192.168.2.255 dev lan
}
}
vrrp_instance VI_LAN {
state
BACKUP
interface lan
virtual_router_id 152
priority
100
advert_int 1
authentication {
auth_type PASS
auth_pass 1111
}
virtual_ipaddress {
192.168.2.1/24 brd
192.168.2.255 dev lan
}
}
Содержание JetBox5400 series
Страница 1: ...JetOS95 User Manual www korenix com...
Страница 5: ...Korenix Overview 5...
Страница 68: ...68 Appendix Korenix http www busybox net downloads BusyBox html...