apps exporter
Use the apps exporter command to configure the exporter.
Note: The exporter configuration must be done on both the CPN and UPN to enable CPN UPN communication for filtering RAN and network slice attributes. If the exporter is not configured on both the CPN and UPN, the UPN will be in the non-CPN mode.
Note: The exporter parameters, such as interface or port, cannot be modified for exporter type "mobility-cups". To modify the parameters of the exporter, delete the exporter and re-configure it.
Note: The maximum number of exporters that can be configured for a given GigaSMART group in CPN UPN communication is 64.
The apps exporter command has the following syntax:
apps exporter alias <alias>
type <gtp-cups | tunnel | mobility-cups|netflow|tls-pcapng|mobility-sam>
description "<comment>"
source
interface
ip-interface <interface>
l4
port <1-65535>
destination
l3
ip
ver4 <IPv4-address>
ver6 <IPv6-address>
ttl <1-255>
dscp <0-63>
protocol <ipv4 | ipv6 | auto>
l4
port <1-65535>
protocol <tcp | udp>
ssl-profile <SSL-profile>
tcp-profile <TCP-profile>
gsgroup <add | delete> <gsgroup_alias>
exit
The following table describes the arguments for the apps exporter command:
Argument |
Description |
||||||||||||||||||
alias <alias> |
Specifies the exporter alias. |
||||||||||||||||||
description |
Add the description for the exporter profile. |
||||||||||||||||||
type <gtp-cups | tunnel | mobility-cups|netflow|tls-pcapng|mobility-sam> |
Specifies the type of the exporter as follows:
|
||||||||||||||||||
source <interface <ip-interface> | l4 <port> <1-65535>> |
Configures the following exporter source parameters:
Note: When the exporter type is mobility-cups, the UDP port must be within the ephemeral range (49152 to 65535). |
||||||||||||||||||
destination <l3 | l4> |
Configures the following exporter destination parameters:
Note: When the listener type is gtp-cups, the configuration of exporter destination network layer parameters is optional. |
||||||||||||||||||
l4< port <1-65535> protocol <tcp | udp>> |
Configures the following transportation layer parameters in the exporter:
|
||||||||||||||||||
l3 <ip <ver6 <IPv6-address>| ver4 <IPv4-address>| ttl <1-255>dscp <0-63>> <protocol <ipv4 | ipv6 | auto>> |
Configures the following network layer parameters in the exporter:
|
||||||||||||||||||
ssl-profile <SSL-profile> |
Configures the SSL profile. |
||||||||||||||||||
tcp-profile <TCP-profile> |
Configures the TCP profile |
||||||||||||||||||
gsgroup <add | delete> |
Configures the gsgroup on which the exporter has to be activated or deactivated as follows:
|
Related Commands
The following table summarizes other commands related to the apps exportercommand:
Task |
Command |
Displays app exporter alias. |
#show apps exporter alias <alias> |
Displays statistics of apps exporters that has been configured. Given below is an example of apps exporter statistics with exporter type mobility-cups. This apps exporter statistics is not supported for exporter type mobility-sam. HC3 (config) # show apps exporter stats all Total exporters Count: 128 ================================================================================ GigaSMART exporter Alias: en_cpn_exp1 -------------------------------------------------------------------------------- Engine port: gsgrp-4g-cpn:1_4_e1 Connections Initiated : 0 Connections Received : 0 Connections Success : 0 Connections Failed : 0 Connections Disconnected : 0 Connection [ 20.0.0.2:60001 => 10.0.0.2:50001] Packets Received : 108 Bytes Received : 5832 Packets Sent : 113 Bytes Sent : 6102 Packets Dropped : 0 SFFP Sessions : 0 GPFCP Tx HB : 113 GPFCP Tx Association : 0 GPFCP Tx Ran Update : 0 GPFCP Tx Ran Resp Accept : 0 GPFCP Tx Ran Resp Reject : 0 GPFCP Tx Ran Pull Request : 0 GPFCP Tx Ran Pull Req Retry : 0 GPFCP Rx HB : 108 GPFCP Rx Association : 0 GPFCP Rx Ran Update : 0 GPFCP Rx Ran Resp Accept : 0 GPFCP Rx Ran Resp Reject : 0 GPFCP Rx Ran Pull Request : 0 GPFCP Session lookup fail : 0 GPFCP Ack Missing : 0 GPFCP RAN Retry : 0 Connection Status : HB Active -------------------------------------------------------------------------------- |
# show apps exporter stats all |
Displays statistics of the specified apps exporter that has been configured. |
# show apps exporter stats <alias> |