ADC Changes in Release 14.0

This chapter identifies features and functionality added to, modified for, or deprecated from 14.0 ADC software releases.

Topics covered in this chapter are:

IMPORTANT:

Enhancements to Diameter, GTPP, and RADIUS in release 14.0 are located in the Accounting Management Changes chapter.

Enhancements to SNMP MIB in release 14.0 are located in the SNMP MIB Changes chapter.

Enhancements to Web Element Manager (WEM) in release 14.0 are located in the Web Element Manager Changes chapter.

Omissions and Corrections

The following lists of items link to changes found in a previous code drop that were omitted from the Release Change Reference, or to technical corrections made to previously published content.

Omissions from/Corrections to January 31, 2013 Content

Omissions from/Corrections to September 28, 2012 Content

Omissions from/Corrections to June 29, 2012 Content

ADC Feature Changes as of May 31, 2013

This section provides information on ADC feature changes in release 14.0.

IMPORTANT:

For more information regarding features in this section, refer to the Application Detection and Control Administration Guide for this release.

New ADC Features

This section identifies new ADC features available in release 14.0.

Support for ADC Protocol Group Detection and Extended Sub-classification

Application Detection and Control (ADC) performs traffic analysis and classifies flows into applications and its traffic type. To provide a high-level classification, the protocol grouping feature is implemented to support various application/protocol groups like gaming, file-sharing, e-mail, communicator, etc. Protocol Grouping is done based on the functionality provided by the application. For example, applications like Skype and Yahoo are used for VoIP, so these applications are grouped as Communicator group. The feature is implemented based on the Dynamic Software Upgrade plugin philosophy. CLI support is added for this feature.

Extended sub-classification: Traffic type that is used for sub-classification can now support File Transfer and Instant Messaging.

Support for Behavioral P2P and VoIP

Behavioral Traffic Analysis is a method to analyze network traffic such that all the traffic is analyzed by the generic behavior of each flow. ADC supports behavioral traffic analysis for P2P (Peer-to-Peer) and VoIP (Voice over IP). If the generic behavior of protocols is detected and traffic classified correctly using behavioral analysis, lesser amount of unknown traffic flows can be seen. This feature is based on the Dynamic Software Upgrade plugin philosophy. CLI support is added to enable or disable this feature.

Behavioral P2P and behavioral VoIP are meant for zero day detection of P2P/file sharing protocols and VoIP traffic respectively. This feature is disabled by default and meant only for statistical purposes (not for charging purposes).

Support for SSL Renegotiation Tracking

SSL Renegotiation flows can be detected by tracking the SSL Session ID and its associated protocol. This feature is disabled by default. The maximum entries of SSL Session ID tracked per Session Manager and the reduce factor can be configured. CLI support is added to enable or disable this feature.

Certain applications like Facebook, Gmail, Yahoo, Skype, Twitter, iCloud, etc. widely use the SSL Session Renegotiation feature in their mobile applications to reduce the computational intensive operations involved in a complete SSL negotiation.

Limitations: In certain cases, the SSL Renegotiation detection logic does not work if the SSL sessions involved in the negotiation is spread across more than one subscriber session.

Support for Analyzer Interworking

Analyzer interworking feature is implemented to analyze the various analyzers simultaneously if the flow is detected as P2P and based on ruledef priority, appropriate charging action will be taken. Currently supported analyzers are FTP, HTTP, RTSP and SIP. CLI support is added to enable or disable this feature. This feature is enabled by default if P2P detection/protocol is enabled.

Modified ADC Features

This section identifies ADC features modified in release 14.0.

None for this release.

ADC Command Changes as of May 31, 2013

This section provides information on ADC command changes in release 14.0.

IMPORTANT:

For more information regarding commands in this section, refer to the Command Line Interface Reference for this release.

New ADC Commands

This section identifies new ADC commands available in release 14.0.

None for this release.

Modified ADC Commands

This section identifies ADC commands modified in release 14.0.

clear active-charging analyzer statistics

This command clears protocol analyzer statistics. A new keyword protocol-group is added to support P2P protocol groups for P2P analyzer.

clear active-charging
analyzer statistics name p2p [ protocol-group group_list ]

p2p-detection attribute

This command enables or disables the detection of SSL renegotiation flows.

configure
   require
active-charging
   active-charging
service service_name
      [ no ] p2p-detection
attribute { attribute_list [ sub_attribute_name
sub_attribute_value ] }
      end

p2p-detection behavioral

This command enables or disables behavioral detection for unidentified traffic.

configure
   require
active-charging
   active-charging
service service_name
      [ no ] p2p-detection
behavioral { behavioral_list | all }
      end

p2p-detection ecs-analysis

This command enables or disables ECS analysis for analyzers — FTP, HTPP, RTSP and SIP.

configure
   require
active-charging
   active-charging
service service_name
      [ no ] p2p-detection
ecs-analysis { all | ftp | http | rtsp | sip }
      end

p2p behavioral

This command allows you to define rule expressions to match behavioral detection type — P2P or VoIP.

configure
   require
active-charging
   active-charging
service service_name
      [ no ] p2p
behavioral operator
behavioral_list
      end

p2p protocol-group

This command allows you to define rule expressions to match ADC application/protocol group.

configure
   require
active-charging
   active-charging
service service_name
      ruledef ruledef_name
         [ no ] p2p
protocol-group operator group_list
         end

The following P2P protocol groups are supported:

  • anonymous-access
  • business
  • communicator
  • cloud
  • e-mail
  • e-news
  • e-store
  • internet-privacy
  • filesharing
  • gaming
  • p2p-anon-filesharing
  • p2p-filesharing
  • remote-control
  • social-nw-gaming
  • social-nw-generic
  • social-nw-videoconf
  • standard
  • streaming
  • untagged

p2p traffic-type

This command allows you to define rule expressions to match traffic type. The traffic types — file transfer and instant messaging are now supported.

configure
   require
active-charging
   active-charging
service service_name
      ruledef ruledef_name
         [ no ] p2p
traffic-type operator
traffic_type
         end

rule-variable

This command allows you to specify fields and their order in EDRs. A new option protocol-group is added to the existing p2p keyword.

configure
   require
active-charging
   active-charging
service service_name
      edr-format format_name
         [ no ] rule-variable
p2p protocol-group priority priority
         end

show active-charging analyzer statistics

This command displays statistical information for protocol analyzers. A new keyword protocol-group is added to support P2P protocol groups for P2P analyzer.

show active-charging
analyzer statistics name p2p [ protocol-group group_list ]

The following P2P protocol groups are supported:

  • anonymous-access
  • business
  • communicator
  • cloud
  • e-mail
  • e-news
  • e-store
  • internet-privacy
  • filesharing
  • gaming
  • p2p-anon-filesharing
  • p2p-filesharing
  • remote-control
  • social-nw-gaming
  • social-nw-generic
  • social-nw-videoconf
  • standard
  • streaming
  • untagged

