单臂路由
Posted hehuanling
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了单臂路由相关的知识,希望对你有一定的参考价值。
SW1:
Vlan 10
Vlan 20
Int g0/0/1
Port link-type access
Port default vlan 10
Int g0/0/2
Port link-type access
Port default vlan 20
Int g0/0/5
Port link-type trunk
Port trunk allow-pass vlan 10 20
Int g0/0/10
Port link-type trunk
Port trunk allow-pass vlan 10 20
SW2:
Vlan 10
Vlan 20
Int g0/0/3
Port link-type access
Port default vlan 10
Int g0/0/4
Port link-type access
Port default vlan 20
Int g0/0/10
Port link-trunk trunk
Port trunk allow-pass vlan 10 20
R1:
interface GigabitEthernet0/0/0.10
dot1q termination vid 10
ip address 192.168.10.1 255.255.255.0
arp broadcast enable
#
interface GigabitEthernet0/0/0.20
dot1q termination vid 20
ip address 192.168.20.1 255.255.255.0
arp broadcast enable
以上是关于单臂路由的主要内容,如果未能解决你的问题,请参考以下文章