L3SWルーティング設定について

この質問の投稿一覧へ

質問 L3SWルーティング設定について

msg# 1
depth:
0
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 .2 .3 .4 .5 .6 .7 .8 .9 .10 | 投稿日時 2015-5-31 1:26
pinpinax25  常連   投稿数: 16
機器検証をしましたがいまいち違う気がするので
ご教授下さい。

タグVLAN10を橋渡しする(2)L3SWのルーティング設定をするには、
下記設定で動作しますでしょうか?

(1)l2SW ⇔ (2)L3SW ⇔ (3)L2SW

(1)VLAN10を
 (3)176.21.0.1/16と192.168.41.1/24の2つの
   ネットワークへ疎通をする。(1本ケーブルで)

Switch(config)# interface vlan 10
Switch(config-if)# ip address 215.24.0.11 255.255.255.240
Switch(config-if)# no shutdown
Switch(config-if)# exit

Switch(config)# interface gigabitethernet1/0/1
Switch(config-if)# no switchport
Switch(config-if)# switchport mode access
Switch(config-if)# switchport access vlan 10
Switch(config-if)# no shutdown
Switch(config-if)# exit

Switch(config)# interface gigabitEthernet1/0/1
Switch(config-if)# no ip address
Switch(config-if)# exit

Switch(config)# interface gigabitethernet1/0/2.1
Switch(config-subif)# encapsulation dot1q 10
Switch(config-subif)# ip address 176.21.0.1 255.255.0.0
Switch(config-subif)# no shutdown
Switch(config-subif)# exit

Switch(config)# interface gigabitethernet1/0/2.2
Switch(config-subif)# encapsulation dot1q 10
Switch(config-subif)# ip address 192.168.41.1 255.255.255.0
Switch(config-subif)# no shutdown
Switch(config-subif)# exit

Switch(config)# ip routing

投稿ツリー

  >フォーラム検索へ


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