123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142 |
- ---
- title: Beispielkonfiguration TL-SG3210
- toc: no
- ...
- Erstentwurf für den TL-SG3210 Richtfunk-Switch im L.A.
- Port 1
- : zum Rundstrahler
- : trunk, VLANs 2005,2020
- Port 2
- : zur P2P-Antenne Richtung L8
- : trunk, VLANs 2005,2021
- Port 6
- : lokaler Managementzugang (untagged)
- : access, VLAN 2005
- Port 8
- : zum Kernrouter
- : trunk, VLANs 2005,2010,2020,2021
- TODO - Port 9
- : zum L.A. Hausnetz
- : trunk, VLANs für uplink und lokale FF-Router mit Mesh-on-LAN
- ~~~
- !TL-SG3210
- #
- vlan 2005,2010,2020-2021
- #
- vlan 2005
- name "Management"
- #
- vlan 2010
- name "Mesh local"
- #
- vlan 2020
- name "RundstrahlerR5AC"
- #
- vlan 2021
- name "Mesh L8"
- #
- #
- #
- #
- hostname "FF-DO-BB-LA-sw1"
- #
- mac address-table aging-time 300
- #
- logging buffer 7
- logging file flash 2
- #
- enable password *****
- #
- system-time ntp UTC+01:00 172.24.1.9 172.24.1.10 1
- #
- spanning-tree
- spanning-tree mode rstp
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #
- ip ssh server
- ip ssh timeout 999
- #
- interface gigabitEthernet 1/0/1
- switchport mode trunk
- switchport trunk allowed vlan 2005,2020
- description "FF-DO-BB-LA-Rund"
-
- spanning-tree
-
- #
- interface gigabitEthernet 1/0/2
- switchport mode trunk
- switchport trunk allowed vlan 2005,2021
- description "FF-DO-BB-LA-L8"
-
- spanning-tree
-
- #
- interface gigabitEthernet 1/0/3
- switchport mode trunk
- switchport trunk allowed vlan 2005
-
-
- #
- interface gigabitEthernet 1/0/4
- switchport mode trunk
- switchport trunk allowed vlan 2005
-
-
- #
- interface gigabitEthernet 1/0/5
- switchport mode trunk
- switchport trunk allowed vlan 2005
-
-
- #
- interface gigabitEthernet 1/0/6
- switchport access vlan 2005
- description "Mgmt untagged"
-
-
- #
- interface gigabitEthernet 1/0/7
- switchport mode trunk
- switchport trunk allowed vlan 2005
-
-
- #
- interface gigabitEthernet 1/0/8
- switchport mode trunk
- switchport trunk allowed vlan 2005,2010,2020-2021
- description "FF-DO-BB-LA-Kern"
-
-
- #
- interface gigabitEthernet 1/0/9
- switchport mode trunk
- switchport trunk allowed vlan 2005
-
- #
- interface gigabitEthernet 1/0/10
- switchport mode trunk
- switchport trunk allowed vlan 2005
-
- #
- ip management-vlan 2005
- interface vlan 2005
- ip address 172.24.1.1 255.255.0.0
- #
- end
- ~~~
|