Management interface configuration controls out-of-band (OOB) management port settings on NX-OS devices. It allows tuning speed, duplex, MTU, auto-negotiation, shutdown state, and SNMP trap link-status for the mgmt0 (and additional management) interfaces.
| Name | Type | Constraint | Mandatory | Default Value |
|---|
| management | List | [management] | No | |
| Name | Type | Constraint | Mandatory | Default Value |
|---|
| id | String | | Yes | |
| shutdown | Boolean | true, false | No | |
| description | String | | No | |
| vrf | String | | No | |
| duplex | Choice | auto, full, half | No | |
| mtu | Integer | min: 576, max: 9216 | No | |
| speed | Choice | auto, 10M, 100M, 1G, 10G, 40G, 100G, 25G, 50G, 200G, 400G, 2.5G, 5G, 800G | No | |
| negotiation_auto | Choice | on, off, 25G | No | |
| snmp_trap_link_status | Boolean | true, false | No | |
| ip | Class | [ip] | No | |
| ipv6 | Class | [ipv6] | No | |
| cdp | Boolean | true, false | No | |
| lldp_receive | Boolean | true, false | No | |
| lldp_transmit | Boolean | true, false | No | |
| lldp_tlv_set_management_address_v4 | String | | No | |
| lldp_tlv_set_management_address_v6 | String | | No | |
| lldp_tlv_set_vlan | Integer | min: 0, max: 4094 | No | |
| lldp_dcbx_version | Choice | auto, CEE, IEEE | No | |
| Name | Type | Constraint | Mandatory | Default Value |
|---|
| address | IP | | No | |
| tag | Integer | min: 0, max: 4294967295 | No | |
| secondary_addresses | List | [secondary_addresses] | No | |
| forward | Boolean | true, false | No | |
| drop_glean | Boolean | true, false | No | |
| unnumbered | String | | No | |
| directed_broadcast | Boolean | true, false | No | |
| directed_broadcast_acl | String | | No | |
| redirects | Boolean | true, false | No | |
| unreachables | Boolean | true, false | No | |
| port_unreachable | Boolean | true, false | No | |
| verify_unicast_source_reachable_via | Choice | disabled, strict, loose, loose-allow-default, strict-allow-vni-hosts | No | |
| access_group_in | String | | No | |
| access_group_out | String | | No | |
| dhcp_relay_information_trusted | Boolean | true, false | No | |
| dhcp_relay_smart_relay | Boolean | true, false | No | |
| dhcp_relay_subnet_broadcast | Boolean | true, false | No | |
| dhcp_relay_information_option | Boolean | true, false | No | |
| dhcp_relay_source_subnet | String | | No | |
| dhcp_relay_addresses | List | [dhcp_relay_addresses] | No | |
| Name | Type | Constraint | Mandatory | Default Value |
|---|
| address_autoconfig | Boolean | true, false | No | |
| nd_default_route | Boolean | true, false | No | |
| forward | Boolean | true, false | No | |
| link_local_use_bia | Boolean | true, false | No | |
| address_use_link_local_only | Boolean | true, false | No | |
| verify_unicast_source_reachable_via | Choice | disabled, strict, loose, loose-allow-default, strict-allow-vni-hosts | No | |
| address_link_local | String | | No | |
| addresses | List | [addresses] | No | |
| dhcp_smart_relay | Boolean | true, false | No | |
| dhcp_relay_addresses | List | [dhcp_relay_addresses] | No | |
| redirects | Boolean | true, false | No | |
| unreachables | Boolean | true, false | No | |
| Name | Type | Constraint | Mandatory | Default Value |
|---|
| address | IP | | Yes | |
| tag | Integer | min: 0, max: 4294967295 | No | |
| Name | Type | Constraint | Mandatory | Default Value |
|---|
| address | String | | Yes | |
| vrf | String | | No | |
| Name | Type | Constraint | Mandatory | Default Value |
|---|
| address | String | | Yes | |
| type | Choice | primary, secondary | No | |
| tag | Integer | min: 0, max: 4294967295 | No | |
| eui64 | Boolean | true, false | No | |
| route_preference | Integer | min: 0, max: 255 | No | |
| Name | Type | Constraint | Mandatory | Default Value |
|---|
| address | String | | Yes | |
| vrf | String | | No | |
Example 1: Basic management interface with speed and duplex
description: "OOB Management"
snmp_trap_link_status: true
Example 2: Management interface with VRF membership and IP addressing
description: "OOB Management"
snmp_trap_link_status: true
- address: 2001:db8::1/64
Example 3: Management interface with CDP and LLDP configuration
description: "OOB Management"