Showing posts with label ExtremeSwitching. Show all posts
Showing posts with label ExtremeSwitching. Show all posts

Dec 10, 2015

エクストリーム・ネットワークス: LACP (XOS)

このポストでは、エクストリーム・スイッチ(XOS) のLACP (Link Aggregation Control Protocol) の設定方法について、ご紹介したいです。


まず今回のトポロジーを説明させてください。

+++++++++++[port 3] <-----> [port 3]+++++++++++
+   SwitchA   +                                      +   SwitchB   +
+++++++++++[port 4] <-----> [port 4]+++++++++++

SwitchA の Port 3 と Port 4 で LACP を実施します。


###### 実行事例 #######
// Switch A と Switch B で、下記のコマンドを実施する //

//Switch A//
* X480-24x(10G4X).4 # enable sharing 3 grouping 3, 4 algorithm address-based lacp

//Switch B//
* X480-24x(10G4X).4 # enable sharing 3 grouping 3, 4 algorithm address-based lacp

//Switch A//
* X480-24x(10G4X).6 # enable ports 3-4

//Switch B//
* X480-24x(10G4X).6 # enable ports 3-4

// 確認するコマンドSwitch A//
* X480-24x(10G4X).7 # show sharing
Load Sharing Monitor
Config    Current    Agg       Ld Share    Ld Share  Agg   Link    Link Up
Master    Master     Control   Algorithm   Group     Mbr   State   Transitions
==============================================================================
     3      3        LACP      L2          3          Y      A        4
                               L2          4          Y      A        3
==============================================================================
Link State: A-Active, D-Disabled, R-Ready, NP-Port not present, L-Loopback
Load Sharing Algorithm: (L2) Layer 2 address based, (L3) Layer 3 address based
                        (L3_L4) Layer 3 address and Layer 4 port based
                        (custom) User-selected address-based configuration
Custom Algorithm Configuration: ipv4 L3-and-L4, xor
Number of load sharing trunks: 1

// 確認するコマンドSwitch B//
* X480-24x.5 # show sharing
Load Sharing Monitor
Config    Current Agg     Min     Ld Share    Ld Share  Agg   Link   Link Up
Master    Master  Control Active  Algorithm   Group     Mbr   State  Transitions
================================================================================
     3      3     LACP       1     L2          3          Y      A        2
                                   L2          4          Y      A        3
================================================================================
Link State: A-Active, D-Disabled, R-Ready, NP-Port not present, L-Loopback
Minimum Active: (<) Group is down. # active links less than configured minimum
Load Sharing Algorithm: (L2) Layer 2 address based, (L3) Layer 3 address based
                        (L3_L4) Layer 3 address and Layer 4 port based
                        (custom) User-selected address-based configuration
Custom Algorithm Configuration: ipv4 L3-and-L4, xor
Number of load sharing trunks: 1
######

Dec 9, 2015

エクストリーム・ネットワークス:診断テスト(XOS)

このポストでは、エクストリーム・ネットワークスのスイッチの診断テスト(Diagnostic Test) についてご紹介したいです。
診断テストのゴールドは、該当機器の故障の減少と適切な故障の報告となります。

下記の機器で、診断テストの実行ができます。
 - Summit family Switch
 - BlackDiamond
 - EXOS


実施する方法
 - run diagnostics [extended | normal | stack-port] {slot [ | A | B]}


######## 実施例 #######
X480-48t.1.17.43 # run diagnostics normal

Running Diagnostics will disrupt network traffic. Are you sure you want to continue? (y/N) Yes

Do you want to save configuration changes to currently selected configuration
file (mgmt-labswA.cfg)? (y or n) Yes
Saving configuration on master ........ done!
X480-48t.1.17.44 #
X480-48t.1.17.44 > The system is gSending SIGKILL to all processes
Requesting system reboot

Extreme Networks
Alternate BootStrap Image
Starting CRC of Default image
Using Default image ...

Extreme Networks
Default BootLoader Image
DRAM Post

