Cannot find the http port 8080 in the Protocol Names list.
search cancel

Cannot find the http port 8080 in the Protocol Names list.

book

Article ID: 44981

calendar_today

Updated On:

Products

CA Network Flow Analysis (NetQos / NFA)

Issue/Introduction

Problem:

Port 8080 is already in the system as http-Alt, but it doesn't actually say port 8080 when looking at the gui.

:

 

Environment:

All versions of NFA.

 

Cause:

Port 8080 is listed only as http-alt

 

 

 

Environment

Release: RAIB1H99000-9.3-Network Flow Analysis-Interface Bundle-Hardware
Component:

Resolution

Workaround:

1. On the NFA Console run:

     mysql -P3308 reporter

 

2. Then run the following two updates:

     update protocol_definitions set encapsulation='*.ip.udp.8080' where name ='http-alt' and encapsulation='*.ip.udp';

     update protocol_definitions set encapsulation='*.ip.tcp.8080' where name ='http-alt' and encapsulation='*.ip.tcp';


3. Then look at the list of protocol definitions again and you will see 8080 displayed for the encapsulation:

 

 

Attachments

1558719902774000044981_sktwi1f5rjvs16vh3.png get_app
1558719900762000044981_sktwi1f5rjvs16vh2.png get_app