交換機基本狀態:
hostname> ;使用者模式
hostname# ;特權模式
hostname(config)# ;全域性配置模式
hostname(config-if)# ;介面狀態
交換機口令設定:
switch>enable ;進入特權模式
switch#config terminal ;進入全域性配置模式
switch(config)#hostname ;設定交換機的主機名
switch(config)#enable secret *** ;設定特權加密口令
switch(config)#enable password xxa ;設定特權非密口令
switch(config)#line console 0 ;進入控制台口
switch(config-line)#line vty 0 4 ;進入虛擬終端
switch(config-line)#login ;允許登入
switch(config-line)#password xx ;設定登入口令xx
switch#exit ;返回命令
交換機vlan設定:
switch#vlan database ;進入vlan設定
switch(vlan)#vlan 2 ;建vlan 2
switch(vlan)#no vlan 2 ;刪vlan 2
switch(config)#int f0/1 ;進入埠1
switch(config-if)#switchport access vlan 2 ;當前埠加入vlan 2
switch(config-if)#switchport mode trunk ;設定為幹線
switch(config-if)#switchport trunk allowed vlan 1,2 ;設定允許的vlan
switch(config-if)#switchport trunk encap dot1q ;設定vlan 中繼
switch(config)#vtp domain ;設定發vtp網域名稱
switch(config)#vtp password ;設定發vtp密碼
switch(config)#vtp mode server ;設定發vtp模式
switch(config)#vtp mode client ;設定發vtp模式
switch(config)#inte***ce vlan 1 ;進入vlan 1
switch(config-if)#ip address ;設定ip位址
switch(config)#ip default-gateway ;設定預設閘道器
switch#dir flash: ;檢視快閃儲存器
交換機顯示命令:
switch#write ;儲存配置資訊
switch#show vtp ;檢視vtp配置資訊
switch#show run ;檢視當前配置資訊
switch#show vlan ;檢視vlan配置資訊
switch#show inte***ce ;檢視埠資訊
switch#show int f0/0 ;檢視指定埠資訊
儲存命令:switch(config)#copy running-config startup-config
華為交換機基本命令
寫在前面,沒有經常配置華為交換機,所以很多經常需要用到的基本命令會遺忘,這裡慢慢做個記錄,看後面會具體用到哪些。1 建立vlan huawei vlan 30 huawei vlan30 與之對應的刪除vlan 首先要把對應在該vlan的埠全部解除,這點請看下面的第二點。然後再進行 undo vla...
19 交換機基本命令
第一次配置網路裝置需要使用console線 在pc需要使用 超級終端 或其他軟體 1 使用者模式 switch 可以檢視交換機的基本簡單資訊,且不能做任何修改配置。2 特權模式 switch enable switch 縮寫 en 可以檢視所有配置,且不能修改配置,但可以做測試 儲存 初始化等操作。...
交換機的基本命令(二)
6 給路由器介面配置 ip 位址 2 層交換機埠不能配置 ip 路由器初次配置時,有 1個詢問,我們選擇 no進入高階配置模式!router config int f0 0 router config if ip add 192.168.1.254 255.255.255.0 router conf...