Print Download PDF Send Feedback

Previous

Next

vsx_util remove_member

Description

Removes a Cluster Member from a VSX Cluster.

Syntax

vsx_util remove_member

Required Input

Comments

show_interfaces

Description

Displays selected interface information in a VSX deployment. Provides information regarding interface types, connections to Virtual Devices, and IP addresses. The output appears on the screen and is also saved to the interfacesconfig.csv file.

Syntax

vsx_util show_interfaces

Parameters

Option

Description

1) All Interfaces

Show all interfaces (physical and Warp)

2) All Physical Interfaces

Show Physical interfaces only

3) All Warp Interfaces

Show Warp interfaces only

4) A Specific Interface

Enter the interface name when prompted to a specific interface.

 

Note - You cannot specify a VLAN tag as a parameter for the Specific Interface option. You can, however, specify an interface used as a VLAN (without the tag suffix) to view all tags associated with that interface. This is illustrated in the sample output below.

Sample Output

Expert@mgmt95:0]# vsx_util show_interfaces

Enter Security Management Server/main Domain Management Server IP address
(Hit 'ENTER' for 'localhost'):

Enter Administrator Name: jon

Enter Administrator Password:

 

Select VSX Gateway/cluster object name:

1) vsx-cluster

2) vsx-cluster_2

3) vsx-gw

4) vsx-gw_2

Select: 1

 

Which interface would you like to display?

  1)    All Interfaces

  2)    All Physical Interfaces

  3)    All Warp Interfaces

  4)    A Specific Interface

Enter your choice: 1

 

+------------------------------------+----+--------------------------------------

|Type & Interface|Virtual Device Name|VSID|               IP / Mask length      

+----------------+-------------------+----+--------------------------------------

|M eth0          |vsx-cluster        |0   |v4 172.16.16.98/24 v6 2001:0DB8::98/64

+----------------+-------------------+----+--------------------------------------

|S eth1          |vsx-cluster        |0   |v4 10.0.0.0/24                        

+----------------+-------------------+----+--------------------------------------

|U eth2          |vs1                |1   |v4 192.0.2.2/24 v6 2001:0DB8:c::1/64  

+----------------+-------------------+----+--------------------------------------

|U eth3          |vs1                |1   |v4 192.168.3.3/24 v6 2001:0DB8:b::1/64

+----------------+-------------------+----+--------------------------------------

|A eth4          |                   |    |               

+----------------+-------------------+----+--------------------------------------

|U eth5          |vs2                |2   |v4 10.10.10.10/24 v6 2001:0DB8:a::1/64

+----------------+-------------------+----+--------------------------------------

|A eth6          |                   |    |                                      

+----------------+-------------------+----+--------------------------------------

 

 

#Type: M - Management Interface    S - Synchronization Interface

#      V - VLAN Interface          W - Warp Interface

#      U - Used Interface          A - Available Interface

#      X - Unknown Interface       E - Error in Interface Properties