MIB Viewer

tr069RouteDstIfMode

OBJECT-TYPE
1.3.6.1.4.1.272.4.22.6.7.1.1.13
Access
read-write
Status
current
Sub-identifiers
0
This object describes different behavior depending on the ifOperStatus of the destination interface: dialup-wait: The route matches, when the ifOperStatus of the destination interface is either up or dormant. If the status is dormant, the ifAdminStatus is set to dialup to bring the interface to the up state. The datagram will wait until the ifOperStatus reaches the up state. For all other states, the routing tables will be searched for a different matching entry. dialup-continue: The route matches, if the ifOperStatus of the destination interface is up. For all other states, the routing tables are searched for different matching entry. However, if the ifOperStatus was dormant and no other extendend route (with different DstIfMode or established link) is matching, the ifAdminStatus will be set to dialup to bring the interface to the up state. This setting can be used to establish a better path for a specific service and to use an existing path for that service as long as the better path could not be established. up-only: The route matches, if the ifOperStatus of the destination interface is up. For all other states, the routing tables are searched for different matching entry. always: The route matches independantly of the ifOperStatus of the destination interface. If it is up, the interface is used. If the state is dormant, ifAdminStatus is set to dialup to bring the interface in the up state. For all other states, the destination is considered unreachable. dialup-always: Same as dialup-wait(1), however, if the ifOperStatus was dormant, the ifAdminStatus will be set to dialup to bring the interface to the up state if the value of tr069RouteMetric1 is the lowest of all matching routes in this table.
INTEGER { dialup-wait(1), dialup-continue(2), up-only(3), always(4) , dialup-always(5) }