Switching

 View Only
last person joined: 3 days ago 

Ask questions and share experiences about EX and QFX portfolios and all switching solutions across your data center, campus, and branch locations.
  • 1.  Make differenet ospf Process using QFX Virtual chassis

    Posted 10-04-2020 12:26

    Dear All,

     

       we need to migrate cisco switches to juniper QFX but I don't find the feature instance-type (no-forwarding), 

     to make different process in OSPF , now I have to make it using instance -type ( Virtual-chassis) , so how can make it , and how can redistribute some routes from one side to another side.



  • 2.  Betreff: Make differenet ospf Process using QFX Virtual chassis

     
    Posted 10-04-2020 12:36

    Hello Anwar,

     

    it is not really clear for me what your requirement is. If possible you can post the corresponding Cisco config, so that we can see exactly which config you need migrated.



  • 3.  Betreff: Make differenet ospf Process using QFX Virtual chassis

    Posted 10-04-2020 12:45

    Hello,

     

    router ospf 1
     log-adjacency-changes
     redistribute static subnets route-map ABC
     redistribute ospf 2 metric 100 metric-type 1 subnets route-map OSPF2-to-OSPF1
     network 10.10.10.1 0.0.0.0 area 0
     network 20.20.20.1 0.0.0.0 area 0
     default-information originate
    router ospf 2
     log-adjacency-changes
     redistribute static subnets route-map ABC
     redistribute ospf 1 metric 100 metric-type 1 subnets route-map OSPF1-TO-OSPF2
     network 30.30.30.1 0.0.0.0 area 0
     network 40.40.40.1 0.0.0.0 area 0