Setting A Static Ip Address; Stateless Ipv6 Autoconfiguration - Brocade Communications Systems Brocade VDX 6740 Hardware Reference Manual

Top-of-rack, gigabit ethernet (gbe) line-rate, low latency, lossless data center bridging (dcb) switches
Table of Contents

Advertisement

3
Setting the switch IP address
3. Configure the IP address using the following command:

Setting a static IP address

Complete the following steps to set a static IP address.
1. Log in to the switch using the default password (the default password is password).
2. Use the ip address command to set the Ethernet IP address.
3. To display the configuration, use the show running-config interface Management command.

Stateless IPv6 autoconfiguration

IPv6 allows assignment of multiple IP addresses to each network interface. Each interface is
configured with a link local address in almost all cases, but this address is only accessible from
other hosts on the same network. To provide for wider accessibility, interfaces are typically
configured with at least one additional global scope IPv6 address. IPv6 autoconfiguration allows
more IPv6 addresses, the number of which is dependent on the number of routers serving the local
network and the number of prefixes they advertise.
When IPv6 autoconfiguration is enabled, the platform will engage in stateless IPv6
autoconfiguration. When IPv6 autoconfiguration is disabled, the platform will relinquish usage of
any autoconfigured IPv6 addresses that it may have acquired while IPv6 autoconfiguration was
enabled. This same enabled or disabled state also enables or disables the usage of a link local
address for each managed entity (though a link local address will continue to be generated for
each switch) because those link local addresses are required for router discovery.
16
switch(config)# interface Management 1/0
switch(config-Management-1/0)# ip address dhcp
If you are going to use an IPv4 IP address, enter the IP address in dotted decimal notation. You
should also disable DHCP and enter a gateway address as well.
switch(config)# interface Management 1/0
switch(config-Management-1/0)# no ip address dhcp
switch(config-Management-1/0)# ip address 10.24.85.81/20
To set up a default gateway, add an ip route in rbridge mode.
switch(config-rbridge-id-10)# ip route 0.0.0.0/0 10.24.80.1
switch# copy running-config startup-config
If you are going to use an IPv6 address, enter the network information in semicolon-separated
notation as prompted after the ipv6 address operand.
switch(config)# interface Management 1/0
switch(config-Management-1/0)# no ip address dhcp
switch(config-Management-1/0)# ipv6 address \
fd00;60;69bc;832;e61f;13ff;fe67;4b94/64
switch# show running-config interface Management 1/0
interface Management 1/0
no ip address dhcp
ip address 10.24.85.81/20
ipv6 address fd00;60;69bc;832;e61f;13ff;fe67;4b94/64
no ipv6 address autoconfig
!
Brocade VDX 6740 Hardware Reference Manual
53_1002829_02

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Vdx 6740Vdx 6740tVdx 6740t-1g

Table of Contents