SlideShare a Scribd company logo
©2018 Extreme Networks, Inc. All rights reserved
エクストリーム ネットワークス株式会社
NX5500設定
- Centralized Controller Deployment -
©2018 Extreme Networks, Inc. All rights reserved
目次
▪ 無線コントローラへのアクセス
▪ 無線コントローラ設定
▪ MINT設定
▪ アクセスポイント設定
▪ Adoption確認およびソフトウェアアップグレード
▪ 無線設定
▪ 無線コントローラ冗長化
▪ 自動電波管理設定
▪ 高速ローミング設定
2
©2018 Extreme Networks, Inc. All rights reserved
無線コントローラへのアクセス
©2018 Extreme Networks, Inc. All rights reserved
コンソール接続
▪ 19200 / Noneパリティ / 8ビット
▪ 初期ログイン
– ID : admin
– Password : admin123
4
Please press Enter to activate this console.
nx5500-8606F8 login: admin
Password: admin123
System is currently using the factory default login credentials.
Please change the default password to protect from unauthorized access.
Enter new password: (新パスワード)
Confirm new password: (新パスワード)
Password for user 'admin' changed successfully.
Please write this password change to memory ("write memory") to make the change
persistent.
nx5500-8606F8>
©2018 Extreme Networks, Inc. All rights reserved
IPアドレス設定
▪ 管理用インターフェイスへのIPアドレス設定
– デフォルトではVLAN1に設定(タグなし)
– IPアドレス設定後はGUIから設定可能
▪ デフォルトゲートウェイ設定
5
nx5500-8606F8>enable
nx5500-8606F8#self
Enter configuration commands, one per line. End with CNTL/Z.
nx5500-8606F8(config-device-40-83-DE-86-06-F8)#interface vlan 1
nx5500-8606F8(config-device-40-83-DE-86-06-F8-if-vlan1)#ip address 192.168.56.244/24
nx5500-8606F8(config-device-40-83-DE-86-06-F8-if-vlan1)#commit write
[OK]
nx5500-8606F8(config-device-40-83-DE-86-06-F8-if-vlan1)#
nx5500-8606F8(config-device-40-83-DE-86-06-F8)#ip default-gateway 192.168.10.1
nx5500-8606F8(config-device-40-83-DE-86-06-F8)#commit write
[OK]
nx5500-8606F8(config-device-40-83-DE-86-06-F8)#
©2018 Extreme Networks, Inc. All rights reserved
物理接続
6
スイッチとして稼働するので、IP設定後はどこ
にケーブルを挿しても通信可能
(PoEではありません)
©2018 Extreme Networks, Inc. All rights reserved
GUIアクセス (Firefoxの場合)
7
設定したIPアドレスに “https” でアクセス
©2018 Extreme Networks, Inc. All rights reserved
ログイン
8
初期ログインで設定したパスワード
©2018 Extreme Networks, Inc. All rights reserved
管理画面
9
©2018 Extreme Networks, Inc. All rights reserved
無線コントローラ設定
©2018 Extreme Networks, Inc. All rights reserved
RFドメイン作成
▪ Configuration  RF Domains  Add
11
©2018 Extreme Networks, Inc. All rights reserved12
RFドメイン名
タイムゾーンを選択
国を選択
APをコントロールするVLANを指定
©2018 Extreme Networks, Inc. All rights reserved
AP用プロファイル作成
▪ Configuration  Profiles  Add
13
©2018 Extreme Networks, Inc. All rights reserved14
プロファイル名
APのタイプを選択
・anyap で全APに適用
・プロダクト毎に設定したい場合は、それぞれのデバイスプロファイルを選択する
©2018 Extreme Networks, Inc. All rights reserved
AP側で利用するインターフェイスの設定
▪ Profile  Interface  Virtual Interfaces  Add
15
©2018 Extreme Networks, Inc. All rights reserved16
[注意]
AP全体のプロファイルとなるので、ここ
で固定IPの設定は行わない
(固定IPはAP毎の設定にて行う)
©2018 Extreme Networks, Inc. All rights reserved
Auto Provisioning Policyの設定
17
▪ 前の手順で作成した “RFドメイン” と “AP用プロファイル” を使用して、自動プロビ
ジョニングポリシーを作成する
▪ 一致条件をグループの送信元IPアドレスにする
– 例) 192.168.10.0/24範囲のアドレスを持つAPは自動設定となる
▪ 自動プロビジョニングポリシーを無線コントローラに割当てて有効化する
▪ Auto Provisioningを使用しない場合、コントローラは “default” のRFドメインとAP
用プロファイルを割当てます
©2018 Extreme Networks, Inc. All rights reserved
Auto Provisioning Policyの作成
▪ Configuration  Devices  Auto-Provisioning Policy  Add
18
©2018 Extreme Networks, Inc. All rights reserved19
Auto Provisioning Policy名の設定
自動プロビジョニングのマッチルール追加
©2018 Extreme Networks, Inc. All rights reserved
マッチルールの作成
20
©2018 Extreme Networks, Inc. All rights reserved
ポリシーをコントローラーに割当て
▪ Configuration  Devices  <Controller>  Adoption
21
©2018 Extreme Networks, Inc. All rights reserved
MINT設定(Level 2設定)
©2018 Extreme Networks, Inc. All rights reserved
MINT MTUサイズ変更
▪ Configuration  Devices  MINT Policy
23
900~1500の設定が可能
フラグメントが起こらない値を設定
©2018 Extreme Networks, Inc. All rights reserved
フラグメントの確認
▪ Don’t Fragmentビットを立てた状態でPingにて確認
▪ 1500byteから8ビットずつ減らして確認
– 1500, 1492, 1484, 1476, 1468, 1480・・・
24
nx5500#ping <remote-ap-ip-address> size <value> dont-fragment
©2018 Extreme Networks, Inc. All rights reserved
MINTを Level 2 / Layer 3モードに設定する
(Level 1 / Layer 2モードをディセーブルにする)
▪ Configure  Profiles  <Profile名>  Advanced  MINT Protocol
25
MLCP VLAN のチェックを外す
©2018 Extreme Networks, Inc. All rights reserved
アクセスポイント設定(手動設定の場合)
©2018 Extreme Networks, Inc. All rights reserved
コンソール接続
▪ 115200 / Noneパリティ / 8ビット
▪ 初期ログイン
– ID : admin
– Password : admin123
27
Please press Enter to activate this console.
ap8533-178CAE login: admin
Password: admin123
System is currently using the factory default login credentials.
Please change the default password to protect from unauthorized access.
Enter new password: (新パスワード)
Confirm new password: (新パスワード)
Password for user 'admin' changed successfully.
Please write this password change to memory ("write memory") to make the change
persistent.
ap8533-178CAE>
©2018 Extreme Networks, Inc. All rights reserved
インターフェイス設定
▪ IP address設定
▪ デフォルトゲートウェイ設定
28
ap8533-178CAE>enable
ap8533-178CAE#self
Enter configuration commands, one per line. End with CNTL/Z.
ap8533-178CAE(config-device-B8-50-01-17-8C-AE)#interface vlan 1
ap8533-178CAE(config-device-B8-50-01-17-8C-AE-if-vlan1)#ip address 192.168.10.200/24
ap8533-178CAE(config-device-B8-50-01-17-8C-AE-if-vlan1)#exit
ap8533-178CAE(config-device-B8-50-01-17-8C-AE)#ip default-gateway 192.168.10.1
ap8533-178CAE(config-device-B8-50-01-17-8C-AE)#
©2018 Extreme Networks, Inc. All rights reserved
接続するコントローラの設定
▪ コントローラ冗長の場合
29
ap8533-178CAE(config-device-B8-50-01-17-8C-AE)#controller host 192.168.10.244 pool 1 level 2
ap8533-178CAE(config-device-B8-50-01-17-8C-AE)#controller host 192.168.10.243 pool 1 level 2
ap8533-178CAE(config-device-B8-50-01-17-8C-AE)#commit write
[OK]
ap8533-178CAE(config-device-B8-50-01-17-8C-AE)#
MINT Level 2での接続設定
©2018 Extreme Networks, Inc. All rights reserved
コントローラ ~ AP間接続確認&ソフトウェアアップデート
©2018 Extreme Networks, Inc. All rights reserved
Adoptionの確認
▪ Statistics  Adopted Devices
31
Adoptionは出来ているが、
「コントローラとAPのOSバージョンがミスマッチ状態」
である事を表している
©2018 Extreme Networks, Inc. All rights reserved
APのソフトウェアアップグレード
▪ Operations  default  <Controller>  Adopted Device Upgrade
32
アップグレードするAPを
選択する
©2018 Extreme Networks, Inc. All rights reserved33
バージョンアップ完了
©2018 Extreme Networks, Inc. All rights reserved
無線設定(SSID / 認証)
©2018 Extreme Networks, Inc. All rights reserved
Wireless LAN追加
▪ Configuration  Wireless  Wireless LANs  Add
35
©2018 Extreme Networks, Inc. All rights reserved
SSID設定
36
▪ Basic Configuration
WLANの名前
SSIDの名前
SSIDと紐づけるVLAN番号
©2018 Extreme Networks, Inc. All rights reserved
認証設定
37
▪ Security
認証方式の選択
暗号方式の選択
©2018 Extreme Networks, Inc. All rights reserved
WLANをプロファイルに適用
▪ Configure  Profiles  <Profile名>  Interface  Radios
38
適用するRadioを選択
- radio1  2.4Ghz
- radio2  5GHz
両方利用する場合、radio1 / radio2 それぞれにWLANをアサインする
©2018 Extreme Networks, Inc. All rights reserved39
©2018 Extreme Networks, Inc. All rights reserved
無線コントローラ冗長化 (Active – Standby 設定)
©2018 Extreme Networks, Inc. All rights reserved
設定前確認事項
▪ コントローラ同士のOSバージョンが一致していること
41
©2018 Extreme Networks, Inc. All rights reserved
クラスタ設定(Active側)
▪ Configuration  Devices  <Controller名>  Profile Overrides 
Cluster
42
©2018 Extreme Networks, Inc. All rights reserved43
Active設定
クラスタ名設定
Active側がMasterとなるよう、プライオリティ値を255に設定
クラスタを組むIPのVLANと、デバイスを設定
Apが再オンラインになった際に、Active側にAdoptする設定
©2018 Extreme Networks, Inc. All rights reserved
クラスタ設定(Standby側)
▪ 19200 / Noneパリティ / 8ビット
▪ 初期ログイン
– ID : admin
– Password : admin123
44
Please press Enter to activate this console.
nx5500-860AB8 login: admin
Password: admin123
System is currently using the factory default login credentials.
Please change the default password to protect from unauthorized access.
Enter new password: (新パスワード)
Confirm new password: (新パスワード)
Password for user 'admin' changed successfully.
Please write this password change to memory ("write memory") to make the change
persistent.
nx5500-860AB8>
©2018 Extreme Networks, Inc. All rights reserved
IPアドレス設定
▪ 管理用インターフェイスへのIPアドレス設定
– デフォルトではVLAN1に設定(タグなし)
– IPアドレス設定後はGUIから設定可能
▪ デフォルトゲートウェイ設定
45
nx5500-860AB8>enable
nx5500-860AB8#self
Enter configuration commands, one per line. End with CNTL/Z.
nx5500-860AB8(config-device-40-83-DE-86-06-F8)#interface vlan 1
nx5500-860AB8(config-device-40-83-DE-86-06-F8-if-vlan1)#ip address 192.168.56.245/24
nx5500-860AB8(config-device-40-83-DE-86-06-F8-if-vlan1)#commit write
[OK]
nx5500-860AB8(config-device-40-83-DE-86-06-F8-if-vlan1)#
nx5500-860AB8(config-device-40-83-DE-86-06-F8)#ip default-gateway 192.168.10.1
nx5500-860AB8(config-device-40-83-DE-86-06-F8)#commit write
[OK]
nx5500-860AB8(config-device-40-83-DE-86-06-F8)#
©2018 Extreme Networks, Inc. All rights reserved
クラスタ設定(Standby側)
▪ クラスタ Active側へjoin
▪ 接続確認
46
nx5500-860AB8#join-cluster 192.168.10.244 user <ログインID> password <パスワード> level 2 mode standby
... connecting to 192.168.10.244
... applying cluster configuration
... committing the changes
... saving the changes
[OK]
nx5500-860AB8#
nx5500-860AB8#show cluster members
-----------------------------------------------------------------------------------------------
HOSTNAME MEMBER-ID MAC MASTER OPERATIONAL-STATE LAST-SEEN
-----------------------------------------------------------------------------------------------
nx5500-860AB8 5E.86.0A.B8 40-83-DE-86-0A-B8 False standby self
nx5500-8606F8 5E.86.06.F8 40-83-DE-86-06-F8 True active 00:01:07 ago
-----------------------------------------------------------------------------------------------
nx5500-860AB8#
©2018 Extreme Networks, Inc. All rights reserved
自動電波管理設定(Smart RF)
©2018 Extreme Networks, Inc. All rights reserved
Smart RF ポリシー作成
▪ Configuration  Wireless  Smart RF Policy  Add
48
©2018 Extreme Networks, Inc. All rights reserved49
Smart RF ポリシー名
©2018 Extreme Networks, Inc. All rights reserved
チャネル設定
▪ Smart RF Policy  Channel and Power
50
出力電波設定
・基本はデフォルト値でOK
利用チャネルおよび帯域設定
・基本はデフォルト値でOK
©2018 Extreme Networks, Inc. All rights reserved
ポリシーをRF domainに割当て
▪ Configure  RF Domains  <RFドメイン名>  Basic
51
作成した Smart RF Policy を選択
©2018 Extreme Networks, Inc. All rights reserved
高速ローミング設定(802.1r / 802.1k)
©2018 Extreme Networks, Inc. All rights reserved
802.11k 有効化
▪ Configuration  Wireless  Wireless LANs  <Wireless LAN名> 
Client Settings
53
802.11k 有効化
©2018 Extreme Networks, Inc. All rights reserved
802.11r 有効化
▪ Configuration  Wireless  Wireless LANs  <Wireless LAN名> 
Advanced
54
802.11r 有効化
©2018 Extreme Networks, Inc. All rights reserved
WWW.EXTREMENETWORKS.COM

