Allied Telesis AT-8948 Nasıl Yapılandırılır - Sayfa 5

Güç Kaynağı Allied Telesis AT-8948 için çevrimiçi göz atın veya pdf Nasıl Yapılandırılır indirin. Allied Telesis AT-8948 9 sayfaları. At-8900 series
Ayrıca Allied Telesis AT-8948 için: Veri Sayfası (4 sayfalar), Veri Sayfası (3 sayfalar), Veri Sayfası (3 sayfalar), Veri Sayfası (2 sayfalar), Veri Sayfası (5 sayfalar), Genel Bakış (1 sayfalar), Broşür (8 sayfalar), Tamamlayıcı Kılavuz (6 sayfalar), Hızlı Kurulum Kılavuzu (13 sayfalar)

Allied Telesis AT-8948 Nasıl Yapılandırılır
7. Give the VLANs IP addresses
8. Configure VRRP
Turning on adoptvrip means that the master adopts the VRRP IP address. This means you
can use the VRRP IP address to ping the current master, or to connect to it through telnet,
SSH, HTTP, SSL or SNMP. Also, DNS relay continues functioning via the same IP address at all
times.
Page 5 | AlliedWare™ OS How To Note: VRRP
enable ip
add ip int=vlan1 ip=192.168.1.1
add ip int=vlan2 ip=192.168.2.1
add ip int=vlan3 ip=192.168.3.1
...
enable vrrp
create vrrp=1 over=vlan1 ipaddress=192.168.1.3 priority=150
adoptvrip=on
create vrrp=2 over=vlan2 ipaddress=192.168.2.3 priority=150
adoptvrip=on
create vrrp=3 over=vlan3 ipaddress=192.168.3.3 priority=150
adoptvrip=on
...
Core 1 (master) configuration