Module for running nictagadm command on SmartOS :maintainer: Jorge Schrauwen <sjorge@blackdot.be> :maturity: new :depends: nictagadm binary, dladm binary :platform: smartos
New in version 2016.11.0.
Add a new nictag
name of new nictag
mac of parent interface or 'etherstub' to create a ether stub
MTU (ignored for etherstubs)
CLI Example:
salt '*' nictagadm.add storage0 etherstub
salt '*' nictagadm.add trunk0 'DE:AD:OO:OO:BE:EF' 9000
Delete nictag
nictag to delete
force delete even if vms attached
CLI Example:
salt '*' nictagadm.exists admin
Check if nictags exists
one or more nictags to check
return list of nictags
CLI Example:
salt '*' nictagadm.exists admin
List all nictags
toggle include of etherstubs
CLI Example:
salt '*' nictagadm.list
Update a nictag
name of nictag
optional new mac for nictag
optional new MTU for nictag
CLI Example:
salt '*' nictagadm.update trunk mtu=9000
List all vms connect to nictag
name of nictag
CLI Example:
salt '*' nictagadm.vms admin
Generated on October 23, 2024 at 09:02:06 UTC.
You are viewing docs for the latest stable release, 3007.1. Switch to docs for the previous stable release, 3006.9, or to a recent doc build from the master branch.
© 2024 VMware, Inc. | Privacy Policy