nodesUpdateNodeSubInterface
Modify sub-interface settings like IP addresses, VLAN IDs, descriptions, and annotations on network nodes within Hyperfabric infrastructure.
Instructions
Update a specific sub-interface.
To use this tool, pass the resource ID and the fields to update as arguments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fabricId | Yes | This is a read-only field. The unique identifier of the fabric to which this sub-interface belongs to. | |
| nodeId | Yes | This is a read-only field. The unique identifier of the node to which this sub-interface belongs to. | |
| subInterfaceId | Yes | The sub-interface id or name. | |
| annotations | No | A list of name-value annotations to store user-defined data including complex data such as JSON associated with the sub-interface. | |
| description | No | The description is a user-defined field to store notes about the sub-interface. | |
| enabled | No | The enabled state of the sub-interface which indicates if the sub-interface is enabled or disabled. | |
| id | No | This is a read-only field. The unique identifier of the sub-interface of the node in the fabric. | |
| ipv4Addresses | No | A list of up to two IPv4 host addresses with subnet mask to be configured on the sub-interface. | |
| ipv6Addresses | No | A list of up to two IPv6 host addresses with subnet mask to be configured on the sub-interface. | |
| labels | No | A list of user-defined labels that can be used for grouping and filtering sub-interfaces. | |
| metadata | No | Metadata defines a map of attributes related to the lifecycle of the object. | |
| name | No | The name of the sub-interface of the node. Must be in the format Ethernet1_1_1.\<VLAN_ID\>. | |
| parent | No | This is a read-only field. The name of parent interface to which this sub-interface belong to. | |
| vlanId | No | The VLAN ID used as dot1q encapsulation for the sub-interface. The VLAN ID must be between 1 and 4094. | |
| vrfId | No | The unique identifier of the VRF to which this sub-interface is attached to. |