Supermicro L2 User manual

Category
Networking
Type
User manual

This manual is also suitable for

L2 / L3 Switches
Internet Protocol IPv6
Configuration Guide
Revision 1.0
Supermicro L2/L3 Switches Configuration Guide
2
The information in this USER’S MANUAL has been carefully reviewed and is believed to be accurate. The vendor
assumes no responsibility for any inaccuracies that may be contained in this document, makes no commitment to
update or to keep current the information in this manual, or to notify any person organization of the updates.
Please Note: For the most up-to-date version of this manual, please see our web site at www.supermicro.com.
Super Micro Computer, Inc. (“Supermicro”) reserves the right to make changes to the product described in this
manual at any time and without notice. This product, including software, if any, and documentation may not, in
whole or in part, be copied, photocopied, reproduced, translated or reduced to any medium or machine without
prior written consent.
IN NO EVENT WILL SUPERMICRO BE LIABLE FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, SPECULATIVE OR
CONSEQUENTIAL DAMAGES ARISING FROM THE USE OR INABILITY TO USETHIS PRODUCT OR DOCUMENTATION,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCHDAMAGES. IN PARTICULAR, SUPERMICRO SHALL NOT HAVE
LIABILITY FOR ANY HARDWARE,SOFTWARE, OR DATA STORED OR USED WITH THE PRODUCT, INCLUDING THE
COSTS OFREPAIRING, REPLACING, INTEGRATING, INSTALLING OR RECOVERING SUCH HARDWARE,SOFTWARE, OR
DATA.
Any disputes arising between manufacturer and customer shall be governed by the laws of Santa Clara County in
the State of California, USA. The State of California, County of Santa Clara shall be the exclusive venue for the
resolution of any such disputes. Super Micro's total liability for all claims will not exceed the price paid for the
hardware product.
FCC Statement: This equipment has been tested and found to comply with the limits for a Class A digital device
pursuant to Part 15 of the FCC Rules. These limits are designed to provide reasonable protection against harmful
interference when the equipment is operated in a commercial environment. This equipment generates, uses, and
can radiate radio frequency energy and, if not installed and used in accordance with the manufacturer’s instruction
manual, may cause harmful interference with radio communications. Operation of this equipment in a residential
area is likely to cause harmful interference, in which case you will be required to correct the interference at your
own expense.
California Best Management Practices Regulations for Perchlorate Materials: This Perchlorate warning applies only
to products containing CR (Manganese Dioxide) Lithium coin cells. Perchlorate Material-special handling may
apply. See http://www.dtsc.ca.gov/hazardouswaste/perchlorate/ for further details.
Manual Revision 1.0
Release Date: December 12, 2013
Unless you request and receive written permission from Super Micro Computer, Inc., you may not copy any part of
this document.
Information in this document is subject to change without notice. Other products and companies referred to
herein are trademarks or registered trademarks of their respective companies or mark holders.
Copyright © 2013 by Super Micro Computer, Inc.
All rights reserved.
Printed in the United States of America
Supermicro L2/L3 Switches Configuration Guide
3
Contents
1 IPv6 Configuration Guide ...................................................................................................................... 4
1.1 IPv6 Overview ............................................................................................................................... 4
1.1.1 IPv6 Addresses ...................................................................................................................... 5
1.1.2 IPv6 Header ........................................................................................................................... 7
1.1.3 IPv6 Tunnel .......................................................................................................................... 10
1.1.4 Neighbor Discovery Protocol .............................................................................................. 10
1.2 IPv6 Configuration....................................................................................................................... 13
1.2.1 Default Configuration .......................................................................................................... 13
1.2.2 Enabling IPv6 ....................................................................................................................... 14
1.2.3 Neighbor Discovery Protocol .............................................................................................. 15
1.2.4 Configuration Example ........................................................................................................ 18
1.3 IPv6 Unicast Routing ................................................................................................................... 24
1.3.1 Default Configuration .......................................................................................................... 24
1.3.2 Disable/Enable Unicast Routing .......................................................................................... 24
1.3.3 Static Route Configuration .................................................................................................. 25
1.3.4 RIPng ................................................................................................................................... 26
1.3.5 OSPFv3 ................................................................................................................................ 33
1.4 IP Multicast ................................................................................................................................. 56
1.4.1 PIM ...................................................................................................................................... 57
Supermicro L2/L3 Switches Configuration Guide
4
1 IPv6 Configuration Guide
This document describes the IPv6 features and configurations supported by Supermicro Layer 2 / Layer 3
switches.
The majority of this document applies to the above listed Supermicro switch products. In any particular
subsection however, the contents might vary across these product models. In those sections the
differences are clearly identified with reference to a particular model(s). If any particular model is not
referenced, the reader can safely assume that the content is applicable to all the above listed models.
Throughout this document, the common term “switch” refers to any of the above listed
Supermicro switch models unless a particular model is noted.
1.1 IPv6 Overview
IPv6 is designed to replace IPv4, providing an increase in the number of network address bits from 32 to
128 bits. IPv6 is based on IPv4, however IPv6 has a much larger address space and simplified main
header and extension headers.
The large IPv6 address space enablesextends network scalability and global reachability. The simplified
IPv6 packet header format handles packets more efficiently. The flexibility of the IPv6 address space
reduces the need for private addresses and the use of Network Address Translation (NAT), which
translates private (not globally unique) addresses into a limited number of public addresses.
Top of Rack Switches
• SSE-G24-TG4
• SSE-G48-TG4
• SSE-X24S
• SSE-X3348S
• SSE-X3348T
Blade Switches
• SBM-GEM-X2C
• SBM-GEM-X2C+
• SBM-GEM-X3S+
• SBM-XEM-X10SM
Supermicro L2/L3 Switches Configuration Guide
5
IPv6 functionality like prefix aggregation, simple network renumbering and site multihoming capabilities,
enable efficient routing. IPv6 in Supermicro switches supports Routing Information Protocol (RIP), Open
Shortest Path First (OSPF) for IPv6, and Protocol Independent Multicast-Sparse Mode (PIM-SM).
1.1.1 IPv6 Addresses
IPv6 addresses are denoted by eight groups of hexadecimal quartets separated by colons. Any four-digit
group of zeroes within an IPv6 address may be reduced to a single zero or omitted altogether.
For example,
2001:cdba:0000:0000:0000:0000:3257:9652
2001:cdba:0:0:0:0:3257:9652
2001:cdba::3257:9652
Parts of an IPv6 Address
X : X : X : X : X : X : X : X
X : X : X – First 3 Hexadecimal numbers represent Prefix
X : X – Next 2 Hexadecimal numbers represents Subnet ID
X : X : X – Last 3 Hexadecimal numbers represent Interface ID
1.1.1.1 IPv6 Address Types
IPv6 addresses are broadly classified into three categories:
1) Unicast addresses: A Unicast address is an identifier for a single interface. An IPv6 packet sent to a
Unicast address is delivered to the interface identified by that address.
2) Multicast addresses: A Multicast address is an identifier for a group/set of interfaces that belongs to
different nodes. An IPv6 packet delivered to a Multicast address is delivered to the multiple interfaces.
3) Anycast addresses: Anycast address is an identifier for a set of interfaces that may belong to the
different nodes. An IPv6 packet destined for an Anycast address is delivered to one of the interfaces
identified by the address.
Supermicro L2/L3 Switches Configuration Guide
6
Prefix
Designation & Meaning
IPv4
E
quivalent
::/128
Unspecified
This address may only be used as
a source address by an
initializing host before it has
learned its own address.
0.0.0.0
::1/128
Loopback
This address is used when a host
talks to itself over IPv6. E.g. one
program sends data to another.
127.0.0.1
::ffff/96
Example:
::ffff:192.0.2.47
IPv4
-
Mapped
These addresses are used to
embed IPv4 addresses in an IPv6
address.
There is no equivalent.
fc00::/7
Example:
fdf8:f53b:82e4::53
Unique Local Addresses (ULAs)
These addresses are reserved for
local use in home and enterprise
environments. These addresses
may not be unique. Packets with
these addresses in the source or
destination fields are not
intended to be routed on the
public Internet but only within
the enterprise or organization.
Private, or RFC 1918 address
space:
10.0.0.0/8
172.16.0.0/12
192.168.0.0/16
fe80::/10
Example:
fe80::200:5aee:feaa:20a2
Link
-
Local Addresses
These addresses are used on a
single link or a non-routed
common access network, such as
an Ethernet LAN.
Link-local addresses may appear
as the source or destination of
an IPv6 packet. Routers must not
forward IPv6 packets if the
source or destination contains a
link-local address.
169.254.0.0/
16
2002::/16
Example:
2002:cb0a:3cdd:1::1
6to4
A 6to4 gateway adds its IPv4
address to this 2002::/16,
creating a unique /48 prefix.
There is no equivalent but
192.88.99.0/24 has been
reserved as 6to4 relay anycast
address prefix.
Supermicro L2/L3 Switches Configuration Guide
7
2001:db8::/32
Example:
2001:db8:8:4::2
Documentation
These addresses are used ONLY
in examples and documentation.
192.0.2.0/24
198.51.100.0/24
203.0.113.0/24
2000::/3
Global Unicast
No equivalent single block
ff00::/8
Multicast
These addresses identify
multicast groups, i.e. destination
addresses.
224.0.0.0/4
1.1.2 IPv6 Header
The IPv6 header format is similar to IPv4 header fields. Even though IPv6 addresses are four times longer
than IPv4 addresses, the IPv6 header is only twice the size of the IPv4 header.
The IPv6 packet header has 8 fields with a size of 40 octets (320 bits). Fragmentation is handled by the
source of a packet and checksums at the data link layer and transport layer.
Supermicro L2/L3 Switches Configuration Guide
8
Figure IPv6-1: IPv6 Header Format
The IPv6 packet header fields are listed in the table below.
Field
Description
Version
Similar to
the
IPv4 packet header, except that the field lists number
6 for IPv6 instead of number 4 for IPv4.
Traffic Class
Similar to
the
IPv4 packet header. The Traffic Class
field tags packets
with a traffic class that is used in differentiated services.
Flow Label
New field in the IPv6 packet header. The Flow Label field tags
packets with a specific flow that differentiates the packets at the
network layer.
Payload
Similar to the Total Length field in the IPv4 packet header. The
Variable
Length
Version
Traffic Class Flow Label
Payload Length Next Header Hop Limit
Source Address
Destination Address
Next Header Extension Header Information
Data Portion
32 bits
40 octets
Supermicro L2/L3 Switches Configuration Guide
9
Lengt
h
Payload Length field indicates the total length of the data portion of
the packet.
Next Header
Similar to
the
IPv4 packet header. The value of the Next Header field
determines the type of information following the basic IPv6 header
,
for example, a TCP or UDP packet or an Extension header.
Hop Limit
Similar to
the
Time to Live field in the IPv4 packet header. The value
of the Hop Limit field specifies the maximum number of routers th
at
an IPv6 packet can pass through before the packet is considered
invalid. Each router decrements the value by one. Because no
checksum is in the IPv6 header, the router can decrement the value
without needing to recalculate the checksum, which saves
processing resources.
Source
Address
Similar to the Source Address field in the IPv4 packet header, except
that this contains a 128-bit source address for IPv6.
Destination
Address
Similar to the Destination Address field in the IPv4 packet header,
except that the field contains a 128-bit destination address for IPv6.
Following the basic IPv6 packet header are optional extension headers and the data portion of the
packet. If present, each extension header is limited to 64 bits. There is no limit to the number of
extension headers in an IPv6 packet. Each extension header is identified by the Next Header field of the
previous header.
The extension header types and their Next Header field values are mentioned in the table below.
Header Type
Next
Header
Value Description
Hop
-
by
-
hop
options
header
0
Header that is processed by all hops in the path of a
packet. If present, the hop-by-
hop options header
always follows immediately after the basic IPv6 packe
t
header.
Destination
options
header
6
Header that can follow any hop
-
by
-
hop options header.
The header is processed at the final destination and at
each visited address specified by a routing header
. The
destination options header is processed only at
the
final destination.
Routing
header
43
Header that is used for source routing.
Fragment
header
44
Header that is used
in each fragment,
when a source
fragments a packet that is larger than the Maximum
Transmission Unit (MTU) for the path between
itself
Supermicro L2/L3 Switches Configuration Guide
10
and a destination.
Upper
-
layer
headers
6 (TCP)
17 (UDP)
Headers inside a packet to transport the data. The two
main transport protocols are TCP and UDP.
1.1.3 IPv6 Tunnel
Because most networks use the IPv4 protocol, IPv6 networks currently require a way to communicate
outside their borders. IPv6 networks use tunnels for this purpose. In most IPv6 tunneling scenarios, the
outbound IPv6 packet is encapsulated inside an IPv4 packet. The boundary router of the IPv6 network
sets up a point-to-point tunnel over various IPv4 networks to the boundary router of the destination
IPv6 network. The packet travels over the tunnel to the destination network's boundary router, which
decapsulates the packet. Then, the router forwards the separate IPv6 packet to the destination node.
1.1.4 Neighbor Discovery Protocol
Neighbor Discovery permits nodes on the same link to advertise their existence to their neighbors and
to learn about the existence of their neighbors. Neighbor Discovery is built on top of Internet Control
Message Protocol version 6 (ICMPv6).
Neighbor Discovery uses router advertisement messages to detect neighbors, advertise IPv6 prefixes,
address provisioning, and share link parameters such as MTU, hop limit, advertisement intervals, and
lifetime.
Neighbor Discovery uses the following message types:
Router Advertisement (RA) —Messages sent to announce the presence of the router, advertise prefixes,
assist in address configuration, and share other link information such as MTU size and hop limit. The
IPv6 nodes on the link can use this information to configure themselves with an IPv6 address and
routing information such as the default gateway.
Router Solicitation (RS)—Messages sent by IPv6 nodes when they come online to solicit immediate
router advertisements from the router.
Neighbor Solicitation (NS)—Messages used for duplicate address detection and to test the reachability
of neighbors. A host can verify that its address is unique by sending a neighbor solicitation message
destined to the new address. If the host receives a neighbor advertisement in reply, the address is a
duplicate.
Neighbor Advertisement (NA)—Messages used for duplicate address detection and to test the
reachability of neighbors. Neighbor advertisements are sent in response to neighbor solicitation
messages.
Supermicro L2/L3 Switches Configuration Guide
11
Redirect Routers use redirect messages to inform hosts of a better first hop for a destination, or that
the destination is on the same link.
1.1.4.1 Router Advertisement (RA)
Each router periodically sends to the multicast group a router advertisement packet that announces its
availability. This is applicable only on multicast-capable links and point-to-point links routers generate
router advertisements frequently so hosts learn of their neighbors within a few minutes.
Router advertisement messages also contain parameters such as the hop limit and link MTU. This
feature enables the centralized administration of critical parameters since parameters are set on routers
and propagated to all attached hosts.
1.1.4.2 Neighbor Solicitation
Neighbor solicitation messages determine if more than one node is assigned the same unicast address.
Neighbor unreachability detection detects the failure of a neighbor or the failure of the forward path to
the neighbor. This detection requires positive confirmation that the packets that are sent to a neighbor
are actually reaching that neighbor.
Neighbor unreachability detection uses confirmation from two sources: upper-layer protocols and
neighbor solicitation messages. When possible, upper-layer protocols provide a positive confirmation
that a connection is making forward progress. For example, when new TCP acknowledgments are
received, it is confirmed that previously sent data has been delivered correctly.
When a node does not receive positive confirmation from upper-layer protocols, the node sends unicast
neighbor solicitation messages. These messages solicit neighbor advertisements as reachability
confirmation from the next hop.
1.1.4.3 Duplicate Address Detection
Duplicate address detection is performed on a new link-local IPv6 address before the address is assigned
to an interface:
A node sends a neighbor solicitation message with an unspecified source address and a
tentative link-local address in the body of the message.
If another node is already using that address, the node returns a neighbor advertisement
message that contains the tentative link-local address.
If another node is simultaneously verifying the uniqueness of the same address, that node also
returns a neighbor solicitation message.
If no neighbor advertisement messages are received in response to the neighbor solicitation
message and no neighbor solicitation messages are received from the other nodes that are
attempting to verify the same tentative address, the node that sent the original neighbor
Supermicro L2/L3 Switches Configuration Guide
12
solicitation message considers the link-local address to be unique and assigns the address to the
interface.
1.1.4.4 RA Prefixes
Router advertisements contain subnet prefixes, which are used to determine if a host is on the same link
(on-link) as the router. Hosts use the advertised prefixes to build and maintain a list that is used to
decide when a packet's destination is on-link or beyond a router.
Router advertisements and per-prefix flags provide stateless address auto configuration.
1.1.4.5 Stateless Autoconfiguration
All interfaces on IPv6 nodes have a link-local address on startup, which is usually automatically
configured from the identifier for an interface and the link-local prefix FE80::/10. A link-local address
enables a node to communicate with other nodes on the link and can be used to further configure the
node.
Nodes can connect to a network and automatically generate global IPv6 addresses without the need for
manual configuration or the help of a server such as a Dynamic Host Configuration Protocol (DHCP)
server.
1.1.4.6 Timers
Supermicro switches enable the configuration of the following Neighbor Discovery timers:
Router Advertisement Interval
By default, router advertisements are sent out every 200 seconds. Supermicro allows user to
change the interval between router advertisement transmissions on an interface.
Neighbor Reachable Time
The neighbor reachable time enables the detection of unavailable neighbors. Shorter configured
times enable detecting unavailable neighbors more quickly, however, this consumes more
network bandwidth and processing resources in all IPv6 network devices. Very short configured
times are not recommended in normal IPv6 operations.
Router Lifetime
The router lifetime value specifies how long nodes on the local link should consider the switch as
the default router on the link.
Supermicro L2/L3 Switches Configuration Guide
13
Retransmit Time
The retransmission timer is used to control the time between retransmissions of neighbor
solicitation messages.
1.1.4.7 Hop Limit
The Hop Limit field specifies the maximum number of routers that an IPv6 packet can pass through
before the packet is considered invalid. Each router decrements the value by one. Because no checksum
is in the IPv6 header, the router can decrement the value without needing to recalculate the checksum,
which saves processing resources
.
1.1.4.8 Static Neighbor
Supermicro provides manual configuration of a neighbor in the IPv6 neighbor cache. If an entry for the
specified IPv6 address already exists in the neighbor discovery cache (learned through the IPv6 neighbor
discovery process) the entry is automatically converted to a static entry. Static entries in the IPv6
neighbor discovery cache are not modified by the neighbor discovery process.
1.2 IPv6 Configuration
1.2.1 Default Configuration
Parameter Default Value
IPv6 Status
Disabled
Prefix
T
ype
U
nicast
Global
U
nicast
A
ddress
None
Router Advertisement
Status
Suppressed
Managed Config Flag
Disabled
Other Config Flag
Disabled
Hop Limit
64
DAD
A
ttempt
1
Reachable
T
ime
30
Retransmit
T
ime
1
Router Advertisement Prefix
None
Router Advertisement Interval
600
IPv6
N
eighbor
None
Router Advertisement Lifetime
1800
RA
V
alid
L
ifetime
259200
Ping
D
ata
a5a5
Ping
R
epeat
C
ount
5
Ping
S
ize
100 bytes
Ping
T
imeout
5 seconds
Supermicro L2/L3 Switches Configuration Guide
14
1.2.2 Enabling IPv6
IPv6 processing is disabled by default in Supermicro switches. Follow the below steps to enable IPv6
processing on an interface.
Step Command Description
Step 1
configure terminal
Enters the configuration mode
Step 2
Create a Layer 2 VLAN and add all
required ports.
For details on configuring a Layer 2
VLAN, refer to the ‘VLAN Config. guide’
at www.supermicro.com
Step 3
interface
vlan<vlan
-
id (1
-
4069)>
E
nter
s the
interface configuration
mode to specify which interface to be
configured as a Layer 3 interface.
Step 4
ipv6 enable
Enable IPv6 on the VLAN
Step 5
ipv6 address <prefix> <prefix Len> [{unicast |
anycast | eui64}]
ipv6 address <prefix> link-local
Configure
s an
IPv6 address
to create a
Layer3 VLAN.
Configures an IPv6 link-local address on
an interface.
prefix - IPv6 prefix for the interface
prefix-len - IPv6 prefix length
unicast - Unicast type of prefix
anycast - Anycast type of prefix
eui64 - Type of prefix where the latter
64 bits are formed from the MAC
address
link-local - Type of address.
The prefix length for an eui64 type
must be 64.
Step 6
End
Exit
s the c
onfiguration mode
.
Step 7
show ipv6 interface [{vlan <id>
| tunnel <id> [prefix]]
Display
s the
IPv6
Layer3
VLAN
interface
configuration.
The
command “
no ipv6 enable
” disables IPv6 on
a
Layer3 VLAN interface.
The command “no ipv6 address <prefix> <prefix Len> [{unicast | anycast | eui64}]” deletes
Supermicro L2/L3 Switches Configuration Guide
15
the IPv6 address configured on an interface.
The command no “ipv6 address <prefix> link-local deletes the IPv6 link-local address
configured on an interface.
1.2.3 Neighbor Discovery Protocol
Step Command Description
Step 1
configure terminal
Enters the configuration mode
Step 2
ipv6 neighbor <prefix> {vlan <id>
| tunnel <id> <MAC ADDRESS (xx:xx:xx:xx:xx:xx)>
(Optional)
Configure
s
a static entry in
the IPv6 neighbor cache
Step 3
Create a Layer 2 VLAN and add all required ports.
For details on configuring a Layer 2
VLAN, refer to the ‘VLAN Config. guide’
at www.supermicro.com
Step 4
interface
vlan<vlan
-
id (1
-
4069)>
|
<interface
-
type> <interface-id>
E
nter
s the Layer 3 interface
configuration mode.
NOTE: This command is also applicable
to VLANs and Routed Physical
Interfaces. Refer to ‘IP Config guide’ at
www.supermicro.com.
Step 5
ipv6 enable
Enable
s
IPv6 on the VLAN
Step 6
ipv6 address <prefix> <prefix Len> [{unicast |
anycast | eui64}]
ipv6 address <prefix> link-local
Configure
s an
IPv6 address to create a
Layer3 VLAN.
Configures an IPv6 link-local address on
an interface.
prefix - IPv6 prefix for the interface
prefix-len - IPv6 prefix length
unicast - Unicast type of prefix
anycast - Anycast type of prefix
eui64 - Type of prefix where the latter
64 bits are formed from the MAC
address
link-local - Type of address.
The prefix length for an eui64 type
Supermicro L2/L3 Switches Configuration Guide
16
must be 64.
Step 7
no ipv6 nd suppress
-
ra
Enable
s an
IPv6 router advertisement
Step 8
ipv6 nd managed
-
config flag
(Optional)
Sets the managed
-
co
nfig
flag, which allows the host to use DHCP
for address configuration.
Step 9
ipv6 nd other
-
config flag
(Optional)
Sets the other
-
config flag,
which allows the host to use DHCP for
other stateful configurations
Step 10
ipv6 hop
-
limit <HopLimit (1
-
255)>
(Optional)
Configure
s
maximum hop
limit for all IPv6 packets originating
from the interface. Range is 1-255.
Step 11
ipv6 nd ra
-
lifetime <LifeTime (0
-
9000)>
(Optional)
Set
s the
IPv6 Router
Advertisement (RA) lifetime. Range is 0-
9000.
NOTE: The RA lifetime value must be
greater than or equal to the RA
interval.
Step 12
ipv6 nd dad attempts <no of attempts (1
-
10)>
(Optional)
Set
s
Duplicate Address
Detection attempts. Range is 1-10.
Step 13
ipv6 nd reachable
-
time <Reachable Time (0
-
3600)>
(O
ptional)
Set
s
advertised reachability
time. Range is 0-3600.
Step 14
ipv6 nd retrans
-
time <Retrans Time (1
-
3600)>
(Optional)
Set
s
advertised retransmit
time. Range is 1-3600.
Step 15
ipv6 nd ra
-
interval <interval (3
-
1800)>
Set
s the
Ipv6
r
out
er
a
dvertisement
interval
Step 16
ipv6 nd prefix {<prefix addr> <prefixlen> |
default} [{{<valid lifetime> | infinite | at <var
valid lifetime>}{<preferred lifetime> |infinite | at
<var preferred lifetime>} | no-advertise}] [off-
link] [no-autoconfig]
(Op
tional)
Configure
s the
prefix to be
advertised in the IPv6 router
advertisement
prefix-addr - IPv6 prefix to be
advertised
prefix-len - Length of the configured
prefix
default - Changes the default value of
the rest of the parameters.
valid-lifetime - Sets the valid lifetime
value for the prefix.
infinite - Sets the infinite valid lifetime
Supermicro L2/L3 Switches Configuration Guide
17
value for the prefix.
at - Sets the variable valid lifetime value
for the prefix.
preferred-lifetime - Sets the preferred
lifetime value for the prefix.
infinite - Sets the infinite preferred
lifetime value for the prefix.
at - Sets the variable valid lifetime value
for the prefix.
no-advertise - Sets the no-advertise
flag.
off-link - Sets the off-link flag.
no-autoconfig - Sets the no-autoconfig
flag.
Step 17
End
Step 18
show ipv6 interface [{vlan <id>
| tunnel <id> [prefix]]
show ipv6 route
show ipv6 route summary
show ipv6 neighbors
show ipv6 traffic
Display
s
the IPv6 interface information.
Displays the IPv6 route information.
Displays the route summary for IPv6.
Displays the IPv6 neighbors.
Displays ICMP & UDP packet statistics.
Step 19
clear ipv6 neighbors
Remove
s
all
entries in the IPv6
neighbor table. Neighbors may be
learned again via Neighbor Discovery.
Step 20
clear
ipv6 traffic
Removes all the entries in the IPv6
traffic table.
The command
no ipv6 neighbor <prefix> {vlan <id> | tunnel <id> <MAC ADDRESS
xx:xx:xx:xx:xx:xx>” deletes static entries from the IPv6 neighbor cache table.
The command “ipv6 nd suppress-ra” suppresses router advertisements.
Supermicro L2/L3 Switches Configuration Guide
18
The command no ipv6 nd managed-config flag specifies that the host should NOT use
DHCP for address configurations.
The command no ipv6 nd other-config flagspecifies that the host should NOT use DHCP
for other address configurations.
The command no ipv6 hop-limitresets the hop limit to its default value of 1 for all IPv6
packets originating from the interface.
The command no ipv6 nd dad attemptsresets the duplicate address detection attempts
to its default value of 1.
The command no ipv6 nd reachable-time resets the advertised reachability time to its
default value of 30.
The command no ipv6 nd retrans-time” resets the advertised retransmit time to its default
value of 1.
The command no ipv6 nd ra-intervalresets the IPv6 router advertisement interval to its
default value of 600.
The command “no ipv6 nd prefix {<prefix addr> <prefix len> | default}” removes the prefix
from the IPv6 router advertisement.
1.2.4 Configuration Example
The example below shows the commands used to enable IPv6 between two switches switch A and
switch B.
Configuration on switch A
SMIS# configure terminal
SMIS(config)# vlan 10
SMIS(config-vlan)# ports gi 0/21 untagged
SMIS(config-vlan)# exit
SMIS(config)# interface vlan 10
SMIS(config-if)# ipv6 enable
SMIS(config-if)# ipv6 address 3333::1111 64 unicast
SMIS(config-if)# end
SMIS# show ipv6 interface
vlan10 is up, line protocol is up
IPv6 is Enabled
Link local address:
fe80::230:48ff:fee3:475
Supermicro L2/L3 Switches Configuration Guide
19
Global unicast address(es):
3333::1111/64
Joined group address(es):
ff02::1
ff02::2
ff02::1:ff00:1111
ff02::1:ffe3:475
MTU is 1500
ICMP redirects are enabled
ND DAD is enabled, Number of DAD attempts: 1
ND router advertisement is disabled
SMIS# configure terminal
SMIS(config)# interface vlan 10
SMIS(config-if)# no ipv6 nd suppress-ra
SMIS(config-if)# ipv6 nd reachable-time 100
SMIS(config-if)# end
SMIS# show ipv6 neighbors
IPv6 Address Age Link-layer Addr State Interface
fe80::230:48ff:fee3:70bc 0 00:30:48:e3:70:bc Stale vlan10
SMIS# show ipv6 interface
vlan10 is up, line protocol is up
IPv6 is Enabled
Link local address:
fe80::230:48ff:fee3:475
Global unicast address(es):
3333::1111/64
Joined group address(es):
ff02::1
ff02::2
ff02::1:ff00:1111
ff02::1:ffe3:475
MTU is 1500
ICMP redirects are enabled
ND DAD is enabled, Number of DAD attempts: 1
ND router advertisement is enabled
ND reachable time is 100 seconds
ND retransmit time is 1 seconds
ND router advertisements are sent every 600 seconds
SMIS# show ipv6 route
IPv6 Routing Table - 1 entries
Codes : C - Connected, S - Static
O - OSPF, R - RIP, B - BGP
Supermicro L2/L3 Switches Configuration Guide
20
C 3333::/64 [1/1]
via ::, vlan10
SMIS# show ipv6 route summary
IPv6 Routing Table Summary - 1 entries
1 Connected, 0 Static, 0 RIP, 0 BGP, 0 OSPF
Number of prefixes:
/64: 1
SMIS# show ipv6 traffic
IPv6 Statistics
***************
9 Rcvd 0 HdrErrors 0 TooBigErrors
0 AddrErrors 0 FwdDgrams 0 UnknownProtos
0 Discards 8 Delivers 8 OutRequests
0 OutDiscards 0 OutNoRoutes 0 ReasmReqds
0 ReasmOKs 0 ReasmFails
0 FragOKs 0 FragFails 0 FragCreates
9 RcvdMCastPkt 8 SentMcastPkts 0 TruncatedPkts
0 RcvdRedirects 0 SentRedirects
ICMP Statistics
***************
Received :
9 ICMPPkts 0 ICMPErrPkt 0 DestUnreach 0 TimeExcds
0 ParmProbs 0 PktTooBigMsg 0 ICMPEchoReq 0 ICMPEchoReps
3 RouterSols 5 RouterAdv 0 NeighSols 0 NeighAdv
0 Redirects 0 AdminProhib 0 ICMPBadCode
Sent
0 ICMPMsgs 0 ICMPErrMsgs 0 DstUnReach 0 TimeExcds
0 ParmProbs 0 PktTooBigs 0 EchoReq 0 EchoReply
0 RouterSols 6 RouterAdv 2 NeighSols 0 NeighborAdv
0 RedirectMsgs 0 AdminProhibMsgs
UDP statistics
**************
Received :
0 UDPDgrams 1 UDPNoPorts 0 UDPErrPkts
Sent :
0 UDPDgrams
SMIS# show running-config
Building configuration...
Switch ID Hardware Version Firmware Version
0 SBM-GEM-X3S+ (B4-01) 1.0.14-7
vlan 1
  • Page 1 1
  • Page 2 2
  • Page 3 3
  • Page 4 4
  • Page 5 5
  • Page 6 6
  • Page 7 7
  • Page 8 8
  • Page 9 9
  • Page 10 10
  • Page 11 11
  • Page 12 12
  • Page 13 13
  • Page 14 14
  • Page 15 15
  • Page 16 16
  • Page 17 17
  • Page 18 18
  • Page 19 19
  • Page 20 20
  • Page 21 21
  • Page 22 22
  • Page 23 23
  • Page 24 24
  • Page 25 25
  • Page 26 26
  • Page 27 27
  • Page 28 28
  • Page 29 29
  • Page 30 30
  • Page 31 31
  • Page 32 32
  • Page 33 33
  • Page 34 34
  • Page 35 35
  • Page 36 36
  • Page 37 37
  • Page 38 38
  • Page 39 39
  • Page 40 40
  • Page 41 41
  • Page 42 42
  • Page 43 43
  • Page 44 44
  • Page 45 45
  • Page 46 46
  • Page 47 47
  • Page 48 48
  • Page 49 49
  • Page 50 50
  • Page 51 51
  • Page 52 52
  • Page 53 53
  • Page 54 54
  • Page 55 55
  • Page 56 56
  • Page 57 57
  • Page 58 58
  • Page 59 59
  • Page 60 60
  • Page 61 61
  • Page 62 62
  • Page 63 63
  • Page 64 64
  • Page 65 65
  • Page 66 66
  • Page 67 67
  • Page 68 68
  • Page 69 69
  • Page 70 70
  • Page 71 71
  • Page 72 72
  • Page 73 73
  • Page 74 74
  • Page 75 75
  • Page 76 76
  • Page 77 77
  • Page 78 78
  • Page 79 79
  • Page 80 80
  • Page 81 81
  • Page 82 82

Supermicro L2 User manual

Category
Networking
Type
User manual
This manual is also suitable for

Ask a question and I''ll find the answer in the document

Finding information in a document is now easier with AI