Routing

last person joined: 4 days ago 

Ask questions and share experiences about ACX Series, CTP Series, MX Series, PTX Series, SSR Series, JRR Series, and all things routing, including portfolios and protocols.
  • 1.  How do I specify logical system when pinging from the router shell?

     
    Posted 09-22-2016 02:06

    Hi.

    I have a router configured with a logical system named 'A'. On the router shell, I am trying to ping from that logical system. I am running the following command but getting an error.

     

    root@atari-a% ping -JL A 10.10.10.2
    ping: invalid logical router name `'

     

    What am doing wrong here?

     

    Thanks.



  • 2.  RE: How do I specify logical system when pinging from the router shell?
    Best Answer

     
    Posted 09-22-2016 04:52

    Hi,

     

    Please remove the space between option "L" and logical-system name "A". And then it should be fine.

     

    LIke:

    ping -JLA 10.10.10.2

     

    Regards

    Surya



  • 3.  RE: How do I specify logical system when pinging from the router shell?

     
    Posted 09-24-2016 02:40

    That worked. Thanks Surya