Press and hold the to enter the bootrom.
Copyright 2003 - 2009 Extreme Networks, Inc.

Loading EXOS Diagnostics ... |/
Running Image ...
Secondary Core Initializing ...
Decompressing diagnostics...

Initializing operational diagnostics...
Running Power On Self Test...(Normal mode)
Test i2cenviron                   - PASS
Test nvram                        - PASS
Test internal compact flash       - PASS
Test sdram                        - PASS
Test loopback eth                 - PASS
Test loopback pci                 - PASS
Test loopback mac interface       - PASS
Test loopback phy copper          - PASS
Test loopback phy fiber           - PASS
Test snake interface              - PASS
Test sync ethernet                - PASS
Test external tcam                - PASS
Test asic0 reg                    - PASS
Test asic0 mac                    - PASS

Storing diagnostics result into EEPROM.
Diagnostics completed.
Waiting for reboot...Restarting system.

Extreme Networks
Alternate BootStrap Image
Starting CRC of Default image
Using Default image ...

Extreme Networks
Default BootLoader Image
DRAM Post
########

参考URL
This information was found in page 409-412 of ExtremeXOS Concepts Guide, Software Version 12.5 Rev. 03

Dec 4, 2015

エクストリーム・ネットワークス:スイッチ間の接続(XOS)

このポストでは、2 台スイッチ間の接続について、ご紹介したいと思います。

今回のトポロジーは下記のようなものとなります。
2 台のスイッチは、ポート 3 で接続しております。
 Switch 1 [Port3]  ------------ [Port3] Switch2
      172.16.103.102/24           172.16.103.103/24

##### 実行例 ######
// 1. 2台 のスイッチのPort 3 を Enable する//
* X480-48x.1 # enable port 3


// 2. 現在の vlan の状態を確認する //

* X480-48x.1 # show vlan
-----------------------------------------------------------------------------------------------
Name            VID  Protocol Addr       Flags                         Proto  Ports  Virtual
                                                                              Active router
                                                                              /Total
-----------------------------------------------------------------------------------------------
Default         1    --------------------------------T---------------- ANY    1 /48  VR-Default
Mgmt            4095 ------------------------------------------------- ANY    1 /1   VR-Mgmt

ご覧の通り、スイッチのDefault vlan は "vlan 1" に所属しております。


// 3. Default vlan に IP addresss をアサインする //
* X480-48x.2 # config vlan "Default" ipaddress 172.16.103.102/24
IP interface for VLAN Default has been created.

* X480-48x.4 # config vlan "Default" ipaddress 172.16.103.103/24
IP interface for VLAN Default has been created.


//4. 設定した内容を確認する //
* X480-48x.3 # show vlan
-----------------------------------------------------------------------------------------------
Name            VID  Protocol Addr       Flags                         Proto  Ports  Virtual
                                                                              Active router
                                                                              /Total
-----------------------------------------------------------------------------------------------
Default         1    172.16.103.102 /24  ------------T---------------- ANY    1 /48  VR-Default
Mgmt            4095 ------------------------------------------------- ANY    1 /1   VR-Mgmt
-----------------------------------------------------------------------------------------------


----------------------------------------------------------------------------------------------
Name            VID  Protocol Addr       Flags                         Proto  Ports  Virtual
                                                                              Active router
                                                                              /Total
-----------------------------------------------------------------------------------------------
Default         1    172.16.103.103 /24  ------------T---------------- ANY    2 /47  VR-Default
Mgmt            4095 ------------------------------------------------- ANY    1 /1   VR-Mgmt
-----------------------------------------------------------------------------------------------


// 5. Ping テストを実施する //
* X480-48x.4 # ping vr "VR-Default" 172.16.103.103
Ping(ICMP) 172.16.103.103: 4 packets, 8 data bytes, interval 1 second(s).
16 bytes from 172.16.103.103: icmp_seq=0 ttl=64 time=9.400 ms
16 bytes from 172.16.103.103: icmp_seq=1 ttl=64 time=1.054 ms
16 bytes from 172.16.103.103: icmp_seq=2 ttl=64 time=1.016 ms
16 bytes from 172.16.103.103: icmp_seq=3 ttl=64 time=1.063 ms

