-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
262 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
60 changes: 60 additions & 0 deletions
60
...le_collections/arista/avd/molecule/deploy_to_cv/intended/configs/change_tags/s1-leaf1.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
!RANCID-CONTENT-TYPE: arista | ||
! | ||
no aaa root | ||
! | ||
username cvpadmin privilege 15 role network-admin secret sha512 $6$zWeb8jvKJY8ZtQkD$QzZDALGL1yDmjOxiGUNVJNyBU2la8AXPW04OmxaBt7JEfAgNU9QULOkG2HmwD3x8hFoo2LnwtjbX.Muj/dXlH0 | ||
username netadmin privilege 15 role network-admin secret sha512 $6$wdCCRfpWoyE3pTFJ$sMePFNrFSFKUVFxlxMTkB7E90tgwiz7BDtcUpBH5ga4Co/N59tsselElTZyYA.LDuSnVl2t/FH.qc1FX9fzNM/ | ||
username arista privilege 15 role network-admin secret arista123! | ||
! | ||
daemon TerminAttr | ||
exec /usr/bin/TerminAttr -cvaddr=apiserver.cv-staging.corp.arista.io:443 -cvauth=token-secure,/mnt/flash/cv-onboarding-token -smashexcludes=ale,flexCounter,hardware,kni,pulse,strata -ingestexclude=/Sysdb/cell/1/agent,/Sysdb/cell/2/agent -cvvrf=MGMT -taillogs | ||
no shutdown | ||
! | ||
vlan internal order ascending range 3900 4000 | ||
! | ||
transceiver qsfp default-mode 4x10G | ||
! | ||
service routing protocols model multi-agent | ||
! | ||
hostname s1-leaf1 | ||
ip name-server vrf MGMT 172.22.22.40 | ||
! | ||
platform tfa | ||
personality arfa | ||
! | ||
spanning-tree mode mstp | ||
! | ||
system l1 | ||
unsupported speed action error | ||
unsupported error-correction action error | ||
! | ||
vrf instance MGMT | ||
! | ||
management api http-commands | ||
no shutdown | ||
! | ||
vrf MGMT | ||
no shutdown | ||
! | ||
interface Ethernet1 | ||
description test | ||
! | ||
interface Ethernet2 | ||
! | ||
interface Ethernet3 | ||
! | ||
interface Ethernet4 | ||
! | ||
interface Ethernet6 | ||
! | ||
interface Management0 | ||
vrf MGMT | ||
ip address 172.20.20.2/24 | ||
ipv6 address 2001:172:20:20::2/64 | ||
! | ||
no ip routing | ||
no ip routing vrf MGMT | ||
! | ||
ip route vrf MGMT 0.0.0.0/0 172.20.20.1 | ||
! | ||
end |
137 changes: 137 additions & 0 deletions
137
...ons/arista/avd/molecule/deploy_to_cv/intended/structured_configs/change_tags/s1-leaf1.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,137 @@ | ||
hostname: s1-leaf1 | ||
is_deployed: true | ||
static_routes: | ||
- vrf: default | ||
destination_address_prefix: 0.0.0.0/0 | ||
gateway: 192.168.0.1 | ||
service_routing_protocols_model: multi-agent | ||
vlan_internal_order: | ||
allocation: ascending | ||
range: | ||
beginning: 1006 | ||
ending: 1199 | ||
spanning_tree: | ||
mode: mstp | ||
mst_instances: | ||
- id: '0' | ||
priority: 16384 | ||
no_spanning_tree_vlan: '4094' | ||
local_users: | ||
- name: arista | ||
privilege: 15 | ||
role: network-admin | ||
sha512_password: $6$rounds=656000$workshop$2J0sPzNX5gJs0tOf/ynK.X3f3fTTInXVX1wO0cmY/5ZTTg4GCFu3lvX9SggLk7W2.xD73cm5EA/R69iMBlfJt. | ||
vrfs: | ||
- name: default | ||
ip_routing: false | ||
management_interfaces: | ||
- name: Management0 | ||
description: oob_management | ||
shutdown: false | ||
vrf: default | ||
ip_address: 192.168.0.12/24 | ||
gateway: 192.168.0.1 | ||
type: oob | ||
management_api_http: | ||
enable_vrfs: | ||
- name: default | ||
enable_https: true | ||
vlans: | ||
- id: 4094 | ||
tenant: system | ||
name: MLAG_PEER | ||
trunk_groups: | ||
- MLAG | ||
- id: 10 | ||
name: Ten | ||
tenant: MY_FABRIC | ||
vlan_interfaces: | ||
- name: Vlan4094 | ||
description: MLAG_PEER | ||
shutdown: false | ||
ip_address: 10.1.253.4/31 | ||
no_autostate: true | ||
mtu: 1500 | ||
port_channel_interfaces: | ||
- name: Port-Channel1 | ||
description: MLAG_PEER_s1-leaf2_Po1 | ||
type: switched | ||
shutdown: false | ||
mode: trunk | ||
trunk_groups: | ||
- MLAG | ||
- name: Port-Channel2 | ||
description: SPINES_Po2 | ||
type: switched | ||
shutdown: false | ||
mode: trunk | ||
vlans: '10' | ||
mlag: 2 | ||
ethernet_interfaces: | ||
- name: Ethernet1 | ||
peer: s1-leaf2 | ||
peer_interface: Ethernet1 | ||
peer_type: mlag_peer | ||
description: MLAG_PEER_s1-leaf2_Ethernet1 | ||
type: port-channel-member | ||
shutdown: false | ||
channel_group: | ||
id: 1 | ||
mode: active | ||
- name: Ethernet6 | ||
peer: s1-leaf2 | ||
peer_interface: Ethernet6 | ||
peer_type: mlag_peer | ||
description: MLAG_PEER_s1-leaf2_Ethernet6 | ||
type: port-channel-member | ||
shutdown: false | ||
channel_group: | ||
id: 1 | ||
mode: active | ||
- name: Ethernet2 | ||
peer: s1-spine1 | ||
peer_interface: Ethernet2 | ||
peer_type: l3spine | ||
description: S1-SPINE1_Ethernet2 | ||
shutdown: false | ||
type: port-channel-member | ||
channel_group: | ||
id: 2 | ||
mode: active | ||
- name: Ethernet3 | ||
peer: s1-spine2 | ||
peer_interface: Ethernet2 | ||
peer_type: l3spine | ||
description: S1-SPINE2_Ethernet2 | ||
shutdown: false | ||
type: port-channel-member | ||
channel_group: | ||
id: 2 | ||
mode: active | ||
mlag_configuration: | ||
domain_id: RACK1 | ||
local_interface: Vlan4094 | ||
peer_address: 10.1.253.5 | ||
peer_link: Port-Channel1 | ||
reload_delay_mlag: '300' | ||
reload_delay_non_mlag: '330' | ||
ip_igmp_snooping: | ||
globally_enabled: true | ||
metadata: | ||
cv_tags: | ||
device_tags: | ||
- name: Role | ||
value: border | ||
interface_tags: | ||
- interface: Ethernet1 | ||
tags: | ||
- name: Type | ||
value: wan | ||
- interface: Ethernet2 | ||
tags: | ||
- name: Type | ||
value: wan | ||
- interface: Ethernet3 | ||
tags: | ||
- name: Type | ||
value: wan |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -140,4 +140,4 @@ metadata: | |
- interface: Ethernet3 | ||
tags: | ||
- name: Type | ||
value: wan | ||
value: wan |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -152,4 +152,4 @@ metadata: | |
# - name: Carrier | ||
# value: Comcast-5G | ||
# - name: Circuit | ||
# value: AF830 | ||
# value: AF830 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -134,4 +134,4 @@ metadata: | |
- interface: Ethernet3 | ||
tags: | ||
- name: Type | ||
value: wan | ||
value: wan |