IBM WebSphere XS40 Command Reference Manual page 765

Datapower xml security gateway
Table of Contents

Advertisement

To disable a failover configuration or to disable preemption, use the no standby
command
Related Commands
interface, ip address
Examples
v Assigns vlan-1 to standby group 2. Specifies a VIP of 10.10.66.66. Not specifying
a priority (accepting the default of 100) ensures that the interface is the active
member of the group. Places the interface in preempt mode meaning that it
resumes the active role following a failure and subsequent restoration to service.
# vlan vlan-1
New VLAN Sub-Interface configuration
# ip address 10.10.66.1 255.0.0.0
# ip default-gateway 10.20.1.1
# standby 2 ip 10.10.66.66
# standby 2 preempt
# exit
v Assigns vlan-2 to standby group 2. Specifies a VIP of 10.10.66.66. The priority
value of 90 ensures that the interface is the standby member of the group.
Because it is the standby member, it is not placed in preempt mode.
# vlan vlan-2
New VLAN Sub-Interface configuration
# 10.10.66.3 255.0.0.0
# ip default-gateway 10.30.1.1
# standby 2 ip 10.10.66.66
# standby 2 priority 90
# exit
v Assigns vlan-3 to standby group 5 in the active role and specifies a VIP of
10.10.66.66. Not specifying a priority (accepting the default of 100) ensures that
the interface is the active member of this group. Places the interface in preempt
mode meaning that it resumes the active role following a failure and subsequent
restoration to service.
# vlan vlan-3
New VLAN Sub-Interface configuration
# ip address 10.10.66.1 255.0.0.0
# ip default-gateway 10.20.1.1
# standby 5 ip 10.10.66.66
# standby 2 on
# exit
Assigns vlan-4 to standby group 7 in the standby role and specifies a VIP of
10.10.66.67. The priority value of 90 ensures that the interface is the standby
member of the group. Because it is the standby member, it is not placed in
preempt mode.
# vlan vlan-4
New VLAN Sub-Interface configuration
# ip address 10.10.66.2 255.0.0.0
# standby 7 ip 10.10.66.67
# standby 7 priority 90
# exit
v Disables preempt mode for standby group 2 on vlan-3.
# vlan vlan-3
Modify VLAN Sub-Interface configuration
# standby 2 off
# exit
v Deletes standby group 2 on vlan-3.
Chapter 90. VLAN configuration mode
739

Advertisement

Table of Contents
loading

Table of Contents