Junos OS

last person joined: 7 days ago 

Ask questions and share experiences about Junos OS.
  • 1.  Virtual routers

    Posted 01-11-2010 10:20

    Hello,

     

    can you give me some documentation how to create virtual routers un J2350 device.

    I want to create virtual router with bgp peer and test how it actually work.



  • 2.  RE: Virtual routers
    Best Answer

     
    Posted 01-11-2010 12:37
    Hi, A virtual router is a routing-instance type. It will create a new routing-table You will have to configure interfaces and addresses under the "main" instance After that you will "call" interface (ie fe-0/0/0.0) under the routing-instance statement. Here is an example that run BGP set interface fe-0/0/0 unit 0 family inet address 192.168.0.2/30 set routing-instances TEST instance-type virtual-router set routing-instances TEST interface fe-0/0/0.0 set routing-instances TEST protocols bgp local-as 65000 set routing-instances TEST protocols bgp group EXT type external set routing-instances TEST protocols bgp group EXT neighbor 192.168.0.1 peer-as 65001 Hope this will help you


  • 3.  RE: Virtual routers

    Posted 01-12-2010 02:35

    Hi,

     

    yes, that is what I need, thanks.

     



  • 4.  RE: Virtual routers

     
    Posted 01-12-2010 09:41

    Hi,

     

    If you think your problem is solved and that I helped you kudos are also welcome (just click on kudos)

     

    Thanks