xinghen1216

1.配置名称

  sysname FC-RX_5F-POE-01

2.配置NTP

  clock protocol ntp
  ntp-service enable
  ntp-service unicast-server x.x.x.x

  clock timezone beijing add 8

3.stp bpdu保护开启

  stp bpdu-protection

4.配置下联接入  

interface GigabitEthernet1/0/1
 port link-type trunk
 port trunk permit vlan all
 port trunk pvid vlan 150
 stp edged-port
 poe enable

5.配置与汇聚或核心互联  

interface Ten-GigabitEthernet1/0/27
 port link-type trunk
 port trunk permit vlan all
 port link-aggregation group 1
#
interface Ten-GigabitEthernet1/0/28
 port link-type trunk
 port trunk permit vlan all
 port link-aggregation group 1
#
interface Bridge-Aggregation1
 port link-type trunk
 port trunk permit vlan all
 link-aggregation mode dynamic
 dhcp snooping trust

 

分类:

技术点:

相关文章:

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