Catalystスイッチのip default-gateway設定について
Pnt491_001
投稿数: 2
スイッチの「ip default-gateway」の設定および機能について教えてください。
「ip default-gateway」の設定は異なるネットワークセグメントから、Catalystスイッチに管理アクセスするために必要との認識ですが、「ip default-gateway」の設定が無くても、異なるセグメント(PC-B)からTelnet接続ができてしまいます。接続できて正解なのか、それともテストした環境が誤っているのか教えてください。
●テストした環境は以下になります。
192.168.1.0/24 172.16.10.0/24
PC-A--------SW--------RT-------- PC-B
PC-A
192.168.1.2
255.255.255.0
192.168.1.254(デフォルトゲートウェイ)
SW
192.168.1.100(VLAN1)
ip default-gateway:192.168.1.254 ※この設定が無くてもTelnet接続できてしまう
RT
F0/0:192.168.1.254
F0/1:172.16.10.1
PC-B
172.16.10.2
255.255.255.0
172.16.10.1(デフォルトゲートウェイ)
◆スイッチ
Switch# conf t
Switch(config)# interface vlan 1
Switch(config-if)# ip address 192.168.1.100 255.255.255.0
Switch(config-if)# no shutdown
Switch(config)# ip dafault-gateway 192.168.1.254 ※この設定が無くてもTelnet接続できてしまう
Switch(config)# enable password xxxx
Switch(config)# enable secret xxxx
Switch(config-line)# line vty 0 4
Switch(config-line)# password xxxx
◆ルータ
Router> en
Router # conf t
Router(config)# int f0/0
Router(config-if)# ip address 192.168.1.254 255.255.255.0
Router(config-if)# no shut
Router(config-if)# int f0/1
Router(config-if)# ip address 192.168.2.1 255.255.255.0
Router(config-if)# no shut
「ip default-gateway」の設定は異なるネットワークセグメントから、Catalystスイッチに管理アクセスするために必要との認識ですが、「ip default-gateway」の設定が無くても、異なるセグメント(PC-B)からTelnet接続ができてしまいます。接続できて正解なのか、それともテストした環境が誤っているのか教えてください。
●テストした環境は以下になります。
192.168.1.0/24 172.16.10.0/24
PC-A--------SW--------RT-------- PC-B
PC-A
192.168.1.2
255.255.255.0
192.168.1.254(デフォルトゲートウェイ)
SW
192.168.1.100(VLAN1)
ip default-gateway:192.168.1.254 ※この設定が無くてもTelnet接続できてしまう
RT
F0/0:192.168.1.254
F0/1:172.16.10.1
PC-B
172.16.10.2
255.255.255.0
172.16.10.1(デフォルトゲートウェイ)
◆スイッチ
Switch# conf t
Switch(config)# interface vlan 1
Switch(config-if)# ip address 192.168.1.100 255.255.255.0
Switch(config-if)# no shutdown
Switch(config)# ip dafault-gateway 192.168.1.254 ※この設定が無くてもTelnet接続できてしまう
Switch(config)# enable password xxxx
Switch(config)# enable secret xxxx
Switch(config-line)# line vty 0 4
Switch(config-line)# password xxxx
◆ルータ
Router> en
Router # conf t
Router(config)# int f0/0
Router(config-if)# ip address 192.168.1.254 255.255.255.0
Router(config-if)# no shut
Router(config-if)# int f0/1
Router(config-if)# ip address 192.168.2.1 255.255.255.0
Router(config-if)# no shut
投稿ツリー
-
Catalystスイッチのip default-gateway設定について
(Pnt491_001, 2018-6-21 10:40)
- Re: Catalystスイッチのip default-gateway設定について (antares01, 2018-6-21 21:55)
-
Re: Catalystスイッチのip default-gateway設定について
(Pnt491_001, 2018-6-22 9:50)
- Re: Catalystスイッチのip default-gateway設定について (arashi1977, 2018-7-4 14:45)