3com S7906E Guide De Référence

Page de 2327
 
1-28 
 
An OSPFv3 process can run normally only when Router ID is configured in OSPFv3 view. Otherwise, 
you can find the process, but which cannot generate any LSA.  
 
Examples 
# Enable the OSPFv3 process with process ID as 120 and configure the Router ID as 1.1.1.1.  
<Sysname> system-view 
[Sysname] ospfv3 120 
[Sysname-ospfv3-120] router-id 1.1.1.1 
ospfv3 area 
Syntax 
ospfv3 process-id area area-id [ instance instance-id 
undo ospfv3 process-id area area-id [ instance instance-id 
View 
Interface view 
Default Level 
2: System level 
Parameters 
process-id: OSPFv3 process ID, in the range 1 to 65535.  
area-id: Area ID, a decimal integer (in the range of 0 to 4294967295) that is translated into IPv4 address 
format by the system or an IPv4 address.  
instance-id: Instance ID of an interface, in the range 0 to 255. The default is 0.  
Description 
Use the ospfv3 area command to enable an OSPFv3 process on the interface and specify the area for 
the interface.  
Use the undo ospfv3 area command to disable an OSPFv3 process.  
OSPFv3 is not enabled on an interface by default.  
Examples 
# Enable OSPFv3 process 1 on an interface that belongs to instance 1 and specify area 1 for the 
interface.  
<Sysname> system-view 
[Sysname] interface vlan-interface 10 
[Sysname-Vlan-interface10] ospfv3 1 area 1 instance 1