Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > debug command to show adsl traffic

Reply
Thread Tools

debug command to show adsl traffic

 
 
tg
Guest
Posts: n/a
 
      11-06-2011
cisco 2561xm router with wic1-adsl card

trying to find the correct debug command that will show ip info for traffic
on the adsl line. I want to capture source and destination ip's (much like a
wireshark readout). I tried debug atm events and debug atm packet and these
created a lot of output in the syslog but it didn't contain the info I was
after. I also messed with debug ppp, debug ppatm and debug pppoe but these
didn't create any info. What is the command I need?

 
Reply With Quote
 
 
 
 
Rob
Guest
Posts: n/a
 
      11-06-2011
tg <> wrote:
> cisco 2561xm router with wic1-adsl card
>
> trying to find the correct debug command that will show ip info for traffic
> on the adsl line. I want to capture source and destination ip's (much like a
> wireshark readout). I tried debug atm events and debug atm packet and these
> created a lot of output in the syslog but it didn't contain the info I was
> after. I also messed with debug ppp, debug ppatm and debug pppoe but these
> didn't create any info. What is the command I need?


It depends on the actual configuration of your ADSL connection.
 
Reply With Quote
 
 
 
 
tg
Guest
Posts: n/a
 
      11-06-2011


"Rob" <> wrote in message
news:...
> tg <> wrote:
>> cisco 2561xm router with wic1-adsl card
>>
>> trying to find the correct debug command that will show ip info for
>> traffic
>> on the adsl line. I want to capture source and destination ip's (much
>> like a
>> wireshark readout). I tried debug atm events and debug atm packet and
>> these
>> created a lot of output in the syslog but it didn't contain the info I
>> was
>> after. I also messed with debug ppp, debug ppatm and debug pppoe but
>> these
>> didn't create any info. What is the command I need?

>
> It depends on the actual configuration of your ADSL connection.


ok, does this help?

interface ATM0/0
mtu 1430
no ip address
no atm ilmi-keepalive
dsl operating-mode auto
pvc 0/38
encapsulation aal5mux ppp dialer
dialer pool-member 1

interface Dialer0
ip address negotiated previous
ip access-group 10 in
no ip redirects
no ip proxy-arp
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
dialer idle-timeout 0
dialer persistent
dialer-group 1
no cdp enable
ppp authentication chap callin
ppp chap hostname my-user-name
ppp chap password 0 mypassword


 
Reply With Quote
 
Rob
Guest
Posts: n/a
 
      11-06-2011
tg <> wrote:
>
>
> "Rob" <> wrote in message
> news:...
>> tg <> wrote:
>>> cisco 2561xm router with wic1-adsl card
>>>
>>> trying to find the correct debug command that will show ip info for
>>> traffic
>>> on the adsl line. I want to capture source and destination ip's (much
>>> like a
>>> wireshark readout). I tried debug atm events and debug atm packet and
>>> these
>>> created a lot of output in the syslog but it didn't contain the info I
>>> was
>>> after. I also messed with debug ppp, debug ppatm and debug pppoe but
>>> these
>>> didn't create any info. What is the command I need?

>>
>> It depends on the actual configuration of your ADSL connection.

>
> ok, does this help?
>
> interface ATM0/0
> mtu 1430
> no ip address
> no atm ilmi-keepalive
> dsl operating-mode auto
> pvc 0/38
> encapsulation aal5mux ppp dialer
> dialer pool-member 1
>
> interface Dialer0
> ip address negotiated previous
> ip access-group 10 in
> no ip redirects
> no ip proxy-arp
> ip nat outside
> ip virtual-reassembly
> encapsulation ppp
> dialer pool 1
> dialer idle-timeout 0
> dialer persistent
> dialer-group 1
> no cdp enable
> ppp authentication chap callin
> ppp chap hostname my-user-name
> ppp chap password 0 mypassword


Ok so you have PPPoA (PPP over ATM) on your ADSL line.
You can use debug ppp packet.
(or debug ip packet, of course)

Remember that this will usually kill your router when done without
an access list.
 
Reply With Quote
 
tg
Guest
Posts: n/a
 
      11-07-2011


> Ok so you have PPPoA (PPP over ATM) on your ADSL line.
> You can use debug ppp packet.
> (or debug ip packet, of course)
>
> Remember that this will usually kill your router when done without
> an access list.


debug ppp packet produces nothing from my router but debug ip packet seems
to hit the nail on the head, thanks for your input Rob.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: When running Ant on command line, how to not-show its WARNING messages and only show ERROR message? Roedy Green Java 5 12-13-2011 05:49 PM
Re: When running Ant on command line, how to not-show its WARNINGmessages and only show ERROR message? Lew Java 0 12-10-2011 01:46 AM
Re: When running Ant on command line, how to not-show its WARNING messages and only show ERROR message? John B. Matthews Java 0 12-09-2011 05:19 PM
command equivalent in PIX version 6.3 for the version 7.x command: same-security-traffic permit inter-interface Mike Rahl Cisco 6 12-12-2006 10:19 PM
Command "show run" does not show all interfaces Peter Jonas Cisco 3 01-05-2004 12:13 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57