--- 172.16.103.103 ping statistics ---
4 packets transmitted, 4 packets received, 0% loss
round-trip min/avg/max = 1/3/9 ms

Dec 3, 2015

エクストリーム・ネットワークス:Mirroring Port

このポストでは、Mirroring port についてご紹介したいと思います。

#### 例 ####
* X480-48x.2 # show mirror

DefaultMirror   (Disabled)
    Description:    Default Mirror Instance, created automatically
    Mirror to port: -

Mirrors defined:          1
Mirrors enabled:          0 (Maximum 4)
HW filter instances used: 0 (Maximum 128)
HW mirror instances used: 0 ingress, 0 egress (Maximum 4 total, 2 egress)

* X480-48x.4 # enable mirror to port
  port            port
  port-list       egress port list for mirror
* X480-48x.4 # enable mirror to port 6
WARNING: This command will remove VLAN membership from the monitor port.
         Do you want to continue? (y/N) Yes
* X480-48x.5 # config mirror add port 4
* X480-48x.6 # show mirror

DefaultMirror   (Enabled)
    Description:    Default Mirror Instance, created automatically
    Mirror to port: 6
    Source filter instances used :  1
        Port 4, all vlans, ingress and egress

Mirrors defined:          1
Mirrors enabled:          1 (Maximum 4)
HW filter instances used: 1 (Maximum 128)
HW mirror instances used: 1 ingress, 1 egress (Maximum 4 total, 2 egress)

エクストリーム・ネットワークス:show version について (XOS)

このポストでは、Show version の内容についてご紹介したいと思います。


### 例 ###
* X480-48t.1.17.35 # show version
Switch      : 800273-00-04 1022G-00079 Rev 4.0 BootROM: 2.0.0.9    IMG: 15.5.3.4
PSU-1       : Internal PSU-1 800282-00-04 1026K-81438
PSU-2       :

Image   : ExtremeXOS version 15.5.3.4 v1553b4 by release-manager
          on Fri Nov 7 12:56:24 EST 2014
BootROM : 2.0.0.9
Diagnostics : 6.3
* X480-48t.1.17.36 #





エクストリーム・ネットワークス:スイッチマネジメント(XOS)

このポストでは、スイッチマネジメント(XOS) について、簡単に紹介したいです。


//  Port コンフィグについて//
 - enable port
 - disable port
 - configure auto speed <10 10000="" 1000="" 100="" or=""> duplex
 - show port configuration


// Default 設定 //
 - Auto Negotiation enable
 - Auto Polarity enable
 - Port's are enable or disable by the "safe defaults script" on initial login

"Auto Polarity" は、逆向きに接続されたケーブルの補正をカードで行うことを意味する。
デフォルト設定の ON を OFFに設定することによって、極性の補正をディセーブルにします。


// Syslog の設定について//
 - configure syslog {add} [ or ] {vr} [local0 ... local7] {}

### Example ###
X480-48t.1.17.21 # config syslog add 1.1.1.1 local0

* X480-48t.1.17.24 # enable syslog

* X480-48t.1.17.26 #
* X480-48t.1.17.26 # show log config target syslog
Log Target      : syslog; 1.1.1.1:514 (vr VR-Mgmt), local0
    Enabled     : yes
    Filter Name : DefaultFilter
    Match regex : Any
    Severity    : Debug-Data (through Critical)
    Format      : PRI Mmm DD HH:MM:SS TAG:
###

CLI session で、リアルタイムを表示させるため、下記のコマンドをご使用してください。

Console session の場合
- enable log display

Telnet and SSH2 session の場合
- enable log target session
- enable log display


// SNMP の設定について//
* X480-48t.1.17.29 # config snmpv3 add ?
  access          Access
  community       Community
  filter          Filter
  filter-profile  Filter Profile
  group           Group
  mib-view        MIB View
  notify          Notify
  target-addr     Target Address
  target-params   Target Params
  user            User

