Skip to content

Instantly share code, notes, and snippets.

@HON95
Created October 14, 2021 19:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HON95/3a7e6056f3172a416fb9f0ede710f8f5 to your computer and use it in GitHub Desktop.
Save HON95/3a7e6056f3172a416fb9f0ede710f8f5 to your computer and use it in GitHub Desktop.
# Base config for TP-Link TL-SG3428.
# Requires reboot
sdm prefer enterpriseV4
# Disable SDN
no controller cloud-based
no system-time ntp
no system-time dst
# Password "autronica"
user name admin privilege admin password 7 7a067f82b59cdb9db3e8af46f7643c12
no service reset-disable
ip ssh server
no ip ssh version v1
spanning-tree
spanning-tree mode rstp
lldp
ipv6 routing
port-channel load-balance src-dst-ip
interface port-channel 1
description "Uplink"
exit
interface vlan 1
ip address-alloc dhcp
ipv6 enable
ipv6 address dhcp
exit
interface range gigabitEthernet 1/0/1-22
eee
spanning-tree
shutdown
exit
interface range gigabitEthernet 1/0/23-24
eee
spanning-tree
channel-group 1 mode active
exit
interface range gigabitEthernet 1/0/25-28
shutdown
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment