一个管理员想让自己的笔记本电脑无论连接到交换机 S2328G 的哪一个 VLAN 中,都能直接管理这台交换机。于是他在 S2328G 上,分别为当前存在的 VLAN1、VLAN2 和 VLAN3 的 SVI 接口配置了 IP 地址。具体操作脚本如下:enable config t
interface vlan 1
ip add 172.16.1.254 255.255.255.0
no shutdown
exit
interface vlan 2
ip add 172.16.2.254 255.255.255.0
no shutdown
exit
interface vlan 3
ip add 172.16.3.254 255.255.255.0
no shutdown
end
write
之后,管理员将笔记本电脑连接到该交换机的 VLAN2 中,却发现无法通过 172.16.2.254对交换机进行管理。此现象的原因是( ) [单选题] *