Skip to main content

System

Diagram

Classes

configuration (nxos.devices)

NameTypeConstraintMandatoryDefault Value
systemClass[system]No

system (nxos.devices.configuration)

NameTypeConstraintMandatoryDefault Value
hostnameStringNo
mtuIntegermin: 576, max: 9216No
featuresListChoice[bfd, bgp, dhcp, evpn, fabric_forwarding, hsrp, interface_vlan, isis, lacp, lldp, macsec, netflow, nv_overlay, ospf, ospfv3, pim, ptp, pvlan, ssh, tacacs, telnet, udld, vn_segment, vpc]No
fabric_forwardingClass[fabric_forwarding]No

fabric_forwarding (nxos.devices.configuration.system)

NameTypeConstraintMandatoryDefault Value
anycast_gateway_macMACNo

Examples

nxos:
devices:
- name: Device1
configuration:
system:
hostname: Device1
mtu: 9216
features: [bgp, ospf]