Reference Guide

To remove the IPv6 address, use the no ipv6 address {ipv6-address prefix-
length} command.
Parameters
ipv6-address
prefix-length
Enter the IPv6 address in the x:x:x:x::x format followed by the prefix
length in the /x format. The range is /0 to /128.
NOTE: The :: notation specifies successive hexadecimal fields of
zeros.
Defaults none
Command Modes INTERFACE
Command History
Version 9.0(1.3) Introduced on the S5000.
Usage
Information
FTOS allows multiple IPv6 addresses to be configured on an interface. When the no ipv6
address command is issued without specifying a particular IPv6 address, all IPv6 addresses
on that interface are deleted.
Example
FTOS(conf)#interface tengigabitethernet 10/0
FTOS(conf-if-te-10/0)#ipv6 address ?
X:X:X:X::X IPv6 address
FTOS(conf-if-te-10/0)#ipv6 address 2002:1:2::3 ?
<0-128> Prefix length in bits
FTOS(conf-if-te-10/0)#ipv6 address 2002:1:2::3 /96 ?
<cr>
FTOS(conf-if-te-10/0)#ipv6 address 2002:1:2::3 /96
FTOS(conf-if-te-10/0)#show config
!
interface TenGigabitEthernet 10/0
no ip address
ipv6 address 2002:1:2::3 /96
no shutdown
FTOS(conf-if-te-10/0)#
ipv6 control-plane icmp error-rate-limit
Configure the maximum number of ICMP error packets per second that can be sent per second.
S5000
Syntax
ipv6 control-plane icmp error-rate-limit {1-200}
To restore the default value, use the no ipv6 control-plane icmp error-rate-
limit
command.
Parameters
pps Enter the maximum number of error packets to be generated per
second. The range is 1 to 200, where 0 disables the rate-limiting.
637