### 例 ####
* X480-48t.1.17.30 # config snmpv3 add user trainer authentication md5 password privacy password

* X480-48t.1.17.33 # show snmpv3 user trainer

Engine-ID       : 80:00:07:7c:03:00:01:30:10:3b:1c 'H'
User Name       : trainer
Security Name   : trainer
Authentication  : HMAC-MD5
Privacy         : DES
Storage Type    : NonVolatile
Row Status      : Active
####



Nov 27, 2015

エクストリーム・ネットワークス: SSH の設定 (XOS)

このポストでは、SSH の設定方法について、ご紹介したいです。


XOS では、SSH を使用するため、SSH2 XOS module が必要でございます。

### 実機の例 ###
!!! 1.  スイッチの中に SSH2 model があるかを確認する !!!
Demo-X480-48t.1.2 # show version images
Card  Partition     Installation Date        Version     Name      Branch
------------------------------------------------------------------------------
Switch primary   Wed Nov 11 01:51:07 UTC 2015 15.5.3.4 summitX-15.5.3.4.xos v1553b4
Switch secondary Thu Nov 26 12:47:36 UTC 2015 16.1.1.4 summitX480-16.1.1.4.xos 16.1.1.4

!!! 2.  XOS module は、active partition にインストールする !!! 
Demo-X480-48t.1.3 # show switch
:
Current State:    OPERATIONAL
Image Selected:   primary
Image Booted:     primary
Primary ver:      15.5.3.4
Secondary ver:    16.1.1.4

!!! 3. 該当 のSSH modules をダウンロードする !!!
Demo-X480-48t.1.6 # download image xx.xx.xx.xx summitX-15.5.3.4-patch1-2-ssh.xmod vr "VR-Mgmt"
Debug information files are present in internal-memory.
These files will be removed if you continue with download.
Do you want to continue with download and remove existing files from internal-memory? (y/N) Yes
Do you want to install image after downloading? (y - yes, n - no, - cancel) Yes

Downloading to Switch....
Installing to primary partition!

Installing to Switch............................................................
SSL will be usable after restart of thttpd process. Restart snmpMaster process to use AES/3DES users for SNMPv3.


Image installed successfully


!!! 4. 下記のプロセスを restart する !!!
Demo-X480-48t.1.7 # restart process "thttpd" 
Step 1: terminating process thttpd gracefully ...
Step 2: starting process thttpd ...
Restarted process thttpd successfully

Demo-X480-48t.1.8 # restart process "snmpMaster" 
Step 1: terminating process snmpMaster gracefully ...
Step 2: starting process snmpMaster ...
Restarted process snmpMaster successfully


!!! 5. SSH をインストールされることが確認する !!!
Demo-X480-48t.1.9 # show version images
Card  Partition     Installation Date        Version     Name      Branch
------------------------------------------------------------------------------
Switch primary   Wed Nov 11 01:51:07 UTC 2015 15.5.3.4 summitX-15.5.3.4.xos v1553b4
Switch primary   Fri Nov 27 11:32:01 UTC 2015 15.5.3.4 summitX-15.5.3.4-patch1-2-ssh.xmod v1553b4-patch1-2
Switch secondary Thu Nov 26 12:47:36 UTC 2015 16.1.1.4 summitX480-16.1.1.4.xos 16.1.1.4


!!!6. SSH model を active !!!
Demo-X480-48t.1.11 # run update


!!!7. SSH2 を Enable する !!!
Demo-X480-48t.1.13 # enable ssh2
WARNING: Generating new server host key
This could take approximately 10 minutes and cannot be canceled.  Continue? (y/N) Yes
.......................................


!!!8. SSH2 を enable することが確認する !!!
* Demo-X480-48t.1.16 # show management
CLI idle timeout                 : Disabled
CLI max number of login attempts : 3
:
Telnet access                    : Enabled (tcp port 23 vr all)
                                 : Access Profile : not set
SSH access                       : Enabled (Key valid, tcp port 22 vr all)
###

