Compare commits

..

3 commits

2 changed files with 11 additions and 14 deletions

View file

@ -2,18 +2,15 @@
# BGP configuration # BGP configuration
## k8s workers ## k8s workers
set protocols bgp neighbor 10.1.1.41 address-family ipv4-unicast set protocols bgp neighbor 10.1.1.71 address-family ipv4-unicast
set protocols bgp neighbor 10.1.1.41 description 'nenya' set protocols bgp neighbor 10.1.1.71 description 'anduril'
set protocols bgp neighbor 10.1.1.41 remote-as '64512' set protocols bgp neighbor 10.1.1.71 remote-as '64512'
set protocols bgp neighbor 10.1.1.42 address-family ipv4-unicast set protocols bgp neighbor 10.1.1.72 address-family ipv4-unicast
set protocols bgp neighbor 10.1.1.42 description 'vilya' set protocols bgp neighbor 10.1.1.72 description 'gandalf'
set protocols bgp neighbor 10.1.1.42 remote-as '64512' set protocols bgp neighbor 10.1.1.72 remote-as '64512'
set protocols bgp neighbor 10.1.1.43 address-family ipv4-unicast set protocols bgp neighbor 10.1.1.73 address-family ipv4-unicast
set protocols bgp neighbor 10.1.1.43 description 'gollum' set protocols bgp neighbor 10.1.1.73 description 'shadowfax'
set protocols bgp neighbor 10.1.1.43 remote-as '64512' set protocols bgp neighbor 10.1.1.73 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 ## k8s masters
set protocols bgp neighbor 10.1.1.61 address-family ipv4-unicast set protocols bgp neighbor 10.1.1.61 address-family ipv4-unicast
set protocols bgp neighbor 10.1.1.61 description 'galadriel' set protocols bgp neighbor 10.1.1.61 description 'galadriel'

View file

@ -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 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 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 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 'ae:4c:70:3f:79:e4' 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 anduril ip-address '10.1.3.123' 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 'd4:5d:64:91:b2:42' 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'
# Video VLAN # Video VLAN
set service dhcp-server shared-network-name VIDEO authoritative set service dhcp-server shared-network-name VIDEO authoritative