Tuesday, October 19, 2021

ICX 7150-24

 Configuration

connect trough console port and:
default login and pass:  super : sp-admin

set en password (like root, for confirguration)

  • en
  • conf t
  •  enable super-user-password password 
  • write mem


set access from network

changing spaning tree to rapid fot compatibility with non-ruckus network (other switches)
  • en
  • conf t
  • ip address 192.168.1.230/22
  • ip default-gateway 192.168.1.254
  • vlan 1
  • spanning-tree 802-1w
  • hostname cloudSwitch1

  • end
  • write mem

stacking

  • en
  • conf t
  • stack enable
  • end
  • stack interactive-setup
  • 3 - discover and convert existing/new standalone units to members

create lag

  • en
  • conf t
  • lag name dynamic id auto
  • ports ethernet 1/1/1 ethernet 2/1/1
  • end
  • write mem

configure ntp client

  • conf t
  • server 192.168.1.1
  • end
  • write mem

Reset to factory

  • en
  • erase startup-config
  • reload

No comments:

Post a Comment