Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...

Step3         Configure the L3 interface IP address.

Code Block
admin@Switch1# set vlan-interface interface 4088 vif 4088 address 192set l3-interface vlan-interface 4088 address 192.168.45.2 prefix-length 24
admin@Switch1# set vlan-interface interface 20 vif 20 address 11set l3-interface vlan-interface 20 address 11.251.201.1 prefix-length 24

...

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.

...

Step3         Configure the L3 interface IP address.

Code Block
admin@Switch2# set vlan-interface interface 4088 vif 4088 address 192set l3-interface vlan-interface 4088 address 192.168.45.2 prefix-length 24
admin@Switch2# set vlan-interface interface 20 vif 20 address 11 set l3-interface vlan-interface 20 address 11.251.201.1 prefix-length 24

...

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@Switch3# set interface aggregate-ethernet ae1 aggregated-ether-options lacp enable true
admin@Switch3# set  interface aggregate-ethernet ae6 aggregated-ether-options lacp enable true

...

Step3         Configure the L3 interface IP address.

Code Block
admin@Switch3# set vlan-interface interface 4088 vif 4088 address 192set l3-interface vlan-interface 4088 address 192.168.46.2 prefix-length 24

...

Code Block
 admin@Switch3# set interface gigabit-ethernet te-1/1/2 ether-options 802.3ad ae4
 admin@Switch3# set interface gigabit-ethernet te-1/1/6 ether-options 802.3ad ae4
 admin@Switch3# set interface gigabit-ethernet te-1/1/1 ether-options 802.3ad ae1
 admin@Switch3# set interface gigabit-ethernet te-1/1/3 ether-options 802.3ad ae1
  admin@Switch3# set interface gigabit-ethernet te-1/1/5 ether-options 802.3ad ae6

...

Step3         Configure the L3 interface IP address.

Code Block
admin@Switch4# set vlan-interface interface 4088 vif 4088 address 192set l3-interface vlan-interface 4088 address 192.168.46.1 prefix-length 24

...

Code Block
 admin@Switch4# set interface gigabit-ethernet te-1/1/2 ether-options 802.3ad ae4
 admin@Switch4# set interface gigabit-ethernet te-1/1/6 ether-options 802.3ad ae4
 admin@Switch4# set interface gigabit-ethernet te-1/1/1 ether-options 802.3ad ae1
 admin@Switch4# set interface gigabit-ethernet te-1/1/3 ether-options 802.3ad ae1
 admin@Switch4# set interface gigabit-ethernet te-1/1/5 ether-options 802.3ad ae6

Step8         Configure the peer IP address and the peer-link for the MLAG peer.

Code Block
admin@Switch4# set interface mlag peer 192.168.46.2 peer-link ae4

Step9 Step8         Configure the peer IP address and the peer-link for the MLAG peer.

Code Block
admin@Switch4# set protocols mlag domain 2 peer-ip 192.168.46.2 peer-link ae4

Step10  Step9        Configure MLAG peer VLAN.

Code Block
admin@Switch4# set protocols mlag domain 2 peer-ip 192.168.46.2 peer-vlan 4088

Step11      Step10      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

...