Configuring Rlm; Configure - Cisco AS5300-96VOIP-A Software Configuration Manual

Universal access server
Table of Contents

Configuring RLM

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
Step
1
2
3
4
5
6
7
8
9
3-46
Cisco AS5300 Universal Access Server Software Configuration Guide
Configuring RLM
Command
5300> enable
Password:
5300#
5300# configure terminal
Enter configuration commands, one per
line. End with CNTL/Z.
5300(config)#
5300(config)# rlm group 1
5300(config-rlm-group)# interface
Loopback1
5300(config-if)# ip address 10.1.1.1
255.255.255.255
5300(config-if)# interface Loopback2
5300(config-if)# ip address 10.1.1.2
255.255.255.255
5300(config-if)# rlm group 1
5300 (config-rlm-group)#
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
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
5300(config-if)# Ctrl-Z
5300#
%SYS-5-CONFIG_I: Configured from console
by console
Purpose
Enter enable mode (also called privileged EXEC
mode).
Enter the password.
You have entered enable mode when the prompt
changes to
.
5300#
Enter global configuration mode. You have entered
global configuration mode when the prompt changes
to
as5300(config)#.
Specify the rlm-group (network access server) that
you want to configure using the rlm group global
configuration command.
Specify the IP address of the first interface.
Specify the IP address of the second interface.
Return to rlm group global configuration mode.
Specify the first device name.
Specify the link addresses and their weighting
preferences.
Specify the second device name.
Specify the link addresses and their weighting
preferences.
Return to enable mode.
This message is normal and does not indicate an
error.
Table of Contents
loading

This manual is also suitable for:

As5300

Table of Contents