...
Switch | Physical Interface | Aggregate Interface | VIF VLAN Interface and IP Address |
Switch1 | Te-1/1/2 | ae3 | VIF VLAN interface 4092: 192.168.45.2 |
Te-1/1/3 | |||
Te-1/1/4 | ae1 | VIF VLAN interface 20: 11.251.201.1 VRRP virtual IP: 11.251.201.3 | |
Te-1/1/6 | |||
Switch2 | Te-1/1/2 | ae3 | VIF VLAN interface 4092: 192.168.45.1 |
Te-1/1/3 | |||
Te-1/1/4 | ae1 | VIF VLAN interface 20: 11.251.201.2 VRRP virtual IP: 11.251.201.3 | |
Te-1/1/6 | |||
Switch3 | Te-1/1/2 | ae4 | VIF VLAN interface 4093: 192.168.46.2 |
Te-1/1/6 | |||
Te-1/1/1 | ae1 | - | |
Te-1/1/3 | |||
Te-1/1/5 | ae6 | - | |
Switch4 | Te-1/1/2 | ae4 | VIF VLAN interface 4093: 192.168.46.1 |
Te-1/1/6 | |||
Te-1/1/4 | ae1 | - | |
Te-1/1/7 | |||
Te-1/1/5 | ae6 | - | |
Switch5 | Ge-1/1/1 | ae6 | - |
Ge-1/1/2 |
...
Code Block |
---|
admin@Switch1# set protocols vrrp interface 20 vif 20 vrid 20 ip 11 set protocols vrrp interface 20 vrid 20 ip 11.251.201.3 admin@Switch1# set protocols vrrp interface 20 vif 20 vrid 20 load-balance disable false set protocols vrrp interface 20 vrid 20 load-balance disable false |
Step11 Commit the configuration.
...
Step1 Configure the aggregation interface with LACP mode.
Code Block |
---|
admin@Switch2# set interface set interface aggregate-ethernet ae1 aggregatedaggregate-ethernet ae1 aggregated-ether-options lacp enable trueoptions lacp enable true |
Step2 Configure the VLANs.
...
Code Block |
---|
admin@Switch2# set protocols vrrp interface 20 set protocols vrrp interface 20 vif 20 vrid 20 ip 11vrid 20 ip 11.251.201.3 admin@Switch2# set protocols vrrp interface 20 vif 20 vrid 20 loadset protocols vrrp interface 20 vrid 20 load-balance disable false |
Step11 Commit the configuration.
...
Code Block |
---|
admin@Switch1# run show vrrp Interface: vlan20 Vif: vlan20 VRIDvVRID: 20 Load-balance: enable State: Master Master IP: 11.251.201.1 Virtual MAC: 00:00:5e:00:01:01 Preempt: disable Adver Interval: 1 Priority: 250 Virtual IP: 11.251.201.3 |
...