エクストリーム・ネットワークス: システムイメージのダウンロード(XOS)

このポストでは、システムイメージのダウンロード方法について紹介したいです。


### 実機の例 ###
!!! 現在イメージのVersion を確認する !!!
Demo-X480-48t.1.1 # show switch
Current State:    OPERATIONAL
Image Selected:   primary
Image Booted:     primary
Primary ver:      15.5.3.4
Secondary ver:    15.7.1.4


!!! TFTP(xx.xx.xx.xx) から、イメージをダウンロードする !!!
* Demo-X480-48t.1.7 # download image xx.xx.xx.xx summitX480-16.1.1.4.xos vr "vr-mgmt"
!!! また、download image xx.xx.xx.xx vr "VR-Default" [primary or secondary] !!!

Debug information files are present in internal-memory.
These files will be removed if you continue with download.
Do you want to continue with download and remove existing files from internal-memory? (y/N) Yes
Note: The inactive partition (secondary) will be used for installation.
Do you want to install image after downloading? (y - yes, n - no, - cancel) Yes

Downloading to Switch...........................................................................................................
Installing to secondary partition!

Installing to Switch...................................................................................................................................................................................................................................................................................................................................................
Image installed successfully
This image will be used only after rebooting the switch!


!!! イメージのダウンロードができるかどうかを確認する !!!
* Demo-X480-48t.1.8 # show switch
Current State:    OPERATIONAL
Image Selected:   secondary
Image Booted:     primary
Primary ver:      15.5.3.4
Secondary ver:    16.1.1.4


!!! スイッチの再起動 !!!
* Demo-X480-48t.1.9 # reboot


!!! 再起動後、イメージを変更したこと、再度 "show switch"  で確認できる !!!
Demo-X480-48t.1.1 # show switch
:
Current State:    OPERATIONAL
Image Selected:   secondary
Image Booted:     secondary
Primary ver:      15.5.3.4

Secondary ver:    16.1.1.4
####


※)”user image [primarily or secondary] を使い、イメージの選択ができる”
#### 例 ####
Demo-X480-48t.1.2 # use image primary

This image will be used only after rebooting the switch!
* Demo-X480-48t.1.9 # reboot
Do you want to save configuration changes to currently selected configuration
file (mgmt-labswA.cfg) and reboot?
(y - save and reboot, n - reboot without save, - cancel command) Yes


Demo-X480-48t.1.1 # show switch
Image Selected:   primary
Image Booted:     primary
Primary ver:      15.5.3.4
Secondary ver:    16.1.1.4

##### 

Nov 22, 2015

エクストリーム・ネットワークス:コンフィグファイルのマネジメント(XOS)

このポストは、コンフィグファイルをマネジメントする方法をご紹介したいです。

そのため、まずエクストリーム・ネットワークスのスイッチ(XOS) の ファイルシステムを説明させてください。ファイルシステムを確認するため、" ls " で確認できます。また、"ls" を使い、configuration file, script file と Policy file で確認できます。




####  実機の例 ####
* Demo-X480-48t.1.17 # ls
...
-rw-r--r--    1 root     root      1879548 Oct 12 18:44 old_stack.cfg
-rw-rw-rw-    1 root     root       238084 Nov 19 23:11 primary.cfg
drwxrwxrwx    2 root     root            0 Nov 19 02:26 vmt

!!! "save configuration" は、現在使用しているコンフィグを保存する !!!
* Demo-X480-48t.1.18 # save config mgmt-labswA
Do you want to save configuration to mgmt-labswA.cfg? (y/N) Yes
Saving configuration on master ....... done!
Configuration saved to mgmt-labswA.cfg successfully.

The current selected default configuration database to boot up the system
(primary.cfg) is different than the one just saved (mgmt-labswA.cfg).
Do you want to make mgmt-labswA.cfg the default database? (y/N) No
Default configuration database selection cancelled.

* Demo-X480-48t.1.17 # ls
...
-rw-rw-rw-    1 root     root       237350 Nov 22 07:21 mgmt-labswA.cfg
-rw-r--r--    1 root     root      1879548 Oct 12 18:44 old_stack.cfg
-rw-rw-rw-    1 root     root       238084 Nov 19 23:11 primary.cfg


