gta-profile
Required Command-Line Mode = Configure
Use the gta-profile command to configure the Control and User Plane Seperation (CUPS) profile on a Control Processing Plane (CPN) for routing the Gigamon Transport Agent (GTA) packets.
The gta-profile command has the following syntax:
gta-profile alias <alias>
control-node <IP address>
user- node <IP address>
core-nw-nodes <IP address>
Argument |
Description |
control-node <IP address> |
Specifies the IP address of the control-node for CUPS. For example: (config gta-profile alias <alias>) # control-node 10.0.0.2 |
user-node <IP address> |
Specifies the IP address of the user-node for CUPS. For example: (config gta-profile alias <alias>) # user-node 30.0.0.2 |
core-nw-nodes <IP address> |
Specifies the IP address of the core-nw-nodes for CUPS. For example: (config gta-profile alias <alias>) # core-nw-nodes 2001::1:0:10,302.2.2.10 |
Related Commands
The following table summarizes other commands related to the gta-profile command:
Task |
Command |
Displays a specificied gta profile for CUPS |
# show gta-profile alias gta-profile-1 |
Displays all gta profile for CUPS. |
# show gta-profile all |
Deletes a specified gta profile. |
(config) # no gta-profile alias gta-profile-1 |
Deletes all gta profile. |
(config) # no gta-profile all |