Tag Archives: LACP

SynologyLogo

Setting up LACP on Synology NAS and HP Switches

Here I am going through how to setup LACP port trunking for a Synology NAS device using HP Switching.

1. First off get your MAC Addresses of your Synology NAS interfaces you want to configure, these can be found in the DSM web login under Control Panel > Info Center > Network

2015-03-02_11-42-38 Continue reading Setting up LACP on Synology NAS and HP Switches

Cisco CCNP Training Course – Day 7 – SWITCH

Lets Jump straight in…

Covered is

  • MST Config
  • Etherchannel
  • Spanning-Tree
  • BPDU Guard, Filter, Loop Guard, Root Guard, UDLD
  • Uplink Fast, Backbone Fast
  • HSRP
MST Config
(config)#spanning-tree mode mst
(config)#spanning-tree mst configuration
(config-mst)#name (value)
(config-mst)#revision (value)
(config-mst)#instance (value) vlan (value) (Eg. 1-3, 1,3,5 or 1-3,5,7)
(config-mst)#end (applies the configuration)
(config)#spanning-tree mst (instance No.) root (primary/secondary)

To see the configuration, whilst in spanning-tree mode mst; Continue reading Cisco CCNP Training Course – Day 7 – SWITCH