Catalystスイッチのip default-gateway設定について

この質問の投稿一覧へ

質問 Catalystスイッチのip default-gateway設定について

msg# 1
depth:
0
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 .2 | 投稿日時 2018-6-21 10:40
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

投稿ツリー

  >フォーラム検索へ


Copyright (c) 2020 Ping-t All rights reserved.