fengda 发表于 2018-7-15 11:17:07

cisco接口模式转换

  用户模式
  switch>
  特权模式
  switch>enable
switch#
  全局配置模式
  switch#config terminal
switch(config)#
  接口模式
  switch(config)#interface fastethernet 0/1
switch(config-if)#

  模式转换
  switch(config-if)#exit
switch(config)#exit
switch#disable
switch>
页: [1]
查看完整版本: cisco接口模式转换