More Related Content

PDF
Honda Marine Outboard BF115A Service Repair Manual
PPTX
Extreme wirelesswing nx5500_setting
PDF
vm meetup_tokyo #1 NSX の運用と DFW トラブルシューティング
PPTX
20191017 byd lt_hirata
PDF
Soft layer network概要_jslug向け
PDF
Meraki 初期設定ガイド(MR18)
PDF
17th_ACRi_Webinar_Sadasue-san_Slide_20240724
PDF
Universal ap operation
Honda Marine Outboard BF115A Service Repair Manual
Extreme wirelesswing nx5500_setting
vm meetup_tokyo #1 NSX の運用と DFW トラブルシューティング
20191017 byd lt_hirata
Soft layer network概要_jslug向け
Meraki 初期設定ガイド(MR18)
17th_ACRi_Webinar_Sadasue-san_Slide_20240724
Universal ap operation

Similar to NX5500設定 - Centralized Controller Deployment - (20)

PDF
VYATTA USERS MEETING Autumn 2013_idcf
PDF
OpenStack Liberty をインストールしてみた
PDF
Apache cloudstack4.0インストール
PDF
Bird in show_net
PDF
シスコ装置を使い倒す!組込み機能による可視化からセキュリティ強化
PDF
NW機器の設定自働化に向けたST2機能の活用
PDF
ソフトウェアが可能する新しいネッワークの 未来と提供する価値:ユースケース
PDF
ネットワーク構築訓練 入門
PDF
OpenWrtによるサイト間IPsec接続
PDF
COMSTARでiSCSI - OpenSolaris勉強会 2011.08
PDF
VMware Cloud on AWS POC L3VPN 接続ガイド (IPsec、ルートベースVPN)
PDF
【Interop tokyo 2014】 シスコ技術者認定 プロフェッショナル レベル CCNP Security
PPT
Nsegソフトウェアルータvyatta
PDF
第1回【CCNA】ネットワーク基礎講座‗なにわTECH道171208
PDF
PostgreSQLのHTAP適応について考える (PostgreSQL Conference Japan 2024 講演資料)
PDF
NIFcLab Tech Laboratoryはじめます(もうすぐ)
PDF
【Interop Tokyo 2015】最新セキュリティサーベイからみるトレンドと解決策
PDF
[db tech showcase Tokyo 2016] D13: NVMeフラッシュストレージを用いた高性能高拡張高可用なデータベースシステムの実現方...
PDF
On-premise コンテナ基盤と Hardware LB を使った "type LoadBalancer"
VYATTA USERS MEETING Autumn 2013_idcf
OpenStack Liberty をインストールしてみた
Apache cloudstack4.0インストール
Bird in show_net
シスコ装置を使い倒す!組込み機能による可視化からセキュリティ強化
NW機器の設定自働化に向けたST2機能の活用
ソフトウェアが可能する新しいネッワークの 未来と提供する価値:ユースケース
ネットワーク構築訓練 入門
OpenWrtによるサイト間IPsec接続
COMSTARでiSCSI - OpenSolaris勉強会 2011.08
VMware Cloud on AWS POC L3VPN 接続ガイド (IPsec、ルートベースVPN)
【Interop tokyo 2014】 シスコ技術者認定 プロフェッショナル レベル CCNP Security
Nsegソフトウェアルータvyatta
第1回【CCNA】ネットワーク基礎講座‗なにわTECH道171208
PostgreSQLのHTAP適応について考える (PostgreSQL Conference Japan 2024 講演資料)
NIFcLab Tech Laboratoryはじめます(もうすぐ)
【Interop Tokyo 2015】最新セキュリティサーベイからみるトレンドと解決策
[db tech showcase Tokyo 2016] D13: NVMeフラッシュストレージを用いた高性能高拡張高可用なデータベースシステムの実現方...
On-premise コンテナ基盤と Hardware LB を使った "type LoadBalancer"
Ad

