mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-01-02 02:56:41 +00:00
Merge pull request #665 from iceking2nd/master
Fix Juniper vMX vFPC last port can not working
This commit is contained in:
commit
b974747494
@ -12,13 +12,13 @@
|
|||||||
"status": "experimental",
|
"status": "experimental",
|
||||||
"maintainer": "none",
|
"maintainer": "none",
|
||||||
"maintainer_email": "developers@gns3.net",
|
"maintainer_email": "developers@gns3.net",
|
||||||
"usage": "Initial username is root, password is root.\n",
|
"usage": "Connect VCP by port Eth1.\nData port ge/xe-x/0/0 to ge/xe-x/0/9 mapping to Eth3 to Eth12.\nInitial username is root, password is root.\n",
|
||||||
"symbol": "juniper-vmx.svg",
|
"symbol": "juniper-vmx.svg",
|
||||||
"first_port_name": "Eth0",
|
"first_port_name": "Eth0",
|
||||||
"port_name_format": "Eth{port1}",
|
"port_name_format": "Eth{port1}",
|
||||||
"qemu": {
|
"qemu": {
|
||||||
"adapter_type": "virtio-net-pci",
|
"adapter_type": "virtio-net-pci",
|
||||||
"adapters": 12,
|
"adapters": 13,
|
||||||
"ram": 4096,
|
"ram": 4096,
|
||||||
"hda_disk_interface": "ide",
|
"hda_disk_interface": "ide",
|
||||||
"arch": "x86_64",
|
"arch": "x86_64",
|
||||||
|
Loading…
Reference in New Issue
Block a user