Compare commits
No commits in common. "a0c701cabadfbf6bc10c83bde6ec2c61e8b89811" and "0231a04c751b9ac89d988bc7da984a9434c7f7d0" have entirely different histories.
a0c701caba
...
0231a04c75
2 changed files with 14 additions and 11 deletions
|
@ -2,15 +2,18 @@
|
|||
|
||||
# BGP configuration
|
||||
## k8s workers
|
||||
set protocols bgp neighbor 10.1.1.71 address-family ipv4-unicast
|
||||
set protocols bgp neighbor 10.1.1.71 description 'anduril'
|
||||
set protocols bgp neighbor 10.1.1.71 remote-as '64512'
|
||||
set protocols bgp neighbor 10.1.1.72 address-family ipv4-unicast
|
||||
set protocols bgp neighbor 10.1.1.72 description 'gandalf'
|
||||
set protocols bgp neighbor 10.1.1.72 remote-as '64512'
|
||||
set protocols bgp neighbor 10.1.1.73 address-family ipv4-unicast
|
||||
set protocols bgp neighbor 10.1.1.73 description 'shadowfax'
|
||||
set protocols bgp neighbor 10.1.1.73 remote-as '64512'
|
||||
set protocols bgp neighbor 10.1.1.41 address-family ipv4-unicast
|
||||
set protocols bgp neighbor 10.1.1.41 description 'nenya'
|
||||
set protocols bgp neighbor 10.1.1.41 remote-as '64512'
|
||||
set protocols bgp neighbor 10.1.1.42 address-family ipv4-unicast
|
||||
set protocols bgp neighbor 10.1.1.42 description 'vilya'
|
||||
set protocols bgp neighbor 10.1.1.42 remote-as '64512'
|
||||
set protocols bgp neighbor 10.1.1.43 address-family ipv4-unicast
|
||||
set protocols bgp neighbor 10.1.1.43 description 'gollum'
|
||||
set protocols bgp neighbor 10.1.1.43 remote-as '64512'
|
||||
set protocols bgp neighbor 10.1.1.44 address-family ipv4-unicast
|
||||
set protocols bgp neighbor 10.1.1.44 description 'narya'
|
||||
set protocols bgp neighbor 10.1.1.44 remote-as '64512'
|
||||
## k8s masters
|
||||
set protocols bgp neighbor 10.1.1.61 address-family ipv4-unicast
|
||||
set protocols bgp neighbor 10.1.1.61 description 'galadriel'
|
||||
|
|
|
@ -176,9 +176,9 @@ set service dhcp-server shared-network-name IOT subnet 10.1.3.0/24 static-mappin
|
|||
set service dhcp-server shared-network-name IOT subnet 10.1.3.0/24 static-mapping gandalf ip-address '10.1.3.121'
|
||||
set service dhcp-server shared-network-name IOT subnet 10.1.3.0/24 static-mapping gandalf mac-address '52:54:00:f2:ac:23'
|
||||
set service dhcp-server shared-network-name IOT subnet 10.1.3.0/24 static-mapping shadowfax ip-address '10.1.3.122'
|
||||
set service dhcp-server shared-network-name IOT subnet 10.1.3.0/24 static-mapping shadowfax mac-address '0e:46:8d:59:24:ca'
|
||||
set service dhcp-server shared-network-name IOT subnet 10.1.3.0/24 static-mapping shadowfax mac-address 'ae:4c:70:3f:79:e4'
|
||||
set service dhcp-server shared-network-name IOT subnet 10.1.3.0/24 static-mapping anduril ip-address '10.1.3.123'
|
||||
set service dhcp-server shared-network-name IOT subnet 10.1.3.0/24 static-mapping anduril mac-address '00:d8:61:31:9a:a0'
|
||||
set service dhcp-server shared-network-name IOT subnet 10.1.3.0/24 static-mapping anduril mac-address 'd4:5d:64:91:b2:42'
|
||||
|
||||
# Video VLAN
|
||||
set service dhcp-server shared-network-name VIDEO authoritative
|
||||
|
|
Reference in a new issue