Hej wszystkim
Przychodzę z zapytaniem, jak zrobić o ile to możliwe by ten sam VLAN był osiągalne z dwóch różnych routerów (załóżmy, że to dwie różne lokalizację).
Dokładniej, chciałbym mieć przykładowo dwa routery w dwóch różnych budynkach i chcę by konkretnie ten sam VLAN działał na dwóch różnych przełącznikach.
Konfiguracja routera nr 1 (głównie interfejsów)
20.0.0.0/30 is subnetted, 1 subnets
C 20.20.20.0 is directly connected, FastEthernet0/0
192.168.10.0/27 is subnetted, 1 subnets
C 192.168.10.0 is directly connected, FastEthernet1/0.10
192.168.20.0/27 is subnetted, 1 subnets
C 192.168.20.0 is directly connected, FastEthernet1/0.20
192.168.40.0/27 is subnetted, 1 subnets
C 192.168.40.0 is directly connected, FastEthernet1/0.40
192.168.70.0/29 is subnetted, 1 subnets
C 192.168.70.0 is directly connected, FastEthernet1/0.70
192.168.80.0/28 is subnetted, 1 subnets
C 192.168.80.0 is directly connected, FastEthernet1/0.80
192.168.90.0/28 is subnetted, 1 subnets
C 192.168.90.0 is directly connected, FastEthernet1/0.90
!
interface FastEthernet1/0.10
encapsulation dot1Q 10
ip address 192.168.10.1 255.255.255.224
!
interface FastEthernet1/0.20
encapsulation dot1Q 20
ip address 192.168.20.1 255.255.255.224
!
interface FastEthernet1/0.40
encapsulation dot1Q 40
ip address 192.168.40.1 255.255.255.224
!
interface FastEthernet1/0.70
encapsulation dot1Q 70
ip address 192.168.70.1 255.255.255.248
!
interface FastEthernet1/0.80
encapsulation dot1Q 80
ip address 192.168.80.1 255.255.255.240
!
interface FastEthernet1/0.90
encapsulation dot1Q 90
ip address 192.168.90.1 255.255.255.240
Konfiguracja routera nr 2 (głównie interfejsów)
20.0.0.0/30 is subnetted, 1 subnets
C 20.20.20.0 is directly connected, FastEthernet1/1
interface FastEthernet0/1.10
encapsulation dot1Q 10
no ip address
!
interface FastEthernet0/1.20
encapsulation dot1Q 20
no ip address
!
interface FastEthernet0/1.40
encapsulation dot1Q 40
no ip address
!
interface FastEthernet0/1.70
encapsulation dot1Q 70
no ip address
!
interface FastEthernet0/1.80
encapsulation dot1Q 80
no ip address
!
interface FastEthernet0/1.90
encapsulation dot1Q 90
no ip address
Moje pytanie, to jak zrobić routing by komputery z tego drugiego routera miały połączenie z tymi z pierwszego i na odwrót, bo próbowałem np. trasę statyczną i router ma połączenie dr drugiego routera ale komputery już nie. Powinien być jeszcze jakiś routing na switchu?
Proszę o jakieś wskazówki, jeśli to możliwe lub odnośnik do jakiejś lektory, gdzie to znajdę, bo utknąłem
Przychodzę z zapytaniem, jak zrobić o ile to możliwe by ten sam VLAN był osiągalne z dwóch różnych routerów (załóżmy, że to dwie różne lokalizację).
Dokładniej, chciałbym mieć przykładowo dwa routery w dwóch różnych budynkach i chcę by konkretnie ten sam VLAN działał na dwóch różnych przełącznikach.
Konfiguracja routera nr 1 (głównie interfejsów)
20.0.0.0/30 is subnetted, 1 subnets
C 20.20.20.0 is directly connected, FastEthernet0/0
192.168.10.0/27 is subnetted, 1 subnets
C 192.168.10.0 is directly connected, FastEthernet1/0.10
192.168.20.0/27 is subnetted, 1 subnets
C 192.168.20.0 is directly connected, FastEthernet1/0.20
192.168.40.0/27 is subnetted, 1 subnets
C 192.168.40.0 is directly connected, FastEthernet1/0.40
192.168.70.0/29 is subnetted, 1 subnets
C 192.168.70.0 is directly connected, FastEthernet1/0.70
192.168.80.0/28 is subnetted, 1 subnets
C 192.168.80.0 is directly connected, FastEthernet1/0.80
192.168.90.0/28 is subnetted, 1 subnets
C 192.168.90.0 is directly connected, FastEthernet1/0.90
!
interface FastEthernet1/0.10
encapsulation dot1Q 10
ip address 192.168.10.1 255.255.255.224
!
interface FastEthernet1/0.20
encapsulation dot1Q 20
ip address 192.168.20.1 255.255.255.224
!
interface FastEthernet1/0.40
encapsulation dot1Q 40
ip address 192.168.40.1 255.255.255.224
!
interface FastEthernet1/0.70
encapsulation dot1Q 70
ip address 192.168.70.1 255.255.255.248
!
interface FastEthernet1/0.80
encapsulation dot1Q 80
ip address 192.168.80.1 255.255.255.240
!
interface FastEthernet1/0.90
encapsulation dot1Q 90
ip address 192.168.90.1 255.255.255.240
Konfiguracja routera nr 2 (głównie interfejsów)
20.0.0.0/30 is subnetted, 1 subnets
C 20.20.20.0 is directly connected, FastEthernet1/1
interface FastEthernet0/1.10
encapsulation dot1Q 10
no ip address
!
interface FastEthernet0/1.20
encapsulation dot1Q 20
no ip address
!
interface FastEthernet0/1.40
encapsulation dot1Q 40
no ip address
!
interface FastEthernet0/1.70
encapsulation dot1Q 70
no ip address
!
interface FastEthernet0/1.80
encapsulation dot1Q 80
no ip address
!
interface FastEthernet0/1.90
encapsulation dot1Q 90
no ip address
Moje pytanie, to jak zrobić routing by komputery z tego drugiego routera miały połączenie z tymi z pierwszego i na odwrót, bo próbowałem np. trasę statyczną i router ma połączenie dr drugiego routera ale komputery już nie. Powinien być jeszcze jakiś routing na switchu?
Proszę o jakieś wskazówki, jeśli to możliwe lub odnośnik do jakiejś lektory, gdzie to znajdę, bo utknąłem