Custom Search

Thursday, June 25, 2015

Installing Juniper Firefly Perimeter (vSRX) in VirtualBox

1)
Download junos-vsrx

junos-vsrx-12.1X47-D20.7-domestic.ova

http://www.juniper.net/us/en/products-services/security/srx-series/vsrx/#sw

2)
Untar

#tar -xvf junos-vsrx-12.1X47-D20.7-domestic.ova

3)
Convert to vdi

#vboxmanage clonehd -format VDI junos-vsrx-12.1X47-D20.7-domestic-disk1.vmdk junos-vsrx-12.1X47-D20.7-domestic-disk1-1.vdi

4)
Create a Virtualbox VM with vdi disk

5)
Login as root, no password

5 comments:

  1. http://techandtrains.com/2014/11/11/installing-juniper-firefly-vsrx-in-virtualbox/

    ReplyDelete
  2. http://brezular.com/2014/07/22/how-to-run-juniper-firefly-perimeter-vsrx-on-gns3/

    ReplyDelete
  3. root@% cli
    root>
    root> configure
    [edit]
    root#
    [edit]
    root# set system root-authentication plain-text-password
    saju123
    [edit]
    root#
    [edit]
    root#commit

    ReplyDelete
  4. Configuring BGP on Juniper SRX 220H

    http://www.experts-exchange.com/Hardware/Networking_Hardware/Routers/Q_28243494.html

    ReplyDelete
  5. root@% cli
    root>
    root> ? <=== To het help
    root>
    root> configure <=== Goto config mode
    [edit]
    root#
    [edit]
    root# ? <=== To het config help
    [edit]
    root#
    [edit]
    root#rollback
    [edit]
    root#commit

    ReplyDelete