tr069RouteDstIfMode
FEC-TR069-MIB ·
.0.6.7.1.1.13
Object
column
r/w
Enumeration
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.
Context
- MIB
- FEC-TR069-MIB
- OID
.0.6.7.1.1.13- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- tr069RouteEntry
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | dialup-wait |
2 | dialup-continue |
3 | up-only |
4 | always |
5 | dialup-always |