hpicfIpStaticRouteEntry
1.3.6.1.4.1.11.2.14.11.5.1.15.1.4.1.1
A row in the static route table, containing
information about a single configured static
route.
There are 3 legal cases for the indexing this
table:
1. ((hpicfIpStaticRouteFwdAddrType ==
hpicfIpStaticRoutePrefixType) &&
(hpicfIpStaticRouteFwdAddr is IP address of
appropriate type) &&
(hpicfIpStaticRouteFwdIfIndex == 0))
Normal, remote static route. hpicfIpStaticRouteType
will be equal to 'remote'.
Note that the first condition that the FwdAddrType
must equal the PrefixType exactly is not strictly
true. For example, in IPv6, it is quite legal
and expected to configure a static route where
the PrefixType is ipv6, and the Prefix is a 16
byte IPv6 destination address, but the FwdAddrType
is ipv6z and the FwdAddr is a 20 byte scoped
IPv6 link-local address.
2. ((hpicfIpStaticRouteFwdAddrType == 'unknown') &&
(hpicfIpStaticRouteFwdAddr == zero-length string) &&
(hpicfIpStaticRouteFwdIfIndex != 0))
Interface route. Treated like a connected route.
hpicfIpStaticRouteType will be equal to 'local'.
3. ((hpicfIpStaticRouteFwdAddrType == 'unknown') &&
(hpicfIpStaticRouteFwdAddr == zero-length string) &&
(hpicfIpStaticRouteFwdIfIndex == 0))
Discard route. hpicfStaticRouteType will be equal
to either 'reject' or 'discard'.