More from エクストリーム ネットワークス / Extreme Networks Japan (20)

PDF
Smart OmniEdge ソリューションテクニカルハイライト(2)
PDF
Smart OmniEdge ソリューションテクニカルハイライト(1)
PDF
Smart OmniEdge ソリューション技術概要
PDF
Extreme Management Center を活用したネットワークの見える化
PDF
ビジネス価値を生むソフトウェア・ドリブン・ネットワーク:最新ユースケース
PDF
「ネットワークが遅い!」即診断: Extremeアナリティクスで何がわかる?
PDF
「Agile Data Center 」ビジネス要件への俊敏な対応を可能にするデータセンター・ソリューション
PDF
「Automated Campus」シンプルでセキュアな有線・無統合キャンパスネットワークソリューション
PDF
「Smart Edge」スマート&セキュアなWiFi&エッジソリューション
PDF
3 万台のリスクから会社を守る。EWC で24 時間リモートワイプ
PDF
Extreme "Now" : 新生エクストリームが提供する価値
PDF
製品コンフィグレーションガイド
PDF
エクストリーム ネットワークス レイヤ2/3スイッチ基本設定ガイド
Smart OmniEdge ソリューションテクニカルハイライト(2)
Smart OmniEdge ソリューションテクニカルハイライト(1)
Smart OmniEdge ソリューション技術概要
Extreme Management Center を活用したネットワークの見える化
ビジネス価値を生むソフトウェア・ドリブン・ネットワーク:最新ユースケース
「ネットワークが遅い!」即診断: Extremeアナリティクスで何がわかる?
「Agile Data Center 」ビジネス要件への俊敏な対応を可能にするデータセンター・ソリューション
「Automated Campus」シンプルでセキュアな有線・無統合キャンパスネットワークソリューション
「Smart Edge」スマート&セキュアなWiFi&エッジソリューション
3 万台のリスクから会社を守る。EWC で24 時間リモートワイプ
Extreme "Now" : 新生エクストリームが提供する価値
製品コンフィグレーションガイド
エクストリーム ネットワークス レイヤ2/3スイッチ基本設定ガイド
Ad

