ipv6 <instance-tag> ospfv3 area
Syntax
ipv6 ospfv3 <instance-tag> area <area-id>
no ipv6 ospfv3 <instance-tag> area <area-id>
Description
Runs the OSPFv3 protocol on the interface for the area specified. For moving an interface to a new area, unmap the existing area and then associate a new area to the interface.
The
no
form of this command disables OSPFv3 on the interface.
Command context
config-if
Parameters
<instance-tag>
Specifies the OSPFv3 Process ID. Range: 1-63.
<area-id>
- Specifies the area ID in one of the following formats.
Area ID in IP address format. Format: A.B.C.D
Area ID as a decimal value. Range: 0-4294967295.
Authority
Administrators
Examples
Setting OSPFv3 network for the area:
switch(config)# interface 1/1/1 switch(config-if)# ipv6 ospfv3 1 area 1 switch(config-if)# ipv6 ospfv3 1 area 0.0.0.1
Disabling OSPFv3 network for the area:
switch(config)# interface 1/1/1 switch(config-if)# no ipv6 ospfv3 1 area 1 switch(config-if)# no ipv6 ospfv3 1 area 0.0.0.1