show active-charging flows

This command displays information for active charging flows. A new keyword protocol-group is added to support P2P protocol groups.

show active-charging
flows type p2p [ protocol-group group_list ]

The following P2P protocol groups are supported:

  • anonymous-access
  • business
  • communicator
  • cloud
  • e-mail
  • e-news
  • e-store
  • internet-privacy
  • filesharing
  • gaming
  • p2p-anon-filesharing
  • p2p-filesharing
  • remote-control
  • social-nw-gaming
  • social-nw-generic
  • social-nw-videoconf
  • standard
  • streaming
  • untagged

show active-charging sessions

This command displays information for active charging flows. A new keyword protocol-group is added to support P2P protocol groups.

show active-charging
sessions type p2p [ protocol-group group_list ]

The following P2P protocol groups are supported:

  • anonymous-access
  • business
  • communicator
  • cloud
  • e-mail
  • e-news
  • e-store
  • internet-privacy
  • filesharing
  • gaming
  • p2p-anon-filesharing
  • p2p-filesharing
  • remote-control
  • social-nw-gaming
  • social-nw-generic
  • social-nw-videoconf
  • standard
  • streaming
  • untagged

Deprecated ADC Commands

This section identifies deprecated ADC commands that are no longer supported in release 14.0.

None for this release.

ADC Performance Indicator Changes as of May 31, 2013

This section provides information on ADC performance indicator changes in release 14.0.

IMPORTANT:

For more information regarding bulk statistics and output fields and counters in this section, refer to the Statistics and Counters Reference for this release.

New ADC Bulk Statistics

This section identifies new ADC bulk statistics available in release 14.0.

The following bulk statistics are new in this release:

P2P Schema

  • p2p-protocol-group

Modified ADC Bulk Statistics

This section identifies deprecated ADC bulk statistics that are no longer supported in release 14.0.

None for this release.

Deprecated ADC Bulk Statistics

This section identifies ADC bulk statistics modified in release 14.0.

None for this release.

New ADC Output Fields and Counters

This section identifies new ADC show command output fields and counters available in release 14.0.

show active-charging analyzer statistics name p2p protocol-group

The following fields have been added to support P2P protocol groups:

ACS P2P Stats:

  • Generic:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Anonymous-access:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Business:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Communicator:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Cloud:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • E-mail:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • E-news:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • E-store:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Internet-privacy:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Filesharing:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Gaming:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • P2P-anon-filesharing:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • P2P-filesharing:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Remote-control:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Social-nw-gaming:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Social-nw-generic:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Social-nw-videoconf:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Standard:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Streaming:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Untagged:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts

show active-charging analyzer statistics name p2p protocol-group verbose

The following fields have been added to support P2P protocol groups:

ACS P2P Stats:

  • Generic-non-p2p:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Generic-Total:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Anonymous-access-tor:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Anonymous-access-yourfreetunnel:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Anonymous-access-Total:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Business-openft:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Business-actsync:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Business-kontiki:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Business-blackberry:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Business-citrix:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Business-webex:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Business-gotomeeting:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Business-Total:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Communicator-skype:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Communicator-msn:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Communicator-yahoo:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Communicator-jabber:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Communicator-qq:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Communicator-gadugadu:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Communicator-oscar:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Communicator-popo:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Communicator-irc:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Communicator-iskoot:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Communicator-fring:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Communicator-gtalk:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Communicator-nimbuzz:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Communicator-paltalk:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Communicator-meebo:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Communicator-truphone:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Communicator-teamspeak:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Communicator-facetime:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Communicator-viber:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Communicator-imo:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Communicator-tango:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Communicator-scydo:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Communicator-whatsapp:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Communicator-mypeople:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Communicator-implus:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • Downlink Pkts
  • Communicator-ebuddy:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Communicator-ficall:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Communicator-mig33:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Communicator-goober:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Communicator-kakaotalk:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Communicator-nateontalk:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Communicator-naverline:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Communicator-wechat:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Communicator-voipdiscount:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Communicator-vopiu:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Communicator-plingm:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Communicator-magicjack:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Communicator-smartvoip:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Communicator-rynga:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Communicator-icall:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Communicator-actionvoip:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Communicator-jumblo:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Communicator-talkatone:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Communicator-behavioral-voip:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Communicator-Total:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Cloud-wuala:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Cloud-icloud:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Cloud-amazoncloud:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Cloud-Total:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • E-mail-gmail:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • E-mail-mapi:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • E-mail-Total:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • E-news-Total:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • E-store-itunes:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • E-store-googleplay:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • E-store-Total:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Internet-privacy-hamachivpn:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Internet-privacy-vpnx:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Internet-privacy-vtun:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Internet-privacy-isakmp:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Internet-privacy-netmotion:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Internet-privacy-openvpn:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Internet-privacy-tunnelvoice:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Internet-privacy-comodounite:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Internet-privacy-Total:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Filesharing-ddlink:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Filesharing-aimini:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Filesharing-ultrabac:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Filesharing-Total:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Gaming-steam:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Gaming-halflife2:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Gaming-wofwarcraft:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Gaming-xbox:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Gaming-battlefld:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Gaming-qqgame:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Gaming-quake:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Gaming-warcft3:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Gaming-armagettron:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Gaming-clubpenguin:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Gaming-crossfire:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Gaming-dofus:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Gaming-fiesta:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Gaming-florensia:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Gaming-guildwars:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Gaming-maplestory:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Gaming-ps3:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Gaming-rfactor:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Gaming-splashfighter:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Gaming-wii:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Gaming-wofkungfu:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Gaming-callofduty:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Gaming-Total:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • P2P-anon-filesharing-winny:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • P2P-anon-filesharing-mute:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • P2P-anon-filesharing-freenet:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • P2P-anon-filesharing-stealthnet:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • P2P-anon-filesharing-antsp2p:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • P2P-anon-filesharing-Total:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • P2P-filesharing-bittorrent:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • P2P-filesharing-edonkey:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • P2P-filesharing-gnutella:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • P2P-filesharing-fasttrack:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • P2P-filesharing-manolito:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • P2P-filesharing-pando:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • P2P-filesharing-filetopia:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • P2P-filesharing-soulseek:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • P2P-filesharing-applejuice:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • P2P-filesharing-ares:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • P2P-filesharing-directconnect:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • P2P-filesharing-imesh:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • P2P-filesharing-winmx:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • P2P-filesharing-thunder:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • P2P-filesharing-off:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • P2P-filesharing-xdcc:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • P2P-filesharing-mojo:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • P2P-filesharing-thunderhs:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • P2P-filesharing-behavioral-p2p:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • P2P-filesharing-Total:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Remote-control-skinny:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Remote-control-rdp:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Remote-control-teamviewer:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Remote-control-pcanywhere:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Remote-control-Total:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Social-nw-gaming-secondlife:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Social-nw-gaming-gamekit:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Social-nw-gaming-Total:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Social-nw-generic-facebook:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Social-nw-generic-myspace:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Social-nw-generic-twitter:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Social-nw-generic-instagram:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Social-nw-generic-pinterest:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Social-nw-generic-Total:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Social-nw-videoconf-oovoo:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Social-nw-videoconf-Total:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Standard-iax:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Standard-mgcp:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Standard-ssdp:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Standard-stun:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Standard-usenet:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Standard-flash:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Standard-msrp:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Standard-rdt:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Standard-spdy:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Standard-Total:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Streaming-orb:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Streaming-slingbox:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Streaming-ppstream:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Streaming-qqlive:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Streaming-feidian:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Streaming-zattoo:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Streaming-sopcast:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Streaming-pplive:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Streaming-tvants:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Streaming-tvuplayer:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Streaming-uusee:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Streaming-iptv:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Streaming-pandora:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Streaming-icecast:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Streaming-shoutcast:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Streaming-funshion:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Streaming-octoshape:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Streaming-rmstream:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Streaming-veohtv:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Streaming-wmstream:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Streaming-ogg:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Streaming-quicktime:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Streaming-spotify:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Streaming-netflix:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Streaming-iplayer:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Streaming-avi:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Streaming-soribada:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Streaming-kugou:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Streaming-Total:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Untagged-operamini:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts
  • Untagged- Total:
    • Uplink Bytes
    • Downlink Bytes
    • Uplink Pkts
    • DownlinkPkts

