Jump to content

[Req] junipervrr-19.2R1-S1.4 (vrr-bundle-kvm-19.2R1-S1.4.tgz)


Recommended Posts

Posted

Hi,

I can obtain this image. But  I am wondering if it comes with all features that vMX has or not... do you know ?

juan

Posted

I have "vrr-bundle-kvm-19.4R3.11.tgz", as I tried vMX v20.x in eve-ng and VFC was not coming up. I tried a versión v19.x and it works. So in spite of I can get the latest image, I get 19.x for compatibility (at least in eve-ng community. perhaps in eve-ng pro all of them work).

I need a way to upload the image and share it. It's 2,19GB, so Wetransfer is not valid 😕

Any suggestion to share it?

juan

  • Like 1
Posted
6 minutes ago, juan said:

Thank you @masterjack. I have uploaded the vRR image.

If the link expires sometime, let me know so I can reupload it.

  Hide contents

This is the hidden content, please

Cheers,

juan

@juan Can you please upload the vMX as well ?   you may use the below config to setup vMX ( RE + PFE)  all in one

 

3G RAM and 3vCPU for normal operation default  (must set chassis to lite-mode -> commit and wait to Junos to initiate a reboot)
4GB RAM and 3vCPU for Logical Systems to work (must set chassis to lite-mode -> commit and wait to Junos to initiate a reboot)
show chassis
fpc 0 {
    pic 0 {
        tunnel-services;

  • Like 22
  • Thanks 4
Posted

root> show chassis fpc pic-status
Slot 0   Online       Virtual FPC
  PIC 0  Online       Virtual

root> show configuration

version 18.2R1.9;
system {
    syslog {
        user * {
            any emergency;
        }
        file messages {
            any notice;
            authorization info;
        }
        file interactive-commands {
            interactive-commands any;
        }
    }
    processes {
        dhcp-service {
            traceoptions {
                file dhcp_logfile size 10m;
                level all;
                flag packet;
            }
        }
    }
    ## Warning: missing mandatory statement(s): 'root-authentication'
}
logical-systems {
    R01 {
        interfaces {
            lt-0/0/0 {
                unit 0 {
                    encapsulation ethernet;
                    peer-unit 1;
                    family inet {
                        address 1.0.0.1/30;
                    }
                }
            }
        }
        protocols {
            ospf {
                area 0.0.0.0 {
                    interface lt-0/0/0.0;
                }
            }
        }
        routing-options {
            router-id 200.0.0.1;
        }
    }
    R02 {
        interfaces {
            lt-0/0/0 {
                unit 1 {
                    encapsulation ethernet;
                    peer-unit 0;
                    family inet {
                        address 1.0.0.2/30;
                    }
                }
            }
        }
        protocols {
            ospf {
                area 0.0.0.0 {
                    interface lt-0/0/0.0;
                }
            }
        }
        routing-options {
            router-id 200.0.0.2;
        }
    }
}
chassis {
    fpc 0 {
        pic 0 {
            tunnel-services;
        }
        lite-mode;
    }
}
interfaces {
    fxp0 {
        unit 0 {
            family inet {
                dhcp {
                    vendor-id Juniper-vmx-VM60299A3FEB;
                }
            }
        }
    }
}

root>
 

Posted
4 hours ago, masterjack said:

root> show chassis fpc pic-status
Slot 0   Online       Virtual FPC
  PIC 0  Online       Virtual

root> show configuration

version 18.2R1.9;
system {
    syslog {
        user * {
            any emergency;
        }
        file messages {
            any notice;
            authorization info;
        }
        file interactive-commands {
            interactive-commands any;
        }
    }
    processes {
        dhcp-service {
            traceoptions {
                file dhcp_logfile size 10m;
                level all;
                flag packet;
            }
        }
    }
    ## Warning: missing mandatory statement(s): 'root-authentication'
}
logical-systems {
    R01 {
        interfaces {
            lt-0/0/0 {
                unit 0 {
                    encapsulation ethernet;
                    peer-unit 1;
                    family inet {
                        address 1.0.0.1/30;
                    }
                }
            }
        }
        protocols {
            ospf {
                area 0.0.0.0 {
                    interface lt-0/0/0.0;
                }
            }
        }
        routing-options {
            router-id 200.0.0.1;
        }
    }
    R02 {
        interfaces {
            lt-0/0/0 {
                unit 1 {
                    encapsulation ethernet;
                    peer-unit 0;
                    family inet {
                        address 1.0.0.2/30;
                    }
                }
            }
        }
        protocols {
            ospf {
                area 0.0.0.0 {
                    interface lt-0/0/0.0;
                }
            }
        }
        routing-options {
            router-id 200.0.0.2;
        }
    }
}
chassis {
    fpc 0 {
        pic 0 {
            tunnel-services;
        }
        lite-mode;
    }
}
interfaces {
    fxp0 {
        unit 0 {
            family inet {
                dhcp {
                    vendor-id Juniper-vmx-VM60299A3FEB;
                }
            }
        }
    }
}

root>
 

So, essentially you change settings in vMX as this article says:

This is the hidden content, please

But still, I do not know how much amount of RAM and vCPUs to assign to RE and to PFE separately...

  • Like 36
  • Thanks 5
Posted
20 hours ago, juan said:

So, essentially you change settings in vMX as this article says:

This is the hidden content, please

But still, I do not know how much amount of RAM and vCPUs to assign to RE and to PFE separately...

vCPU and vRAM spec listed here : 

This is the hidden content, please

  • Like 24
  • Thanks 5
Posted (edited)
3 hours ago, masterjack said:

vCPU and vRAM spec listed here : 

This is the hidden content, please

Thank you! So essentially the minimum requirements in lite-mode are:

  • vCPUs --> 1 for VCP and 3 for VFP --> total of 4 vCPUs
  • RAM --> 1GB for VCP and 2GB for VFP --> total of 3GB of RAM
  • Once set, there is a need to change settings of chassis with command --> set chassis fpc 0 lite-mode
    • Upon set and comitted, a reboot is needed to apply changes.

With a 32BG of RAM computer, theoretically is possible to run a lab composite with 10 vMX devices whole bundle VCP+VFP. Enough for labbing a lot : )

juan

Edited by juan
  • Like 23
  • Thanks 3
  • 1 month later...
  • 1 month later...
  • 6 months later...
  • 6 months later...
  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...