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
delete |
Specifies to add the attributes of a gpfcp profile. The attributes are as follows:
Note: The control type configured on UPN and the user type configured on CPN.
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 interval <number> |