Feb 17, 2006 #1 stooo Technical User Nov 19, 2002 183 GB How do I view packets going through the netscreen (5gt) I need a command like a snoop or tcpdump to run on the cli if possible. Cheers Stooo
How do I view packets going through the netscreen (5gt) I need a command like a snoop or tcpdump to run on the cli if possible. Cheers Stooo
Feb 24, 2006 1 #2 shrubble MIS Jul 23, 2003 300 US Use 'snoop' for packets outside the firewall, and 'debug' for inside. For instance, 'debug flow drop' will catch all dropped packets (view by 'get db st', clear by 'clear db', turn off by 'undebug all'). You can also set a filter and do 'debug flow basic', actually there's a TON of debugs you can use. Set a filter like: set ffilter src-ip x.x.x.x dst-ip x.x.x.x there are a bunch of options, you really need to mess with it to get the hang of it. Try typing 'snoop ?' "I would rather have a free bottle in front of me, than a pre-frontal lobotomy..." -Shrubble Upvote 0 Downvote
Use 'snoop' for packets outside the firewall, and 'debug' for inside. For instance, 'debug flow drop' will catch all dropped packets (view by 'get db st', clear by 'clear db', turn off by 'undebug all'). You can also set a filter and do 'debug flow basic', actually there's a TON of debugs you can use. Set a filter like: set ffilter src-ip x.x.x.x dst-ip x.x.x.x there are a bunch of options, you really need to mess with it to get the hang of it. Try typing 'snoop ?' "I would rather have a free bottle in front of me, than a pre-frontal lobotomy..." -Shrubble