(Japanese)
・手動設定
ローカルコンソールで本装置に接続し IPアドレスを設定します。以下のコマンド例を参照して設定してくだ さい。
AOSCLIの場合
>> # /cfg/sys/dhcp disable | (DHCP クライアントを Disable) | |
Current DHCP: enabled |
|
|
New DHCP: disabled |
| (インタフェース 250 を選択) |
>> # /cfg/l3/if 250 |
| |
>> IP Management Interface 250# addr 192.168.12.90 | (インタフェース 250 に IP アドレスを設定) | |
Current IP address: | 0.0.0.0 |
|
New pending IP address: 192.168.12.90 |
| |
Pending new subnet mask: 255.255.255.0 | (インタフェース 250 を Enable) | |
>> IP Management Interface 250# ena | ||
>> IP Management Interface 250# ../gw 254 | (ゲートウェイ 254 を選択) | |
>> Default management gateway 254# addr 192.168.1.2 | (ゲートウェイ 254 に IP アドレス設定) | |
Current IP address: | 0.0.0.0 |
|
New pending IP address: 192.168.1.2 | (ゲートウェイ 254 を Enable) | |
>> Default management gateway 254# ena | ||
>> Default management gateway 254# apply | (変更した設定を適用) | |
>> Default management gateway 254# save | (Flash に保存) |
ISCLIの場合
Router>enable | (Privileged EXEC mode に移行) |
Router#configure terminal | (Global Configuration mode に移行) |
Router(config)#no system dhcp | (DHCP クライアントを Disable) |
Router(config)#interface ip 250 | (Interface IP Configuration mode に移行) |
(IP アドレスを設定) | |
(インタフェース 250 を Enable) | |
(Global Configuration mode に戻る) | |
Router(config)# ip gateway 254 address 192.168.1.2 | (ゲートウェイ 254 に IP アドレスを設定) |
Router(config)# ip gateway 254 enable | (ゲートウェイ 254 を Enable) |
Router(config)# copy | (Flash に保存) |
・ 本製品のマネジメントネットワーク側に IPアドレスとデフォルトゲートウェイを手動で設定する場
合、インタフェース250とゲートウェイ254に設定してください。
・ dhcp有効時、IPアドレスを手動設定してもDHCPサーバからIPアドレスが割り当てられた場 合、DHCPサーバで割り当てられたIPアドレスが優先されます。手動で設定する場合、dhcpを 無効にしてください。
16