110
Predefined user roles
network-admin
Usage guidelines
After the opaque LSA advertisement and reception is enabled, OSPF can receive and advertise Type-9,
Type-10, and Type-11 opaque LSAs.
Examples
# Disable opaque LSA advertisement and reception.
<Sysname> system-view
[Sysname] ospf 100
[Sysname-ospf-100] undo opaque-capability
ospf
Use
ospf
to enable an OSPF process.
Use
undo ospf
to disable an OSPF process.
Syntax
ospf
[
process-id
|
router-id
router-id
|
vpn-instance
vpn-
instance-name
] *
undo ospf
[
process-id
]
Default
No OSPF process is enabled.
Views
System view
Predefined user roles
network-admin
Parameters
process-id
: Specifies an OSPF process by its ID in the range of 1 to 65535.
router-id
router-id
: Specifies an OSPF router ID in dotted decimal notation.
vpn-instance
vpn-instance-name
: Specifies an MPLS L3VPN instance by its name, a case-sensitive string
of 1 to 31 characters. If no VPN is specified, the OSPF process runs on the public network.
Usage guidelines
You can enable multiple OSPF processes on a router and specify different router IDs for them.
Enable an OSPF process before performing other tasks.
Examples
# Enable OSPF process 100 and specify router ID 10.10.10.1.
<Sysname> system-view
[Sysname] ospf 100 router-id 10.10.10.1
[Sysname-ospf-100]