1. Create a loop between all stack members with stack cables
Note: For N stack members, you need N stack cables to run at full duplex and redundancy.
2. Create a loop between all stack members with power cables
Note: Similar to stack cables, you would need N power cables.
3. Plug in power supplies. Every stack gets one. Add an extra power supply for every 4th stack member.
Note: When plugging into rack, put one of the power cables into the wall and the rest into UPS for redundancy.
4. Console into the switch and use screen (Linux) command to view it
sudo screen /dev/ttyUSB0 9600
Updating the Software
- Enable privileged exec modeenable
- Configure VLAN 1interface vlan 1
- Turn the port hotno shut
- Exit config modeend
- Enter global configuration modeconfigure terminal
- Configure Gi1/0/1int gi1/0/1
- Set access VLAN to 1switchport access vlan 1
- Prevent inbound/outbound BPDUspanning-tree bpdufilter enable
- Turn the port hotno shut
- Plug a port into gi 1/0/1
- Exit config modeend
- Verify VLAN 1 picked up an IP addressip dhcp snooping binding vlan 1
- Use scp to copy a file from remote server to the switch (must be on privileged net)copy scp://<username>@<file path> flash:/
- Install the new firmware on the switchsoftware install file flash:cat3k_caa-universalk9.SPA.03.03.04.SE.150-1.EZ4.bin
No comments:
Post a Comment