Top#ルータに戻る
1つのVLANで、複数のVRFに所属させることはできないです。
L3(config)# ip vrf DMZ L3(config-vrf)# rd 1:100
L3(config)# interface GigabitEthernet 0/0 L3(config-if)# ip vrf forwarding DMZ L3(config-if)# ip address 192.168.1.254
VLANインターフェースに適用
実際の企業で利用される場合は、圧倒的にこっちの方が多いです。
L3(config)# interface Vlan10 L3(config-if)# ip vrf forwarding DMZ L3(config-if)# ip address 192.168.1.254
L3(config)# ip route vrf DMZ 10.1.0.0 255.255.0.0 192.168.1.1
RouterA# show ip route vrf vrf1
RouterA# show ip vrf interfaces vrf1
RouterA# ping vrf vrf1 192.168.20.254 RouterA# ping vrf vrf1 192.168.20.254 source vlan 10
Top#ルータに戻る
一般向けサイト
ITエンジニア向けサイト
英語サイト
Portfolio
Copyright (c) 2024 現場で必要なネットワーク技術入門 All Rights Reserved.