Skip to main content

Port-Channel

Diagram

Classes

interfaces (nxos.devices.configuration)

NameTypeConstraintMandatoryDefault Value
port_channelsList[port_channels]No

port_channels (nxos.devices.configuration.interfaces)

NameTypeConstraintMandatoryDefault Value
idIntegermin: 1, max: 4096Yes
port_channel_modeChoiceon, static, active, passive, mac-pinNo
minimum_linksIntegermin: 1, max: 32No
maximum_linksIntegermin: 1, max: 32No
suspend_individualBooleantrue, falseNo
access_vlanIntegermin: 1, max: 4094No
admin_stateBooleantrue, falseNotrue
auto_negotiationChoiceon, off, 25GNo
bandwidthIntegermin: 0, max: 3200000000No
delayIntegermin: 1, max: 16777215No
descriptionStringNo
duplexChoiceauto, full, halfNo
layer3Booleantrue, falseNo
link_loggingChoicedefault, enable, disableNo
mediumChoicebroadcast, p2pNo
modeChoiceaccess, trunk, fex-fabric, dot1q-tunnel, promiscuous, host, trunk_secondary, trunk_promiscuous, vntagNo
mtuIntegermin: 576, max: 9216No
native_vlanIntegermin: 1, max: 4094No
speedChoiceunknown, 100M, 1G, 10G, 40G, auto, auto 100M, auto 100M 1G, 100G, 25G, 10M, 50G, 200G, 400G, 2.5G, 5G, auto 2.5G 5G 10G, auto 100M 1G 2.5G 5GNo
trunk_vlansStringNo
vrfStringNo
ip_unnumberedStringNo
urpfChoicedisabled, strict, loose, loose-allow-default, strict-allow-vni-hostsNo
ipv4_addressIPNo
ipv4_secondary_addressesListIPNo
ospfClass[ospf]No
pimClass[pim]No

ospf (nxos.devices.configuration.interfaces.port_channels)

NameTypeConstraintMandatoryDefault Value
process_nameStringYes
advertise_secondariesBooleantrue, falseNotrue
areaStringNo
bfdChoiceunspecified, enabled, disabledNo
costIntegermin: 0, max: 65535No
dead_intervalIntegermin: 0, max: 65535No
hello_intervalIntegermin: 0, max: 65535No
network_typeChoiceunspecified, p2p, bcastNo
passiveChoiceunspecified, enabled, disabledNo
priorityIntegermin: 0, max: 255No
authentication_keyStringNo
authentication_key_idIntegermin: 0, max: 255No
authentication_key_secure_modeBooleantrue, falseNo
authentication_keychainStringNo
authentication_md5_keyStringNo
authentication_md5_key_secure_modeBooleantrue, falseNo
authentication_typeChoiceunspecified, simple, md5, noneNo

pim (nxos.devices.configuration.interfaces.port_channels)

NameTypeConstraintMandatoryDefault Value
admin_stateBooleantrue, falseYes
bfdChoicenone, enabled, disabledNo
dr_priorityIntegermin: 1, max: 4294967295No
passiveBooleantrue, falseNo
sparse_modeBooleantrue, falseNo

Examples

nxos:
devices:
- name: Device1
configuration:
interfaces:
port_channels:
- id: 1
port_channel_mode: on
description: My first port channel
access_vlan: 100