Nov 30, 2023, 12:00 PM

This commit is contained in:
Charles N Wyble 2023-11-30 18:00:18 +00:00
parent fccf4342be
commit a794f1f965
19 changed files with 3671 additions and 0 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,6 @@
AT&T
Verizon

View File

@ -0,0 +1,55 @@
This document covers the socalwifi.net network deployment model.
OSS:
This is a highly available system with primary hosting at KNEL HQ and fully
redundant backup on two ec2 availability zones. It contains the network
command and control systems used for provisioning,billing,monitoring etc.
Please see the SCW-OSS for exhaustive detail.
Packet pushing:
The packet pushing functions of the network are split into 5 layers:
1) Network core POP location (horizontal/distributed network core layer)
These are located in computer rooms on mountain tops throughout southern
California. These locations terminate bridged Black Diamond PtP back haul
links over 3650 frequencies.
These points of presence consist of:
A) vyatta based x86 rack mount systems
B) switching gear
C) UBNT.com 3650 and 700mhz antennas
2) Network Aggregation POP Location (horizontal/distributed network aggregation layer)
(Black diamond nodes) (30% revenue sharing)
These are located in peoples houses that have been friends of the project for some time:
LA County:
Dallas Legan - DTLA
Ralf Pieper - El Segundo
Tarry Burgy - East Valley
John Willauer - West Valley
Ken Wyrick - DTLA
Orange County:
Howard Siegel - Irvine
Mike Fedyk - Anaheim
They host an AP/switch, iboot, ups, sheeva plug, x86 ad server. All contained in a locked box
with only the antennas/connectors exposed.
3) Network Distribution POP Location (horizontal/distributed network distribution layer)
(Green diamond nodes) (15% revenue sharing)
mesh gateway ap
4) Neighborhood POP
(Blue diamond nodes - mesh client ap) (4% revenue sharing)
5) Block POP
(Red diamond nodes in home ap) (1% revenue sharing)

View File

@ -0,0 +1,3 @@
# information on Network Simulation Vendors
- <https://www.802101.com/unetlab-rest-api/>

View File

@ -0,0 +1,2 @@
# RRdocs

View File

@ -0,0 +1,23 @@
# RackRental punch list
- [RackRental punch list](#rackrental-punch-list)
- [General Infrastructure/IT needs](#general-infrastructure-it-needs)
- [SBC setup](#sbc-setup)
- [Provisioning Backend](#provisioning-backend)
## General Infrastructure/IT needs
- Power up rackrental router (2800), switch, console server
- confirm final console ports
- setup console / power port mapping on cyclades
- Setup bastillion for RackRental
- Setup 6 rackrental general vlans
## SBC setup
- Setup a docker container on pfv-maas for
- parallela (xilinx)
- esp (arduino)
- sifive (FreedomStudio)
## Provisioning Backend

View File

@ -0,0 +1,51 @@
Cisco
Switch
https://supportforums.cisco.com/t5/network-infrastructure-documents/how-to-use-zero-touch-smartinstall/ta-p/3112248
https://www.cisco.com/c/en/us/td/docs/switches/lan/smart_install/configuration/guide/smart_install.html
Router
https://www.cisco.com/en/US/docs/ios/12_1t/12_1t5/feature/guide/dt_dhcpa.html
https://www.cisco.com/c/en/us/support/docs/wireless/4400-series-wireless-lan-controllers/111452-autoinstall-feature-wlc.html
(ap) https://www.cisco.com/c/en/us/support/docs/wireless/aironet-1200-series/113353-autoinstall-aap-config.html
voip
https://www.cisco.com/c/en/us/support/docs/voice-unified-communications/ip-communicator/113589-ar-ipc-cucm-00.html
https://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucm/admin/8_5_1/ccmsys/accm-851-cm/a02tftp.html#wp1042446
o
Mikrotik
https://commotionwireless.net/docs/guides-howtos/installation-server-setup/
ubnt
https://help.ubnt.com/hc/en-us/articles/204959514-EdgeRouter-Last-Resort-Recovery
https://community.ubnt.com/t5/EdgeRouter/How-to-upload-configuration-to-edge-router-from-CLI/td-p/1888889
https://community.ubnt.com/t5/EdgeRouter/Official-TFTP-recovery-for-EdgeMAX-products-needed/td-p/1593478
f5
https://devcentral.f5.com/articles/f5-devops-libraries-simplify-big-ip-provisioning-reset-and-ha-pairing-21908
https://support.f5.com/kb/en-us/products/big-ip_ltm/releasenotes/clean_install_9_4_x.html
brocade
https://www.google.com/search?q=brocade+ztp&oq=brocade+ztp&aqs=chrome..69i64j5.1930j1j9&sourceid=chrome&ie=UTF-8
https://github.com/tbraly/campus_ztp
dell
http://www.dell.com/downloads/global/products/pwcnt/en/app_note_12.pdf
netgear
https://www.netgear.com/images/Application_Notes18-71326.pdf
https://kb.netgear.com/22688/How-to-upload-firmware-to-a-NETGEAR-router-using-TFTP
juniper
https://www.juniper.net/documentation/en_US/junos/topics/task/configuration/software-image-and-configuration-automatic-provisioning-confguring.html
huawei
http://support.huawei.com/enterprise/jp/doc/DOC1000086918

View File

@ -0,0 +1,15 @@
###################################
Physical infrastructure work
##################################
Rack and stack:
Finish galielo bringup
Finish parallella bringup
Finish middleware
Get finalized inventory into spreadsheet
Deploy nomad/counsul across SATX/AUSLAB
Deploy MAAS on auslab-core-rtr
Deploy MAAS on auslab-linsrv
(kick off Ubuntu 32/64/arm image imports at both, that will need to run for sometime)

Binary file not shown.