Skip to main content

Access Ethernet Port

Diagram

Classes

topology_switch_access_interface (vxlan.topology.switches.interfaces)

NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^(?:e|eth(?:ernet)?)\d(?:\/\d+){1,2}$Yes
modeChoiceaccessYes
descriptionStringmax: 256NoNetAsCode Access Interface
mtuAnyInteger[min: 1500, max: 9216] or Choice[default, jumbo]Nojumbo
speedStringRegex: (?i)^(auto|100mb|1gb|10gb|25gb|40gb|100gb|200gb|400gb|800gb)$Noauto
enabledBooleantrue, falseNotrue
access_vlanIntegermin: 1, max: 4094No1
spanning_tree_portfastBooleantrue, falseNotrue
enable_bpdu_guardBooleantrue, falseNotrue
freeform_configStringNo

Examples

vxlan:
topology:
switches:
- name: dc1-leaf1
interfaces:
- name: e1/11
mode: access
description: 'Access Interface 1'
enabled: true
mtu: 1500
speed: auto
access_vlan: 11
spanning_tree_portfast: true
enable_bpdu_guard: true
- name: ethernet1/12
mode: access
- name: eth1/13
mode: access
access_vlan: 13