[j-nsp] Juniper E1 PRI Configuration problem

SE- sabah at apollo.com.pk
Wed Nov 14 02:43:30 EST 2007


Dear All.

 

We have configured E1 as the PRI interface for dial-in purpose of the ISDN
lines. But PPP is not up.

 

Following is the configuration, if you think any issue in the configuration.
Kindly guide.

 

 

version 8.3R1.5;

system {

    root-authentication {

        encrypted-password "$1$8o1vyyBL$Y7TT67oEmyyxywAfLKPMW."; ##
SECRET-DATA

    }

    login {

        user babar {

            full-name "Babar Javed";

            uid 2000;

            class super-user;

            authentication {

                encrypted-password "$1$Xr0XMJ.n$WY3kFYGzdFvgqkdqPQsNI."; ##
SECRET-DATA

            }

        }

    }

    services {

        web-management {

            http {

                interface [ ge-0/0/0.0 ge-0/0/1.0 ge-0/0/2.0 ge-0/0/3.0 ];

            }

        }

    }

    syslog {

        user * {

            any emergency;

        }

        file messages {

            any any;

            authorization info;

        }

        file interactive-commands {

            interactive-commands any;

        }

    }

}

interfaces {

    ce1-1/0/0 {

        traceoptions {

            flag q931;

            flag q921;

            file {

                pri_trace_log_101107;

            }

        }

        e1-options {

            framing g704;

        }

        isdn-options {

            switch-type att5e;

            incoming-called-number 6273113;

            bchannel-allocation descending;

        }

        dialer-options {

            pool 1 priority 25;

        }

        partition 1-15 timeslots 1-15 interface-type bc;

        partition 17-31 timeslots 17-31 interface-type bc;

        partition 16 timeslots 16 interface-type dc;

    }

    dl0 {

        encapsulation ppp;

        unit 0 {

            dialer-options {

                pool 1;

                dial-string 7313225;

                incoming-map {

                    accept-all;

          }

            }

            family inet {

                filter {

                    dialer int-packet;

                }

                address 192.168.1.1/24;

            }

        }

    }

}

firewall {

    family inet {

        dialer-filter int-packet {

            term term1 {

                from {

                    destination-address {

                        192.168.1.2/32;

                    }

                    protocol icmp;

                }

                then note;

            }

           term term2 {

                then ignore;

            }

        }

    }

}

 

[edit]

root# 

 

[edit]

root#

 

Regards

Sabah 

 



More information about the juniper-nsp mailing list