Routing

last person joined: 3 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.  OSPF Instance not running

    Posted 01-01-2013 02:58

    Good day!

    I am using 2 x EX series (4200 and 3300); planning to run ospf; however I do not see OSPF running.

     

     

     

    root@SW1-EX4200> show ospf database
    OSPF instance is not running

    {master:0}
    root@SW1-EX4200>

     

     

    DATA {
    instance-type vrf;
    interface vlan.4002;
    interface vlan.4005;
    interface vlan.4012;
    route-distinguisher 65505:05;
    vrf-target {
    import target:65505:05;
    export target:65505:05;
    }
    vrf-table-label;
    routing-options {
    router-id 10.207.240.2;
    }
    protocols {
    ospf {
    area 0.0.0.0 {
    interface vlan.4012;
    interface vlan.4005;
    interface vlan.4002;
    }
    }
    }



  • 2.  RE: OSPF Instance not running

    Posted 01-01-2013 05:17

    In your case OSPF instance is running inside the VRF

     

    To see OSPF database use : >show ospf database instance <instance-name>

     

    Regards,

    Khaled