hpicfIpStaticRouteEntry

  • 1.3.6.1.4.1.11.2.14.11.5.1.15.1.4.1.1
  • Access noaccess
  • Type Unknown
  • Default remote

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'.

Details

Table index
  1. hpicfIpStaticRoutePrefixType
  2. hpicfIpStaticRoutePrefix
  3. hpicfIpStaticRoutePrefixLength
  4. hpicfIpStaticRouteFwdAddrType
  5. hpicfIpStaticRouteFwdAddr
  6. hpicfIpStaticRouteFwdIfIndex

Table columns

10 objects
Oid Name Access Type
1.3.6.1.4.1.11.2.14.11.5.1.15.1.4.1.1.1 hpicfIpStaticRoutePrefixType noaccess InetAddressType
1.3.6.1.4.1.11.2.14.11.5.1.15.1.4.1.1.2 hpicfIpStaticRoutePrefix noaccess Unknown
1.3.6.1.4.1.11.2.14.11.5.1.15.1.4.1.1.3 hpicfIpStaticRoutePrefixLength noaccess InetAddressPrefixLength
1.3.6.1.4.1.11.2.14.11.5.1.15.1.4.1.1.4 hpicfIpStaticRouteFwdAddrType noaccess InetAddressType
1.3.6.1.4.1.11.2.14.11.5.1.15.1.4.1.1.5 hpicfIpStaticRouteFwdAddr noaccess Unknown
1.3.6.1.4.1.11.2.14.11.5.1.15.1.4.1.1.6 hpicfIpStaticRouteFwdIfIndex noaccess InterfaceIndexOrZero
1.3.6.1.4.1.11.2.14.11.5.1.15.1.4.1.1.7 hpicfIpStaticRouteType readwrite other(1), reject(2), local(3), remote(4), blackhole(5)
1.3.6.1.4.1.11.2.14.11.5.1.15.1.4.1.1.8 hpicfIpStaticRouteDistance readwrite Unknown
1.3.6.1.4.1.11.2.14.11.5.1.15.1.4.1.1.9 hpicfIpStaticRouteTag readwrite Unsigned32
1.3.6.1.4.1.11.2.14.11.5.1.15.1.4.1.1.10 hpicfIpStaticRouteStatus readwrite RowStatus

Comments