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 256 IPv6 or 256 IPv4 addresses for the gpfcp profile. The IP address in the GPFCP profile can be updated with subnets for GigaVUE-HC3 Gen 2 and Gen3 devices. It is recommended to configure non-overlapping IPs that match the subnet. If overlapping IPs are configured, the system will select the first matching IP for that subnet.

Note:  Duplicate IP addresses are not allowed in any gpfcp profile's attribute IP address lists. Each IP address within a gpfcp profile must be distinct.

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>