ASN Paging Group Configuration Mode Commands

Use the Paging Group Configuration Mode to create and manage Paging Agents for the paging and location register controller within the Access Service Network Paging Controller and Location Registry (ASN PC-LR) service.

IMPORTANT:

This functionality is still in development stage.

IMPORTANT:

The commands or keywords/variables that are available are dependent on platform type, product version, and installed license(s).

end

Exits the current configuration mode and returns to the Exec mode.

Product:

All


Privilege:

Security Administrator, Administrator


Syntax
end

Usage:

Use this command to return to the Exec mode.

exit

Exits the current mode and returns to the parent configuration mode.

Product:

All


Privilege:

Security Administrator, Administrator


Syntax
exit

Usage:

Use this command to return to the parent configuration mode.

paging

Configures the paging parameters within the paging group for PC-LR functionality.

Platform:

ASR 5000

Product:

ASN PC-LR


Privilege:

Administrator


Syntax
paging { cycle cycle_value | interval interval_value | node id mac_address addressip_address  | offset algorithm uniform
start start_value increment inc_value count count_value }no paging { cycle | node
id mac_address | offset }
no

Disables the configured paging parameters within this paging group.

cycle cycle_value

Specifies the cycle in which the paging message is transmitted within the paging group as an integer from 0 through 65535.

interval interval_value

Specifies the maximum duration in frames of Paging Listening Interval; used in calculation of Paging Listening Interval.

interval_value must be an integer from 1 through 5.

node id mac_address address ip_address

id mac_address: Configures the MAC address of the node in the paging group.

mac_address must be in one of the following formats:

nn:nn:nn:nn:nn:nn or nn-nn-nn-nn-nn-nn

address ip_address: Specifies the IP address of the node in IPv4 dottted-decimal or IPv6 colon-separated notation.

IMPORTANT:

Configure up to 128 paging nodes per paging group.

offset algorithm uniform start start_value increment inc_value count count_value

start start_value: Specifies the starting value of the available offset as an integer from 0 through 65535.

increment inc_value: Specifies the distance between two offsets as n integer from 0 through 65535.

count count_value: Specifies the number of offsets available as an integer from 0 through 65535.

Offsets are uniformly load balanced across the available range. For this configuration:

paging offset algorithm uniform start 10 increment 10 count 4

the following occurs:

if MS1, MS2,...MS100, perform IM-Entry, then offset assigned: MS1=10, MS2=20, MS3=30, MS4=40, MS5=10, MS6=20, etc.


Usage:

Use this command to define the paging behavior of a paging group. There must be only one instance of paging parameters per paging group.


Example:
The following example configures the paging cycle for a paging group to 10.
paging cycle 10

The following example configures a paging node in the group:

paging node id 00:05:47:00:37:44
address 12.345.76.789