Skip to content

Commit

Permalink
Note that admin is a required nic tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bahamat committed Jan 20, 2024
1 parent 90b03c8 commit c8c95b3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/managing-nics.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ Some commonly used nic_tags are described in the table below:
| internal | Connectivity to an "intranet" |
| underlay | VXLAN / Software Defined Networking |

The only required nic tag is `admin` which will be configured by default.
Use the command `nictagadm` to list nic tags.

Because nic_tags are just a text string, it can be anything you want. Nothing
prevents you from having a `dmz` or `private`. If you use Juniper network
hardware, you may prever `trust` and `untrust`.
Expand All @@ -31,8 +34,8 @@ and will not be described here).

Valid config keys:

| Key Name | Value |
| ---------------------- | --- |
| Key Name | Value |
| ---------------------- | -------------------------------------- |
| `<nic_tag>_nic` | The MAC address of the physical NIC |
| `<nic_tag>XX_ip` | A valid IPv4 address or `dhcp` |
| `<nic_tag>XX_ip6` | A valid IPv6 address or `addrconf` |
Expand Down

0 comments on commit c8c95b3

Please sign in to comment.