This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| network_stuff:juniper:vqfx:step-by-step-vqfx [2020/01/24 12:53] – jotasandoku | network_stuff:juniper:vqfx:step-by-step-vqfx [2023/11/02 14:38] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 52: | Line 52: | ||
| --graphics none | --graphics none | ||
| \\ | \\ | ||
| - | | + | |
| + | cli | ||
| + | edit | ||
| set interfaces em0 unit 0 family inet dhcp | set interfaces em0 unit 0 family inet dhcp | ||
| set system services ssh root-login allow | set system services ssh root-login allow | ||
| - | set system root-authentication plain-text-password | + | set system root-authentication plain-text-password |
| commit and-quit | commit and-quit | ||
| show interfaces terse | match em0.0 | show interfaces terse | match em0.0 | ||
| em0.0 | em0.0 | ||
| + | exit | ||
| + | Ctrl-Shift-] | ||
| | | ||
| \\ | \\ | ||
| Line 65: | Line 69: | ||
| cli | cli | ||
| start shell user root | start shell user root | ||
| - | | ||
| # root shell | # root shell | ||
| cat << EOF > bootup.sh | cat << EOF > bootup.sh | ||
| Line 106: | Line 109: | ||
| commit and-quit | commit and-quit | ||
| request system power-off | request system power-off | ||
| - | | + | |
| \\ | \\ | ||
| | | ||
| Line 129: | Line 132: | ||
| EOF | EOF | ||
| vagrant box add re.json | vagrant box add re.json | ||
| + | vagrant box list | ||
| \\ | \\ | ||
| cd / | cd / | ||
| vagrant up | vagrant up | ||