[j-nsp] STM-1 & IP Option "Flags: Dest-route-down"

Alex Kitschkiruk juniper.m20 at gmail.com
Mon Apr 18 10:24:00 EDT 2005


Hi!
I have M20 with STM-1 SONET card & 4Ports FE. I cannot send from M20
ping command.
In the interface so-1/2/3 is error alarm:
Flags: Dest-route-down
what means that? how can I change that? how can I routing from SONET to FE?

****************************************************************************
Physical interface: so-1/2/3, Enabled, Physical link is Up
  Interface index: 20, SNMP ifIndex: 29
  Link-level type: PPP, MTU: 4470, Clocking: Internal, SONET mode, Speed: OC3,
  Loopback: None, CRC: 32, Payload scrambler: Enabled
  Device flags   : Present Running
  Interface flags: Link-Layer-Down Point-To-Point SNMP-Traps
  Link flags     : Keepalives
  Keepalive settings: Interval 10 seconds, Up-count 1, Down-count 3
  Keepalive Input: 0 (never), Output: 688 (00:00:01 ago)
  LCP state: Opened
  NCP state: inet: Opened, iso: Not-configured, mpls: Not-configured
  Input rate     : 0 bps (0 pps), Output rate: 48 bps (0 pps)
  SONET alarms   : None
  SONET defects  : None

  Logical interface so-1/2/3.0 (Index 9) (SNMP ifIndex 35)
    Flags: Device-Down Point-To-Point SNMP-Traps Encapsulation: PPP
    Protocol inet, MTU: 1500, Flags: None
      Addresses, Flags: Dest-route-down Is-Preferred Is-Primary
        Destination: 192.18.1/24, Local: 192.18.1.1
*************************************************************************

system {
    host-name Jun;
    domain-name M20;
    services {
        telnet;
        ssh;
        ftp;
    }
    syslog {
        user * {
            any emergency;
        }
        file messages {
            any notice;
            authorization info;
        }
    }
}
interfaces {
    fe-1/0/0 {
        unit 0 {
            family inet {
                address 192.1.1.1/24;
            }
        }
    }
    fe-1/0/1 {
        unit 0 {
            family inet {
                address 192.2.1.1/24;
            }
        }
    }
    fe-1/0/2 {
        unit 0 {
            family inet {
                address 192.3.1.1/24;
            }
        }
    }
    fe-1/0/3 {
        unit 0 {
            family inet {
                address 192.4.1.1/24;
            }
        }
    }
    so-1/2/2 {
        mtu 4470;
        encapsulation ppp;
        sonet-options {
            fcs 32;
        }
        unit 0 {
            family inet {
                mtu 1500;
                address 192.17.1.1/24;
            }
        }
    }
    so-1/2/3 {
        mtu 4470;
        encapsulation ppp;
        sonet-options {
            fcs 32;
        }
        unit 0 {
            family inet {
                mtu 1500;
                address 192.18.1.1/24;
            }
        }
    }
    fxp0 {
        disable;
        unit 0 {
            family inet {
                address 172.20.165.151/24;
            }
        }
    }
    lo0 {
        unit 0 {
            family inet {
                address 127.0.0.1/32;
            }
        }
    }
}
routing-options {
    interface-routes {
        rib-group inet;
    }
}



More information about the juniper-nsp mailing list