1834499 Members
2905 Online
110068 Solutions
New Discussion

trace on atm card

 
Eric Guerizec
Frequent Advisor

trace on atm card

hello,
DBA wants to trace packets for a special sybase port
but the machine is on atm network.
How can i trace packets on a atm card?
Can I use tcpdump to do it? How?
Thanks.
3 REPLIES 3
Gregory Jones_2
New Member

Re: trace on atm card

I usually go with the following:

nettl -tn 0x30800000 -e all -size 1024 -tracemax 99999 -f /tmp/raw0

To turn off:

nettl -tf -e all

Gregory Jones_2
New Member

Re: trace on atm card

Eric,

Oops, I guess I should mention how I would format as well:

netfmt -Nlnf raw0.TRC0 > fmt0

Hope that helps you ... greg

Gregory Jones_1
New Member

Re: trace on atm card

Eric,

Sorry, in that first reply the "all"
entry should actually be replaced with
"atm".

nettl -tn 0x30800000 -e atm -size 1024 -tm 99999 -f /tmp/raw0

... greg
No matter how hard the past, one can always begin again today.