Brocade Communications Systems Brocade VDX 8770-4 User Manual

Page 44

Advertising
background image

24

Brocade VDX 8770-4 Hardware Reference Manual

53-1002563-02

Configuring the IP addresses

3

When you have assigned the IP and gateway addresses to management interface 1/1, you
should also assign IP and gateway addresses to management interface 1/2 if you have
installed a second MM.

switch(config)# interface Management 1/1

switch(config-Management-1/1)# no ip address dhcp

switch(config-Management-1/1)# ip address 10.24.85.81/20

switch(config-Management-1/1)# ip gateway-address 10.24.80.1

ATTENTION

The ip gateway-address command will not be available on the Brocade VDX 8770-4 if the L3 or
Advanced license is installed. In that case, use the following command sequence:

switch(config)# rbridge-id 1

switch(config-rbridge-id 1)# ip route 0.0.0.0/0 <default-gateway>

If you are going to use an IPv6 address, enter the network information in semicolon-separated
notation as prompted after the ipv6 address operand. You should also disable DHCP.

switch(config)# interface Management 1/1

switch(config-Management-1/1)# no ip address dhcp

switch(config-Management-1/1)# ipv6 address \

fd00:60:69bc:832:e61f:13ff:fe67:4b94/64

6. To display the configuration, use the show running-config interface Management command.

switch# show running-config interface Management 1/1

interface Management 1/1

no ip address dhcp

ip address 10.24.85.81/20

ip gateway-address 10.24.80.1

ipv6 address fd00:60:69bc:832:e61f:13ff:fe67:4b94/64

no ipv6 address autoconfig

!

Enable or disable a single switch for VCS™ mode as soon as passwords have been assigned and an
IP address has been set. Enabling VCS mode is disruptive because a reboot is required once the
mode has been enabled. Enabling or disabling VCS mode also causes the default configuration file
for that mode to be applied. The Brocade VDX 8770-4 ships with a two-node VCS license by default.
VCS mode is disabled by default.

The basic configuration tasks include enabling or disabling VCS mode explicitly, setting VCS
parameters, and applying the default configuration. If you disable VCS mode, you do not have to set
the other parameters. For more details about enabling VCS mode and setting VCS parameters,
refer to the Brocade Network OS Administrator’s Guide and the Brocade Network OS Command
Reference
.

Perform the following steps to enable VCS mode.

1. Log in to the switch using an account that has the admin role.

2. Enter the vcs enable command, including the RBridge parameter, as in the following example.

vcs rbridge-id 1 enable

The switch reboots when you confirm that you want to enable VCS mode.

Advertising