bulk-stats
Configures bulk statistics parameters.
Command Mode
Exec > Global Configuration
Syntax
bulk-stats { enable { false | true } | user user_name | external-ip ip_address | external-port port_number | interval-minutes create_interval | prune-interval-days prune_interval | vnf-name vnf_name | global-default-value global_default_value | global-default-namespace global_default_namespace}
enable { false | true}
Specify to enable or disable bulk statistics.
Must be one of the following:
-
false
-
true
Default Value: true.
external-ip ip_address
Specify the external IP address for downloading the bulk statistics over SFTP.
Must be an IPv4 address.
-Or-
Must be an IPv6 address.
external-port port_number
Specify the external port number for downloading the bulk statistics over SFTP.
Must be an integer.
Default Value: 2222.
global-default-namespace global_default_namespace
Specify the namespace used in the bulk statistics file if the query did not return any value.
Must be a string.
global-default-value global_default_value
Specify the value used in the bulk statistics file if the query did not return any value.
Must be a string.
interval-minutes create_interval
Specify the interval for creating the bulk statistics in minutes.
Must be an integer.
Default Value: 1.
prune-interval-days prune_interval
Specify the time interval, in number of days, to remove the bulk statistics.
Must be an integer.
Default Value: 1.
user user_name
Specify the user authorized to download the bulk statistics.
Must be a string.
Default Value: admin.
vnf-name vnf_name
Specify the VNF name to be added to the bulk statistics CSV file.
Must be a string.
Default Value: default.
Usage Guidelines
Use this command to configure bulk statistics parameters.