Configuring Application Monitoring and Enforcement Application Monitoring and Enforcement Overview
OmniSwitch AOS Release 8 Network Configuration Guide December 2017 page 29-7
Quick Steps for Configuring AppMon
The following quick steps provide a brief tutorial for configuring AppMon on OmniSwitch.
1 Use the app-mon admin-state command to globally enable AppMon functionality on the switch.
-> app-mon admin-state enable
2 Use the app-mon port admin-state command to enable AppMon functionality on one or more switch
ports. For example, the following command enables AppMon on ports 1/1/2 through 1/1/5:
-> app-mon port 1/1/2-5 admin-state enable
3 Add or remove applications or application groups to an application list for enforcement or monitoring
using the app-mon app-list command. Separate application list is maintained for both enforcement and
monitor features. For example:
-> app-mon app-list enforcement add app-name whatsapp
-> app-mon app-list monitor add app-group apg2
4 To enable the set of application signatures configured for AppMon, use the app-mon apply command.
This activates both enforcement and monitoring application lists for flow classification.
-> app-mon apply
Note. Verify the AppMon configuration using the show app-mon config and show app-mon port
commands. For example:
-> show app-mon config
Admin State : Enable,
Operational State : Enable,
L3-IPv4 : Enable,
L3-IPv6 : Enable,
Enforcement Flow-Table Stats : Enable,
Enforcement Flow-Sync Interval : 10 seconds,
Monitor Logging Threshold : 20000,
Enforcement Logging Threshold : 20000,
App-Pool Applications : 10,
Monitor Applied Applications : 10,
Enforcement Applied Applications : 10,
Upgraded Signature File Type : Factory,
AOS Compatible Signature Kit Version : 1,
Signature Kit version : 1.1.1
-> show app-mon port
Port Admin-Status Oper-Status L4-mode
----------+-------------+------------------+---------------
1/1/1 Enable Up TCP-UDP
1/1/2 Enable Up TCP-UDP
1/1/3 Enable Up TCP-UDP
1/1/4 Enable Up TCP-UDP
1/1/5 Enable Up TCP-UDP
1/1/6 Enable Up TCP-UDP
1/1/7 Enable Up TCP-UDP
.
See the OmniSwitch AOS Release 8 CLI Reference Guide for information about the fields in this display.