Turn on suggestions
![]() Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
|
05-29-2009 04:38 AM
Is this possible?
05-29-2009 06:53 AM
Go to the CLI and enter the real server config - there is a command ip-address to change the IP of the real server:
SI(config)#show ru | inc rs1
server real rs1 10.10.10.11
SI(config)#server real rs1
SI(config-rs-rs1)#ip-addr 10.10.10.12
SI(config-rs-rs1)#exit
SI(config)#show ru | inc rs1
server real rs1 10.10.10.12
SI(config)#