NX5500設定 - Centralized Controller Deployment -

  • 1. ©2018 Extreme Networks, Inc. All rights reserved エクストリーム ネットワークス株式会社 NX5500設定 - Centralized Controller Deployment -
  • 2. ©2018 Extreme Networks, Inc. All rights reserved 目次 ▪ 無線コントローラへのアクセス ▪ 無線コントローラ設定 ▪ MINT設定 ▪ アクセスポイント設定 ▪ Adoption確認およびソフトウェアアップグレード ▪ 無線設定 ▪ 無線コントローラ冗長化 ▪ 自動電波管理設定 ▪ 高速ローミング設定 2
  • 3. ©2018 Extreme Networks, Inc. All rights reserved 無線コントローラへのアクセス
  • 4. ©2018 Extreme Networks, Inc. All rights reserved コンソール接続 ▪ 19200 / Noneパリティ / 8ビット ▪ 初期ログイン – ID : admin – Password : admin123 4 Please press Enter to activate this console. nx5500-8606F8 login: admin Password: admin123 System is currently using the factory default login credentials. Please change the default password to protect from unauthorized access. Enter new password: (新パスワード) Confirm new password: (新パスワード) Password for user 'admin' changed successfully. Please write this password change to memory ("write memory") to make the change persistent. nx5500-8606F8>
  • 5. ©2018 Extreme Networks, Inc. All rights reserved IPアドレス設定 ▪ 管理用インターフェイスへのIPアドレス設定 – デフォルトではVLAN1に設定(タグなし) – IPアドレス設定後はGUIから設定可能 ▪ デフォルトゲートウェイ設定 5 nx5500-8606F8>enable nx5500-8606F8#self Enter configuration commands, one per line. End with CNTL/Z. nx5500-8606F8(config-device-40-83-DE-86-06-F8)#interface vlan 1 nx5500-8606F8(config-device-40-83-DE-86-06-F8-if-vlan1)#ip address 192.168.56.244/24 nx5500-8606F8(config-device-40-83-DE-86-06-F8-if-vlan1)#commit write [OK] nx5500-8606F8(config-device-40-83-DE-86-06-F8-if-vlan1)# nx5500-8606F8(config-device-40-83-DE-86-06-F8)#ip default-gateway 192.168.10.1 nx5500-8606F8(config-device-40-83-DE-86-06-F8)#commit write [OK] nx5500-8606F8(config-device-40-83-DE-86-06-F8)#
  • 6. ©2018 Extreme Networks, Inc. All rights reserved 物理接続 6 スイッチとして稼働するので、IP設定後はどこ にケーブルを挿しても通信可能 (PoEではありません)
  • 7. ©2018 Extreme Networks, Inc. All rights reserved GUIアクセス (Firefoxの場合) 7 設定したIPアドレスに “https” でアクセス
  • 8. ©2018 Extreme Networks, Inc. All rights reserved ログイン 8 初期ログインで設定したパスワード
  • 9. ©2018 Extreme Networks, Inc. All rights reserved 管理画面 9
  • 10. ©2018 Extreme Networks, Inc. All rights reserved 無線コントローラ設定
  • 11. ©2018 Extreme Networks, Inc. All rights reserved RFドメイン作成 ▪ Configuration  RF Domains  Add 11
  • 12. ©2018 Extreme Networks, Inc. All rights reserved12 RFドメイン名 タイムゾーンを選択 国を選択 APをコントロールするVLANを指定
  • 13. ©2018 Extreme Networks, Inc. All rights reserved AP用プロファイル作成 ▪ Configuration  Profiles  Add 13
  • 14. ©2018 Extreme Networks, Inc. All rights reserved14 プロファイル名 APのタイプを選択 ・anyap で全APに適用 ・プロダクト毎に設定したい場合は、それぞれのデバイスプロファイルを選択する
  • 15. ©2018 Extreme Networks, Inc. All rights reserved AP側で利用するインターフェイスの設定 ▪ Profile  Interface  Virtual Interfaces  Add 15
  • 16. ©2018 Extreme Networks, Inc. All rights reserved16 [注意] AP全体のプロファイルとなるので、ここ で固定IPの設定は行わない (固定IPはAP毎の設定にて行う)
  • 17. ©2018 Extreme Networks, Inc. All rights reserved Auto Provisioning Policyの設定 17 ▪ 前の手順で作成した “RFドメイン” と “AP用プロファイル” を使用して、自動プロビ ジョニングポリシーを作成する ▪ 一致条件をグループの送信元IPアドレスにする – 例) 192.168.10.0/24範囲のアドレスを持つAPは自動設定となる ▪ 自動プロビジョニングポリシーを無線コントローラに割当てて有効化する ▪ Auto Provisioningを使用しない場合、コントローラは “default” のRFドメインとAP 用プロファイルを割当てます
  • 18. ©2018 Extreme Networks, Inc. All rights reserved Auto Provisioning Policyの作成 ▪ Configuration  Devices  Auto-Provisioning Policy  Add 18
  • 19. ©2018 Extreme Networks, Inc. All rights reserved19 Auto Provisioning Policy名の設定 自動プロビジョニングのマッチルール追加
  • 20. ©2018 Extreme Networks, Inc. All rights reserved マッチルールの作成 20
  • 21. ©2018 Extreme Networks, Inc. All rights reserved ポリシーをコントローラーに割当て ▪ Configuration  Devices  <Controller>  Adoption 21
  • 22. ©2018 Extreme Networks, Inc. All rights reserved MINT設定(Level 2設定)
  • 23. ©2018 Extreme Networks, Inc. All rights reserved MINT MTUサイズ変更 ▪ Configuration  Devices  MINT Policy 23 900~1500の設定が可能 フラグメントが起こらない値を設定
  • 24. ©2018 Extreme Networks, Inc. All rights reserved フラグメントの確認 ▪ Don’t Fragmentビットを立てた状態でPingにて確認 ▪ 1500byteから8ビットずつ減らして確認 – 1500, 1492, 1484, 1476, 1468, 1480・・・ 24 nx5500#ping <remote-ap-ip-address> size <value> dont-fragment
  • 25. ©2018 Extreme Networks, Inc. All rights reserved MINTを Level 2 / Layer 3モードに設定する (Level 1 / Layer 2モードをディセーブルにする) ▪ Configure  Profiles  <Profile名>  Advanced  MINT Protocol 25 MLCP VLAN のチェックを外す
  • 26. ©2018 Extreme Networks, Inc. All rights reserved アクセスポイント設定(手動設定の場合)
  • 27. ©2018 Extreme Networks, Inc. All rights reserved コンソール接続 ▪ 115200 / Noneパリティ / 8ビット ▪ 初期ログイン – ID : admin – Password : admin123 27 Please press Enter to activate this console. ap8533-178CAE login: admin Password: admin123 System is currently using the factory default login credentials. Please change the default password to protect from unauthorized access. Enter new password: (新パスワード) Confirm new password: (新パスワード) Password for user 'admin' changed successfully. Please write this password change to memory ("write memory") to make the change persistent. ap8533-178CAE>
  • 28. ©2018 Extreme Networks, Inc. All rights reserved インターフェイス設定 ▪ IP address設定 ▪ デフォルトゲートウェイ設定 28 ap8533-178CAE>enable ap8533-178CAE#self Enter configuration commands, one per line. End with CNTL/Z. ap8533-178CAE(config-device-B8-50-01-17-8C-AE)#interface vlan 1 ap8533-178CAE(config-device-B8-50-01-17-8C-AE-if-vlan1)#ip address 192.168.10.200/24 ap8533-178CAE(config-device-B8-50-01-17-8C-AE-if-vlan1)#exit ap8533-178CAE(config-device-B8-50-01-17-8C-AE)#ip default-gateway 192.168.10.1 ap8533-178CAE(config-device-B8-50-01-17-8C-AE)#
  • 29. ©2018 Extreme Networks, Inc. All rights reserved 接続するコントローラの設定 ▪ コントローラ冗長の場合 29 ap8533-178CAE(config-device-B8-50-01-17-8C-AE)#controller host 192.168.10.244 pool 1 level 2 ap8533-178CAE(config-device-B8-50-01-17-8C-AE)#controller host 192.168.10.243 pool 1 level 2 ap8533-178CAE(config-device-B8-50-01-17-8C-AE)#commit write [OK] ap8533-178CAE(config-device-B8-50-01-17-8C-AE)# MINT Level 2での接続設定
  • 30. ©2018 Extreme Networks, Inc. All rights reserved コントローラ ~ AP間接続確認&ソフトウェアアップデート
  • 31. ©2018 Extreme Networks, Inc. All rights reserved Adoptionの確認 ▪ Statistics  Adopted Devices 31 Adoptionは出来ているが、 「コントローラとAPのOSバージョンがミスマッチ状態」 である事を表している
  • 32. ©2018 Extreme Networks, Inc. All rights reserved APのソフトウェアアップグレード ▪ Operations  default  <Controller>  Adopted Device Upgrade 32 アップグレードするAPを 選択する
  • 33. ©2018 Extreme Networks, Inc. All rights reserved33 バージョンアップ完了
  • 34. ©2018 Extreme Networks, Inc. All rights reserved 無線設定(SSID / 認証)
  • 35. ©2018 Extreme Networks, Inc. All rights reserved Wireless LAN追加 ▪ Configuration  Wireless  Wireless LANs  Add 35
  • 36. ©2018 Extreme Networks, Inc. All rights reserved SSID設定 36 ▪ Basic Configuration WLANの名前 SSIDの名前 SSIDと紐づけるVLAN番号
  • 37. ©2018 Extreme Networks, Inc. All rights reserved 認証設定 37 ▪ Security 認証方式の選択 暗号方式の選択
  • 38. ©2018 Extreme Networks, Inc. All rights reserved WLANをプロファイルに適用 ▪ Configure  Profiles  <Profile名>  Interface  Radios 38 適用するRadioを選択 - radio1  2.4Ghz - radio2  5GHz 両方利用する場合、radio1 / radio2 それぞれにWLANをアサインする
  • 39. ©2018 Extreme Networks, Inc. All rights reserved39
  • 40. ©2018 Extreme Networks, Inc. All rights reserved 無線コントローラ冗長化 (Active – Standby 設定)
  • 41. ©2018 Extreme Networks, Inc. All rights reserved 設定前確認事項 ▪ コントローラ同士のOSバージョンが一致していること 41
  • 42. ©2018 Extreme Networks, Inc. All rights reserved クラスタ設定(Active側) ▪ Configuration  Devices  <Controller名>  Profile Overrides  Cluster 42
  • 43. ©2018 Extreme Networks, Inc. All rights reserved43 Active設定 クラスタ名設定 Active側がMasterとなるよう、プライオリティ値を255に設定 クラスタを組むIPのVLANと、デバイスを設定 Apが再オンラインになった際に、Active側にAdoptする設定
  • 44. ©2018 Extreme Networks, Inc. All rights reserved クラスタ設定(Standby側) ▪ 19200 / Noneパリティ / 8ビット ▪ 初期ログイン – ID : admin – Password : admin123 44 Please press Enter to activate this console. nx5500-860AB8 login: admin Password: admin123 System is currently using the factory default login credentials. Please change the default password to protect from unauthorized access. Enter new password: (新パスワード) Confirm new password: (新パスワード) Password for user 'admin' changed successfully. Please write this password change to memory ("write memory") to make the change persistent. nx5500-860AB8>
  • 45. ©2018 Extreme Networks, Inc. All rights reserved IPアドレス設定 ▪ 管理用インターフェイスへのIPアドレス設定 – デフォルトではVLAN1に設定(タグなし) – IPアドレス設定後はGUIから設定可能 ▪ デフォルトゲートウェイ設定 45 nx5500-860AB8>enable nx5500-860AB8#self Enter configuration commands, one per line. End with CNTL/Z. nx5500-860AB8(config-device-40-83-DE-86-06-F8)#interface vlan 1 nx5500-860AB8(config-device-40-83-DE-86-06-F8-if-vlan1)#ip address 192.168.56.245/24 nx5500-860AB8(config-device-40-83-DE-86-06-F8-if-vlan1)#commit write [OK] nx5500-860AB8(config-device-40-83-DE-86-06-F8-if-vlan1)# nx5500-860AB8(config-device-40-83-DE-86-06-F8)#ip default-gateway 192.168.10.1 nx5500-860AB8(config-device-40-83-DE-86-06-F8)#commit write [OK] nx5500-860AB8(config-device-40-83-DE-86-06-F8)#
  • 46. ©2018 Extreme Networks, Inc. All rights reserved クラスタ設定(Standby側) ▪ クラスタ Active側へjoin ▪ 接続確認 46 nx5500-860AB8#join-cluster 192.168.10.244 user <ログインID> password <パスワード> level 2 mode standby ... connecting to 192.168.10.244 ... applying cluster configuration ... committing the changes ... saving the changes [OK] nx5500-860AB8# nx5500-860AB8#show cluster members ----------------------------------------------------------------------------------------------- HOSTNAME MEMBER-ID MAC MASTER OPERATIONAL-STATE LAST-SEEN ----------------------------------------------------------------------------------------------- nx5500-860AB8 5E.86.0A.B8 40-83-DE-86-0A-B8 False standby self nx5500-8606F8 5E.86.06.F8 40-83-DE-86-06-F8 True active 00:01:07 ago ----------------------------------------------------------------------------------------------- nx5500-860AB8#
  • 47. ©2018 Extreme Networks, Inc. All rights reserved 自動電波管理設定(Smart RF)
  • 48. ©2018 Extreme Networks, Inc. All rights reserved Smart RF ポリシー作成 ▪ Configuration  Wireless  Smart RF Policy  Add 48
  • 49. ©2018 Extreme Networks, Inc. All rights reserved49 Smart RF ポリシー名
  • 50. ©2018 Extreme Networks, Inc. All rights reserved チャネル設定 ▪ Smart RF Policy  Channel and Power 50 出力電波設定 ・基本はデフォルト値でOK 利用チャネルおよび帯域設定 ・基本はデフォルト値でOK
  • 51. ©2018 Extreme Networks, Inc. All rights reserved ポリシーをRF domainに割当て ▪ Configure  RF Domains  <RFドメイン名>  Basic 51 作成した Smart RF Policy を選択
  • 52. ©2018 Extreme Networks, Inc. All rights reserved 高速ローミング設定(802.1r / 802.1k)
  • 53. ©2018 Extreme Networks, Inc. All rights reserved 802.11k 有効化 ▪ Configuration  Wireless  Wireless LANs  <Wireless LAN名>  Client Settings 53 802.11k 有効化
  • 54. ©2018 Extreme Networks, Inc. All rights reserved 802.11r 有効化 ▪ Configuration  Wireless  Wireless LANs  <Wireless LAN名>  Advanced 54 802.11r 有効化
  • 55. ©2018 Extreme Networks, Inc. All rights reserved WWW.EXTREMENETWORKS.COM