ISIS on Olive Qemu

ccnpninjaccnpninja Member Posts: 1,010 ■■■□□□□□□□
Hi,
I tried to run it without success. I checked that:
-my fxp0.x interfaces have the iso family protocol,
-my lo0.0 interface has iso family and a NET address,
-ISIS interfaces are there (including lo0.0)
"show isis adj" and "show route protocol isis" show nothing.

Is there a problem running ISIS on Olive with Qemu?

Comments

  • AldurAldur Member Posts: 1,460
    Hey ninja! Good to see you working with Juniper stuff again ;)

    I've heard of ppl having problems with getting isis adjencies up and the use of the point-to-point knob fixed the problem.

    Such as the following code shows interface fe-0/0/0.0 in level 2 with the point-to-point knob in use.
    interface fe-0/0/0.0 {
        point-to-point;
        level 1 disable;
    }
    
    if that doesn't work put your output from "show interfaces isis" and then we can grab some traceoptions if the problem isn't fixed from there.

    Also, like rossonieri mentioned, post your configs for both routers if the point-to-point knob doesn't work.
    "Bribe is such an ugly word. I prefer extortion. The X makes it sound cool."

    -Bender
  • ccnpninjaccnpninja Member Posts: 1,010 ■■■□□□□□□□
    okay, I'll give it a try and keep you informed
  • mohdhyderhasmohdhyderhas Member Posts: 10 ■□□□□□□□□□
    ccnpninja wrote: »
    okay, I'll give it a try and keep you informed

    Hi Friend,

    when using subinterfaces on olives you must use interface-type "point-to-point" under " edit protocols isis".

    I practiced all the JNCIP book on olives and it works fine. I just took exam 2 days back and awaiting result.

    Regards,

    Hyder.
  • rossonieri#1rossonieri#1 Member Posts: 799 ■■■□□□□□□□
    hi hyder,

    so, you've took the lab? i wish you a good result then - keep post the news ;)
    the More I know, that is more and More I dont know.
  • mohdhyderhasmohdhyderhas Member Posts: 10 ■□□□□□□□□□
    hi hyder,

    so, you've took the lab? i wish you a good result then - keep post the news ;)


    Hi,

    thanks for all the wishes but unfortunately i failed LAB. I dont give up soon and started preparing again.

    I lost points in system and BGP configs.

    thanks,

    Hyder
  • rossonieri#1rossonieri#1 Member Posts: 799 ■■■□□□□□□□
    hi hyder,

    wow, thats too bad icon_sad.gif
    well, for every failed attempt we got - at least we know & we have tried to conquer.
    so, good luck next time you'll go to the lab :)
    the More I know, that is more and More I dont know.
Sign In or Register to comment.