* adding OS9 ansible collections * adding OS9 collections Co-authored-by: Patil <Komal_uttamrao_Patil@Dell.com>
50 lines
No EOL
1.5 KiB
YAML
50 lines
No EOL
1.5 KiB
YAML
---
|
|
# vars file for dellemc.os9.os9_interface
|
|
# Sample variables for OS9 device
|
|
os9_interface:
|
|
TenGigabitEthernet 1/3:
|
|
desc: "Connected to Spine1"
|
|
portmode:
|
|
switchport: False
|
|
suppress_ra: present
|
|
mtu: 2500
|
|
admin: up
|
|
auto_neg: true
|
|
keepalive: true
|
|
speed: auto
|
|
duplex: full
|
|
ipv6_and_mask: 2001:4898:5808:ffa2::5/126
|
|
ip_type_dynamic: true
|
|
ip_and_mask: 192.168.23.22/24
|
|
class_vendor_identifier: present
|
|
option82: true
|
|
remote_id: hostname
|
|
fortyGigE 1/9:
|
|
desc: "Connected to Spine2"
|
|
switchport: False
|
|
mtu: 2500
|
|
admin: up
|
|
ip_and_mask: 192.168.234.20/31
|
|
ip_and_mask_secondary: "192.168.14.1/24"
|
|
secondary_ip_state: present
|
|
cr4_auto_neg: true
|
|
keepalive: false
|
|
ip_type_dynamic: false
|
|
class_vendor_identifier: absent
|
|
option82: true
|
|
remote_id: hostname
|
|
ipv6_and_mask: 2001:4898:5808:ffa2::9/126
|
|
fortyGigE 1/12:
|
|
fanout: single
|
|
fanout_speed: 40G
|
|
fanout_state: present
|
|
Vlan 100:
|
|
mtu: 4096
|
|
admin: down
|
|
ip_and_mask:
|
|
ipv6_and_mask: 2002:4898:5408:faaf::1/64
|
|
state_ipv6: absent
|
|
ip_helper:
|
|
- ip: 10.0.0.36
|
|
state: absent
|
|
ipv6_reachabletime: 600000 |