It seems you're asking for a guide on but that exact phrase isn't a standard product or software name. Based on common IT terminology, you likely mean one of the following.
Here’s a guide for each possibility—check which one matches your situation. (Networking) If you're a network administrator used to Windows command line, but now managing Extreme Networks switches running ExtremeXOS (often shortened to XOS), this guide helps you translate. xos windows
# Login via SSH (use PuTTY or Windows SSH client) ssh admin@<switch-ip> show configuration Enter configuration mode (XOS doesn't have "enable" mode like Cisco) configure terminal # Actually, XOS uses "configure" prefix Example: Set VLAN name configure vlan sales add ports 1-10 untagged Save changes save configuration primary Exit exit It seems you're asking for a guide on