>> MIB - Management Information Base
|
>> Table: ipPriorityTable - (.1.3.6.1.4.1.272.4.5.13.1) Description: This table defines the order, in which routes from different protocols are being used to determine the destination of an ip packet. The table will contain an entry for each type of routing protocol including STATIC and DIRECT routes. A priority-value can be configured for each of those protocols to get an order between the different protocols. The table contains a fixed number of entries. Only the priority may be configured. |
ipPriorityTable | OID | Name | Type | Access | .1 | Proto | ENUM | R |
.2 | Value | INTEGER | RW |
Proto | This object specifies the routig-protocol, for which the entry is valid. Enumerations: - direct (1)
- static (2)
- rip (3)
- ospf (4)
- ospf-ext (5)
- bgp (6)
|
Value | This object contains the priority-value for a specific routing protocol. Low values mean high precedence. Range: 0 to 63 |
|