ネットワーク関連
目次
以下のユーザが初期状態では設定されている。
管理者クラス | admin | パスワードなし |
一般ユーザクラス | user | パスワードなし |
adminにてログイン後、以下のコマンドでパスワードを変更する。
# configure (config)# password admin set Password: Retype password:
以下の操作にてIPアドレスを付与する。
# configure (config)# lan 0 ip address 192.168.3.80/24 3 (config)# lan 0 vlan 1 (config)# save (config)# commit (config)# exit
付与後、Web UIを使用した設定が可能となる。
Web UIを操作するには、コンソールからログアウトが必要。
LLDPはポート単位で有効化が可能。
有効化する際には、以下のコマンドを使用する。
(config)# ether [PORT] lldp mode [MODE]
# configure (config)# ether 1-8 lldp mode enable
モードとして選択できる内容は以下。
disable | LLDP無効 |
enable | LLDPの送受信を有効 |
send | LLDPの送信のみ有効 |
recive | LLDPの受信のみ有効 |
LLDPを有効化しただけでは機器情報が送信されないため、送信する内容を選択して有効化する必要がある。
(config)# ether [PORT] lldp info [TLV] [MODE]
(config)# ether 1-8 lldp info port-description enable (config)# ether 1-8 lldp info system-name enable (config)# ether 1-8 lldp info system-description enable (config)# ether 1-8 lldp info system-capabilities enable (config)# ether 1-8 lldp info management-address enable (config)# ether 1-8 lldp info port-vlan-id enable (config)# ether 1-8 lldp info port-and-protocol-vlan-id enable (config)# ether 1-8 lldp info vlan-name enable (config)# ether 1-8 lldp info protocol-identity enable (config)# ether 1-8 lldp info mac-phy-configuration-status enable (config)# ether 1-8 lldp info power-via-mdi enable (config)# ether 1-8 lldp info link-aggregation enable (config)# ether 1-8 lldp info maximum-frame-size enable
基本的な手順はメーカーのマニュアルを参考にすること。
https://www.fujitsu.com/jp/documents/products/network/lan-switch/manual/sr-s/v14/goriyou310TL3_318TL3.pdf
> logon backup# reset clear