Re: ルーティングに関して
antares01
投稿数: 690
教えて頂いた情報のうち、必要なところだけ抜粋していますが、内容的には以下のような感じでしょうか。
細かい点は置いておくとして、こちらでも実際に組んでみたら疎通は取れましたね。
PC間でNGならWindowsファイアウォールとかも怪しいのですが、L3SWをまたげないというと関係なさそうですね。
細かい点は置いておくとして、こちらでも実際に組んでみたら疎通は取れましたね。
PC間でNGならWindowsファイアウォールとかも怪しいのですが、L3SWをまたげないというと関係なさそうですね。
PC1---(fa0/1)【L2SW1】(gi0/1)---(fa1/0/1)【L3SW】(fa1/0/2)---(gi0/1)【L2SW2】(fa0/1)---PC2
PC-1:192.168.10.10
PC-2:192.168.50.10
--------------------------------------------------
L3SW#show run
!
hostname L3SW
!
interface FastEthernet1/0/1
switchport access vlan 2
switchport mode access
!
interface FastEthernet1/0/2
switchport access vlan 5
switchport mode access
!
interface Vlan2
ip address 192.168.10.1 255.255.255.0
!
interface Vlan5
ip address 192.168.50.1 255.255.255.0
!
L3SW#show ip interface brief
Interface IP-Address OK? Method Status Protocol
Vlan2 192.168.10.1 YES NVRAM up up
Vlan5 192.168.50.1 YES NVRAM up up
FastEthernet1/0/1 unassigned YES unset up up
FastEthernet1/0/2 unassigned YES unset up up
L3SW#show interface status
Port Name Status Vlan Duplex Speed Type
Fa1/0/1 connected 2 a-full a-100 10/100BaseTX
Fa1/0/2 connected 5 a-full a-100 10/100BaseTX
---------------------------------------
L2SW-1#show run
!
hostname L2SW-1
!
interface FastEthernet0/1
switchport access vlan 5
switchport mode access
!
interface GigabitEthernet0/1
switchport access vlan 5
switchport mode access
!
interface Vlan5
ip address 192.168.50.2 255.255.255.0
!
ip default-gateway 192.168.50.1
!
end
L2SW-1#show ip interface brief
Interface IP-Address OK? Method Status Protocol
Vlan5 192.168.50.2 YES NVRAM up up
FastEthernet0/1 unassigned YES unset up up
GigabitEthernet0/1 unassigned YES unset up up
L2SW-1#show interface status
Port Name Status Vlan Duplex Speed Type
Fa0/1 connected 5 a-full a-100 10/100BaseTX
Gi0/1 connected 5 a-full a-100 10/100/1000BaseTX
---------------------------------------
L2SW-2#show run
!
hostname L2SW-2
!
interface FastEthernet0/1
switchport access vlan 2
switchport mode access
!
interface GigabitEthernet0/1
switchport access vlan 2
switchport mode access
!
interface Vlan2
ip address 192.168.10.2 255.255.255.0
!
ip default-gateway 192.168.10.1
!
end
L2SW-2#show ip interface brief
Interface IP-Address OK? Method Status Protocol
Vlan2 192.168.10.2 YES NVRAM up up
FastEthernet0/1 unassigned YES unset up up
GigabitEthernet0/1 unassigned YES unset up up
L2SW-2#show interface status
Port Name Status Vlan Duplex Speed Type
Fa0/1 connected 2 a-full a-100 10/100BaseTX
Gi0/1 connected 2 a-full a-100 10/100/1000BaseTX
投稿ツリー
-
ルーティングに関して(解決済み)
(inagozeixd, 2018-4-12 17:33)
- Re: ルーティングに関して (antares01, 2018-4-12 17:57)
-
Re: ルーティングに関して
(inagozeixd, 2018-4-12 18:39)
- Re: ルーティングに関して (antares01, 2018-4-12 18:54)
- Re: ルーティングに関して (inagozeixd, 2018-4-12 19:01)
-
Re: ルーティングに関して
(inagozeixd, 2018-4-12 20:14)
- Re: ルーティングに関して (antares01, 2018-4-12 20:35)
- Re: ルーティングに関して (inagozeixd, 2018-4-12 20:45)
-
Re: ルーティングに関して
(inagozeixd, 2018-4-12 20:49)
- Re: ルーティングに関して (antares01, 2018-4-12 20:57)
-
Re: ルーティングに関して
(inagozeixd, 2018-4-13 14:51)
-
Re: ルーティングに関して
(antares01, 2018-4-13 23:15)
- Re: ルーティングに関して (antares01, 2018-4-14 8:44)
-
Re: ルーティングに関して
(antares01, 2018-4-13 23:15)
-
Re: ルーティングに関して
(inagozeixd, 2018-4-14 11:26)
- Re: ルーティングに関して (antares01, 2018-4-14 12:21)
-
Re: ルーティングに関して
(inagozeixd, 2018-4-14 17:38)
- Re: ルーティングに関して (antares01, 2018-4-14 19:22)
- Re: ルーティングに関して (inagozeixd, 2018-4-14 22:27)
-
Re: ルーティングに関して
(inagozeixd, 2018-4-15 0:42)
- Re: ルーティングに関して (antares01, 2018-4-15 7:41)
-
Re: ルーティングに関して
(inagozeixd, 2018-4-16 14:00)
- Re: ルーティングに関して (arashi1977, 2018-4-16 15:33)
- Re: ルーティングに関して (antares01, 2018-4-16 15:39)
- Re: ルーティングに関して (inagozeixd, 2018-4-16 16:11)
- Re: ルーティングに関して (inagozeixd, 2018-4-16 16:14)
-
Re: ルーティングに関して
(inagozeixd, 2018-4-16 17:10)
- Re: ルーティングに関して (antares01, 2018-4-16 17:33)
-
Re: ルーティングに関して
(inagozeixd, 2018-4-16 17:37)
- Re: ルーティングに関して (antares01, 2018-4-16 18:57)
- Re: ルーティングに関して (inagozeixd, 2018-4-16 19:03)
-
Re: ルーティングに関して
(inagozeixd, 2018-4-16 20:18)
- Re: ルーティングに関して (antares01, 2018-4-16 20:35)
- Re: ルーティングに関して (inagozeixd, 2018-4-16 20:31)
- Re: ルーティングに関して (inagozeixd, 2018-4-16 20:39)
- Re: ルーティングに関して (inagozeixd, 2018-4-16 20:40)
- Re: ルーティングに関して(解決済み) (ゲスト, 2018-4-17 15:20)
- Re: ルーティングに関して(解決済み) (inagozeixd, 2018-4-17 15:23)