mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
Merge pull request #236 from Erdnusschokolade/doc/vlan-mgmt-command
doc: document vlan <id> mgmt command
This commit is contained in:
@@ -79,6 +79,12 @@ vlan <VLAN-ID> d
|
||||
vlan show
|
||||
Dumps the current ingress vlan settings.
|
||||
|
||||
vlan <VLAN-ID> mgmt
|
||||
Restricts network access to the switch (web UI, syslog) to the given
|
||||
VLAN. Use `vlan 0 mgmt` to disable the filter. Default is `vlan 1 mgmt`.
|
||||
Warning: setting this to an unreachable VLAN locks out the web UI;
|
||||
recovery requires serial console.
|
||||
|
||||
pvid <port> <VLAN-ID>
|
||||
assigns PVID to a port. ports are numbered as on the casing
|
||||
|
||||
|
||||
Reference in New Issue
Block a user