如何为交换机端口分配ip
发布网友
发布时间:2022-04-21 09:16
我来回答
共1个回答
热心网友
时间:2023-08-09 10:53
交换端口不能配置IP地址,只有路由端口才需要配置地址。
进入配置模式:config
进入指定端口配置:interface
<fastethernet
|
gigabitethernet>
<portnumber>
配置地址:ip
address
<ip>
<mask>
注意:三层交换机端口即可以作为交换端口(switch)使用,也可以设置为路由端口(no
switch)。当配置成交换端口时,ip
address命令无效。
另外,虚端口(vlan
<number>)属于路由端口,可以配置地址。