Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resources iosxe_interface_ethernet should support type 'Port-channel'/'Vlan' #137

Open
sthoneder opened this issue Mar 12, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@sthoneder
Copy link

sthoneder commented Mar 12, 2024

Configuring a layer 2 port-channel also requires ethernet attributes to be set. Currently Port-channel is not a valid type element.

Sample IOS-XE CLI config

interface Port-channel1
 description #uplink
 switchport mode trunk
 ip arp inspection trust                                    <<<< ethernet attribute  
 spanning-tree link-type point-to-point         <<<< ethernet attribute  
 spanning-tree guard loop                               <<<< ethernet attribute  
 ip dhcp snooping trust                                    <<<< ethernet attribute 

Hence iosxe_interface_ethernet should also allow type Port-channel/Vlan as choice element for attribute type.

Sampel Yang Model Path
/native/interface/Port-channel/ip/arp/inspection/trust

@sthoneder sthoneder changed the title ressources iosxe_interface_ethernet should support type 'Port-channel' ressources iosxe_interface_ethernet should support type 'Port-channel'/'Vlan' Mar 13, 2024
@sthoneder sthoneder changed the title ressources iosxe_interface_ethernet should support type 'Port-channel'/'Vlan' resources iosxe_interface_ethernet should support type 'Port-channel'/'Vlan' Mar 13, 2024
@danischm danischm added the enhancement New feature or request label Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants