[Contents]
[Prev]
[Next]
[Index]
[Report an Error]
Configuring a Redundant Redirect Server (SRC CLI)
Although configuration of a redundant redirect
server is optional, we recommend that you configure redundancy to
maintain high availability for the server.
Before you configure the redirect server, review
configuration prerequisites. See Before You Configure Redundancy for a Redirect Server.
Use the following configuration statements to configure
redundancy for the redirect server:
- redirect-server {
- redundancy;
- }
- redirect-server monitor {
- redundant-host-ip-address redundant-host-ip-address;
- virtual-ip-address virtual-ip-address;
- real-ip-address real-ip-address;
- primary-server;
- check-interval check-interval;
- virtual-routers virtual-routers;
- }
To configure redundancy for the redirect server:
- From configuration mode, access the configuration statement
that configures the redirect server.
- user@host# edit redirect-server
- Enable redundancy for the redirect server.
- [edit redirect-server]
- user@host# set redundancy
- Configure redundancy properties for the redirect server.
- [edit redirect-server]
- user@host# edit redirect-server monitor
- Configure the IP address or hostname of the redundant
redirect server.
- [edit redirect-server]
- user@host# set redundant-host-ip-address redundant-host-ip-address
- Configure the virtual IP address of the redirect server.
- [edit redirect-server]
- user@host# set virtual-ip-address virtual-ip-address
- Configure the real IP address of the redirect server.
- [edit redirect-server]
- user@host# set real-ip-address real-ip-address
When a primary redirect server is started,
it dynamically establishes and maintains a static route on the client
router to which it connects. The static route directs traffic destined
for the virtual IP address of the server to the real IP address of
the active redirect server.
- (Optional) Set the system on which you enter the command
as the primary redirect server.
- [edit redirect-server]
- user@host# set primary-server
- (Optional) Set the interval at which the redirect server
polls the redundant redirect server.
- [edit redirect-server]
- user@host# set check-interval check-interval
A shorter time in the range leads to
faster detection of problems and results in higher consumption of
CPU resources.
- List of virtual routers to which the redirect server connects.
- [edit redirect-server]
- user@host# set virtual-routers vrName@routerName, vrName@routerName ...
Related Topics
[Contents]
[Prev]
[Next]
[Index]
[Report an Error]