Clearing global ipv6 information, Clearing the ipv6 cache, Clearing global ipv6 information 1 – Brocade BigIron RX Series Configuration Guide User Manual
Page 1269
![background image](/manuals/361694/1269/background.png)
BigIron RX Series Configuration Guide
1191
53-1002484-04
Clearing global IPv6 information
44
To enable QoS for IPv6 traffic, enter the following commands.
BigIron RX(config)# port-priority
BigIron RX(config)# write memory
BigIron RX(config)# end
BigIron RX# reload
Syntax: [no] port-priority
NOTE
You must save the configuration and reload the software to place the change into effect. This
applies whether you are enabling QoS for IPv6 or IPv4 traffic.
The port-priority command globally enables QoS for IPv6 traffic on all interfaces. On the BigIron RX
routers, when QoS is enabled with the port-priority command, the device inserts a value in the
internal Brocade header based on a combination of the following information:
•
802.1p priority
•
Interface priority (if configured)
•
VLAN priority (if configured)
•
The DSCP field in the Type of Service (ToS) header
Clearing global IPv6 information
You can clear the following global IPv6 information:
•
Entries from the IPv6 cache.
•
Entries from the IPv6 neighbor table.
•
IPv6 routes from the IPv6 route table.
•
IPv6 traffic statistics.
•
IPv6 session flows
Clearing the IPv6 cache
You can remove all entries from the IPv6 cache or specify an entry based on the following:
•
IPv6 prefix.
•
IPv6 address.
•
Interface type.
For example, to remove entries for IPv6 address 2000:e0ff::1, enter the following command at the
Privileged EXEC level or any of the Config levels of the CLI.
BigIron RX# clear ipv6 cache 2000:e0ff::1
Syntax: clear ipv6 cache [<ipv6-prefix>/<prefix-length> | <ipv6-address> | ethernet <port> |
tunnel <number> | ve <number>]
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.