Modified ADC Output Fields and Counters

This section identifies modified ADC show command output fields and counters available in release 14.0.

None for this release.

Deprecated ADC Output Fields and Counters

This section identifies deprecated ADC show comand output fields and counters that are no longer supported in release 14.0.

None for this release.

ADC Feature Changes as of April 05, 2013

This section provides information on ADC feature changes in release 14.0.

IMPORTANT:

The changes identified in this section pertain to the ADC software plugin release slated for April 05, 2013. For more information on these changes, refer to the ADC Administration Guide dated April 05, 2013.

New ADC Features

This section identifies new ADC features available in release 14.0.

P2P Protocols Detection Support

This release now supports the detection of the following P2P protocols:

  • ActionVoip
  • AmazonCloud
  • iCall
  • Instagram
  • Jumblo
  • Kugoo
  • MagicJack
  • MAPI
  • Pinterest
  • Plingm
  • Rynga
  • SmartVoip
  • SPDY
  • Talkatone
  • VoipDiscount
  • Vopium

Modified ADC Features

This section identifies ADC features modified in release 14.0. There are two kinds of modified features: enhancements and behavior changes. Enhancements are feature changes based on customer change requests. Behavior changes are feature changes that modify an existing behavior and may result from software error corrections (bug fixes).

None for this release.

ADC Configuration Management Changes as of April 05, 2013

This section provides information on ADC configuration command changes in release 14.0.

IMPORTANT:

Changes identified in this section pertain to the ADC software plugin release slated for April 05, 2013. For more information regarding commands in this section, refer to the Command Line Interface Reference for this release.

New ADC Configuration Commands

This section identifies new ADC commands available in release 14.0.

None for this release.

Modified ADC Configuration Commands

This section identifies ADC commands modified in release 14.0.

p2p-detection protocol

This command enables detection of peer-to-peer (P2P) protocols.

The following keywords are added to this command:

  • actionvoip
  • amazoncloud
  • icall
  • instagram
  • jumblo
  • kugoo
  • magicjack
  • mapi
  • pinterest
  • plingm
  • rynga
  • smartvoip
  • spdy
  • talkatone
  • voipdiscount
  • vopium

ACS Configuration Mode

[ no ] p2p-detection
protocol [ actionvoip | amazoncloud | icall | instagram | jumblo | kugoo | magicjack | mapi | pinterest | plingm | rynga | smartvoip | spdy | talkatone | voipdiscount | vopium + ]

p2p protocol

This command enables detection of specific P2P protocols for charging purposes.

The following protocols are supported:

  • ActionVoip
  • AmazonCloud
  • iCall
  • Instagram
  • Jumblo
  • Kugoo
  • MagicJack
  • MAPI
  • Pinterest
  • Plingm
  • Rynga
  • SmartVoip
  • SPDY
  • Talkatone
  • VoipDiscount
  • Vopium

ACS Ruledef Configuration Mode

[ no ] p2p
protocol operator protocol

Deprecated ADC Configuration Commands

This section identifies deprecated ADC commands that are no longer supported in release 14.0.

None for this release.

ADC Performance Management Changes as of April 05, 2013

This section provides information on ADC performance management changes in release 14.0.

IMPORTANT:

Changes identified in this section pertain to the ADC software plugin release slated for April 05, 2013. For more information regarding bulk statistics in this section, refer to the Statistics and Counters Reference for this release. For more information regarding commands in this section, refer to the Command Line Interface Reference for this release.

New ADC Bulk Statistics

This section identifies new ADC bulk statistics available in release 14.0.

New ADC bulk statistics are available in P2P schema for new protocols/applications as part of the plugin. If detection of a specific P2P protocol is enabled, bulk statistics for that protocol will be automatically generated using the Dynamic Software Upgrade plugin installed on the chassis. In the case of protocols that support sub-classification (audio/video/unclassified), the bulk statistics will be generated for each of the supported sub-classifications per protocol and also the corresponding cumulative count.

Modified ADC Bulk Statistics

This section identifies ADC bulk statistics modified in release 14.0.

None for this release.

Deprecated ADC Bulk Statistics

This section identifies deprecated ADC bulk statistics that are no longer supported in release 14.0.

None for this release.

New ADC Performance Commands

This section identifies new ADC performance commands available in release 14.0.

None for this release.

Modified ADC Performance Commands

This section identifies ADC performance commands modified in release 14.0.

clear active-charging analyzer statistics

This command supports the clearing of protocol analyzer statistics.

Exec Mode

The following applications are supported:

  • actionvoip
  • amazoncloud
  • icall
  • instagram
  • jumblo
  • kugoo
  • magicjack
  • mapi
  • pinterest
  • plingm
  • rynga
  • smartvoip
  • spdy
  • talkatone
  • voipdiscount
  • vopium
clear active-charging
analyzer statistics [ name protocol_name ] [ | { grep grep_options  | more } ]

show active-charging analyzer statistics name p2p verbose

This command displays Active Charging protocol analyzer statistics for the P2P protocol analyzer.

Exec Mode

