This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| network_stuff:juniper [2017/09/18 09:52] – created jotasandoku | network_stuff:juniper [2023/11/02 14:38] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | **DHCP**: | + | **DHCP |
| Apply this whole config, included dhcp server address. Seems not to work on fpx interfaces: | Apply this whole config, included dhcp server address. Seems not to work on fpx interfaces: | ||
| set interfaces ge-0/0/7 unit 0 family inet dhcp-client client-identifier prefix host-name | set interfaces ge-0/0/7 unit 0 family inet dhcp-client client-identifier prefix host-name | ||
| Line 8: | Line 8: | ||
| set interfaces ge-0/0/7 unit 0 family inet dhcp-client vendor-id ether | set interfaces ge-0/0/7 unit 0 family inet dhcp-client vendor-id ether | ||
| set interfaces ge-0/0/7 unit 0 family inet dhcp-client options no-hostname | set interfaces ge-0/0/7 unit 0 family inet dhcp-client options no-hostname | ||
| + | | ||
| + | |||
| + | ---- | ||
| + | |||
| + | **DHCP IN LINUX** | ||
| + | * Remove the default gateway : [[https:// | ||
| + | * Remove the default gateway : options directly in libvirt net definition : [[https:// | ||
| + | * Vagrant libvirt has the dhcp configuration in: / | ||