F3726, F3211, F3174, R5135, R3816-HP Firewalls and UTM Devices Network Management Command Reference-6PW100

Table Of Contents
355
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 format.
vpn-instance vpn-instance-name: Specifies a VPN 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 you perform 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]
ospf authentication-mode
Use ospf authentication-mode to set the authentication mode and key ID on an interface.
Use undo ospf authentication-mode to remove specified configuration.
Syntax
For MD5/HMAC-MD5 authentication:
ospf authentication-mode { hmac-md5 | md5 } key-id [ cipher | plain ] password
undo ospf authentication-mode { hmac-md5 | md5 } key-id
For simple authentication:
ospf authentication-mode simple [ cipher | plain ] password
undo ospf authentication-mode simple
Default
No authentication is available on an interface.
Views
Interface view
Default command level
2: System level
Parameters
hmac-md5: Enables HMAC-MD5 authentication.
md5: Enables MD5 authentication.
simple:Enables simple authentication.
key-id: Specifies a key ID in the range of 1 to 255.
cipher: Specifies a ciphertext password.
plain: Specifies a plaintext password.