This command binds/associates
a remote Event Notification collection server as peer having specified
IP address and optionally port for event notification during IP-CAN session
in PCC-Event-Notification-Interface-Endpoint instance.
Privilege:
Security Administrator,
Administrator
Syntax
peer name peer_name address ip_address [port port_num]
name peer_name
Sets the in PCC-Event-Notification-Interface-Endpoint
instance to use a particular peer node configured by a peer name peer_name for
event notification interface.
The peer_name is
name of the peer node to be sued for event collection and must be
an alphanumerical string from 1 through 31 characters. peer_name allows
punctuation marks.
ip-address ip_address
Sets the PCC-Event-Notification-Interface-Endpoint
instance to bind the particular peer node name with IP address ip_address in
IPv4 or IPv6 notation for event notification message processing.
The ip_address is
an IP address in IPv4/IPv6 notation.
port port_num
This optional keyword
sets a particular port number to be used with in the PCC-Event-Notification-Interface-Endpoint
instance to configure a particular peer node having a pre assigned IP
address ip_address in
IPv4 or IPv6 notation for event notification message processing.
The port_num must
be an integer between 1 and 65535.
Usage:
Use this command to
bind/associate a remote Event Notification collection server
as peer having specified IP address and optionally port for event
notification during IP-CAN session in the PCC-Event-Notification-Interface-Endpoint
instance.
Multiple peers can be
configured using this command and peer selection methods, primary-secondary or round-robin can
be applied using peer select-algorithm command
for event notification during IP-CAN session in this configuration
mode.
Example:
Following command configures
and associates an Event Notification peer node named
event_peer_1 having
an IP address
1.2.3.4 with
port number as
2345 in
an PCC-Event-Notification-Interface-Endpoint instance.
peer name event_peer_1 ip-address 1.2.3.4 port 2345