mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-26 08:26:28 +00:00
eos/eos_l3_interface.py: Add SVI Example (#40349)
This commit is contained in:
committed by
Alicia Cozine
parent
02135d5278
commit
3d6312885f
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user