Configuring Profile Attributes for IPv6
You can add a specific set of IPv6 characteristics to a created
profile and assign the profile to many IPv6 interfaces.
To assign IPv6 characteristics to a profile:
- Add an IPv6 address to the profile.
host1(config-profile)#ipv6 address 1::1/64
 | Note:
You can use this command in Interface Configuration or
Subinterface Configuration mode. |
- (Optional) Assign a virtual router to the profile. Dynamic
interfaces created with the profile are assigned to this virtual router.
You can configure a virtual router using RADIUS instead of adding
one to the profile by using the ipv6 virtual-router command.
host1(config-profile)#ipv6 virtual-router
VR6
- (Optional) Set the MTU size of IPv6 packets sent on an
interface to which the profile is assigned. The MTU size is in the
range 128–10240.
host1(config-profile)#ipv6 mtu 1000
- (Optional) Set up an unnumbered interface.
An unnumbered interface does not have an IPv6 address assigned
to it. Unnumbered interfaces are often used in point-to-point connections
where an IPv6 address is not required. The ipv6 unnumbered command enables IPv6 processing on an interface without you having
to assign an explicit IPv6 address to the interface. You supply an
interface location that is the type and number of another interface
on which the router has an assigned IPv6 address. This interface cannot
be another unnumbered interface.
host1(config-profile)#ipv6 unnumbered loopback
0
- (Optional) Enable the IPv6 Neighbor Discovery process
for the profile.
host1(config-profile)#ipv6 nd
- (Optional) Set the “managed address configuration”
flag in IPv6 router advertisements for the profile.
host1(config-profile)#ipv6 nd managed-config-flag
- (Optional) Set the “other stateful configuration”
flag in IPv6 router advertisements for the profile.
host1(config-profile)#ipv6 nd other-config-flag
- (Optional) Specify the IPv6 prefix included in IPv6 router
advertisements for the profile.
host1(config-profile)#ipv6 nd prefix-advertisement
4::4/64 300 400
- (Optional) Configure the interval between IPv6 router
advertisements for the profile.
host1(config-profile)#ipv6 nd ra-interval
500
- (Optional) Configure the router advertisement lifetime
for the profile.
host1(config-profile)#ipv6 nd ra-lifetime
800
- (Optional) Configure the amount of time the router can
reach an IPv6 node after a reachability confirmation event occurs.
host1(config-profile)#ipv6 nd reachable-time
7200000
- (Optional) Disable router advertisement transmissions
for the profile.
host1(config-profile)#ipv6 nd suppress-ra
- (Optional) Enable source address validation for the profile.
host1(config-profile)#ipv6 sa-validate
Published: 2012-06-20