路由器和交换机基配置命令.docVIP

  • 4
  • 0
  • 约2.9万字
  • 约 15页
  • 2016-10-13 发布于贵州
  • 举报
路由器和交换机基配置命令

路由器和交换机基本配置命令 网络111 2900系列以上交换机设置IP地址 (config)# interface vlan 1 (进入VLAN 1 接口) (config-if)# ip address [IP地址] [掩码] (设置IP地址) (config-if)# no shutdown (打开该接口) (config-if)# exit (返回到全局模式) (config)# 例: (config)# interface vlan 1 (config-if)# ip address 192.168.1.253 255.255.255.0 (config-if)# no shutdown (config-if)# exit Router设置IP地址 (config)# interface [接口名] (进入接口) (config-if)# ip address [IP地址] [掩码] (设置IP地址) (config-if)# no shutdown (打开该接口) (config-if)# exit (返回到全局模式) (config)# 例: (config)# interface f0/0 (config-if)# ip address 192.16

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档