gpfcp profile

Required Command-Line Mode = Configure

Use the gpfcp profile command to enable the CPN UPN communication on both the CPN and UPN for exchanging the GPFCP packets.

Note:  The gpfcp profile creation must be done on both the CPN and UPN.

The gpfcp profile command has the following syntax:

gpfcp-profile alias <alias>

profile <add | delete> ip-interface <interface IP> port <port number> type <control | user> ips <List of IPv4/IPv6 addresses>

The following table describes the arguments for the gpfcp profile command:

Argument

Description

gpfcp-profile alias <alias>

Specifies the name of the gpfcp profile. The alias must be unique and can contain up to 128 characters. Aliases are case-sensitive.

For example:

(config) # gpfcp-profile alias gpfcp-profile-1

profile <add | delete>

Specifies to add a gpfcp profile or delete a gpfcp profile.

add
ip-interface <interface IP>
port <port number>
type <control | user>
ips <List of IPv4 or IPv6 addresses>

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

delete
ip-interface <interface IP>
port <port number>

Specifies to add the attributes of a gpfcp profile. The attributes are as follows:

■   ip-interface <interface IP> - Specifies the IP address of the interface.
■   port <port number>- Specifies the port number. The value ranges from 49152 to 65535.
■   type Specifies any one of the following node type:
■   control - Specifies the control node type for CPN.
■   user - Specifies the user node type for UPN.

Note:  The control type configured on UPN and the user type configured on CPN.

■   ips <List of IPv4 or IPv6 addresses> - For 4G or 5G CPN, specify the IP addresses of SGW-U:S1u or PGW-U:s5u or N3 interface.
■   ips <List of IPv4 or IPv6 addresses> - For 5G UPN, specifies the IP address of the SGW-C:Sxa or PGW-C:Sxb or N4 interface.

For example:

(config) # gpfcp-profile alias gpfcp_upn1_cpn

(config gpfcp-profile alias gpfcp_upn1_cpn) # profile add ip-interface 20.0.0.2 port 50000 type control ips 10.0.0.2,10.0.0.10

(config gpfcp-profile alias gpfcp_upn1_cpn) # exit

 

Specifies to remove the attributes from a gpfcp profile.

For example:

(config) # gpfcp-profile alias gpfcp_upn1_cpn

(config gpfcp-profile alias gpfcp_upn1_cpn) # profile delete ip-interface 20.0.0.2 port 50000

(config gpfcp-profile alias gpfcp_upn1_cpn) # exit

 

Note:  The system supports 128 IPv6 or 256 IPv4 addresses for the gpfcp profile. The IP address in the GPFCP profile must be updated without any subnet. The subnets are not supported.

Related Commands

The following table summarizes the commands related to the gpfcp-profilecommand:

Task

Command

Displays a specified gpfcp profile

show gpfcp-profile alias gpfcp-profile-1

Displays all the created gpfcp profiles show gpfcp-profile all
GPFCP delay from CPN in msec. Default is 10msec. gpfcp-delay interval <number>