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.
RedesRoda 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
- Extreme Networks: ExtremeXOS Command Reference Guide (the imperative verb set create/configure/enable/disable/delete/unconfigure; configure vlan add ports [tagged|untagged]; create vlan tag; enable ipforwarding; configure iproute add default; enable sharing grouping; port numbering slot:port)
- Extreme Networks: configure vlan add ports (untagged ports belong to a single VLAN and must be removed from the Default VLAN first; tagged ports carry the 802.1Q tag; example configure vlan accounting add ports 1:1, 1:2, 1:3, 1:6 tagged)
- Extreme Networks: ExtremeXOS / Switch Engine User Guide (VLANs, virtual routers, IP routing, link aggregation 'sharing', spanning tree, accounts and management)