H3C S7500 Series Ethernet Switches Command Manual

Table Of Contents
Command Manual – Routing Protocol
H3C S7500 Series Ethernet Switches Chapter 3 OSPF Configuration Commands
3-39
The priority determines the qualification of the interface in DR election. The interface
with higher priority is preferred in case an election conflict occurs.
Examples
# Set the priority of the interface VLAN-interface 10 to 8.
<H3C> system-view
System View: return to User View with Ctrl+Z.
[H3C] interface Vlan-interface 10
[H3C-Vlan-interface10] ospf dr-priority 8
3.1.34 ospf mib-binding
Syntax
ospf mib-binding process-id
undo ospf mib-binding
View
System view
Parameters
process-id: OSPF process ID. It ranges from 1 to 65535 and defaults to 1.
Description
Use the ospf mib-binding command to bind MIB operation to a specified OSPF
process.
Use the undo ospf mib-binding command to restore the default setting.
By default, MIB operation is bound to the first OSPF process.
With this command, you can bind MIB operation to other OSPF processes.
To cancel the binding, use the undo ospf mib-binding command. The default binding
relationship will be established automatically.
Examples
# Bind MIB operation to OSPF process 100.
<H3C> system-view
System View: return to User View with Ctrl+Z.
[H3C] ospf mib-binding 100
# Bind MIB operation to OSPF process 200.
<H3C> system-view
System View: return to User View with Ctrl+Z.
[H3C] ospf mib-binding 200