Skip to main content

Routed Port-Channel

Diagram

Classes

topology_switch_routed_po_interface (vxlan.topology.switches.interfaces)

NameTypeConstraintMandatoryDefault Value
nameStringRegex: (?i)^(po|port-channel)([1-9]|[1-9][0-9]{1,2}|[1-3][0-9]{3}|40[0-8][0-9]|409[0-6])$Yes
modeChoicerouted_poYes
descriptionStringmax: 256NoNetAsCode Routed PO Interface
vrfStringNo
mtuIntegermin: 1500, max: 9216No9216
speedStringRegex: (?i)^(auto|100mb|1gb|10gb|25gb|40gb|100gb|200gb|400gb|800gb)$Noauto
enabledBooleantrue, falseNotrue
ipv4_addressIPNo
ipv4_route_tagIntegermin: 0, max: 4294967295No
secondary_ipv4_addressesList[secondary_ipv4_addresses]No
ipv6_addressIPNo
ipv6_route_tagIntegermin: 0, max: 4294967295No
secondary_ipv6_addressesList[secondary_ipv6_addresses]No
pc_modeChoiceactive, on, passiveNoactive
membersListString[Regex: (?i)^(?:e|eth(?:ernet)?)\d(?:\/\d+){1,2}$]No
freeform_configStringNo

secondary_ipv4_addresses (vxlan.topology.switches.interfaces.topology_switch_routed_po_interface)

NameTypeConstraintMandatoryDefault Value
ip_addressIPYes
route_tagIntegermin: 0, max: 4294967295No

secondary_ipv6_addresses (vxlan.topology.switches.interfaces.topology_switch_routed_po_interface)

NameTypeConstraintMandatoryDefault Value
ip_addressIPYes
route_tagIntegermin: 0, max: 4294967295No

Examples

vxlan:
topology:
switches:
- name: dc1-leaf1
interfaces:
- name: Po93
mode: routed_po
description: 'Routed Port-channel Interface 1'
enabled: true
vrf: red
mtu: 1500
speed: auto
ipv4_address: 192.168.57.9/30
ipv4_route_tag: 12345
pc_mode: active
members:
- eth1/23
- eth1/24
- name: po111
mode: routed_po
description: 'Routed Port-channel Interface 2'
enabled: true
vrf: blue
mtu: 9000
ipv4_address: 192.168.111.1/30
members:
- eth1/25
- eth1/26