The following fields have been added to the output of this command to display the uplink/downlink bytes and uplink/downlink packets for the following protocols:

  • Actionvoip
  • Actionvoip unclassified
  • Actionvoip audio
  • Amazoncloud
  • Facetime unclassified
  • Facetime audio
  • Facetime video
  • Icall
  • Icall unclassified
  • Icall audio
  • Icall video
  • Instagram
  • Jumblo
  • Jumblo unclassified
  • Jumblo audio
  • Kugoo
  • MagicJack
  • Mapi
  • Pinterest
  • Plingm
  • Plingm unclassified
  • Plingm audio
  • Rynga
  • Rynga unclassified
  • Rynga audio
  • Smartvoip
  • Smartvoip unclassified
  • Smartvoip audio
  • Spdy
  • Talkatone
  • Talkatone unclassified
  • Talkatone audio
  • Voipdiscount
  • Voipdiscount unclassified
  • Voipdiscount audio
  • Vopium
  • Vopium unclassified
  • Vopium audio

show active-charging flows

This command displays the information for the active charging flows.

Exec Mode

The following applications support the P2P protocol type flows:

  • actionvoip
  • amazoncloud
  • icall
  • instagram
  • jumblo
  • kugoo
  • magicjack
  • mapi
  • pinterest
  • plingm
  • rynga
  • smartvoip
  • spdy
  • talkatone
  • voipdiscount
  • vopium
show active-charging
flows { type flow_type } [ | { grep grep_options | more } ]

show active-charging sessions

This command displays statistics for ACS sessions.

Exec Mode

The P2P protocol type flows now support the following applications:

  • actionvoip
  • amazoncloud
  • icall
  • instagram
  • jumblo
  • kugoo
  • magicjack
  • mapi
  • pinterest
  • plingm
  • rynga
  • smartvoip
  • spdy
  • talkatone
  • voipdiscount
  • vopium
show active-charging
sessions [ full [ wide ] | summary ] [ filter_keyword + ] + [ all ] [ | { grep grep_options | more } ]

show active-charging sessions summary

This command displays statistics for P2P active charging service sessions.

Exec Mode

The following fields have been added to the output of this command:

  • Current ACTIONVOIP Sessions
  • Current ACTIONVOIP unclassified Sessions
  • Current ACTIONVOIP audio Sessions
  • Current AMAZONCLOUD Sessions
  • Current FACETIME unclassified Sessions
  • Current FACETIME audio Sessions
  • Current FACETIME video Sessions
  • Current ICALL Sessions
  • Current ICALL unclassified Sessions
  • Current ICALL audio Sessions
  • Current ICALL video Sessions
  • Current INSTAGRAM Sessions
  • Current JUMBLO Sessions
  • Current JUMBLO unclassified Sessions
  • Current JUMBLO audio Sessions
  • Current KUGOO Sessions
  • Current MAGICJACK Sessions
  • Current MAGICJACK unclassified Sessions
  • Current MAGICJACK audio Sessions
  • Current MAPI Sessions
  • Current PINTEREST Sessions
  • Current PLINGM Sessions
  • Current PLINGM unclassified Sessions
  • Current PLINGM audio Sessions
  • Current RYNGA Sessions
  • Current RYNGA unclassified Sessions
  • Current RYNGA audio Sessions
  • Current SMARTVOIP Sessions
  • Current SMARTVOIP unclassified Sessions
  • Current SMARTVOIP audio Sessions
  • Current SPDY Sessions
  • Current TALKATONE Sessions
  • Current TALKATONE unclassified Sessions
  • Current TALKATONE audio Sessions
  • Current VOIPDISCOUNT Sessions
  • Current VOIPDISCOUNT unclassified Sessions
  • Current VOIPDISCOUNT audio Sessions
  • Current VOPIUM Sessions
  • Current VOPIUM unclassified Sessions
  • Current VOPIUM audio Sessions

show active-charging sessions summary type p2p

This command displays summary information for P2P active charging service sessions.

Exec Mode

The following fields have been added to the output of this command:

  • Current ACTIONVOIP Sessions
  • Current ACTIONVOIP unclassified Sessions
  • Current ACTIONVOIP audio Sessions
  • Current AMAZONCLOUD Sessions
  • Current FACETIME unclassified Sessions
  • Current FACETIME audio Sessions
  • Current FACETIME video Sessions
  • Current ICALL Sessions
  • Current ICALL unclassified Sessions
  • Current ICALL audio Sessions
  • Current ICALL video Sessions
  • Current INSTAGRAM Sessions
  • Current JUMBLO Sessions
  • Current JUMBLO unclassified Sessions
  • Current JUMBLO audio Sessions
  • Current KUGOO Sessions
  • Current MAGICJACK Sessions
  • Current MAGICJACK unclassified Sessions
  • Current MAGICJACK audio Sessions
  • Current MAPI Sessions
  • Current PINTEREST Sessions
  • Current PLINGM Sessions
  • Current PLINGM unclassified Sessions
  • Current PLINGM audio Sessions
  • Current RYNGA Sessions
  • Current RYNGA unclassified Sessions
  • Current RYNGA audio Sessions
  • Current SMARTVOIP Sessions
  • Current SMARTVOIP unclassified Sessions
  • Current SMARTVOIP audio Sessions
  • Current SPDY Sessions
  • Current TALKATONE Sessions
  • Current TALKATONE unclassified Sessions
  • Current TALKATONE audio Sessions
  • Current VOIPDISCOUNT Sessions
  • Current VOIPDISCOUNT unclassified Sessions
  • Current VOIPDISCOUNT audio Sessions
  • Current VOPIUM Sessions
  • Current VOPIUM unclassified Sessions
  • Current VOPIUM audio Sessions

Deprecated ADC Performance Commands

This section identifies deprecated ADC performance commands that are no longer supported in release 14.0.

None for this release.

ADC Security Management Changes as of April 05, 2013

This section provides information on ADC security management changes in release 14.0.

None for this release.

ADC Feature Changes as of January 31, 2013

This section provides information on ADC feature changes in release 14.0.

IMPORTANT:

For more information regarding features in this section, refer to the ADC Administration Guide for this release.

Omitted Content: These changes occurred in the January 31, 2013 code drop but was omitted from this document until now.

New ADC Features

This section identifies new ADC features available in release 14.0.

P2P Protocols Detection Support

This release now supports the detection of the following P2P protocols:

  • AVI
  • GooglePlay
  • iCloud
  • Soribada
  • WeChat
  • Wuala

Modified ADC Features

This section identifies ADC features modified in release 14.0. There are two kinds of modified features: enhancements and behavior changes. Enhancements are feature changes based on customer change requests. Behavior changes are feature changes that modify an existing behavior and may result from software error corrections (bug fixes).

None for this release.

ADC Configuration Management Changes as of January 31, 2013

This section provides information on ADC configuration command changes in release 14.0.

IMPORTANT:

For more information regarding commands in this section, refer to the Command Line Interface Reference for this release.

New ADC Configuration Commands

This section identifies new ADC commands available in release 14.0.

None for this release.

Modified ADC Configuration Commands

This section identifies ADC commands modified in release 14.0.

