我希望连接两个设施与一对思科1242接入点,并寻求有关配置的建议。我们有多个正在运行的VLAN,需要通过连接传递,但否则设置非常简单。从安全性、可靠性和速度角度对最佳实践有何建议?
发布于 2010-06-01 19:16:50
我觉得你应该说得更具体些。如果您询问Vlan部分,只需在路由器上配置带有dot1q标记的主干即可。在DB中创建vlans之后,它就是这样的:
interface FastEthernet0/1
no ip address
!
interface FastEthernet0/1.1
encapsulation dot1Q 10
ip address 10.100.2.1 255.255.255.0
!
interface FastEthernet0/1.2
encapsulation dot1Q 20
ip address 10.100.0.1 255.255.255.0
!https://serverfault.com/questions/147206
复制相似问题