cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
10931
Views
25
Helpful
1
Replies

Explanation of UIB and UIOB

bapatsubodh
Level 1
Level 1

Hi,

We are having PIX 535 and we are trying to debug an application level problem this application access the servers which are behind PIX.

output of sho conn detial ( ip address )

shows two connections one in UIB state and other UIOB state. Primarily it is straight to decipher the output.

If one conncetion on one port is only in UIB mode and one connection is UIOB mode what does it mean exactly ? Is it that one UIB connection is only getting incoming data and no data is replied back but TCP connection is extablished. That means it is a valid connection. On the other hand if connection is UIOB : data is coming and also replied back to requester ( client ) is my understanding correct ?

any link for more detailed explanation on connection on cisco.com ?

Thanx in advance ?

Subodh

1 Reply 1

mj11
Level 3
Level 3

Hi Subodh

The "U", "I", and "O" flags denote that the connection is active and has received inbound and outbound data. The "B" flag, the connection is initiated from the outside. Are you able to say what the problem is?

U - up

I - inbound data

O - outbound data,

B - initial SYN from outside

Please rate if this helps,

MJ