This configuration creates port-channel 93 and port-channel 11 on dc1-leaf1. Port-channel 93 is member of the VRF red, with the IPv4 address 192.168.57.9/30, MTU set as 1500, speed auto, a IPv4 tag 12345. This port-channel has Ethernet1/23 and Ethernet1/24 as member interfaces.
Port-channel 11 is member of the VRF blue, with the IPv4 address 192.168.111.1/30, MTU of 9000. This port-channel has Ethernet1/25 and Ethernet1/26 as member interfaces.
topology_interfaces.nac.yaml
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: po11
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
The Routed Port-Channel configuration allows to define the multiple attributes that an routed port-channel can have.
This configuration creates port-channel 93 and port-channel 11 on dc1-leaf1. Port-channel 93 is member of the VRF red, with the IPv4 address 192.168.57.9/30, MTU set as 1500, speed auto, a IPv4 tag 12345. This port-channel has Ethernet1/23 and Ethernet1/24 as member interfaces.
Port-channel 11 is member of the VRF blue, with the IPv4 address 192.168.111.1/30, MTU of 9000. This port-channel has Ethernet1/25 and Ethernet1/26 as member interfaces.
topology_interfaces.nac.yaml
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: po11
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
The Routed Port-Channel configuration allows to define the multiple attributes that an routed port-channel can have.
This configuration creates port-channel 93 and port-channel 11 on dc1-leaf1. Port-channel 93 is member of the VRF red, with the IPv4 address 192.168.57.9/30, MTU set as 1500, speed auto, a IPv4 tag 12345. This port-channel has Ethernet1/23 and Ethernet1/24 as member interfaces.
Port-channel 11 is member of the VRF blue, with the IPv4 address 192.168.111.1/30, MTU of 9000. This port-channel has Ethernet1/25 and Ethernet1/26 as member interfaces.
topology_interfaces.nac.yaml
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: po11
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
The Routed Port-Channel configuration allows to define the multiple attributes that an routed port-channel can have.
This configuration creates port-channel 93 and port-channel 11 on dc1-leaf1. Port-channel 93 is member of the VRF red, with the IPv4 address 192.168.57.9/30, MTU set as 1500, speed auto, a IPv4 tag 12345. This port-channel has Ethernet1/23 and Ethernet1/24 as member interfaces.
Port-channel 11 is member of the VRF blue, with the IPv4 address 192.168.111.1/30, MTU of 9000. This port-channel has Ethernet1/25 and Ethernet1/26 as member interfaces.