Cisco Cisco SG500-52PP 52-port Gigabit Max PoE+ Stackable Managed Switch 技术参考

下载
页码 1180
IPv6 Router Commands
814
78-21491-01 Command Line Interface Reference Guide
46
Syntax
ipv6 address 
ipv6-prefix
 link-local
no ipv6 address [link-local]
Parameters
ipv6-address—Specifies the IPv6 network assigned to the interface. This 
argument must be in the form documented in RFC4293 where the address 
is specified in hexadecimal using 16-bit values between colons.
Default Configuration 
The default Link-local address is defined.
Command Mode
Interface Configuration
User Guidelines
The switch automatically generates a link local address for an interface when IPv6 
processing is enabled on the interface, typically when an IPv6 address is 
configured on the interface. To manually specify a link local address to be used by 
an interface, use the ipv6 address link-local command.
The ipv6 address link-local command cannot be applied to define an IPv6 address 
on an ISATAP interface.
Using the no IPv6 address command without arguments removes all 
manually-configured IPv6 addresses from an interface, including link local 
manually configured addresses.
Example
The following example enables IPv6 processing on VLAN 1 and configures 
FE80::260:3EFF:FE11:6770 as the link local address for VLAN 1: 
interface vlan 1
  ipv6 address FE80::260:3EFF:FE11:6770 link-local
exit