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:

gtp-cupsGigaSMART host for GTP-Cups.
tunnelGigaSMART host for Tunnel.
mobility-cupsGigaSMART host for CPN UPN. communication.
NetFlowGigaSMART host for NetFlow.
tls-pcapngGigaSMART host for TLS-PCAPng
mobility-samGigaSMART host for subscriber aware metadata.

source <interface <ip-interface> | l4 <port> <1-65535>>

Configures the following exporter source parameters:

interface — Configures the following exporter interface to be used.
■   ip interface — Configure the exporter IP interface to be used
l4 — Configures the following exporter source transportation layer parameters:
■   port— Configure the exporter source port.

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:

l3 — Configures the exporter destination network layer parameters.
l4 — Configures the exporter destination transportation layer 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:

port— Configures the listener source port. The value ranges from 1 to 65535.
protocol — Configures the following listener l4 protocol
o TCP
o UDP
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:

dscp — Configures the DSCP value. The value ranges from 0 to 63.
protocol — Configures the following listener protocol.
■   IPv4 — Uses IPv4 for communication.
■   IPv6 — Uses IPv6 for communication.
■   Auto — Detects the protocol based on context.
ttl — Configures the Time-To-Live (TTL) in seconds. The value ranges from t to 255.

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:

add — Activates the exporter on which the gsgroup is configured.
delete —Deactivates the exporter on which the gsgroup is configured.

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>