p2p-detection protocol

This command enables detection of peer-to-peer (P2P) protocols.

The following keywords are added to this command:

  • avi
  • googleplay
  • icloud
  • soribada
  • wechat
  • wuala

ACS Configuration Mode

[ no ] p2p-detection
protocol [ avi | googleplay | icloud | soribada | wechat | wuala + ]

p2p protocol

This command enables detection of specific P2P protocols for charging purposes.

The following protocols are supported:

  • AVI
  • GooglePlay
  • iCloud
  • Soribada
  • WeChat
  • Wuala

ACS Ruledef Configuration Mode

[ no ] p2p
protocol operator protocol

Deprecated ADC Configuration Commands

This section identifies deprecated ADC commands that are no longer supported in release 14.0.

None for this release.

ADC Performance Management Changes as of January 31, 2013

This section provides information on ADC performance management changes in release 14.0.

IMPORTANT:

For more information regarding bulk statistics in this section, refer to the Statistics and Counters Reference for this release.

For more information regarding commands in this section, refer to the Command Line Interface Reference for this release.

New ADC Bulk Statistics

This section identifies new ADC bulk statistics available in release 14.0.

New ADC bulk statistics are available in P2P schema for new protocols/applications as part of the plugin. If detection of a specific P2P protocol is enabled, bulk statistics for that protocol will be automatically generated using the Dynamic Software Upgrade plugin installed on the chassis. In the case of protocols that support sub-classification (audio/video/unclassified), the bulk statistics will be generated for each of the supported sub-classifications per protocol and also the corresponding cumulative count.

Modified ADC Bulk Statistics

This section identifies ADC bulk statistics modified in release 14.0.

None for this release.

Deprecated ADC Bulk Statistics

This section identifies deprecated ADC bulk statistics that are no longer supported in release 14.0.

None for this release.

New ADC Performance Commands

This section identifies new ADC performance commands available in release 14.0.

None for this release.

Modified ADC Performance Commands

This section identifies ADC performance commands modified in release 14.0.

clear active-charging analyzer statistics

This command supports the clearing of protocol analyzer statistics.

Exec Mode

The following applications are supported:

  • avi
  • googleplay
  • icloud
  • soribada
  • wechat
  • wuala