Demo-X480-48t.1.21 # cp mgmt-labswA.cfg mgmt-lab-backup.cfg
Copy 'mgmt-labswA.cfg' from '/usr/local/cfg' to '/usr/local/cfg/mgmt-lab-backup.cfg'? (y/N) Yes
Demo-X480-48t.1.22 # ls
...
-rw-rw-rw-    1 root     root       237350 Nov 22 07:26 mgmt-lab-backup.cfg
-rw-rw-rw-    1 root     root       237350 Nov 22 07:21 mgmt-labswA.cfg
-rw-r--r--    1 root     root      1879548 Oct 12 18:44 old_stack.cfg
-rw-rw-rw-    1 root     root       238084 Nov 19 23:11 primary.cfg


Demo-X480-48t.1.24 # mv mgmt-lab-backup.cfg newname.cfg
Demo-X480-48t.1.26 # rm newname.cfg


!!! TFTP Sever に コンフィグを アップロードする !!!
Demo-X480-48t.1.24 # tftp put vr "VR-Default" mgmt-lab-backup.cfg mgmt-lab-backup.cfg

Demo-X480-48t.1.26 # rm mgmt-lab-backup.cfg

!!! TFTP Sever からコンフィグをダウンロードする !!!
Demo-X480-48t.1.24 # tftp get vr "VR-Default" mgmt-lab-backup.cfg mgmt-lab-backup.cfg


!!! 現在使用しているコンフィグファイルを確認する!!!
Demo-X480-48t.1.29 # show switch
...
Config Selected:  primary.cfg
Config Booted:    Factory Default

primary.cfg       Created by ExtremeXOS version 15.5.3.4
                  238084 bytes saved on Thu Nov 19 23:11:16 201


!!! コンフィグファイルをロードする !!!
Demo-X480-48t.1.33 # use configuration mgmt-labswA
The selected configuration will take effect after the next switch reboot.
Demo-X480-48t.1.34 # reboot
Are you sure you want to reboot the switch? (y/N)


!!! 現在使用しているコンフィグファイルを確認する!!!
Demo-X480-48t.1.29 # show switch
Config Selected:  mgmt-labswA.cfg
Config Booted:    mgmt-labswA.cfg

mgmt-labswA.cfg   Created by ExtremeXOS version 15.5.3.4
                  237350 bytes saved on Sun Nov 22 07:21:21 2015

####



なお、XOS のActive コンフィグは、default で VRAM に保存されます。




エクストリーム・ネットワークス: telnet の設定(XOS)

このポストは、telnet 方法について、紹介致します。

エクストリーム・ネットワークスのスイッチは、default で Telnet を enable しております。
確認する方法、"show management" を利用してください。


#### 例 #####
* Demo-X480-48t.1.5 # show mana
CLI idle timeout                 : Disabled
CLI max number of login attempts : 3
CLI max number of sessions       : 8
CLI paging                       : Enabled (this session only)
CLI space-completion             : Disabled (this session only)
CLI configuration logging        : Disabled
CLI scripting                    : Disabled (this session only)
CLI scripting error mode         : Ignore-Error (this session only)
CLI persistent mode              : Persistent (this session only)
CLI prompting                    : Enabled (this session only)
Telnet access                    : Enabled (tcp port 23 vr all)
                                 : Access Profile : not set
SSH Access                       : ssh module not loaded.
Web access                       : Disabled (tcp port 80)
                                 : Access Profile : not set
Total Read Only Communities      : 1
Total Read Write Communities     : 1
RMON                             : Disabled
SNMP access                      : Enabled
                                 : Access Profile : not set
SNMP Compatibility Options       :
    GETBULK Reply Too Big Action : Too Big Error
    IP Fragmentation             : Disallow
SNMP Traps                       : Enabled
SNMP v1/v2c TrapReceivers        : None

