SANRAD V-Switch Switch User Manual


 
206 SANRAD V-Switch User Manual
ip config show
This command displays the V Switch IP configurations.
ip config show
Table 37: V Switch IP Configurations
If Name IP Address Net Mask Activity
mgmt 212.199.43.46 255.255.255.0 Active
eth1 212.199.43.56 255.255.255.0 Active
eth1 212.199.43.57 255.255.255.0 Inactive
eth2 212.199.75.66 255.255.255.0 Active
eth3 212.199.12.67 255.255.255.0 Inactive
eth3 212.199.12.70 255.255.255.0 Active
ip config set
This command configures a new interface alias or edits an existing one.
ip config set
SWITCH PARAMETER DEFINITION STATUS EXAMPLE
-ip
IP ADDRESS IP ADDRESS
ASSIGNING TO THE
INTERFACE PORT
MANDATORY
212.199.43.56
-if
INTERFACE ALIAS
OR NAME
NETWORK
INTERFACE PORT
MANDATORY
ETH1, ETH2,
ETH3
eth1
Executing this
command on the
same network port
with a different IP
address will not reset
the network port
address. It will add
another IP address to
the network port
-im
IP MASK IP NET MASK OPTIONAL
DEFAULT:
255.255.255.0
-act
ACTIVITY IF IP ADDRESS IS
ACTIVE TO EXPOSE
VOLUMES
. USE
INACTIVE STATUS
TO ALLOW
FAILOVER
.
OPTIONAL
DEFAULT: 1
(
ACTIVE).
2(
INACTIVE)
1
Example
ip config set –ip 212.199.43.56 –if eth1 –act 1
ip config remove
This command removes an IP address from an interface.
ip config remove
SWITCH PARAMETER DEFINITION STATUS EXAMPLE