mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
eos/eos_l3_interface.py: Add SVI Example (#40349)
This commit is contained in:
parent
02135d5278
commit
3d6312885f
1 changed files with 5 additions and 0 deletions
|
@ -67,6 +67,11 @@ EXAMPLES = """
|
|||
name: ethernet1
|
||||
ipv6: "fd5d:12c9:2201:1::1/64"
|
||||
|
||||
- name: Set interface Vlan1 (SVI) IPv4 address
|
||||
eos_l3_interface:
|
||||
name: Vlan1
|
||||
ipv4: 192.168.0.5/24
|
||||
|
||||
- name: Set IP addresses on aggregate
|
||||
eos_l3_interface:
|
||||
aggregate:
|
||||
|
|
Loading…
Reference in a new issue