D Link網路設備常用指令
D Link網路設備常用指令 Part 1
D Link 網路設備常用指令
以下 1-5 為 console 介面使用,6-7 則為 web 介面
相關指令內容取自原廠 DGS 3120-24TC 說明書
D Link 設備預設的 web 介面IP為 10.10.10.90
console 介面的 speed 需指定為 115200
- 若要建立 D-Link Switch 的使用者帳號,請參考以下指令:
create account admin admin
Enter a case-sensitive new password:********
Enter the new password again for confirmation:********
上述指令為建立 admin 這個帳號,輸入完成後會需要輸入兩次密碼確認 - 帳號、密碼設定後,若欲修改密碼,請參考以下指令:
config account <username>
輸入上述指令後,會出現要求輸入舊密碼,然後再輸入兩次新密碼即可 - 顯示設備的IP、Gateway相關資訊
show ipif
- 設定系統管理IP
config ipif System ipaddress xxx.xxx.xxx.xxx/24
子網路遮罩(submask)依照原廠說明書是以上述表示方式,而一般 255.255.255.0 - vlan 相關範例說明:
config vlan MGM add untagged 1:1-1:21,1:23 advertisement enable
上述指令為將 Port 1-21, 23加入vlan MGM當中,advertisement設定為 enable 則是用於宣告此vlan,advertisement 設定僅 D-Link 設備才有,建議打開。 - LLDP 設定與相關指令:
a. 進入Switch Web介面,L2 Features / LLDP / LLDP / LLDP Global Setting
將LLDP State與LLDP Forward Message更改為 enable,此頁面下方的System Name是在System Configuration / System Information Setting 中設定。b. 進入Switch Web介面,L2 Features / LLDP / LLDP / LLDP Baasic TLVs Setting
假設所有的 port 都開 lldp,則From Port 選 01, To Port 選 24,再將其中的 Port Description, System Name, System Description,System Capabilities(這個不確定作用,但勾了好像沒壞處),全部勾選, 再按下 apply 即可。 - 關於D Link 設備 vlan 的認知
D-Link 的 vlan 是認名稱而非 vlan ID. 若管理用的 vlan 並非使用預設的 vlan (名稱: default),則必需在 Management / IP Interface / System IP Address Settings 中將 Management VLAN Name 更改為要使用的管理 vlan 名稱
留言