mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-08 19:49:09 +00:00
Lenovo cnos l3interface (#51322)
* Adding cnos_l3_interface module in alignment with others vendors.
This commit is contained in:
parent
f3907c977c
commit
004d8b03d4
12 changed files with 898 additions and 7 deletions
|
|
@ -0,0 +1,27 @@
|
|||
!
|
||||
version "10.8.0.42"
|
||||
!
|
||||
hostname ip10-241-107-39
|
||||
!
|
||||
vlan 13
|
||||
name dave
|
||||
!
|
||||
interface Ethernet1/9
|
||||
ip address 10.201.107.1 255.255.255.0
|
||||
ipv6 address dead::beaf/64
|
||||
description Bleh
|
||||
!
|
||||
interface Ethernet1/33
|
||||
description Hentammoo
|
||||
load-interval counter 2 33
|
||||
switchport access vlan 33
|
||||
storm-control broadcast level 12.50
|
||||
mtu 66
|
||||
microburst-detection enable threshold 25
|
||||
lldp tlv-select max-frame-size
|
||||
lacp port-priority 33
|
||||
spanning-tree mst 33-35 cost 33
|
||||
spanning-tree bpduguard enable
|
||||
!
|
||||
!
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue