cisco switch configuration
生活随笔
收集整理的這篇文章主要介紹了
cisco switch configuration
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
Switch>ena
Switch#configure terminal???? 進入全局配置模式
Switch(config)#vlan 2?? //建立一個vlan? 2
Switch(config-vlan)#name caiwu? //將vlan 2命名為caiwu
Switch(config-vlan)#exit
Switch#
Switch#show vlan brief?? //查看交換機vlan 詳細信息
Switch#
Switch(config)#no vlan 2?? // 刪除vlan 2
將端口1-5劃到VLAN 100中
Switch#configure terminal???? 進入全局配置模式
Enter configuration commands, one per line.? End with CNTL/Z.
Switch(config)#int range fast0/1 - 5?????????????? 選中端口,
Switch(config-if-range)#switchport access vlan 100???????? 劃到vlan100 中
Switch(config-if-range)#end? ?
轉載于:https://blog.51cto.com/pencild/1417501
總結
以上是生活随笔為你收集整理的cisco switch configuration的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: ubuntu安装软件整理
- 下一篇: 创建 Robotium 测试工程