Junos OS

 View Only
last person joined: yesterday 

Ask questions and share experiences about Junos OS.
  • 1.  MX5 - fxp0 management ethernet interface

    Posted 02-03-2020 02:19

    Hello,

     

    I'm having troubles getting the fxp0 management ethernet interface to work.

    The interface is up and negotiation of duplex settings are done.

    Could you guys check below information and tell me what detail I missed here?

     

    Below is my configuration:

     

    beelze@host# show interfaces fxp0

    description "MGMT"

    unit 0 {

        family inet {

            address 10.254.6.254/24;

        }

    }

     

    But the IP address doesn't seem to be bound somehow:

     

    beelze@host> show interfaces fxp0 terse

    Interface               Admin Link Proto    Local                 Remote

    fxp0                    up    up

    fxp0.0                  up    up   inet

     

    beelze@host# run show interfaces fxp0 extensive 
    Physical interface: fxp0, Enabled, Physical link is Up
      Interface index: 64, SNMP ifIndex: 1, Generation: 3
      Description: MGMT
      Type: Ethernet, Link-level type: Ethernet, MTU: 1514, Clocking: Unspecified, Speed: 1000mbps
      Device flags   : Present Running
      Interface flags: SNMP-Traps
      Link type      : Full-Duplex
      Physical info  : Unspecified
      Hold-times     : Up 0 ms, Down 0 ms
      Damping        : half-life: 0 sec, max-suppress: 0 sec, reuse: 0, suppress: 0, state: unsuppressed
      Current address: 54:4b:8c:30:30:ff, Hardware address: 54:4b:8c:30:30:ff
      Alternate link address: Unspecified
      Last flapped   : 2020-02-03 12:03:44 CET (00:10:11 ago)
      Statistics last cleared: Never
      Traffic statistics:
       Input  bytes  :              2869916
       Output bytes  :                    0
       Input  packets:                16833
       Output packets:                    0
       IPv6 transit statistics:
       Input  bytes  :                    0
       Output bytes  :                    0
       Input  packets:                    0
       Output packets:                    0
      Input errors:
        Errors: 0, Drops: 0, Framing errors: 0, Runts: 0, Giants: 0, Policed discards: 0, Resource errors: 0
      Output errors:
        Carrier transitions: 4, Errors: 0, Drops: 0, MTU errors: 0, Resource errors: 0
    
      Logical interface fxp0.0 (Index 5) (SNMP ifIndex 13) (Generation 3)
        Flags: Up SNMP-Traps Encapsulation: ENET2
        Traffic statistics:
         Input  bytes  :              2869916
         Output bytes  :                    0
         Input  packets:                16833
         Output packets:                    0
        Local statistics:
         Input  bytes  :              2869916
         Output bytes  :                    0
         Input  packets:                16833
         Output packets:                    0
        Protocol inet, MTU: 1500
        Max nh cache: 75000, New hold nh limit: 75000, Curr nh cnt: 0, Curr new hold cnt: 0, NH drop cnt: 0
        Generation: 143, Route table: 0
          Flags: Sendbcast-pkt-to-re, Is-Primary


  • 2.  RE: MX5 - fxp0 management ethernet interface

     
    Posted 02-03-2020 02:33

    Hi,

    commited?

    "show conf | display inh"?

    Regards

    Ulf



  • 3.  RE: MX5 - fxp0 management ethernet interface

    Posted 02-03-2020 02:37

    Hi Ulf,

     

    Yes, the configuration has been committed.

     

    beelze@host> show configuration interfaces fxp0| display inheritance

    description "MGMT";

    unit 0 {

        family inet {

            address 10.254.6.254/24;

        }

    }



  • 4.  RE: MX5 - fxp0 management ethernet interface
    Best Answer

     
    Posted 02-03-2020 03:57

    Hello,

     

    have you configured the same address range on any other interface?



  • 5.  RE: MX5 - fxp0 management ethernet interface

    Posted 02-03-2020 05:10

    Hi F1ght3r,

     

    Well, there you have it..

    It was indeed still active on another interface.

    We moved from an MIC interface to the actual management ethernet interface but forgot to move the configuration as well.

     

    Thanks.