Jump to content

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


lexicap487

Recommended Posts

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
Link to comment
Share on other sites

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 20
  • Thanks 3
Link to comment
Share on other sites

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>
 

Link to comment
Share on other sites

4 hours ago, masterjack said:

@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;

 

Thank you for the advise @masterjack. Just one question, how much amount of RAM an vCPUs do you asign to RE and what to PFE ? Coz each one are separate VMs running on top of KVM in the eve-ng engine.

 

Version of vMX I upload is v20.3R1.8 --> "vmx-bundle-20.3R1.8.tgz", as I saw in your outcome you already have a 18.2

Spoiler

This is the hidden content, please

For those who cannot run 20.x version, I have additionally uploaded  v19.4R3.11 --> "vmx-bundle-19.4R3.11.tgz"

Spoiler

This is the hidden content, please

Cheers,

juan

Edited by juan
  • Like 35
  • Thanks 9
Link to comment
Share on other sites

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 31
  • Thanks 4
Link to comment
Share on other sites

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 22
  • Thanks 2
Link to comment
Share on other sites

@juan Can you please share the latest limited vMX editions per below links  (ver 21.2)  and Junos Space below?

This is the hidden content, please

This is the hidden content, please

This is the hidden content, please

This is the hidden content, please

This is the hidden content, please

This is the hidden content, please

  • Like 38
  • Thanks 8
  • Confused 1
Link to comment
Share on other sites

  • 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...