SV-273691r1111060_rule
V-273691
SRG-NET-000512-L2S-000010
RCKS-L2S-000240
CAT II
10
Configure a VLAN specifically for management use:
device(config)# vlan 235 name mgmt-vlan
device(config-vlan-235)# tag ethernet 1/2/1
device(config-vlan-235)# interface ve 235
device(config-vif-235)# ip addr x.x.x.x/x
Note: For L2 images prior to release 10.0, the management VLAN can be configured per the example below. The default-gateway statement sets a metric of 1.
device(config)# vlan 235 name mgmt-vlan
device(config-vlan-235)# tag ethernet 1/2/1
device(config-vlan-235)# management-vlan
device(config-vlan-235)# default-gateway x.x.x.x 1
device(config-vlan-235)# exit
device(config)# ip addr x.x.x.x/x
Review switch configuration to confirm the management VLAN is designated and is not VLAN 1.
!
vlan 235 name mgmt-vlan
tagged ethernet 1/2/1
!
If the management VLAN is the same as the default VLAN or VLAN 1, this is a finding.
V-273691
False
RCKS-L2S-000240
Review switch configuration to confirm the management VLAN is designated and is not VLAN 1.
!
vlan 235 name mgmt-vlan
tagged ethernet 1/2/1
!
If the management VLAN is the same as the default VLAN or VLAN 1, this is a finding.
M
5697