From 690a05579bf11e21153d84435128676334285dea Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 4 Apr 2023 13:55:47 +0200 Subject: [PATCH] docs: vlan -> VLAN VLAN is an abbreviation, so let's spell it in all-caps for clarity. Reviewed-by: Eric Engestrom Part-of: --- docs/ci/bare-metal.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ci/bare-metal.rst b/docs/ci/bare-metal.rst index ee6b427..1240591 100644 --- a/docs/ci/bare-metal.rst +++ b/docs/ci/bare-metal.rst @@ -98,7 +98,7 @@ You'll talk to the Cisco for configuration using its USB port, which provides a serial terminal at 9600 baud. You need to enable SNMP control, which we'll do using a "mesaci" community name that the gitlab runner can access as its authentication (no password) to configure. To talk to the SNMP on the router, -you need to put an IP address on the default vlan (vlan 1). +you need to put an IP address on the default VLAN (VLAN 1). Setting that up looks something like: -- 2.7.4