RE: debug commands [7:62107]

2003-01-29 Thread Maccubbin, Duncan
Just make a permit ACL for that host and the debug will only report on that one host. -Original Message- From: Sam Sneed [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 11:49 AM To: [EMAIL PROTECTED] Subject: debug commands [7:62107] If I want to see all IP traffic from

Re: debug commands [7:62107]

2003-01-29 Thread Sam Sneed
I see, so if I want to debug for certain tcp protocols can I use extended access-lists? Maccubbin, Duncan wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Just make a permit ACL for that host and the debug will only report on that one host. -Original Message- From: Sam

Re: debug commands [7:62107]

2003-01-29 Thread Michael Williams
Right. using debug IP packet is nice because you can use an ACL to narrow down the protocol and/or host(s) that you want to debug. Mike W. Message Posted at: http://www.groupstudy.com/form/read.php?f=7i=62112t=62107 -- FAQ, list archives, and

RE: debug commands [7:62107]

2003-01-29 Thread Maccubbin, Duncan
You are correct. Very nice feature eh? -Original Message- From: Sam Sneed [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 12:14 PM To: [EMAIL PROTECTED] Subject: Re: debug commands [7:62107] I see, so if I want to debug for certain tcp protocols can I use extended access

Re: debug commands [7:62107]

2003-01-29 Thread Sam Sneed
: [EMAIL PROTECTED] Subject: Re: debug commands [7:62107] I see, so if I want to debug for certain tcp protocols can I use extended access-lists? Maccubbin, Duncan wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Just make a permit ACL for that host and the debug

RE: debug commands [7:62107]

2003-01-29 Thread Robert Perez
logging on logging buffered informational Access-list 101 permit ip 10.10.10.1 0.0.0.0 any log access-list 101 permit ip any any Apply that ACL to an interface in the direction traffic will be flowing and when that host traverses the Router you can do a show log and it should have created an

RE: debug commands [7:62107]

2003-01-29 Thread Maccubbin, Duncan
- From: Sam Sneed [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 12:36 PM To: [EMAIL PROTECTED] Subject: Re: debug commands [7:62107] nice, not as nice as tcpdump, but nice ;-) Maccubbin, Duncan wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... You are correct. V

RE: debug commands [7:62107]

2003-01-29 Thread Priscilla Oppenheimer
:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 12:36 PM To: [EMAIL PROTECTED] Subject: Re: debug commands [7:62107] nice, not as nice as tcpdump, but nice ;-) Maccubbin, Duncan wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... You are correct. Very nice fe

RE: debug commands [7:62107]

2003-01-29 Thread Claudio Spescha
Hi Yes you have to configure an access-list that allows only this particular host. Then - debug ip packets (access-list X) Make sure you have configured no logging console on your router in advance. This way you don't risk to crash the router so easily. If you only want to see what traffic