Junos OS

last person joined: 7 days ago 

Ask questions and share experiences about Junos OS.
  • 1.  How to clear alarm: Host 1 fxp0 : Ethernet Link Down

    Posted 09-20-2011 14:01

    I am getting the alarm "Host 1 fxp0: Ethernet Link Down" as i have checked the ethernet is up and able to ping it also: how to troubleshoot this ???

    How to clear this alarm ?

     

    admin@CHOU-JPE-RT01> show system alarms
    1 alarms currently active
    Alarm time               Class  Description
    2011-04-21 15:39:44 WAT  Major  Host 1 fxp0: Ethernet Link Down
    ------------------

    admin@CHOU-JPE-RT01> show interfaces fxp0 
    Physical interface: fxp0, Enabled, Physical link is Up
      Interface index: 1, SNMP ifIndex: 1
      Type: Ethernet, Link-level type: Ethernet, MTU: 1514, Speed: 100mbps
      Device flags   : Present Running
      Interface flags: SNMP-Traps
      Link type      : Full-Duplex
      Current address: 00:a0:a5:61:09:a5, Hardware address: 00:a0:a5:61:09:a5
      Last flapped   : 2011-08-01 12:12:51 WAT (7w1d 01:38 ago)
        Input packets : 5780266
        Output packets: 967540

      Logical interface fxp0.0 (Index 3) (SNMP ifIndex 13)
        Flags: SNMP-Traps Encapsulation: ENET2
        Input packets : 2890131
        Output packets: 483770
        Protocol inet, MTU: 1500
          Flags: Is-Primary
          Addresses, Flags: Is-Preferred Is-Primary
            Destination: 10.199.4.0/27, Local: 10.199.4.11, Broadcast: 10.199.4.31
    ----------------------------------

    admin@CHOU-JPE-RT01> ping 10.199.4.11 rapid count 10
    PING 10.199.4.11 (10.199.4.11): 56 data bytes
    !!!!!!!!!!
    --- 10.199.4.11 ping statistics ---
    10 packets transmitted, 10 packets received, 0% packet loss
    round-trip min/avg/max/stddev = 0.249/0.368/0.513/0.084 ms



  • 2.  RE: How to clear alarm: Host 1 fxp0 : Ethernet Link Down

    Posted 09-22-2011 14:51

    The alarm is for "host 1", indicating the routing-engine in slot 1.  Your current master RE is probably slot 0.  You could either bring the link-up, on the backup RE, or ignore the links status of fxp0 on RE1.

     

    The command to do that is 'set chassis alarm management-ethernet link-down ignore'.  If you only want to do this on RE1, you will need to apply this, using routing-engine specific group inheritance.

     

    Here is an example, showing how to create configuration groups for each routing-engine, and apply them.

     

    http://www.juniper.net/techpubs/en_US/junos11.2/topics/example/routing-engine-initial-configuration-ha.html

     

    Regards,

    Ben