Allied Telesis AT-8800 Series How To Configure - Page 6
Browse online or download pdf How To Configure for Software Allied Telesis AT-8800 Series. Allied Telesis AT-8800 Series 9 pages. How to set up pppoe between a linux client and access concentrator
Also for Allied Telesis AT-8800 Series: Quick Install Manual (8 pages), Troubleshooting (5 pages), How-To (8 pages)
Core 2 (backup) configuration
The configuration is very similar to core 1, with the following differences:
the switch has a different name
the STP priority value is higher, so core 2 is never the root bridge when core 1 is available
the VLAN IP addresses are different (but the VRRP virtual IP addresses are the same)
the VRRP priority is left at the default value of 100.
The complete configuration is:
Page 6 | AlliedWare™ OS How To Note: VRRP
set system name=backup
create vlan=vlan2 vid=2
create vlan=vlan3 vid=3
...
enable stp=default
set stp=default priority=16384 mode=rapid
set vlan=1 port=1,23-24 frame=tagged
add vlan=2 port=2,23-24 frame=tagged
add vlan=3 port=3,23-24 frame=tagged
...
delete vlan=1 port=1-24
create switch trunk=example port=23-24
enable ip
add ip int=vlan1 ip=192.168.1.2
add ip int=vlan2 ip=192.168.2.2
add ip int=vlan3 ip=192.168.3.2
...
enable vrrp
create vrrp=1 over=vlan1 ipaddress=192.168.1.3 adoptvrip=on
create vrrp=2 over=vlan2 ipaddress=192.168.2.3 adoptvrip=on
create vrrp=3 over=vlan3 ipaddress=192.168.3.3 adoptvrip=on
...
Core 2 (backup) configuration