JNCIP OLIVE - Logical router "Traceoptions" problem

william_yeowilliam_yeo Member Posts: 63 ■■□□□□□□□□
Hi guyz,

i'm using FreeBSD + JUNOS 8.5 Olive for my JNCIP-M lap preparation and i'm wondering how can we see the log or traceoption in the logical. Which version of Olive support this...

I don see the "run monitor start" command in the logical router..... please advice. Thanks

TRACEOPTION DOESNT SUPPORT FOR LOGICAL ROUTER IN JUNIPER OLIVE !?


thanks in advance
William

Comments

  • AldurAldur Member Posts: 1,460
    I tried this on real routers in 8.5 and 9.1 and received the same results... I'm doing some checking around to see what I can find.
    "Bribe is such an ugly word. I prefer extortion. The X makes it sound cool."

    -Bender
  • AldurAldur Member Posts: 1,460
    Ok, found it.

    Typically log files are stored in the /var/log/ directory, but this is only for the main routing instance. Any logical routers will have their own directory inside of the /var/log/<logical-router-name>/

    For example

    [edit logical-routers LAB-SLR01 protocols isis]
    LAB@LAB# show
    traceoptions {
    file trace-SLR-test;
    flag all;
    }

    The trace file is found under

    [edit logical-routers LAB-SLR01 protocols isis]
    LAB@LAB# run monitor start /var/log/LAB-SLR01/?
    Possible completions:
    <[Enter]> Execute this command
    <filename> Name of log file
    /var/log/LAB-SLR01/trace-SLR-test Size: 88, Last changed: Apr 05 09:00:35
    "Bribe is such an ugly word. I prefer extortion. The X makes it sound cool."

    -Bender
  • william_yeowilliam_yeo Member Posts: 63 ■■□□□□□□□□
    Aldur wrote: »
    Ok, found it.

    Typically log files are stored in the /var/log/ directory, but this is only for the main routing instance. Any logical routers will have their own directory inside of the /var/log/<logical-router-name>/

    For example

    [edit logical-routers LAB-SLR01 protocols isis]
    LAB@LAB# show
    traceoptions {
    file trace-SLR-test;
    flag all;
    }

    The trace file is found under

    [edit logical-routers LAB-SLR01 protocols isis]
    LAB@LAB# run monitor start /var/log/LAB-SLR01/?
    Possible completions:
    <[Enter]> Execute this command
    <filename> Name of log file
    /var/log/LAB-SLR01/trace-SLR-test Size: 88, Last changed: Apr 05 09:00:35




    Hi Aldur,

    Is this found in the olive ?! or the real router with logical instance
  • AldurAldur Member Posts: 1,460
    This was from a real router and not an olive.

    Do you not see a directory with the name of your logical router under the /var/log/ path with an olive?
    "Bribe is such an ugly word. I prefer extortion. The X makes it sound cool."

    -Bender
Sign In or Register to comment.