SNMP stats:     InPkts 0       OutPkts   0       Errors 0       AuthErrors 0
                Gets   0       GetNexts  0       Sets   0       Drops      0
SNMP traps:     Sent   0       AuthTraps Enabled
SNMP inform:    Sent   0       Retries   0       Failed 0
####


また、Telnet アクセスがdisable したい場合、"disable telnet" をご利用してください。

Nov 20, 2015

エクストリーム・ネットワークス:Console 環境の設定について(XOS)

このポストは、エクストリーム・ネットワークスのスイッチのConsole 環境の設定について、ご紹介致します。


#### 例 ####
* X480-48t.1 # config snmp sysName Demo-X480-48t.1
* Demo-X480-48t.1.2 # disable idletimeout
####

エクストリーム・ネットワークスのスイッチの idle -timeoutは、default で disable となっております。
また、default でこの timeout 値は 120 秒でございます。

”configure idletimeout [minutes]” を使い、time-out の値が調整できます。
また、idle-timeout の範囲は 1 分 ~ 240 分となります。


その他のコマンドを紹介致します。

1. config cli max-sessions
2.    clear session { | all} 

Nov 19, 2015

エクストリーム・ネットワークス: IP アドレスの設定について(XOS)

このポストを通して、エクストリーム・ネットワークスのスイッチに対して、IP address の設定方法
を紹介したいと思います。

使用するコマンドは
・ show vlan
・ configure vlan Default ipaddress
・  unconfigure vlan default ipaddress

##### 実機の例 #####
* X480-48t.1 # show vlan  -----------------------------------------------------------------------------------------------
Name            VID  Protocol Addr       Flags                         Proto  Ports  Virtual
                                                                              Active router
                                                                              /Total
-----------------------------------------------------------------------------------------------
Default         1    --------------------------------T---------------- ANY    0 /48  VR-Default
Mgmt            4095 ------------------------------------------------- ANY    1 /1   VR-Mgmt
-----------------------------------------------------------------------------------------------

:

 * X480-48t.3 # config vlan "Default" ipaddress 172.16.11.102/24
IP interface for VLAN Default has been created.

 :

* X480-48t.4 # show vlan
-----------------------------------------------------------------------------------------------
Name            VID  Protocol Addr       Flags                         Proto  Ports  Virtual
                                                                              Active router
                                                                              /Total
-----------------------------------------------------------------------------------------------
Default         1    172.16.11.102  /24  ------------T---------------- ANY    0 /48  VR-Default
Mgmt            4095 ------------------------------------------------- ANY    1 /1   VR-Mgmt
-----------------------------------------------------------------------------------------------
#####


もし設定されたIP addressを修正したい場合、 下記のコマンド(unconfigure vlan "Default" ipaddress)をご利用してください。
##### 実機の例 #####
X480-48t.1 # config vlan "Default" ipaddress 172.16.1.103/24
Error: Can't change primary IP Address. Please unconfig the Primary IP address on VLAN first

  X480-48t.2 # unconfigure vlan "Default" ipaddress

* X480-48t.3 # config vlan "Default" ipaddress 172.16.1.103/24
* X480-48t.4 # show vlan
-----------------------------------------------------------------------------------------------
Name            VID  Protocol Addr       Flags                         Proto  Ports  Virtual
                                                                              Active router
                                                                              /Total
-----------------------------------------------------------------------------------------------
Default         1    172.16.1.103   /24  ------------T---------------- ANY    0 /48  VR-Default
Mgmt            4095 ------------------------------------------------- ANY    1 /1   VR-Mgmt
-----------------------------------------------------------------------------------------------
#####


また、ここでExtreme Switch の VR (virtual router) について、紹介させてください。
エクストリーム・ネットワークスのスイッチ(XOS)は、default で2つのVRがございます。
 - VR-default : すべての Data Port はこのVR にアサインする。Port と vlan は このVR
  で追加できる

 -  VR-mgmt :  このVR はスイッチのマネジメントポートです。Port と vlan はこのVR
  で追加できない


イメージとしては、下記の図のようになります。