Specifications
Configuring RLM
Cisco AS5300 Universal Access Server Software Configuration Guide
3-46
Configuring RLM
The goal of Redundant Link Manager (RLM) is to primarily provide a virtual link management over
multiple IP networks so that the Q.931 signaling protocol and other proprietary protocols can be
transported on top of multiple redundant links between the Cisco signaling controller and the access
server.
We recommend that all access servers should use at least two IP interfaces to connect to the primary
and alternative IP interfaces of the signaling controller. Otherwise, the control traffic will be
impacted by the data traffic by sharing the same interface for both types of traffic.
Configure
Table 3-25 Configuring RLM
Step Command Purpose
1
5300> enable
Password: <password>
5300#
Enter enable mode (also called privileged EXEC
mode).
Enter the password.
You have entered enable mode when the prompt
changes to
5300#.
2
5300# configure terminal
Enter configuration commands, one per
line. End with CNTL/Z.
5300(config)#
Enter global configuration mode. You have entered
global configuration mode when the prompt changes
to as5300(config)#.
3
5300(config)# rlm group 1
Specify the rlm-group (network access server) that
you want to configure using the rlm group global
configuration command.
4
5300(config-rlm-group)# interface
Loopback1
5300(config-if)# ip address 10.1.1.1
255.255.255.255
Specify the IP address of the first interface.
5
5300(config-if)# interface Loopback2
5300(config-if)# ip address 10.1.1.2
255.255.255.255
Specify the IP address of the second interface.
6
5300(config-if)# rlm group 1
5300 (config-rlm-group)#
Return to rlm group global configuration mode.
7
5300(config-rlm-group)# server
r1-server
5300(config-rlm-group-sc)# link address
10.1.4.1 source Loopback1 weight 4
5300(config-rlm-group-sc)# link address
10.1.4.2 source Loopback2 weight 3
Specify the first device name.
Specify the link addresses and their weighting
preferences.
8
5300(config-rlm-group-sc)# server
r2-server
5300(config-rlm-group-sc)# link address
10.1.5.1 source Loopback1 weight 2
5300(config-rlm-group-sc)# link address
10.1.5.2 source Loopback2 weight 1
Specify the second device name.
Specify the link addresses and their weighting
preferences.
9 5300(config-if)# Ctrl-Z
5300#
%SYS-5-CONFIG_I: Configured from console
by console
Return to enable mode.
This message is normal and does not indicate an
error.