Explicador de configuração ExtremeXOS

Cole uma configuração ExtremeXOS (EXOS / Switch Engine) e ela explica cada comando em português claro, resume as VLANs (tag, portas tagged e untagged, endereços IP) e agrupa os comandos por categoria. Nunca toca em um switch.

Redes

Roda localmente no seu navegador. Nada do que você cola sai desta página.

Constatações
  • Paste an ExtremeXOS (EXOS / Switch Engine) configuration to have each command explained, the VLANs summarized, and the commands grouped by category. This tool reads the config; it never touches a switch.
Os verbos de comando do EXOS

EXOS has no interface sub-modes. Every line is a self-contained command that begins with one of these verbs acting on a named object, which is why a config reads as a flat list rather than nested blocks.

  • create Creates a new object (a VLAN, account, STP domain, and so on).
  • configure Sets a property on an existing object. The workhorse verb; often abbreviated to 'config'.
  • enable Turns a feature or object on (routing, a port, sharing, a protocol).
  • disable Turns a feature or object off.
  • delete Removes an object.
  • unconfigure Resets part of the configuration to its default.
Endpoint da APIGEThttps://ronutz.com/api/v1/exos-config-explainerDocumentado, não servido. Abre a especificação.

Referências