clear active-charging
analyzer statistics [ name protocol_name [ | { grep grep_options  | more } ]

show active-charging analyzer statistics name p2p verbose

This command displays Active Charging protocol analyzer statistics for the P2P protocol analyzer.

Exec Mode

The following fields have been added to the output of this command to display the uplink/downlink bytes and uplink/downlink packets for the following protocols:

  • Avi
  • Googleplay
  • Icloud
  • Soribada
  • Wechat
  • Wuala

show active-charging flows

This command displays the information for the active charging flows.

Exec Mode

The following applications support the P2P protocol type flows:

  • avi
  • googleplay
  • icloud
  • soribada
  • wechat
  • wuala
show active-charging
flows { type flow_type } [ | { grep grep_options | more } ]

show active-charging sessions

This command displays statistics for ACS sessions.

Exec Mode

The P2P protocol type flows now support the following applications:

  • avi
  • googleplay
  • icloud
  • soribada
  • wechat
  • wuala
show active-charging
sessions [ full [ wide ] | summary ] [ filter_keyword + ] + [ all ] [ | { grep grep_options | more } ]

show active-charging sessions summary

This command displays statistics for P2P active charging service sessions.

Exec Mode

The following fields have been added to the output of this command:

  • Current AVI Sessions
  • Current GOOGLEPLAY unclassified Sessions
  • Current ICLOUD audio Sessions
  • Current SORIBADA Sessions
  • Current WECHAT unclassified Sessions
  • Current WUALA audio Sessions

show active-charging sessions summary type p2p

This command displays summary information for P2P active charging service sessions.

Exec Mode

The following fields have been added to the output of this command:

  • Current AVI Sessions
  • Current GOOGLEPLAY unclassified Sessions
  • Current ICLOUD audio Sessions
  • Current SORIBADA Sessions
  • Current WECHAT unclassified Sessions
  • Current WUALA audio Sessions

Deprecated ADC Performance Commands

This section identifies deprecated ADC performance commands that are no longer supported in release 14.0.

None for this release.

ADC Security Management Changes as of January 31, 2013

This section provides information on ADC security management changes in release 14.0.

None for this release.

ADC Feature Changes as of November 07, 2012

This section provides information on ADC feature changes in release 14.0.

IMPORTANT:

For more information regarding features in this section, refer to the ADC Administration Guide for this release.

New ADC Features

This section identifies new ADC features available in release 14.0.

Limitations for ADC Protocols

Limitations for certain protocols that support audio or video sub-classification are added in this release.

If Audio and Video contents are in the same flow (TCP/UDP), video is considered as the predominant component and the flow is marked as “video”. In this scenario, throttling video will block both audio and video. Throttling only audio or video is not possible.

Modified ADC Features

This section identifies ADC features modified in release 14.0. There are two kinds of modified features: enhancements and behavior changes. Enhancements are feature changes based on customer change requests. Behavior changes are feature changes that modify an existing behavior and may result from software error corrections (bug fixes).

None for this release.

ADC Configuration Management Changes as of November 07, 2012

This section provides information on ADC configuration command changes in release 14.0.

None for this release.

ADC Performance Management Changes as of November 07, 2012

This section provides information on ADC performance management changes in release 14.0.

None for this release.

ADC Security Management Changes as of November 07, 2012

This section provides information on ADC security management changes in release 14.0.

None for this release.

ADC Feature Changes as of September 28, 2012

This section provides information on ADC feature changes in release 14.0.

IMPORTANT:

For more information regarding features in this section, refer to the ADC Administration Guide for this release.

New ADC Features

This section identifies new ADC features available in release 14.0.

P2P Protocols Detection Support

This release now supports the detection of the following P2P protocols:

  • Call of Duty
  • BBC iPlayer
  • Flash
  • Goober
  • Kakao Talk
  • Mojo
  • MSRP
  • NateOn Talk
  • Naverline
  • PCAnywhere
  • Webex

For more information, refer to the Application Detection and Control Administration Guide.

Modified ADC Features

This section identifies ADC features modified in release 14.0. There are two kinds of modified features: enhancements and behavior changes. Enhancements are feature changes based on customer change requests. Behavior changes are feature changes that modify an existing behavior and may result from software error corrections (bug fixes).

Working of ADC Behavior Change

Omitted Content: This change occurred in the September 28, 2012 code drop but was omitted from this document until now.

Previous Behavior: As part of traffic analysis, packets will be first passed through the ADC analyzer when “p2p dynamic-flow-detection” is enabled. If it is not detected as P2P by the ADC analyzer, then it will follow the appropriate ECS analyzer if configured and regular ECS processing as per configuration.

New Behavior: In the new implementation, packets will be sent to non-ADC analyzers even after marking the flow as P2P for specific protocols. If the flow is marked as P2P and also analyzed by other analyzers, the statistics for display and debug purposes reflect in both analyzers. The EDR also displays the ADC application/protocol names if configured.

ADC Configuration Management Changes as of September 28, 2012

This section provides information on ADC configuration command changes in release 14.0.

IMPORTANT:

For more information regarding commands in this section, refer to the Command Line Interface Reference for this release.

New ADC Configuration Commands

This section identifies new ADC commands available in release 14.0.

None for this release.

Modified ADC Configuration Commands

This section identifies ADC commands modified in release 14.0.

p2p-detection protocol

This command enables detection of peer-to-peer (P2P) protocols.

The following keywords are added to this command:

  • callofduty
  • flash
  • goober
  • iplayer
  • kakaotalk
  • mojo
  • msrp
  • nateontalk
  • naverline
  • pcanywhere
  • webex

ACS Configuration Mode

[ no ] p2p-detection
protocol [ callofduty | iplayer | flash | goober | kakaotalk | mojo | msrp | nateontalk | naverline | pcanywhere | webex + ]

p2p protocol

This command enables detection of specific P2P protocols for charging purposes.

The following protocols are supported:

  • Call of Duty
  • BBC iPlayer
  • Flash
  • Goober
  • Kakao Talk
  • Mojo
  • MSRP
  • NateOn Talk
  • Naverline
  • PCAnywhere
  • Webex

ACS Ruledef Configuration Mode

[ no ] p2p
protocol operator protocol

Deprecated ADC Configuration Commands

This section identifies deprecated ADC commands that are no longer supported in release 14.0.

None for this release.

ADC Performance Management Changes as of September 28, 2012

This section provides information on ADC performance management changes in release 14.0.

IMPORTANT:

For more information regarding bulk statistics in this section, refer to the Statistics and Counters Reference for this release.

For more information regarding commands in this section, refer to the Command Line Interface Reference for this release.

New ADC Bulk Statistics

This section identifies new ADC bulk statistics available in release 14.0.

The following bulk statistics are new in this release:

P2P Schema

  • p2p-protocol

Modified ADC Bulk Statistics

This section identifies ADC bulk statistics modified in release 14.0.

None for this release.

Deprecated ADC Bulk Statistics

This section identifies deprecated ADC bulk statistics that are no longer supported in release 14.0.

None for this release.

New ADC Performance Commands

This section identifies new ADC performance commands available in release 14.0.

None for this release.

Modified ADC Performance Commands

This section identifies ADC performance commands modified in release 14.0.

clear active-charging analyzer statistics

This command supports the clearing of protocol analyzer statistics.

Exec Mode

The following applications are supported:

  • callofduty
  • flash
  • goober
  • iplayer
  • kakaotalk
  • mojo
  • msrp
  • nateontalk
  • naverline
  • pcanywhere
  • webex
clear active-charging
analyzer statistics [ name protocol_name [ | { grep grep_options  | more } ]

show active-charging analyzer statistics name p2p verbose

This command displays Active Charging protocol analyzer statistics for the P2P protocol analyzer.

Exec Mode

The following fields have been added to the output of this command to display the uplink/downlink bytes and uplink/downlink packets for the following protocols:

  • Callofduty
  • Flash
  • Goober
  • Iplayer
  • Kakaotalk
  • Kakaotalk audio
  • Kakaotalk unclassified
  • Mojo
  • Msrp
  • Nateontalk
  • Naverline
  • Pcanywhere
  • Tango audio
  • Tango video
  • Tango unclassified
  • Webex

show active-charging flows

This command displays the information for the active charging flows.

Exec Mode

The following applications support the P2P protocol type flows:

  • callofduty
  • flash
  • goober
  • iplayer
  • kakaotalk
  • mojo
  • msrp
  • nateontalk
  • naverline
  • pcanywhere
  • webex
show active-charging
flows { type flow_type } [ | { grep grep_options | more } ]

show active-charging sessions

This command displays statistics for ACS sessions.

Exec Mode

The P2P protocol type flows now support the following applications:

  • callofduty
  • flash
  • goober
  • iplayer
  • kakaotalk
  • mojo
  • msrp
  • nateontalk
  • naverline
  • pcanywhere
  • webex
show active-charging
sessions [ full [ wide ] | summary ] [ filter_keyword + ] + [ all ] [ | { grep grep_options | more } ]

show active-charging sessions summary

This command displays statistics for P2P active charging service sessions.

Exec Mode

The following fields have been added to the output of this command:

  • Current CALLOFDUTY Sessions
  • Current FLASH Sessions
  • Current GOOBER Sessions
  • Current IPLAYER Sessions
  • Current KAKAOTALK Sessions
  • Current KAKAOTALK Unclassified Sessions
  • Current KAKAOTALK Audio Sessions
  • Current MOJO Sessions
  • Current NATEONTALK Sessions
  • Current NAVERLINE Sessions
  • Current PCANYWHERE Sessions
  • Current TANGO Audio Sessions
  • Current TANGO Video Sessions
  • Current TANGO Unclassified Sessions
  • Current WEBEX Sessions

show active-charging sessions summary type p2p

This command displays summary information for P2P active charging service sessions.

Exec Mode

The following fields have been added to the output of this command:

  • Current CALLOFDUTY Sessions
  • Current FLASH Sessions
  • Current GOOBER Sessions
  • Current IPLAYER Sessions
  • Current KAKAOTALK Sessions
  • Current KAKAOTALK Unclassified Sessions
  • Current KAKAOTALK Audio Sessions
  • Current MOJO Sessions
  • Current NATEONTALK Sessions
  • Current NAVERLINE Sessions
  • Current PCANYWHERE Sessions
  • Current TANGO Audio Sessions
  • Current TANGO Video Sessions
  • Current TANGO Unclassified Sessions
  • Current WEBEX Sessions

Deprecated ADC Performance Commands

This section identifies deprecated ADC performance commands that are no longer supported in release 14.0.

None for this release.

ADC Security Management Changes as of September 28, 2012

This section provides information on ADC security management changes in release 14.0.

None for this release.

ADC Feature Changes as of June 29, 2012

This section provides information on ADC feature changes in release 14.0.

IMPORTANT:

For more information regarding features in this section, refer to the ADC Administration Guide for this release.

New ADC Features

This section identifies new ADC features available in release 14.0.

Dynamic Software Upgrade

Dynamic Software Upgrade is the new approach to upgrade the ADC library version that will enable operators to upgrade their detection capabilities with no downtime. This is done by providing updates in the form of software patches, which the operator can apply in a live setup with minimal interference.

In this approach, ADC is now delivered as a plugin within the StarOS binary. The plugin is loaded into the system at run time. Whenever there is a change in the detection logic of an existing application or a new ADC protocol/application needs to be added, a new version of the plugin is provided as a plugin module. The new plugin is loaded onto the system dynamically without disrupting other services. After the plugin has been installed and configured, the new rules will come into effect for detection.

IMPORTANT:

Dynamically loaded plugins are not incremental. A plugin includes protocol detection logic for all the protocols/applications. You can update to a higher priority plugin or rollback to a lower priority plugin.

The basic sequence for the dynamic software upgrade process is as follows:
  • Downloading the Patch kit
  • Unpacking the Patch kit
  • Configuring the Plugin
  • Updating the Plugin
  • Rolling Back to a Previous Plugin Version

For the new CLI and show commands supported for DSU, refer to the New ADC Configuration Commands and New ADC Performance Commands sections in this reference. For additional information, refer to the Application Detection and Control Administration Guide.

P2P Protocols Detection Support

This release now supports the detection of the following P2P protocols:
  • Comodounite
  • eBuddy
  • Ficall
  • Gotomeeting
  • Implus
  • Mig33
  • Netflix
  • Operamini
  • QQ Audio/Video

For more information, refer to the Application Detection and Control Administration Guide.

Modified ADC Features

This section identifies ADC features modified in release 14.0. There are two kinds of modified features: enhancements and behavior changes. Enhancements are feature changes based on customer change requests. Behavior changes are feature changes that modify an existing behavior and may result from software error corrections (bug fixes).

None for this release.

ADC Configuration Management Changes as of June 29, 2012

This section provides information on ADC configuration command changes in release 14.0.

IMPORTANT:

For more information regarding commands in this section, refer to the Command Line Interface Reference for this release.

New ADC Configuration Commands

This section identifies new ADC commands available in release 14.0.

edr-ipproto-port-map

This command enables IP protocol and server port mapping for Event Data Records (EDR).

ACS Configuration Mode

[ default | no ] edr-ipproto-port-map

edr p2p

Corrected Content: This section includes corrections to previously published content. The description of this new command in the previously published content was insufficient.

This command configures the generation of Event Data Records (EDR) for P2P events. The Dynamic Software Upgrade plugin supports the audio-end and video-end events.

ACS Rulebase Configuration Mode

edr p2p p2p_event_list [ charging-edr charging_edr_format_name | edr-format edr_format_name | reporting-edr reporting_edr_format_name ] +
{ default | no } edr
p2p p2p_event_list

install plugin

Unpacks the contents of a patch kit intended for a specific plugin module. This command is associated with the Dynamic Software Upgrade process.

Exec Mode

install plugin plugin_name patch_file_name

module priority

Configures the priority in the Version Priority List (VPL) for a specified version of a plugin module. This command is associated with the Dynamic Software Upgrade process.

Plugin Configuration Mode

module priority number version plugin_version attribute attribute_name attribute_value
no module priority number

p2p schema

This command creates and configures P2P (Peer-to-Peer) statistics schema.

Bulk Statistics Rulebase Configuration Mode

p2p schema schema_name format format_string
no p2p schema schema_name

plugin

Sets the mode to the specified Plugin Configuration mode. In this mode, you can configure attributes and the priority level of the plugin. This command is associated with the Dynamic Software Upgrade process.

Global Configuration Mode

plugin plugin_name

rollback module

Loads a specified plugin module from the Version Priority List (VPL) with the next highest priority number. This command is associated with the Dynamic Software Upgrade process.

Exec Mode

rollback module plugin_name

update module

Loads a specified plugin module from the Module Priority list with the lowest priority number. This command is associated with the Dynamic Software Upgrade process.

Exec Mode

update module plugin_name

Modified ADC Configuration Commands

This section identifies ADC commands modified in release 14.0.

attribute

This command specifies the order of fields in EDRs. The following new attributes are added to this command.

  • sn-ip-protocol-name: This attribute generates the IP protocol name for the flow.
  • sn-port-service-name: This attribute generates the registered name of the server port.

The following attribute is modified in this command.

  • sn-closure-reason: The Closure Reason ID for VoIP end call event changed from “13” to “14” in this release.

EDR Format Configuration Mode

attribute attribute { [ format { MM/DD/YY-HH:MM:SS | MM/DD/YYYY-HH:MM:SS | YYYY/MM/DD-HH:MM:SS | YYYYMMDDHHMMSS | seconds } ] [ localtime ] | [ { ip | tcp } { bytes | pkts } { downlink | uplink } ] priority priority }no attribute attribute [ { ip | tcp } { bytes | pkts } { downlink | uplink } ] [ priority priority ]

p2p-detection protocol

This command enables detection of peer-to-peer (P2P) protocols.

The following keywords are added to this command:

  • comodounite
  • ebuddy
  • ficall
  • gotomeeting
  • implus
  • mig33
  • netflix
  • operamini

ACS Configuration Mode

[ no ] p2p-detection
protocol [ comodounite | ebuddy | ficall | gotomeeting | implus | mig33 | netflix | operamini + ]

p2p protocol

This command enables detection of specific P2P protocols for charging purposes.

The following protocols are supported:

  • Comodounite
  • eBuddy
  • Ficall
  • Gotomeeting
  • Implus
  • Mig33
  • Netflix
  • Operamini
  • QQ Audio/Video

ACS Ruledef Configuration Mode

[ no ] p2p
protocol operator protocol

rule-variable

This command allows you to specify fields and their order in EDRs.

The following new rule-variable option is added to this command.

  • p2p duration: Peer-to-peer protocol duration.

ADC now does not support the following rule-variable option.

  • voip-duration: Duration of voice call, in seconds. For a flow in which voice call end is detected, output will be a non-zero value. For other flows it will be zero.

EDR Format Configuration Mode

rule-variable rule_variable priority priority [ in-quotes ]
no rule-variable rule_variable [ priority priority ]

Deprecated ADC Configuration Commands

This section identifies deprecated ADC commands that are no longer supported in release 14.0.

edr voip-call-end

Omitted Content: This change occurred in the June 29, 2012 code drop but was omitted from this document until now.

This command enables/disables generation of EDRs on the completion of Voice over IP (VoIP) calls. This command is no longer supported for ADC, and is replaced by edr p2p command. Refer to the New ADC Configuration Commands section.

ACS Rulebase Configuration Mode

edr voip-call-end { charging-edr charging_edr_format_name | edr-format edr_format_name | reporting-edr reporting_edr_format_name } +
{ default | no } edr
voip-call-end

ADC Performance Management Changes as of June 29, 2012

This section provides information on ADC performance management changes in release 14.0.

IMPORTANT:

For more information regarding bulk statistics in this section, refer to the Statistics and Counters Reference for this release.

For more information regarding commands in this section, refer to the Command Line Interface Reference for this release.

New ADC Bulk Statistics

This section identifies new ADC bulk statistics available in release 14.0.

IMPORTANT:

In StarOS 14.0, the P2P Schema is new. If detection of a specific P2P protocol is enabled, bulk statistics for that protocol will be automatically generated using the Dynamic Software Upgrade plugin installed on the chassis. In the case of protocols that support sub-classification (audio/video/unclassified), the bulk statistics will be generated for each of the supported sub-classifications per protocol and also the corresponding cumulative count.

The following bulk statistics are new in this release:

P2P Schema

  • p2p-duration-name
  • p2p-duration-value
  • p2p-uplnk-bytes-name
  • p2p-uplnk-bytes-value
  • p2p-dwlnk-bytes-name
  • p2p-dwlnk-bytes-value
  • p2p-uplnk-pkts-name
  • p2p-uplnk-pkts-value
  • p2p-dwlnk-pkts-name
  • p2p-dwlnk-pkts-value

Modified ADC Bulk Statistics

This section identifies ADC bulk statistics modified in release 14.0.

None for this release.

Deprecated ADC Bulk Statistics

This section identifies deprecated ADC bulk statistics that are no longer supported in release 14.0.

IMPORTANT:

P2P-related bulk statistics that were supported in the ECS schema in StarOS 12.3 and earlier releases are now deprecated, and supported by the new P2P schema in StarOS 14.0. Refer to the New ADC Bulk Statistics section for more information.

The following categories of bulk statistics that were supported in 12.3 and earlier releases are now deprecated:

ECS Schema

  • p2p-<protocol_name>-voice-duration
  • p2p-<protocol_name>-uplnk-bytes
  • p2p-<protocol_name>-dwlnk-bytes
  • p2p-<protocol_name>-uplnk-pkts
  • p2p-<protocol_name>-dwlnk-pkts
  • p2p-<protocol_name>-audio-uplnk-bytes
  • p2p-<protocol_name>-audio-dwlnk-bytes
  • p2p-<protocol_name>-audio-uplnk-pkts
  • p2p-<protocol_name>-audio-dwlnk-pkts
  • p2p-<protocol_name>-unclassified-uplnk-bytes
  • p2p-<protocol_name>-unclassified-dwlnk-bytes
  • p2p-<protocol_name>-unclassified-uplnk-pkts
  • p2p-<protocol_name>-unclassified-dwlnk-pkts
  • p2p-<protocol_name>-video-uplnk-bytes
  • p2p-<protocol_name>-video-dwlnk-bytes
  • p2p-<protocol_name>-video-uplnk-pkts
  • p2p-<protocol_name>-video-dwlnk-pkts

New ADC Performance Commands

This section identifies new ADC performance commands available in release 14.0.

show module

Displays the current status of the Version Priority List (VPL) for one or all plugin modules installed on the system. This command is associated with the dynamic software upgrade process.

Exec Mode

show module [ plugin_name ]

For descriptions of the fields contained in the output of this command, refer to the Statistics and Counters Reference for this release.

show plugin

Displays the current configuration of one or all plugin modules installed on the system. This command is associated with the dynamic software update process.

Exec Mode

show plugin [ plugin_name ]

For descriptions of the fields contained in the output of this command, refer to the Statistics and Counters Reference for this release.

Modified ADC Performance Commands

This section identifies ADC performance commands modified in release 14.0.

clear active-charging analyzer statistics

This command supports the clearing of protocol analyzer statistics.

Exec Mode

The following applications are supported:
  • comodounite
  • ebuddy
  • ficall
  • gotomeeting
  • implus
  • mig33
  • netflix
  • operamini
clear active-charging
analyzer statistics [ name protocol_name [ | { grep grep_options  | more } ]

show active-charging analyzer statistics name p2p verbose

This command displays Active Charging protocol analyzer statistics for the P2P protocol analyzer.

Exec Mode

The following fields have been added to the output of this command to display the uplink/downlink bytes and uplink/downlink packets for the following protocols:
  • Comodounite
  • eBuddy
  • Ficall
  • Gotomeeting
  • Implus
  • Mig33
  • Netflix
  • Operamini
  • QQ Audio
  • QQ Video

show active-charging flows

This command displays the information for the active charging flows.

Exec Mode

The following applications support the P2P protocol type flows:
  • comodounite
  • ebuddy
  • ficall
  • gotomeeting
  • implus
  • mig33
  • netflix
  • operamini
show active-charging
flows { type flow_type } [ | { grep grep_options | more } ]

show active-charging rulebase statistics

This command displays statistics for ACS rulebases.

Exec Mode

The following fields have been added to the output of this command:
  • EDRs generated for audio-end Sessions
  • EDRs generated for video-end Sessions

show active-charging rulebase statistics name

This command displays statistics for ACS rulebases.

Exec Mode

The following fields have been added to the output of this command:
  • EDRs generated for audio-end Sessions
  • EDRs generated for video-end Sessions

show active-charging sessions

This command displays statistics for ACS sessions.

Exec Mode

The P2P protocol type flows now support the following applications:
  • comodounite
  • ebuddy
  • ficall
  • gotomeeting
  • implus
  • mig33
  • netflix
  • operamini
show active-charging
sessions [ full [ wide ] | summary ] [ filter_keyword + ] + [ all ] [ | { grep grep_options | more } ]

show active-charging sessions summary

This command displays statistics for P2P active charging service sessions.

Exec Mode

The following fields have been added to the output of this command:
  • Current COMODOUNITE Sessions
  • Current EBUDDY Sessions
  • Current FICALL Sessions
  • Current GOTOMEETING Sessions
  • Current IMPLUS Sessions
  • Current MIG33 Sessions
  • Current NETFLIX Sessions
  • Current OPERAMINI Sessions
  • Current QQ Audio Sessions
  • Current QQ Video Sessions

show active-charging sessions summary type p2p

This command displays summary information for P2P active charging service sessions.

Exec Mode

The following fields have been added to the output of this command:
  • Current COMODOUNITE Sessions
  • Current EBUDDY Sessions
  • Current FICALL Sessions
  • Current GOTOMEETING Sessions
  • Current IMPLUS Sessions
  • Current MIG33 Sessions
  • Current NETFLIX Sessions
  • Current OPERAMINI Sessions
  • Current QQ Audio Sessions
  • Current QQ Video Sessions

show active-charging subsystem all

This command displays active statistics for ACS sessions.

Exec Mode

The following fields have been added to the output of this command:
  • Total P2P unclassified flows
  • Current P2P unclassified flows
  • Total P2P audio flows
  • Current P2P audio flows
  • Total P2P video flows
  • Current P2P video flows

show variables

Displays the bulk statistics variable information based on schema names. A new keyword has been added to display the variables in the new P2P schema.

Bulk Statistics Configuration Mode

show variables p2p

Deprecated ADC Performance Commands

This section identifies deprecated ADC performance commands that are no longer supported in release 14.0.

None for this release.

ADC Security Management Changes as of June 29, 2012

This section provides information on ADC security management changes in release 14.0.

None for this release.