Junos OS

 View Only
last person joined: 3 days ago 

Ask questions and share experiences about Junos OS.
  • 1.  Set up GRE Tunnel on mx104 getting error "device gr-1/0/0 not found"

    Posted 02-09-2018 00:40

    Hello,

    I try to configure GRE Tunnel and getting error "device gr-1/0/0 not found"

    This is what I configured :

    set chassis fpc 1 pic 0 tunnel-services bandwidth 1g

    set interfaces gr-1/0/0 unit 0 tunnel source x.x.x.x
    set interfaces gr-1/0/0 unit 0 tunnel destination y.y.y.y
    set interfaces gr-1/0/0 unit 0 family inet address z.z.z.z/30

     

    when i do the command show interfaces gr-1/0/0.0  i got :
    error: device gr-1/0/0 not found

    please advise,

    Thanks for any help!!!!



  • 2.  RE: Set up GRE Tunnel on mx104 getting error "device gr-1/0/0 not found"

     
    Posted 02-09-2018 00:45

    Hi,

     

    Please check the below

     

    TEST> show interfaces terse | grep gr
    gre                     up    up

    TEST>

    TEST> edit
    Entering configuration mode

    [edit]
    TEST# set chassis fpc 1 pic 0 tunnel-services bandwidth 1g

    [edit]
    TEST# commit
    re1:

    configuration check succeeds
    re0:
    commit complete
    re1:
    commit complete


    TEST> show interfaces terse | grep gr   
    gr-1/0/10               up    up

     

     

    Regards,

    Rahul N



  • 3.  RE: Set up GRE Tunnel on mx104 getting error "device gr-1/0/0 not found"
    Best Answer

     
    Posted 02-09-2018 00:47

    You need to check the correct interface. It should be gr-1/0/10 not gr-1/0/0

     

    Regards,
    Rahul