Cisco Cisco Expressway Maintenance Manual

Page of 8
The network plugin implements the
for data encapsulation. The analytics server must be able to
parse and present this data. Your analytics server will probably have its own UI for configuring how it collects and shows
the data, which could be based on collectd or an alternative software.
If you are using collectd on the analytics server, you need to modify
collectd.conf file so that the server:
listens for data from the collectd clients (eg. Expressway); you need to enable the network plugin and configure
the listen block with the server's IP address. For example:
<Plugin "network">
Listen "198.51.100.15"
</Plugin>
stores the data it receives in a human readable form (eg. to CSV files); you need to enable the csv plugin tell it
where to write the files. For example:
<Plugin "csv">
DataDir "/var/lib/collectd/csv"
StoreRates true
</Plugin>
See also
Troubleshooting System Metrics
Is the Expressway sending data?
Take a TCP dump from the Expressway and check for packets sent to the address of your data analytics server:
Go to Maintenance > Diagnostics > Diagnostics logging, check the box labeled Take tcpdump while logging, and then
start logging.
System Metrics Reference
What are the configuration options on the Expressway?
What the command does
Web UI location
Example CLI command
Toggle Metrics Collection
on/off
Maintenance > Logging > System Metrics
Collection
xconfig log SystemMetrics mode: on
Specify the server address
Maintenance > Logging > Collection
server address
xconfig log SystemMetrics network
address: address
Specify the listening port
Maintenance > Logging > Collection
server port
xconfig log SystemMetrics network port:
25826
Specify the collection
interval
Maintenance > Logging > Collection
Interval
xconfig log SystemMetrics interval: 60
Read System Metrics
configuration
Maintenance > Logging
xstatus SystemMetrics
Table 1
Configuration commands for collectd on Expressway
4
System Metrics Collection on Cisco Expressway Maintain and Operate Guide