OXE to Cisco IP trunk
-
bigmac
-
Elandryl
bigmac wrote:Is there a TC that explains what all the elements in a t3 trace signify? This woudl be very useful
There is no such TC available. Check http://www.itu.int/ITU-T/publications/recs.html
Concerning your problem - t3 is not enough for H.323 tracing because call setup uses H.245 and H.225 which are not shown in t3 trace. So you'd better take wireshark trace of call and check with H.323 decoder.
If it looks like a duck, swims like a duck, and quacks like a duck, then it probably is a duck.
-
bigmac
-
Elandryl
hi Bigmac,
You can do it directly form the OXE
Use the command tcpdump.
For the oxe the support recommand those options :
tcpdump -s 2000 -w <place to create file>
-s 2000 is for the packet size.
I usually put files into /tmpd, named it directly with the wireshark extension ".pcap"
After that get it with ftp and open it vith wireshark.
Use the -w option to put the tcpdump into a fil because if you don't wireshark can't open the traces.
You can do it directly form the OXE
Use the command tcpdump.
For the oxe the support recommand those options :
tcpdump -s 2000 -w <place to create file>
-s 2000 is for the packet size.
I usually put files into /tmpd, named it directly with the wireshark extension ".pcap"
After that get it with ftp and open it vith wireshark.
Use the -w option to put the tcpdump into a fil because if you don't wireshark can't open the traces.
bigmac wrote:Hi Alex to use wireshark I have to mirror the port the OXE is on and connect to my laptop to the mirrored port right?
Yes. To use a mirror port on the switch is the best way. But you should trace GD/INTIP port!
If it looks like a duck, swims like a duck, and quacks like a duck, then it probably is a duck.
-
bigmac
Elandryl wrote:hi Bigmac,
You can do it directly form the OXE
Use the command tcpdump.
For the oxe the support recommand those options :
tcpdump -s 2000 -w <place to create file>
-s 2000 is for the packet size.
I usually put files into /tmpd, named it directly with the wireshark extension ".pcap"
After that get it with ftp and open it vith wireshark.
Use the -w option to put the tcpdump into a fil because if you don't wireshark can't open the traces.
nice tip thanks
-
bigmac
Actually there are no H.323 messages in this trace at all.bigmac wrote:not sure if this is adding much light but I am not adept at analysing this anyway.
....l
Looks like "tcpdump" is not available on GD/GA.bigmac wrote:mmm am I right in assuming using tcpdump if from CPU IP. is there a way to take a tcpdump from INT IP?
If it looks like a duck, swims like a duck, and quacks like a duck, then it probably is a duck.
