Configuring default route learning and advertising, Advertising ipv6 address summaries – Brocade FastIron Ethernet Switch Layer 3 Routing Configuration Guide User Manual

Page 236

Advertising
background image

• Learning and advertising of RIPng default routes.
• Advertising of IPv6 address summaries.
• Metric of routes learned and advertised on a Brocade device interface.

Configuring default route learning and advertising

By default, the device does not learn IPv6 default routes (::/0). You can originate default routes into
RIPng, which causes individual Brocade device interfaces to include the default routes in their
updates. When configuring the origination of the default routes, you can also do the following:

• Suppress all other routes from the updates.
• Include all other routes in the updates.

For example, to originate default routes in RIPng and suppress all other routes in updates sent from
Ethernet interface 3/1, enter the following commands.

device(config)# interface ethernet 3/1

device(config-if-e100-3/1)# ipv6 rip default-information only

To originate IPv6 default routes and include all other routes in updates sent from Ethernet interface
3/1, enter the following commands.

device(config)# interface ethernet 3/1

device(config-if-e100-3/1)# ipv6 rip default-information originate

Syntax: [no] ipv6 rip default-information { only | originate }

The only keyword originates the default routes and suppresses all other routes from the updates.

The originate keyword originates the default routes and includes all other routes in the updates.

To remove the explicit default routes from RIPng and suppress advertisement of these routes, use the
no form of this command.

Advertising IPv6 address summaries

You can configure RIPng to advertise a summary of IPv6 addresses from a Brocade device interface
and to specify an IPv6 prefix that summarizes the routes.

If a route’s prefix length matches the value specified in the ipv6 rip summary-address command,
RIPng advertises the prefix specified in the ipv6 rip summary-address command instead of the
original route.

For example, to advertise the summarized prefix 2001:db8::/36 instead of the IPv6 address
2001:db8:0:adff:8935:e838:78:e0ff with a prefix length of 64 bits from Ethernet interface 3/1, enter the
following commands.

device(config)# interface ethernet 3/1

device(config-if-e100-3/1)# ipv6 address 2001:db8:0:adff:8935:e838:78:

e0ff /64

device(config-if-e100-3/1)# ipv6 rip summary-address 2001:db8::/36

Syntax: [no] ipv6 rip summary-address ipv6-prefix/prefix-length

You must specify the ipv6-prefix parameter in hexadecimal using 16-bit values between colons as
documented in RFC 2373.

You must specify the prefix-length parameter as a decimal value. A slash mark (/) must follow the
ipv6-prefix parameter and precede the prefix-length parameter.

To stop the advertising of the summarized IPv6 prefix, use the no form of this command.

Configuring default route learning and advertising

236

FastIron Ethernet Switch Layer 3 Routing Configuration Guide

53-1003087-04

Advertising