[j-nsp] PPP debug on Juniper

Farid Rajaei farid.rajaei at navtelcom.com
Wed Jun 8 16:22:44 EDT 2005


Hi:

I am trying to analyze the PPP protocol message flow on my router, M10
junos5.7R1.2; I am using it in a lab against a protocol analyzer sending
IPv4 over PPP on both directions of 2 POS-OC3 ports I have. Is there any
way to see the exchanged messages and their direction, i.e. sort of
debug. I have already tried capturing frames on these two POS ports with
tcpdump then using Ethereal but source and destionation of PPP messages
are not being shown on Ethereal. The only thing I found was "show pfe
statistics traffic"  to see the ACK s I received on my Protocol
Analyzer.  Anyone has any idea to help me?


Thanks
Farid 



    so-0/3/0 {
        traceoptions {
            flag all;
        }
        no-keepalives;
        mtu 4775;
        clocking internal;
        encapsulation ppp;
        sonet-options {
            payload-scrambler;
            rfc-2615;
        }
        unit 0 {
            point-to-point;
            family inet {
                address 71.0.0.1/24;
            }
            family inet6 {
                address FEC0:1111::1234:1/96;
            }
        }
    }
    so-0/3/1 {
        traceoptions {
            flag all;
        }
        no-keepalives;
        mtu 4775;
        clocking internal;
        encapsulation ppp;
        sonet-options {
            payload-scrambler;
            rfc-2615;
        }
        unit 0 {
            point-to-point;
            family inet {
                address 81.0.0.1/24;
            }
            family inet6 {
                address FEC0:2222::1234:1/96;
            }
        }
    }


More information about the juniper-nsp mailing list