I was working on some practice labs with regards to various management
protocols. In this lab I applied netflow configs on various routers of
Yousuf Lab1. and 'kind of' realized that in the output of sh ip cache
flow... the protocol number is actually a HEX number and not Decimal
number. same is the case with SrcP and DstP... I am not a big
routing/switching/management person hence dont use netflow very often. So I
wasnt aware of the output to this level...

R1#
SrcIf         SrcIPaddress    DstIf         DstIPaddress    Pr SrcP DstP
 Pkts
Fa0/1.1       192.168.4.11    Local         192.168.3.11    32 D94F B960
  6

R4#
SrcIf         SrcIPaddress    DstIf         DstIPaddress    Pr SrcP DstP
 Pkts
Fa0/1         192.168.9.3     Null          224.0.0.5       59 0000 0000
159
Fa0/1         192.168.9.10    Null          224.0.0.5       59 0000 0000
156

R6#
SrcIf         SrcIPaddress    DstIf         DstIPaddress    Pr SrcP DstP
 Pkts
Fa0/1.2       192.168.6.10    Local         192.168.6.11    01 0000 0800
 4085
Fa0/1.2       192.168.3.11    Local         192.168.6.11    06 5725 0017
 13

In R1, the protocol is listed as 32, which is 50 in Decimal, hence its
ESP............ R4, its 59 which is 82 in decimal hence OSPF. and on R6 Pr
is 01, which is 01 in Decimal hence its ICMP...then 06 is 06 in decimal,
hence that it sTCP... also DstP is 0017 which is 23 in decimal hence
TELNET.............. Do not take DstP 0017 as IP Protocol 17 which is
UDP... but since its a Hex number 17, which is 23 in decimal..


Just thought of sharing this information with you guys..

The complete IP protocol numbers can be checked at the following link

http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml



FNK
_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Reply via email to