助け合いフォーラム
トピック一覧に戻るトピック タイトル
L3SWルーティング設定について
フォーラム
CCNP全般
投稿ユーザ(投稿日)
(2015/5/31)本文
機器検証をしましたがいまいち違う気がするので
ご教授下さい。
タグ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
レス一覧
トピック一覧に戻る
フォーラムTopへ
Copyright (c) 2010
Ping-t All rights reserved.