Skip to content

Commit

Permalink
update gitignore to include server configs
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Apr 30, 2024
1 parent 110a18e commit f832488
Show file tree
Hide file tree
Showing 28 changed files with 2,924 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
**/tl-configs/**
# ignore secrets
**.tok**
!**/servers/intended/**
104 changes: 104 additions & 0 deletions datacenter/servers/intended/configs/A1.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
! Command: show running-config
! device: A1 (vEOS-lab, EOS-4.30.2F)
!
! boot system flash:/CloudEOS.swi
!
no aaa root
!
username admin privilege 15 role network-admin nopassword
username cvpadmin privilege 15 role network-admin secret sha512 $6$JIWpYntS5KpTMCGF$el6rGKnDYPqxKeMcJGutPctkOMiHrV/bej1DTmdTR8jEnuV/gQbTYa76slNHP1vwyN8Gq2kbNsMmXUwVhkwjy1
!
agent KernelFib environment KERNELFIB_PROGRAM_ALL_ECMP='true'
!
daemon TerminAttr
exec /usr/bin/TerminAttr -cvaddr=192.168.0.5:9910 -cvauth=token,/tmp/token -cvvrf=default -smashexcludes=ale,flexCounter,hardware,kni,pulse,strata -ingestexclude=/Sysdb/cell/1/agent,/Sysdb/cell/2/agent -taillogs
no shutdown
!
switchport default mode routed
!
transceiver qsfp default-mode 4x10G
!
service routing protocols model multi-agent
!
hostname A1
ip name-server vrf default 10.255.0.2
dns domain act.lab
!
spanning-tree mode none
!
system l1
unsupported speed action error
unsupported error-correction action error
!
vlan 10
!
management api http-commands
no shutdown
!
aaa authorization exec default local
!
interface Port-Channel1
switchport access vlan 10
switchport
!
interface Ethernet1
no switchport
channel-group 1 mode active
!
interface Ethernet2
no switchport
channel-group 1 mode active
!
interface Management1
ip address 192.168.0.221/24
!
interface Vlan10
ip address 10.10.10.101/24
!
monitor connectivity
no shutdown
!
host Blue-Gateway
ip 10.10.10.1
!
host A-HostB
ip 10.30.30.101
!
host A-HostD
ip 10.10.10.102
!
host A-HostE
ip 10.30.30.102
!
host B-HostG
ip 10.20.20.101
!
host B-HostH
ip 10.40.40.101
!
host B-HostJ
ip 10.10.10.103
!
host B-HostL
ip 10.40.40.102
!
host C-HostN
ip 10.10.10.104
!
host C-HostO
ip 10.20.20.102
!
host C-HostR
ip 10.20.20.103
!
no ip routing
!
ip route 10.10.10.0/24 10.10.10.1
ip route 10.20.20.0/24 10.10.10.1
ip route 10.30.30.0/24 10.10.10.1
ip route 10.40.40.0/24 10.10.10.1
ip route 10.50.50.0/24 10.10.10.1
ip route 10.60.60.0/24 10.10.10.1
ip route 10.70.70.0/24 10.10.10.1
!
end
104 changes: 104 additions & 0 deletions datacenter/servers/intended/configs/A2.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
! Command: show running-config
! device: A2 (vEOS-lab, EOS-4.30.2F)
!
! boot system flash:/CloudEOS.swi
!
no aaa root
!
username admin privilege 15 role network-admin nopassword
username cvpadmin privilege 15 role network-admin secret sha512 $6$JIWpYntS5KpTMCGF$el6rGKnDYPqxKeMcJGutPctkOMiHrV/bej1DTmdTR8jEnuV/gQbTYa76slNHP1vwyN8Gq2kbNsMmXUwVhkwjy1
!
agent KernelFib environment KERNELFIB_PROGRAM_ALL_ECMP='true'
!
daemon TerminAttr
exec /usr/bin/TerminAttr -cvaddr=192.168.0.5:9910 -cvauth=token,/tmp/token -cvvrf=default -smashexcludes=ale,flexCounter,hardware,kni,pulse,strata -ingestexclude=/Sysdb/cell/1/agent,/Sysdb/cell/2/agent -taillogs
no shutdown
!
switchport default mode routed
!
transceiver qsfp default-mode 4x10G
!
service routing protocols model multi-agent
!
hostname A2
ip name-server vrf default 10.255.0.2
dns domain act.lab
!
spanning-tree mode none
!
system l1
unsupported speed action error
unsupported error-correction action error
!
vlan 30
!
management api http-commands
no shutdown
!
aaa authorization exec default local
!
interface Port-Channel1
switchport access vlan 30
switchport
!
interface Ethernet1
no switchport
channel-group 1 mode active
!
interface Ethernet2
no switchport
channel-group 1 mode active
!
interface Management1
ip address 192.168.0.222/24
!
interface Vlan30
ip address 10.30.30.101/24
!
monitor connectivity
no shutdown
!
host Orange-Gateway
ip 10.30.30.1
!
host A-A2
ip 10.30.30.101
!
host A-HostD
ip 10.10.10.102
!
host A-HostE
ip 10.30.30.102
!
host B-HostG
ip 10.20.20.101
!
host B-HostH
ip 10.40.40.101
!
host B-HostJ
ip 10.10.10.103
!
host B-HostL
ip 10.40.40.102
!
host C-HostN
ip 10.10.10.104
!
host C-HostO
ip 10.20.20.102
!
host C-HostR
ip 10.20.20.103
!
no ip routing
!
ip route 10.10.10.0/24 10.30.30.1
ip route 10.20.20.0/24 10.30.30.1
ip route 10.30.30.0/24 10.30.30.1
ip route 10.40.40.0/24 10.30.30.1
ip route 10.50.50.0/24 10.30.30.1
ip route 10.60.60.0/24 10.30.30.1
ip route 10.70.70.0/24 10.30.30.1
!
end
90 changes: 90 additions & 0 deletions datacenter/servers/intended/configs/A3.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
! Command: show running-config
! device: A3 (vEOS-lab, EOS-4.30.2F)
!
! boot system flash:/CloudEOS.swi
!
no aaa root
!
username admin privilege 15 role network-admin nopassword
username cvpadmin privilege 15 role network-admin secret sha512 $6$JIWpYntS5KpTMCGF$el6rGKnDYPqxKeMcJGutPctkOMiHrV/bej1DTmdTR8jEnuV/gQbTYa76slNHP1vwyN8Gq2kbNsMmXUwVhkwjy1
!
agent KernelFib environment KERNELFIB_PROGRAM_ALL_ECMP='true'
!
daemon TerminAttr
exec /usr/bin/TerminAttr -cvaddr=192.168.0.5:9910 -cvauth=token,/tmp/token -cvvrf=default -smashexcludes=ale,flexCounter,hardware,kni,pulse,strata -ingestexclude=/Sysdb/cell/1/agent,/Sysdb/cell/2/agent -taillogs
no shutdown
!
switchport default mode routed
!
transceiver qsfp default-mode 4x10G
!
service routing protocols model multi-agent
!
hostname A3
ip name-server vrf default 10.255.0.2
dns domain act.lab
!
spanning-tree mode none
!
system l1
unsupported speed action error
unsupported error-correction action error
!
vlan 50
!
management api http-commands
no shutdown
!
aaa authorization exec default local
!
interface Ethernet1
switchport access vlan 50
switchport
!
interface Ethernet2
no switchport
!
interface Management1
ip address 192.168.0.223/24
!
interface Vlan50
ip address 10.50.50.101/24
!
monitor connectivity
no shutdown
!
host Yellow-Gateway
ip 10.50.50.1
!
host A-HostF
ip 10.70.70.101
!
host B-HostI
ip 10.60.60.101
!
host B-HostK
ip 10.70.70.102
!
host B-HostM
ip 10.80.80.101
!
host C-HostP
ip 10.60.60.102
!
host C-HostQ
ip 10.50.50.102
!
host C-HostS
ip 10.60.60.103
!
no ip routing
!
ip route 10.10.10.0/24 10.50.50.1
ip route 10.20.20.0/24 10.50.50.1
ip route 10.30.30.0/24 10.50.50.1
ip route 10.40.40.0/24 10.50.50.1
ip route 10.50.50.0/24 10.50.50.1
ip route 10.60.60.0/24 10.50.50.1
ip route 10.70.70.0/24 10.50.50.1
!
end
Loading

0 comments on commit f832488

Please sign in to comment.