xiao17-

access口配置:

在已确定vlan划分的情况下,根据端口号进行access配置。配置命令如下:

Interface Ethernet 0/0/_

Port link-type access

Port default vlan

链路聚合:

Interface eth-trunk 

bpdu enable

mode lacp-static

port link-type trunk

port trunk allow-pass vlan all

int e 0/0/_

eth-trunk 

int e 0/0/_

eth-trunk 

trunk口配置:

Interface g 0/0/_

Port link-type trunk

Port trunk allow-pass vlan all

网关配置:

Interface vlanif _

Ip address 

生成树协议stp配置:

      stp enable

       stp mode stp

       stp root primary

       undo stp root

       stp priority 8192

       stp enable

       stp mode stp

       stp root secondery

       undo stp root

       stp prioity 4096

分类:

技术点:

相关文章:

  • 2021-10-29
  • 2021-10-16
  • 2021-09-08
  • 2021-09-17
猜你喜欢
  • 2021-11-27
  • 2021-11-02
  • 2021-11-17
  • 2021-11-17
  • 2021-11-24
  • 2021-11-02
  • 2021-11-12
相关资源
相似解决方案