Application Examples Configuring High Availability VLANs
page 5-12 OmniSwitch AOS Release 7 Network Configuration Guide June 2013
-> vlan 12 members port 1/3 untagged
-> vlan 12 members port 1/4 untagged
-> vlan 12 members port 1/5 untagged
4 Assign an IP address for the by using the ip interface command. For example:
-> ip interface "vlan 12"
-> ip interface "vlan 12" address 10.135.33.13/24 vlan 12
5 Assign mac-address for the new server cluster by using the command server-cluster mac-address. For
example:
-> server-cluster 2 ip 10.135.33.12 mac-address static 01:00:5e:22:33:44
Note. Optional. You can display the configuration of high availability VLANs with the show server-clus-
ter command. For example:
-> show server-cluster 2
Cluster Id : 2,
Cluster Name : L3-cluster,
Cluster Mode : L3,
Cluster Mac-address : 01:10:11:22:33:44,
Cluster Vlan : 12,
Administrative State: Enabled,
Operational State : Enabled,
Operational Flag : -
An example of what these commands look like entered sequentially on the command line:
-> server-cluster 2 mode L3
-> vlan 12
-> vlan 12 members port 1/3 tagged
-> vlan 12 members port 1/4 tagged
-> vlan 12 members port 1/5 tagged
-> ip interface "vlan 12"
-> ip interface "vlan 12" address 10.135.33.13/24 vlan 12
-> server-cluster 2 ip 10.135.33.12 mac-address static 01:00:5e:22:33:44