Lessons · Network switches · Allen-Bradley Stratix
Allen-Bradley Stratix, and why Cisco knowledge carries over
Stratix managed switches were developed with Cisco and run an IOS derivative, so the commands you know are the commands they take.
Hone is a place to practise programming. This is one of its lessons, written out in full and free to read without an account.
What it is for
Industrial and enterprise networking are usually run by different people who do not speak to each other. Somebody who can configure a VLAN on both is rare, and that is the whole opportunity.
How to think about it
Configure it the way you would configure anything else, and be careful in a different way: the change process, the time of day, and who is called when a line stops.
Worked example
enableThe same prompt, on a box on a DIN rail in a cabinet.
configure terminalThe same mode.
hostname LINE3-SWThe same command.
vlan 72The same VLANs.
name MACHINESNamed.
exitOut.
interface gi0/2The same interfaces.
switchport mode accessThe same access ports.
switchport access vlan 72In the same way.
endOut.
write memoryAnd the same save, which matters more here because nobody is going to be standing next to it.
Your turn
Save the configuration on a Stratix, the same way as anywhere.
write
Console into a switch
The trap
Assuming an industrial switch needs industrial commands. What it needs is an industrial change process; the commands are the ones you already have.