Home/Catalog/Wellfleet-IPPOLICY-MIB

Wellfleet-IPPOLICY-MIB

Detailed view of the defined objects, syntax rules, and hierarchical paths.

415
Objects
Active
Status
4
Dependencies

Imported Objects

Objects

415 total
Object Name
RFC1155-SMIThe Table of Rip Accept Policy Rules
SEQUENCE OF WfIpRipAcceptEntry
.1.3.6.1.4.1.18.3.5.3.2.6.1
wfIpRipAnnounceTableThe Table of Rip Announce Route Policy Rules
SEQUENCE OF WfIpRipAnnounceEntry
.1.3.6.1.4.1.18.3.5.3.2.6.2
wfIpRipAnnounceEntryAn entry in the Rip Announce Rule Table
WfIpRipAnnounceEntry
.1.3.6.1.4.1.18.3.5.3.2.6.2.1
wfIpRipAnnounceDeleteCreate/Delete parameter.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.2.1.1
wfIpRipAnnounceDisableEnable/Disable parameter.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.2.1.2
wfIpRipAnnounceIndexRule index numberro
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.2.1.3
wfIpRipAnnounceNameRule name - user specified name for this rulerw
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.18.3.5.3.2.6.2.1.4
wfIpRipAnnounceNetworksNetwork identification list. This identifies which networks will match this rule. If non-null, The octet string contains one or more 3-tuples of this form: first octet: exact (1) or range (2) next 4 octets: network number next 4 octets: network mask An entry with an 'exact' tag means to only match the specific network advertisement (number & mask). An entry with a 'range' tag means to match any network number that falls in the range indicated by the number and mask. An 'exact' encoding of 0.0.0.0/0.0.0.0 means 'match the default route. A 'range' encoding of 0.0.0.0/0.0.0.0 means 'match any route'. A null string also means 'match any route'.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.2.1.5
wfIpRipAnnounceActionaction. 'announce' means that the route should be advertised. 'ignore' means don't advertise the route.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.2.1.6
wfIpRipAnnouncePrecedenceprecedence. This is a metric to be used to compare this policy rule to other rules that a given route may match. A rule with a higher precedence value will be chosen over one with a smaller value. In the case of a tie, the rule index is used (larger wins).rw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.2.1.7
wfIpRipAnnounceRouteSourceroute source. This parameter can contain one or more route source identifiers. If the route source is in this bit map, then a route from that source that meets the other criteria of this filter will match the filter. bit 0 bit 31 + | | + bit31 DIRECT bit30 STATIC bit29 RIP bit28 OSPF bit27 EGP bit26 BGPrw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.2.1.8
wfIpRipAnnounceExtRouteSourceexternal route source. This parameter can contain one or more external route source identifiers. If the external route source is in this bit map, then a route from that external source that meets the other criteria of this filter will match the filter. bit 0 bit 31 + | | + bit31 DIRECT bit30 STATIC bit29 RIP bit28 OSPF bit27 EGP bit26 BGPrw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.2.1.9
wfIpRipAnnounceAdvertisenetwork advertisement list. this octet string should only be non-null if the action is 'announce' and if it is desired to advertise networks that differ from the actual network in the routing table. For instance, if a number of networks in a certain range are in the table, an aggregate could be advertised instead of the individual networks. If non-null, The octet string contains one or more 2-tuples of this form: first 4 octets: network number next 4 octets: network mask Upon receiving a route that matches this filter, all networks in this list will be advertised. If the list is null, the actual network is advertised. An encoding of 255.255.255.255/255.255.255.255 means 'match the actual network.' This allows advertisement of an aggregate or default along with the actual network.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.2.1.10
wfIpRipAnnounceRipGatewayfrom RIP' gateway list. Only applicable for RIP sourced routes and if RIP is included as a route source. This octet string contains the addresses of one or more routers that could send RIP updates to this router. If a router address is included in this list, this filter applies to RIP advertisements from that router. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to RIP updates from any router.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.2.1.11
wfIpRipAnnounceRipInterfacefrom RIP' interface list. Only applicable for RIP sourced routes and if RIP is included as a route source. This octet string contains the addresses of one or more interfaces on this router. If an interface address is included in this list, this filter applies to RIP advertisements received on that interface. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to RIP updates received on any interface.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.2.1.12
wfIpRipAnnounceOspfRouterIdfrom OSPF' Router ID list. Only applicable for OSPF sourced routes and if OSPF is included as a route source. This octet string contains the router IDs of one or more OSPF routers. If a router ID is included in this list, this filter applies to OSPF advertisements authored by that router. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to OSPF updates from any router.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.2.1.13
wfIpRipAnnounceOspfTypefrom OSPF' route type. Only applicable for OSPF sourced routes and if OSPF is included as a route source. This parameter describes which types of OSPF routes match this filter. 'any' means match any route type. 'internal' means 'match any non-ASE'. 'external' means 'match any ASE'. 'type1' means 'match any external type 1'. 'type2' means 'match any external type 2rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.2.1.14
wfIpRipAnnounceOspfTagfrom OSPF' ASE tag list. Only applicable for OSPF sourced ASE routes and if OSPF is included as a route source. This octet string contains tag values that could be present in an OSPF ASE advertisement. If a tag value is included in this list, this filter applies to OSPF ASE advertisements that contain this tag value. If non-null, The octet string contains one or more 4-octet tag values. If null, this filter applies to OSPF ASEs with any tag value.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.2.1.15
wfIpRipAnnounceEgpPeerfrom EGP' Peer list. Only applicable for EGP sourced routes and if EGP is included as a route source. This octet string contains the IP address of one or more EGP peers. If an EGP peer is included in this list, this filter applies to EGP advertisements authored by that router. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to EGP advertisements from any router.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.2.1.16
wfIpRipAnnounceEgpPeerAsfrom EGP' Peer AS list. Only applicable for EGP sourced routes and if EGP is included as a route source. This octet string contains Autonomous System Numbers. If an AS number is included in this list, this filter applies to EGP advertisements received from EBP peers in that AS. If non-null, The octet string contains one or more 2-octet AS numbers. If null, this filter applies to EGP advertisements from peers in any AS.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.2.1.17
wfIpRipAnnounceEgpGatewayfrom EGP' Gateway list. Only applicable for EGP sourced routes and if EGP is included as a route source. This octet string contains the IP address of one or more EGP gateways. If an EGP gateway is included in this list, this filter applies to EGP advertisements that use this gateway as the next hop. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to EGP advertisements with any gateway address.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.2.1.18
wfIpRipAnnounceBgpPeerfrom BGP' Peer list. Only applicable for BGP sourced routes and if BGP is included as a route source. This octet string contains the IP address of one or more BGP peers. If a BGP peer is included in this list, this filter applies to BGP advertisements authored by that router. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to BGP advertisements from any router.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.2.1.19
wfIpRipAnnounceBgpPeerAsfrom BGP' AS list. Only applicable for BGP sourced routes and if BGP is included as a route source. This octet string contains Autonomous System Numbers. If an AS number is included in this list, this filter applies to BGP advertisements received from BGP peers in that AS. If non-null, The octet string contains one or more 2-octet AS numbers. If null, this filter applies to BGP advertisements from peers in any AS.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.2.1.20
wfIpRipAnnounceBgpNextHopfrom BGP' NextHop list. Only applicable for BGP sourced routes and if BGP is included as a route source. This octet string contains IP addresses. If an IP address is included in this list, this filter applies to BGP advertisements whose NEXT_HOP attribute matches this IP address. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to BGP advertisements with any NEXT_HOP attribute.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.2.1.21
wfIpRipAnnounceInterfaceRIP outbound interface list. This is a list of outgoing RIP interfaces. If an interface appears in this list, the filter applies to RIP advertisements sent via that interface. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to any outbound RIP interface.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.2.1.22
wfIpRipAnnounceRipMetricRIP metric. Only valid if the action is 'propagate'. This is an optional export metric to use when advertising a route that matches this filter. If zero, the routing table metric calculated for RIP plus the interface cost is used.rw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.2.1.23
wfIpOspfAcceptTableThe Table of OSPF Accept Route Filter Rules
SEQUENCE OF WfIpOspfAcceptEntry
.1.3.6.1.4.1.18.3.5.3.2.6.3
wfIpOspfAcceptEntryAn entry in the OSPF Accept Route Policy Table
WfIpOspfAcceptEntry
.1.3.6.1.4.1.18.3.5.3.2.6.3.1
wfIpOspfAcceptDeleteCreate/Delete parameter.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.3.1.1
wfIpOspfAcceptDisableEnable/Disable parameter.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.3.1.2
wfIpOspfAcceptIndexRule index numberro
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.3.1.3
wfIpOspfAcceptNameRule name - user specified name for this rulerw
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.18.3.5.3.2.6.3.1.4
wfIpOspfAcceptNetworksNetwork identification list. This identifies which networks will match this rule. If non-null, The octet string contains one or more 3-tuples of this form: first octet: exact (1) or range (2) next 4 octets: network number next 4 octets: network mask An entry with an 'exact' tag means to only match the specific network advertisement (number & mask). An entry with a 'range' tag means to match any network number that falls in the range indicated by the number and mask. An 'exact' encoding of 0.0.0.0/0.0.0.0 means 'match the default route. A 'range' encoding of 0.0.0.0/0.0.0.0 means 'match any route'. A null string also means 'match any route'.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.3.1.5
wfIpOspfAcceptActionaction. 'accept' means that the route should be considered for inclusion in the routing table. 'ignore' means don't consider the routerw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.3.1.6
wfIpOspfAcceptPreferencepreference. This is a metric to be used to compare the route to other routes to the same destination. A value of 16 is 'most preferred'. This parameter only has meaning if the action is 'accept'.rw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.3.1.7
wfIpOspfAcceptPrecedenceprecedence. This is a metric to be used to compare this policy rule to other rules that a given route may match. A rule with a higher precedence value will be chosen over one with a smaller value. In the case of a tie, the rule index is used (larger wins).rw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.3.1.8
wfIpOspfAcceptInjectnetwork injection list. this octet string should only be non-null if the action is 'accept' and if it is desired to insert networks into the routing table that differ from the actual advertised network. For instance, if a number of networks in a certain range are learned, an aggregate advertisement could be inserted instead of the individual networks. If non-null, The octet string contains one or more 2-tuples of this form: first 4 octets: network number next 4 octets: network mask Upon receiving a route that matches this filter, all networks in this list will be considered for inclusion in the routing table. If the list is null, the actual received network is considered. An encoding of 255.255.255.255/255.255.255.255 means 'match the actual received network.' This allows insertion of an aggregate or default along with the actual network. Currently, this is only used for routes received via BGP.ro
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.3.1.9
wfIpOspfAcceptTypeOSPF ASE type. This parameter describes which types of OSPF ASE routes match this filter. 'any' means 'match either ASE type 1 or 2'. 'type1' means 'match any external type 1'. 'type2' means 'match any external type 2rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.3.1.10
wfIpOspfAcceptTagOSPF ASE tag list. This octet string contains tag values that could be present in an OSPF ASE advertisement. If a tag value is included in this list, this filter applies to OSPF ASE advertisements that contain this tag value. If non-null, The octet string contains one or more 4-octet tag values. If null, this filter applies to OSPF ASEs with any tag value.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.3.1.11
wfIpOspfAnnounceTableThe Table of OSPF Announce Route Policy Rules
SEQUENCE OF WfIpOspfAnnounceEntry
.1.3.6.1.4.1.18.3.5.3.2.6.4
wfIpOspfAnnounceEntryAn entry in the OSPF Announce Route Filter Table
WfIpOspfAnnounceEntry
.1.3.6.1.4.1.18.3.5.3.2.6.4.1
wfIpOspfAnnounceDeleteCreate/Delete parameter.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.4.1.1
wfIpOspfAnnounceDisableEnable/Disable parameter.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.4.1.2
wfIpOspfAnnounceIndexRule index numberro
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.4.1.3
wfIpOspfAnnounceNameRule name - user specified name for this rulerw
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.18.3.5.3.2.6.4.1.4
wfIpOspfAnnounceNetworksNetwork identification list. This identifies which networks will match this rule. If non-null, The octet string contains one or more 3-tuples of this form: first octet: exact (1) or range (2) next 4 octets: network number next 4 octets: network mask An entry with an 'exact' tag means to only match the specific network advertisement (number & mask). An entry with a 'range' tag means to match any network number that falls in the range indicated by the number and mask. An 'exact' encoding of 0.0.0.0/0.0.0.0 means 'match the default route. A 'range' encoding of 0.0.0.0/0.0.0.0 means 'match any route'. A null string also means 'match any route'.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.4.1.5
wfIpOspfAnnounceActionaction. 'announce' means that the route should be advertised. 'ignore' means don't advertise the route.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.4.1.6
wfIpOspfAnnouncePrecedenceprecedence. This is a metric to be used to compare this policy rule to other rules that a given route may match. A rule with a higher precedence value will be chosen over one with a smaller value. In the case of a tie, the rule index is used (larger wins).rw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.4.1.7
wfIpOspfAnnounceRouteSourceroute source. This parameter can contain one or more route source identifiers. If the route source is in this bit map, then a route from that source that meets the other criteria of this filter will match the filter. bit 0 bit 31 + | | + bit31 DIRECT bit30 STATIC bit29 RIP bit27 EGP bit26 BGPrw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.4.1.8
wfIpOspfAnnounceExtRouteSourceexternal route source. This parameter can contain one or more external route source identifiers. If the external route source is in this bit map, then a route from that external source that meets the other criteria of this filter will match the filter. Not valid for OSPF announce rules.ro
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.4.1.9
wfIpOspfAnnounceAdvertisenetwork advertisement list. this octet string should only be non-null if the action is 'announce' and if it is desired to advertise networks that differ from the actual network in the routing table. For instance, if a number of networks in a certain range are in the table, an aggregate could be advertised instead of the individual networks. If non-null, The octet string contains one or more 2-tuples of this form: first 4 octets: network number next 4 octets: network mask Upon receiving a route that matches this filter, all networks in this list will be advertised. If the list is null, the actual network is advertised. An encoding of 255.255.255.255/255.255.255.255 means 'match the actual network.' This allows advertisement of an aggregate or default along with the actual network.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.4.1.10
wfIpOspfAnnounceRipGatewayfrom RIP' gateway list. Only applicable for RIP sourced routes and if RIP is included as a route source. This octet string contains the addresses of one or more routers that could send RIP updates to this router. If a router address is included in this list, this filter applies to RIP advertisements from that router. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to RIP updates from any router.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.4.1.11
wfIpOspfAnnounceRipInterfacefrom RIP' interface list. Only applicable for RIP sourced routes and if RIP is included as a route source. This octet string contains the addresses of one or more interfaces on this router. If an interface address is included in this list, this filter applies to RIP advertisements received on that interface. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to RIP updates received on any interface.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.4.1.12
wfIpOspfAnnounceOspfRouterIdfrom OSPF' Router ID list. Only applicable for OSPF sourced routes and if OSPF is included as a route source. This octet string contains the router IDs of one or more OSPF routers. If a router ID is included in this list, this filter applies to OSPF advertisements authored by that router. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to OSPF updates from any router.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.4.1.13
wfIpOspfAnnounceOspfTypefrom OSPF' route type. Only applicable for OSPF sourced routes and if OSPF is included as a route source. This parameter describes which types of OSPF routes match this filter. 'any' means match any route type. 'internal' means 'match any non-ASE'. 'external' means 'match any ASE'. 'type1' means 'match any external type 1'. 'type2' means 'match any external type 2rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.4.1.14
wfIpOspfAnnounceOspfTagfrom OSPF' ASE tag list. Only applicable for OSPF sourced ASE routes and if OSPF is included as a route source. This octet string contains tag values that could be present in an OSPF ASE advertisement. If a tag value is included in this list, this filter applies to OSPF ASE advertisements that contain this tag value. If non-null, The octet string contains one or more 4-octet tag values. If null, this filter applies to OSPF ASEs with any tag value.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.4.1.15
wfIpOspfAnnounceEgpPeerfrom EGP' Peer list. Only applicable for EGP sourced routes and if EGP is included as a route source. This octet string contains the IP address of one or more EGP peers. If an EGP peer is included in this list, this filter applies to EGP advertisements authored by that router. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to EGP advertisements from any router.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.4.1.16
wfIpOspfAnnounceEgpPeerAsfrom EGP' Peer AS list. Only applicable for EGP sourced routes and if EGP is included as a route source. This octet string contains Autonomous System Numbers. If an AS number is included in this list, this filter applies to EGP advertisements received from EBP peers in that AS. If non-null, The octet string contains one or more 2-octet AS numbers. If null, this filter applies to EGP advertisements from peers in any AS.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.4.1.17
wfIpOspfAnnounceEgpGatewayfrom EGP' Gateway list. Only applicable for EGP sourced routes and if EGP is included as a route source. This octet string contains the IP address of one or more EGP gateways. If an EGP gateway is included in this list, this filter applies to EGP advertisements that use this gateway as the next hop. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to EGP advertisements with any gateway address.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.4.1.18
wfIpOspfAnnounceBgpPeerfrom BGP' Peer list. Only applicable for BGP sourced routes and if BGP is included as a route source. This octet string contains the IP address of one or more BGP peers. If a BGP peer is included in this list, this filter applies to BGP advertisements authored by that router. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to BGP advertisements from any router.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.4.1.19
wfIpOspfAnnounceBgpPeerAsfrom BGP' AS list. Only applicable for BGP sourced routes and if BGP is included as a route source. This octet string contains Autonomous System Numbers. If an AS number is included in this list, this filter applies to BGP advertisements received from BGP peers in that AS. If non-null, The octet string contains one or more 2-octet AS numbers. If null, this filter applies to BGP advertisements from peers in any AS.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.4.1.20
wfIpOspfAnnounceBgpNextHopfrom BGP' NextHop list. Only applicable for BGP sourced routes and if BGP is included as a route source. This octet string contains IP addresses. If an IP address is included in this list, this filter applies to BGP advertisements whose NEXT_HOP attribute matches this IP address. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to BGP advertisements with any NEXT_HOP attribute.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.4.1.21
wfIpOspfAnnounceTypeOSPF ASE type. The ASE type to use for routes that match this filter. This is only applicable if the action is 'accept'. A zero value means to use the default ASE type for the route source.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.4.1.22
wfIpOspfAnnounceTagOSPF ASE tag. The ASE tag value to use for routes that match this filter. This is only applicable if the action is 'accept' and autotag is set to 'disable'.rw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.4.1.23
wfIpOspfAnnounceAutoTagBGP/OSPF automatic tag generation: Only applicable if action is 'announce'. if set to 'disabled', the value in wfIpOspfAnnounceTag will be used for a tag. If set to 'enabled', a tag will be generated according to the criteria in RFC 1403 (or any RFC that supercedes it).rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.4.1.24
wfIpOspfAnnounceMetricThe optional metric to apply to this route. Zero means : use the route's actual cost. Only valid for propagate.rw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.4.1.25
wfIpOspfAnnounceNssaPropagateIndicates whether or not the P-bit will be set in the Type-7 LSA of this route. If P-bit is set, the Type-7 LSA is translated into a Type-5 LSA and the Type-5 LSA is flooded into all non-stub areas. Otherwise, the Type-7 LSA is not translated. This field only applies to the Type-7 LSA originated by an NSSA internal AS boundary routerrw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.4.1.26
wfIpEgpAcceptTableThe Table of EGP Accept Policy Rules
SEQUENCE OF WfIpEgpAcceptEntry
.1.3.6.1.4.1.18.3.5.3.2.6.5
wfIpEgpAcceptEntryAn entry in the Egp Accept Rule Table
WfIpEgpAcceptEntry
.1.3.6.1.4.1.18.3.5.3.2.6.5.1
wfIpEgpAcceptDeleteCreate/Delete parameter.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.5.1.1
wfIpEgpAcceptDisableEnable/Disable parameter.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.5.1.2
wfIpEgpAcceptIndexRule index numberro
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.5.1.3
wfIpEgpAcceptNameRule name - user specified name for this rulerw
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.18.3.5.3.2.6.5.1.4
wfIpEgpAcceptNetworksNetwork identification list. This identifies which networks will match this rule. If non-null, The octet string contains one or more 3-tuples of this form: first octet: exact (1) or range (2) next 4 octets: network number next 4 octets: network mask An entry with an 'exact' tag means to only match the specific network advertisement (number & mask). An entry with a 'range' tag means to match any network number that falls in the range indicated by the number and mask. An 'exact' encoding of 0.0.0.0/0.0.0.0 means 'match the default route. A 'range' encoding of 0.0.0.0/0.0.0.0 means 'match any route'. A null string also means 'match any route'.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.5.1.5
wfIpEgpAcceptActionaction. 'accept' means that the route should be considered for inclusion in the routing table. 'ignore' means don't consider the routerw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.5.1.6
wfIpEgpAcceptPreferencepreference. This is a metric to be used to compare the route to other routes to the same destination. A value of 16 is 'most preferred'. This parameter only has meaning if the action is 'accept'.rw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.5.1.7
wfIpEgpAcceptPrecedenceprecedence. This is a metric to be used to compare this policy rule to other rules that a given route may match. A rule with a higher precedence value will be chosen over one with a smaller value. In the case of a tie, the rule index is used (larger wins).rw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.5.1.8
wfIpEgpAcceptInjectnetwork injection list. this octet string should only be non-null if the action is 'accept' and if it is desired to insert networks into the routing table that differ from the actual advertised network. For instance, if a number of networks in a certain range are learned, an aggregate advertisement could be inserted instead of the individual networks. If non-null, The octet string contains one or more 2-tuples of this form: first 4 octets: network number next 4 octets: network mask Upon receiving a route that matches this filter, all networks in this list will be considered for inclusion in the routing table. If the list is null, the actual received network is considered. An encoding of 255.255.255.255/255.255.255.255 means 'match the actual received network.' This allows insertion of an aggregate or default along with the actual network. Currently, this is only used for routes received via BGP.ro
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.5.1.9
wfIpEgpAcceptPeerEGP Peer list. This octet string contains the IP addresses of one or more EGP peers. If a peer address appears in this list, this filter applies to EGP advertisements from that peer. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to EGP advertisements from any EGP peer.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.5.1.10
wfIpEgpAcceptAsEGP Peer AS list. This octet string contains Autonomous System numbers. If an AS appears in this list, this filter applies to EGP advertisements from peers in that AS. If non-null, The octet string contains one or more 2-octet AS numbers. If null, this filter applies to EGP advertisements from peers in any AS.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.5.1.11
wfIpEgpAcceptGatewayEGP gateway list. This octet string contains the IP address of one or more EGP gateways. If an EGP gateway is included in this list, this filter applies to EGP advertisements that use this gateway as the next hop. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to EGP advertisements with any gateway address.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.5.1.12
wfIpEgpAnnounceTableThe Table of Egp Announce Route Policy Rules
SEQUENCE OF WfIpEgpAnnounceEntry
.1.3.6.1.4.1.18.3.5.3.2.6.6
wfIpEgpAnnounceEntryAn entry in the Egp Announce Rule Table
WfIpEgpAnnounceEntry
.1.3.6.1.4.1.18.3.5.3.2.6.6.1
wfIpEgpAnnounceDeleteCreate/Delete parameter.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.6.1.1
wfIpEgpAnnounceDisableEnable/Disable parameter.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.6.1.2
wfIpEgpAnnounceIndexRule index numberro
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.6.1.3
wfIpEgpAnnounceNameRule name - user specified name for this rulerw
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.18.3.5.3.2.6.6.1.4
wfIpEgpAnnounceNetworksNetwork identification list. This identifies which networks will match this rule. If non-null, The octet string contains one or more 3-tuples of this form: first octet: exact (1) or range (2) next 4 octets: network number next 4 octets: network mask An entry with an 'exact' tag means to only match the specific network advertisement (number & mask). An entry with a 'range' tag means to match any network number that falls in the range indicated by the number and mask. An 'exact' encoding of 0.0.0.0/0.0.0.0 means 'match the default route. A 'range' encoding of 0.0.0.0/0.0.0.0 means 'match any route'. A null string also means 'match any route'.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.6.1.5
wfIpEgpAnnounceActionaction. 'announce' means that the route should be advertised. 'ignore' means don't advertise the route.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.6.1.6
wfIpEgpAnnouncePrecedenceprecedence. This is a metric to be used to compare this policy rule to other rules that a given route may match. A rule with a higher precedence value will be chosen over one with a smaller value. In the case of a tie, the rule index is used (larger wins).rw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.6.1.7
wfIpEgpAnnounceRouteSourceroute source. This parameter can contain one or more route source identifiers. If the route source is in this bit map, then a route from that source that meets the other criteria of this filter will match the filter. bit 0 bit 31 + | | + bit31 DIRECT bit30 STATIC bit29 RIP bit28 OSPF bit27 EGP bit26 BGPrw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.6.1.8
wfIpEgpAnnounceExtRouteSourceexternal route source. This parameter can contain one or more external route source identifiers. If the external route source is in this bit map, then a route from that external source that meets the other criteria of this filter will match the filter. bit 0 bit 31 + | | + bit31 DIRECT bit30 STATIC bit29 RIP bit28 OSPF bit27 EGP bit26 BGPrw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.6.1.9
wfIpEgpAnnounceAdvertisenetwork advertisement list. this octet string should only be non-null if the action is 'announce' and if it is desired to advertise networks that differ from the actual network in the routing table. For instance, if a number of networks in a certain range are in the table, an aggregate could be advertised instead of the individual networks. If non-null, The octet string contains one or more 2-tuples of this form: first 4 octets: network number next 4 octets: network mask Upon receiving a route that matches this filter, all networks in this list will be advertised. If the list is null, the actual network is advertised. An encoding of 255.255.255.255/255.255.255.255 means 'match the actual network.' This allows advertisement of an aggregate or default along with the actual network.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.6.1.10
wfIpEgpAnnounceRipGatewayfrom RIP' gateway list. Only applicable for RIP sourced routes and if RIP is included as a route source. This octet string contains the addresses of one or more routers that could send RIP updates to this router. If a router address is included in this list, this filter applies to RIP advertisements from that router. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to RIP updates from any router.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.6.1.11
wfIpEgpAnnounceRipInterfacefrom RIP' interface list. Only applicable for RIP sourced routes and if RIP is included as a route source. This octet string contains the addresses of one or more interfaces on this router. If an interface address is included in this list, this filter applies to RIP advertisements received on that interface. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to RIP updates received on any interface.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.6.1.12
wfIpEgpAnnounceOspfRouterIdfrom OSPF' Router ID list. Only applicable for OSPF sourced routes and if OSPF is included as a route source. This octet string contains the router IDs of one or more OSPF routers. If a router ID is included in this list, this filter applies to OSPF advertisements authored by that router. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to OSPF updates from any router.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.6.1.13
wfIpEgpAnnounceOspfTypefrom OSPF' route type. Only applicable for OSPF sourced routes and if OSPF is included as a route source. This parameter describes which types of OSPF routes match this filter. 'any' means match any route type. 'internal' means 'match any non-ASE'. 'external' means 'match any ASE'. 'type1' means 'match any external type 1'. 'type2' means 'match any external type 2rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.6.1.14
wfIpEgpAnnounceOspfTagfrom OSPF' ASE tag list. Only applicable for OSPF sourced ASE routes and if OSPF is included as a route source. This octet string contains tag values that could be present in an OSPF ASE advertisement. If a tag value is included in this list, this filter applies to OSPF ASE advertisements that contain this tag value. If non-null, The octet string contains one or more 4-octet tag values. If null, this filter applies to OSPF ASEs with any tag value.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.6.1.15
wfIpEgpAnnounceEgpPeerfrom EGP' Peer list. Only applicable for EGP sourced routes and if EGP is included as a route source. This octet string contains the IP address of one or more EGP peers. If an EGP peer is included in this list, this filter applies to EGP advertisements authored by that router. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to EGP advertisements from any router.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.6.1.16
wfIpEgpAnnounceEgpPeerAsfrom EGP' Peer AS list. Only applicable for EGP sourced routes and if EGP is included as a route source. This octet string contains Autonomous System Numbers. If an AS number is included in this list, this filter applies to EGP advertisements received from EBP peers in that AS. If non-null, The octet string contains one or more 2-octet AS numbers. If null, this filter applies to EGP advertisements from peers in any AS.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.6.1.17
wfIpEgpAnnounceEgpGatewayfrom EGP' Gateway list. Only applicable for EGP sourced routes and if EGP is included as a route source. This octet string contains the IP address of one or more EGP gateways. If an EGP gateway is included in this list, this filter applies to EGP advertisements that use this gateway as the next hop. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to EGP advertisements with any gateway address.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.6.1.18
wfIpEgpAnnounceBgpPeerfrom BGP' Peer list. Only applicable for BGP sourced routes and if BGP is included as a route source. This octet string contains the IP address of one or more BGP peers. If a BGP peer is included in this list, this filter applies to BGP advertisements authored by that router. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to BGP advertisements from any router.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.6.1.19
wfIpEgpAnnounceBgpPeerAsfrom BGP' AS list. Only applicable for BGP sourced routes and if BGP is included as a route source. This octet string contains Autonomous System Numbers. If an AS number is included in this list, this filter applies to BGP advertisements received from BGP peers in that AS. If non-null, The octet string contains one or more 2-octet AS numbers. If null, this filter applies to BGP advertisements from peers in any AS.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.6.1.20
wfIpEgpAnnounceBgpNextHopfrom BGP' NextHop list. Only applicable for BGP sourced routes and if BGP is included as a route source. This octet string contains IP addresses. If an IP address is included in this list, this filter applies to BGP advertisements whose NEXT_HOP attribute matches this IP address. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to BGP advertisements with any NEXT_HOP attribute.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.6.1.21
wfIpEgpAnnouncePeerEGP outbound peer list. This is a list of IP addresses of EGP peers. If a peer appears in this list, the filter applies to EGP advertisements sent to that peer. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to any EGP peer.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.6.1.22
wfIpEgpAnnounceInterfaceEGP outbound interface list. This is a list of outgoing interfaces. If an interface appears in this list, the filter applies to EGP advertisements sent via that interface. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to any outbound interface.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.6.1.23
wfIpEgpAnnounceMetricEGP metric. Only valid if the action is 'propagate'. This is an optional export metric to use when advertising a route that matches this filter. If zero, the routing table metric calculated for EGP is used.rw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.6.1.24
wfIpBgp3AcceptTableThe table of BGP-3 Accept Route Policy Rules
SEQUENCE OF WfIpBgp3AcceptEntry
.1.3.6.1.4.1.18.3.5.3.2.6.7
wfIpBgp3AcceptEntryAn entry in the BGP-3 Accept Rule Table
WfIpBgp3AcceptEntry
.1.3.6.1.4.1.18.3.5.3.2.6.7.1
wfIpBgp3AcceptDeleteCreate/Delete parameter.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.7.1.1
wfIpBgp3AcceptDisableEnable/Disable parameter.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.7.1.2
wfIpBgp3AcceptIndexRule index numberro
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.7.1.3
wfIpBgp3AcceptNameRule name - user specified name for this rulerw
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.18.3.5.3.2.6.7.1.4
wfIpBgp3AcceptNetworksNetwork identification list. This identifies which networks will match this rule. If non-null, The octet string contains one or more 3-tuples of this form: first octet: exact (1) or range (2) next 4 octets: network number next 4 octets: network mask An entry with an 'exact' tag means to only match the specific network advertisement (number & mask). An entry with a 'range' tag means to match any network number that falls in the range indicated by the number and mask. An 'exact' encoding of 0.0.0.0/0.0.0.0 means 'match the default route. A 'range' encoding of 0.0.0.0/0.0.0.0 means 'match any route'. A null string also means 'match any route'.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.7.1.5
wfIpBgp3AcceptActionaction. 'accept' means that the route should be considered for inclusion in the routing table. 'ignore' means don't consider the routerw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.7.1.6
wfIpBgp3AcceptPreferencepreference. This is a metric to be used to compare the route to other routes to the same destination. A value of 16 is 'most preferred'. This parameter only has meaning if the action is 'accept'.rw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.7.1.7
wfIpBgp3AcceptPrecedenceprecedence. This is a metric to be used to compare this policy rule to other rules that a given route may match. A rule with a higher precedence value will be chosen over one with a smaller value. In the case of a tie, the rule index is used (larger wins).rw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.7.1.8
wfIpBgp3AcceptInjectnetwork injection list. this octet string should only be non-null if the action is 'accept' and if it is desired to insert networks into the routing table that differ from the actual advertised network. For instance, if a number of networks in a certain range are learned, an aggregate advertisement could be inserted instead of the individual networks. If non-null, The octet string contains one or more 2-tuples of this form: first 4 octets: network number next 4 octets: network mask Upon receiving a route that matches this filter, all networks in this list will be considered for inclusion in the routing table. If the list is null, the actual received network is considered. An encoding of 255.255.255.255/255.255.255.255 means 'match the actual received network.' This allows insertion of an aggregate or default along with the actual network. Currently, this is only used for routes received via BGP.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.7.1.9
wfIpBgp3AcceptPeerAsBGP-3 Peer AS list. This octet string contains Autonomous System numbers. If an AS appears in this list, this filter applies to BGP advertisements from peers in that AS. If non-null, The octet string contains one or more 2-octet AS numbers. If null, this filter applies to BGP advertisements from peers in any AS.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.7.1.10
wfIpBgp3AcceptPeerAddressBGP-3 Peer list. This octet string contains the IP addresses of one or more BGP peers. If a peer address appears in this list, this filter applies to BGP advertisements from that peer. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to BGP advertisements from any BGP peer.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.7.1.11
wfIpBgp3AcceptOrigAsBGP-3 Originating AS list. This octet string contains Autonomous System numbers. If an AS appears in this list, this filter applies to BGP advertisements that have the AS as their originating AS. If non-null, The octet string contains one or more 2-octet AS numbers. If null, this filter applies to BGP advertisements with any originating AS.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.7.1.12
wfIpBgp3AcceptRouteOriginBGP-3 ORIGIN path attribute. This is a bit map of the three possible origin types: IGP, EGP, and Incomplete. If the bit for a particular origin type is on, this filter applies to all advertisements with that ORIGIN path attribute.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.7.1.13
wfIpBgp3AcceptBgp3PreferenceBGP-3 preference. For routes that match this filter, this value is used for comparison against other BGP-3 routes. A larger value is more preferred. Only valid if 'action' is 'accept'.rw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.7.1.14
wfIpBgp3AcceptAsWeightClassBGP AS Weight Class. For routes that match this filter, this value indicates which weight values should be used when calculating the AS path weight (see the AS weights table). Only valid if 'action' is 'accept'.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.7.1.15
wfIpBgp3AcceptCommunityMatchBGP Community list. This list identifies which attributes will match this rule. The octet string is a list of communities. Each community is 4 bytes long. If the 2 MS bytes are 0, the match is performed on the lower 16 bits. A null string means 'match any attribute'.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.7.1.16
wfIpBgp3AnnounceTableThe table of BGP-3 Announce Policy Rules
SEQUENCE OF WfIpBgp3AnnounceEntry
.1.3.6.1.4.1.18.3.5.3.2.6.8
wfIpBgp3AnnounceEntryAn entry in the BGP-3 Announce Rule Table
WfIpBgp3AnnounceEntry
.1.3.6.1.4.1.18.3.5.3.2.6.8.1
wfIpBgp3AnnounceDeleteCreate/Delete parameter.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.8.1.1
wfIpBgp3AnnounceDisableEnable/Disable parameter.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.8.1.2
wfIpBgp3AnnounceIndexRule index numberro
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.8.1.3
wfIpBgp3AnnounceNameRule name - user specified name for this rulerw
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.18.3.5.3.2.6.8.1.4
wfIpBgp3AnnounceNetworksNetwork identification list. This identifies which networks will match this rule. If non-null, The octet string contains one or more 3-tuples of this form: first octet: exact (1) or range (2) next 4 octets: network number next 4 octets: network mask An entry with an 'exact' tag means to only match the specific network advertisement (number & mask). An entry with a 'range' tag means to match any network number that falls in the range indicated by the number and mask. An 'exact' encoding of 0.0.0.0/0.0.0.0 means 'match the default route. A 'range' encoding of 0.0.0.0/0.0.0.0 means 'match any route'. A null string also means 'match any route'.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.8.1.5
wfIpBgp3AnnounceActionaction. 'announce' means that the route should be advertised. 'ignore' means don't advertise the route.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.8.1.6
wfIpBgp3AnnouncePrecedenceprecedence. This is a metric to be used to compare this policy rule to other rules that a given route may match. A rule with a higher precedence value will be chosen over one with a smaller value. In the case of a tie, the rule index is used (larger wins).rw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.8.1.7
wfIpBgp3AnnounceRouteSourceroute source. This parameter can contain one or more route source identifiers. If the route source is in this bit map, then a route from that source that meets the other criteria of this filter will match the filter. bit 0 bit 31 + | | + bit31 DIRECT bit30 STATIC bit29 RIP bit28 OSPF bit27 EGP bit26 BGPrw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.8.1.8
wfIpBgp3AnnounceExtRouteSourceexternal route source. This parameter can contain one or more external route source identifiers. If the external route source is in this bit map, then a route from that external source that meets the other criteria of this filter will match the filter. bit 0 bit 31 + | | + bit31 DIRECT bit30 STATIC bit29 RIP bit28 OSPF bit27 EGP bit26 BGPrw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.8.1.9
wfIpBgp3AnnounceAdvertisenetwork advertisement list. this octet string should only be non-null if the action is 'announce' and if it is desired to advertise networks that differ from the actual network in the routing table. For instance, if a number of networks in a certain range are in the table, an aggregate could be advertised instead of the individual networks. If non-null, The octet string contains one or more 2-tuples of this form: first 4 octets: network number next 4 octets: network mask Upon receiving a route that matches this filter, all networks in this list will be advertised. If the list is null, the actual network is advertised. An encoding of 255.255.255.255/255.255.255.255 means 'match the actual network.' This allows advertisement of an aggregate or default along with the actual network.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.8.1.10
wfIpBgp3AnnounceRipGatewayfrom RIP' gateway list. Only applicable for RIP sourced routes and if RIP is included as a route source. This octet string contains the addresses of one or more routers that could send RIP updates to this router. If a router address is included in this list, this filter applies to RIP advertisements from that router. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to RIP updates from any router.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.8.1.11
wfIpBgp3AnnounceRipInterfacefrom RIP' interface list. Only applicable for RIP sourced routes and if RIP is included as a route source. This octet string contains the addresses of one or more interfaces on this router. If an interface address is included in this list, this filter applies to RIP advertisements received on that interface. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to RIP updates received on any interface.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.8.1.12
wfIpBgp3AnnounceOspfRouterIdfrom OSPF' Router ID list. Only applicable for OSPF sourced routes and if OSPF is included as a route source. This octet string contains the router IDs of one or more OSPF routers. If a router ID is included in this list, this filter applies to OSPF advertisements authored by that router. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to OSPF updates from any router.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.8.1.13
wfIpBgp3AnnounceOspfTypefrom OSPF' route type. Only applicable for OSPF sourced routes and if OSPF is included as a route source. This parameter describes which types of OSPF routes match this filter. 'any' means match any route type. 'internal' means 'match any non-ASE'. 'external' means 'match any ASE'. 'type1' means 'match any external type 1'. 'type2' means 'match any external type 2rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.8.1.14
wfIpBgp3AnnounceOspfTagfrom OSPF' ASE tag list. Only applicable for OSPF sourced ASE routes and if OSPF is included as a route source. This octet string contains tag values that could be present in an OSPF ASE advertisement. If a tag value is included in this list, this filter applies to OSPF ASE advertisements that contain this tag value. If non-null, The octet string contains one or more 4-octet tag values. If null, this filter applies to OSPF ASEs with any tag value.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.8.1.15
wfIpBgp3AnnounceEgpPeerfrom EGP' Peer list. Only applicable for EGP sourced routes and if EGP is included as a route source. This octet string contains the IP address of one or more EGP peers. If an EGP peer is included in this list, this filter applies to EGP advertisements authored by that router. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to EGP advertisements from any router.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.8.1.16
wfIpBgp3AnnounceEgpPeerAsfrom EGP' Peer AS list. Only applicable for EGP sourced routes and if EGP is included as a route source. This octet string contains Autonomous System Numbers. If an AS number is included in this list, this filter applies to EGP advertisements received from EBP peers in that AS. If non-null, The octet string contains one or more 2-octet AS numbers. If null, this filter applies to EGP advertisements from peers in any AS.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.8.1.17
wfIpBgp3AnnounceEgpGatewayfrom EGP' Gateway list. Only applicable for EGP sourced routes and if EGP is included as a route source. This octet string contains the IP address of one or more EGP gateways. If an EGP gateway is included in this list, this filter applies to EGP advertisements that use this gateway as the next hop. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to EGP advertisements with any gateway address.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.8.1.18
wfIpBgp3AnnounceBgpPeerfrom BGP' Peer list. Only applicable for BGP sourced routes and if BGP is included as a route source. This octet string contains the IP address of one or more BGP peers. If a BGP peer is included in this list, this filter applies to BGP advertisements authored by that router. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to BGP advertisements from any router.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.8.1.19
wfIpBgp3AnnounceBgpPeerAsfrom BGP' AS list. Only applicable for BGP sourced routes and if BGP is included as a route source. This octet string contains Autonomous System Numbers. If an AS number is included in this list, this filter applies to BGP advertisements received from BGP peers in that AS. If non-null, The octet string contains one or more 2-octet AS numbers. If null, this filter applies to BGP advertisements from peers in any AS.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.8.1.20
wfIpBgp3AnnounceBgpNextHopfrom BGP' NextHop list. Only applicable for BGP sourced routes and if BGP is included as a route source. This octet string contains IP addresses. If an IP address is included in this list, this filter applies to BGP advertisements whose NEXT_HOP attribute matches this IP address. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to BGP advertisements with any NEXT_HOP attribute.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.8.1.21
wfIpBgp3AnnouncePeerAsBGP-3 Outbound Peer AS list. This octet string contains Autonomous System Numbers. If an AS number is included in this list, this filter applies to BGP advertisements being sent to BGP peers in that AS. If non-null, The octet string contains one or more 2-octet AS numbers. If null, this filter applies to BGP advertisements going to peers in any AS.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.8.1.22
wfIpBgp3AnnouncePeerBGP-3 Outbound Peer list. This octet string contains the IP address of one or more BGP peers. If a BGP peer is included in this list, this filter applies to BGP advertisements being sent to that peer. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to BGP advertisements being sent to any peer.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.8.1.23
wfIpBgp3AnnounceUseMetricInter-AS Metric Selector. This parameter indicates whether or not an INTER_AS_METRIC will be advertised for a network matching this filter and, if advertised, what value to use. 'none' indicates that no metric will be advertised. 'specified' indicates that the value in wfIpBgp3AnnounceInterAsMetric will be used. 'originating' indicates that the metric from the originating protocol will be used. Only valid if 'action' is 'announce'.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.8.1.24
wfIpBgp3AnnounceInterAsMetricSpecific Inter-AS Metric. If wfIpBgp3AnnounceUseMetric is set to 'specified', this is the value that will be used for the INTER_AS_METRIC. Only valid if 'action' is 'announcerw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.8.1.25
wfIpBgp3AnnounceOriginORIGIN attribute override. If non-null, the ORIGIN attribute of a route matching this filter will be replaced with the indicated value. Only valid if 'action' is 'announce'.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.8.1.26
wfIpBgp3AnnounceAsPathAS-path override. If non-null, the AS_PATH attribute of a route matching this filter will be replaced with the indicated AS path. Each element of the AS path is 2-octet AS number. Only valid if 'action' is 'announce'.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.8.1.27
wfIpBgp3AnnounceNextHopAnnounce Next Hop. If action is ANNOUNCE and this instance is non-zero, then overwrite Next Hop with specified value.rw
IpAddress
.1.3.6.1.4.1.18.3.5.3.2.6.8.1.28
wfIpBgp3AnnounceCommunityBGP Community list. This identifies which communities will be associated with this rule. If non-null, the octet string contains one or more 4-octet BGP Community numbers.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.8.1.29
wfIpBgp3AnnounceCommunityActionAction 'as-is' means that existing BGP Community attribute is unchanged. 'remove' - all BGP Communities are removed from an update. 'append' - existing BGP Communities are appended with the list of communities defined in wfIpBgp3AnnounceCommunity. 'replace' - existing BGP Communities are are replaced with those defined in wfIpBgp3AnnounceCommunity.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.8.1.30
wfIpBgp3AnnounceCommunityMatchBGP Community list. This list identifies which attributes will match this rule. The octet string is a list of communities. Each community is 4 bytes long. If the 2 MS bytes are 0, the match is performed on the lower 16 bits. Only applicable to BGP-learnt routes. A null string means 'match any attribute'.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.8.1.31
wfIpBgp4AcceptTableThe table of BGP-4 Accept Route Policy Rules
SEQUENCE OF WfIpBgp4AcceptEntry
.1.3.6.1.4.1.18.3.5.3.2.6.9
wfIpBgp4AcceptEntryAn entry in the BGP-4 Accept Rule Table
WfIpBgp4AcceptEntry
.1.3.6.1.4.1.18.3.5.3.2.6.9.1
wfIpBgp4AcceptDeleteCreate/Delete parameter.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.9.1.1
wfIpBgp4AcceptDisableEnable/Disable parameter.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.9.1.2
wfIpBgp4AcceptIndexRule index numberro
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.9.1.3
wfIpBgp4AcceptNameRule name - user specified name for this rulerw
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.18.3.5.3.2.6.9.1.4
wfIpBgp4AcceptNetworksNetwork identification list. This identifies which networks will match this rule. If non-null, The octet string contains one or more 3-tuples of this form: first octet: exact (1) or range (2) next 4 octets: network number next 4 octets: network mask An entry with an 'exact' tag means to only match the specific network advertisement (number & mask). An entry with a 'range' tag means to match any network number that falls in the range indicated by the number and mask. An 'exact' encoding of 0.0.0.0/0.0.0.0 means 'match the default route. A 'range' encoding of 0.0.0.0/0.0.0.0 means 'match any route'. A null string also means 'match any route'.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.9.1.5
wfIpBgp4AcceptActionaction. 'accept' means that the route should be considered for inclusion in the routing table. 'ignore' means don't consider the routerw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.9.1.6
wfIpBgp4AcceptPreferencepreference. This is a metric to be used to compare the route to other routes to the same destination. A value of 16 is 'most preferred'. This parameter only has meaning if the action is 'accept'.rw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.9.1.7
wfIpBgp4AcceptPrecedenceprecedence. This is a metric to be used to compare this policy rule to other rules that a given route may match. A rule with a higher precedence value will be chosen over one with a smaller value. In the case of a tie, the rule index is used (larger wins).rw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.9.1.8
wfIpBgp4AcceptInjectnetwork injection list. this octet string should only be non-null if the action is 'accept' and if it is desired to insert networks into the routing table that differ from the actual advertised network. For instance, if a number of networks in a certain range are learned, an aggregate advertisement could be inserted instead of the individual networks. If non-null, The octet string contains one or more 2-tuples of this form: first 4 octets: network number next 4 octets: network mask Upon receiving a route that matches this filter, all networks in this list will be considered for inclusion in the routing table. If the list is null, the actual received network is considered. An encoding of 255.255.255.255/255.255.255.255 means 'match the actual received network.' This allows insertion of an aggregate or default along with the actual network. Currently, this is only used for routes received via BGP.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.9.1.9
wfIpBgp4AcceptPeerAsBGP-4 Peer AS list. This octet string contains Autonomous System numbers. If an AS appears in this list, this filter applies to BGP advertisements from peers in that AS. If non-null, The octet string contains one or more 2-octet AS numbers. If null, this filter applies to BGP advertisements from peers in any AS.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.9.1.10
wfIpBgp4AcceptPeerAddressBGP-4 Peer list. This octet string contains the IP addresses of one or more BGP peers. If a peer address appears in this list, this filter applies to BGP advertisements from that peer. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to BGP advertisements from any BGP peer.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.9.1.11
wfIpBgp4AcceptOrigAsBGP-4 Originating AS list. This octet string contains Autonomous System numbers. If an AS appears in this list, this filter applies to BGP advertisements that have the AS as their originating AS. If non-null, The octet string contains one or more 2-octet AS numbers. If null, this filter applies to BGP advertisements with any originating AS.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.9.1.12
wfIpBgp4AcceptRouteOriginBGP-4 ORIGIN path attribute. This is a bit map of the three possible origin types: IGP, EGP, and Incomplete. If the bit for a particular origin type is on, this filter applies to all advertisements with that ORIGIN path attribute.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.9.1.13
wfIpBgp4AcceptAggrAsBGP-4 Aggregator AS list. This octet string contains Autonomous System numbers. If an AS appears in this list, this filter applies to BGP advertisements that contain the AS number in their AGGREGATOR path attribute. If non-null, The octet string contains one or more 2-octet AS numbers. If null, this filter applies to BGP advertisements with any AS number in the AGGREGATOR path attribute.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.9.1.14
wfIpBgp4AcceptAggrRouterBGP-4 Aggregator Router list. This octet string contains the IP addresses of one or more BGP routers. If a router address appears in this list, this filter applies to BGP advertisements that contain the address in their AGGREGATOR path attribute. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to BGP advertisements with any router address in the AGGREGATOR path attribute.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.9.1.15
wfIpBgp4AcceptLocalPrefBGP-4 Local Preference override. If non-null, any route matching this filter takes is assigned a local preference of the indicated value. This is used to override the calculated value for EBGP routes or the LOCAL_PREF path attribute for IBGP routes.rw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.9.1.16
wfIpBgp4AcceptBgp4PreferenceBGP-4 preference. For routes that match this filter, this value is used for comparison against other BGP-4 routes. A larger value is more preferred. Only valid if 'action' is 'accept'.rw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.9.1.17
wfIpBgp4AcceptAsWeightClassBGP AS Weight Class. For routes that match this filter, this value indicates which weight values should be used when calculating the AS path weight (see the AS weights table). Only valid if 'action' is 'accept'.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.9.1.18
wfIpBgp4AcceptAsPatternMatchBGP AS_PATH Pattern Match string. This filter applies to BGP AS_PATH attribute and only routes which as_path matches the pattern string will be accepted. A pattern string can be any regular expression; this parameter is ignored if the string is malformed or not set.rw
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.18.3.5.3.2.6.9.1.19
wfIpBgp4AcceptCommunityMatchBGP Community list. This list identifies which attributes will match this rule. The octet string is a list of communities. Each community is 4 bytes long. If the 2 MS bytes are 0, the match is performed on the lower 16 bits. A null string means 'match any attribute'.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.9.1.20
wfIpBgp4AcceptUseMultiExitDiscMulti-Exit Discriminator Selector. This parameter indicates whether or not a MULTI_EXIT_DISC will be accepted for a network matching this filter and, if accepted, what value to use. 'pass' indicates that the value will be advertised as received. 'override' indicates that the value in wfIpBgp4AnnounceMultiExitDisc will be used. 'generate' indicates that the value in wfIpBgp4AnnounceMultiExitDisc will be used if a MED attr. is not present in the BGP-4 update message. 'delete' indicates that the metric will be removed if present in the attribute list. Only valid if 'action' is 'accept'.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.9.1.21
wfIpBgp4AcceptMultiExitDiscSpecific Multi-Exit Discriminator. If wfIpBgp4AcceptUseMultiExitDisc is set to 'override' or 'Generate' and there is MED present, this is the value that will be used for the MULTI_EXIT_DISC. Only valid if 'action' is 'accept'.rw
INTEGER(-1..2147483647)
.1.3.6.1.4.1.18.3.5.3.2.6.9.1.22
wfIpBgp4AcceptAsPrependAS Prepend. This octet string contains AS numbers to be added as a SEQUENCE to AS Path.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.9.1.23
wfIpBgp4AcceptCommunityBGP Community list. This identifies which communities will be associated with this rule. If non-null, the octet string contains one or more 4-octet BGP Community numbers.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.9.1.24
wfIpBgp4AcceptCommunityActionAction 'as-is' means that existing BGP Community attribute is unchanged. 'remove' - all BGP Communities are removed from an update. 'append' - existing BGP Communities are appended with the list of communities defined in wfIpBgp4AcceptCommunity. 'replace' - existing BGP Communities are are replaced with those defined in wfIpBgp4AcceptCommunity.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.9.1.25
wfIpBgp4AcceptRFDampeningEnableEnables or disables Route Flap Dampening. Route flap dampeni ng applies only to EBGP learnt routes.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.9.1.26
wfIpBgp4AcceptRFDampeningTemplateIf Route Flap Dampening enabled, it will use this value to index into the wfBgpRouteFlapTemplate table. The default value of 1, points to the Default Templaterw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.9.1.27
wfIpBgp4AnnounceTableThe table of BGP-4 Announce Policy Rules
SEQUENCE OF WfIpBgp4AnnounceEntry
.1.3.6.1.4.1.18.3.5.3.2.6.10
wfIpBgp4AnnounceEntryAn entry in the BGP-4 Announce Rule Table
WfIpBgp4AnnounceEntry
.1.3.6.1.4.1.18.3.5.3.2.6.10.1
wfIpBgp4AnnounceDeleteCreate/Delete parameter.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.10.1.1
wfIpBgp4AnnounceDisableEnable/Disable parameter.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.10.1.2
wfIpBgp4AnnounceIndexRule index numberro
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.10.1.3
wfIpBgp4AnnounceNameRule name - user specified name for this rulerw
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.18.3.5.3.2.6.10.1.4
wfIpBgp4AnnounceNetworksNetwork identification list. This identifies which networks will match this rule. If non-null, The octet string contains one or more 3-tuples of this form: first octet: exact (1) or range (2) next 4 octets: network number next 4 octets: network mask An entry with an 'exact' tag means to only match the specific network advertisement (number & mask). An entry with a 'range' tag means to match any network number that falls in the range indicated by the number and mask. An 'exact' encoding of 0.0.0.0/0.0.0.0 means 'match the default route. A 'range' encoding of 0.0.0.0/0.0.0.0 means 'match any route'. A null string also means 'match any route'.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.10.1.5
wfIpBgp4AnnounceActionaction. 'announce' means that the route should be advertised. 'ignore' means don't advertise the route.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.10.1.6
wfIpBgp4AnnouncePrecedenceprecedence. This is a metric to be used to compare this policy rule to other rules that a given route may match. A rule with a higher precedence value will be chosen over one with a smaller value. In the case of a tie, the rule index is used (larger wins).rw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.10.1.7
wfIpBgp4AnnounceRouteSourceroute source. This parameter can contain one or more route source identifiers. If the route source is in this bit map, then a route from that source that meets the other criteria of this filter will match the filter. bit 0 bit 31 + | | + bit31 DIRECT bit30 STATIC bit29 RIP bit28 OSPF bit27 EGP bit26 BGPrw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.10.1.8
wfIpBgp4AnnounceExtRouteSourceexternal route source. This parameter can contain one or more external route source identifiers. If the external route source is in this bit map, then a route from that external source that meets the other criteria of this filter will match the filter. bit 0 bit 31 + | | + bit31 DIRECT bit30 STATIC bit29 RIP bit28 OSPF bit27 EGP bit26 BGPrw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.10.1.9
wfIpBgp4AnnounceAdvertisenetwork advertisement list. this octet string should only be non-null if the action is 'announce' and if it is desired to advertise networks that differ from the actual network in the routing table. For instance, if a number of networks in a certain range are in the table, an aggregate could be advertised instead of the individual networks. If non-null, The octet string contains one or more 2-tuples of this form: first 4 octets: network number next 4 octets: network mask Upon receiving a route that matches this filter, all networks in this list will be advertised. If the list is null, the actual network is advertised. An encoding of 255.255.255.255/255.255.255.255 means 'match the actual network.' This allows advertisement of an aggregate or default along with the actual network.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.10.1.10
wfIpBgp4AnnounceRipGatewayfrom RIP' gateway list. Only applicable for RIP sourced routes and if RIP is included as a route source. This octet string contains the addresses of one or more routers that could send RIP updates to this router. If a router address is included in this list, this filter applies to RIP advertisements from that router. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to RIP updates from any router.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.10.1.11
wfIpBgp4AnnounceRipInterfacefrom RIP' interface list. Only applicable for RIP sourced routes and if RIP is included as a route source. This octet string contains the addresses of one or more interfaces on this router. If an interface address is included in this list, this filter applies to RIP advertisements received on that interface. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to RIP updates received on any interface.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.10.1.12
wfIpBgp4AnnounceOspfRouterIdfrom OSPF' Router ID list. Only applicable for OSPF sourced routes and if OSPF is included as a route source. This octet string contains the router IDs of one or more OSPF routers. If a router ID is included in this list, this filter applies to OSPF advertisements authored by that router. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to OSPF updates from any router.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.10.1.13
wfIpBgp4AnnounceOspfTypefrom OSPF' route type. Only applicable for OSPF sourced routes and if OSPF is included as a route source. This parameter describes which types of OSPF routes match this filter. 'any' means match any route type. 'internal' means 'match any non-ASE'. 'external' means 'match any ASE'. 'type1' means 'match any external type 1'. 'type2' means 'match any external type 2rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.10.1.14
wfIpBgp4AnnounceOspfTagfrom OSPF' ASE tag list. Only applicable for OSPF sourced ASE routes and if OSPF is included as a route source. This octet string contains tag values that could be present in an OSPF ASE advertisement. If a tag value is included in this list, this filter applies to OSPF ASE advertisements that contain this tag value. If non-null, The octet string contains one or more 4-octet tag values. If null, this filter applies to OSPF ASEs with any tag value.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.10.1.15
wfIpBgp4AnnounceEgpPeerfrom EGP' Peer list. Only applicable for EGP sourced routes and if EGP is included as a route source. This octet string contains the IP address of one or more EGP peers. If an EGP peer is included in this list, this filter applies to EGP advertisements authored by that router. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to EGP advertisements from any router.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.10.1.16
wfIpBgp4AnnounceEgpPeerAsfrom EGP' Peer AS list. Only applicable for EGP sourced routes and if EGP is included as a route source. This octet string contains Autonomous System Numbers. If an AS number is included in this list, this filter applies to EGP advertisements received from EBP peers in that AS. If non-null, The octet string contains one or more 2-octet AS numbers. If null, this filter applies to EGP advertisements from peers in any AS.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.10.1.17
wfIpBgp4AnnounceEgpGatewayfrom EGP' Gateway list. Only applicable for EGP sourced routes and if EGP is included as a route source. This octet string contains the IP address of one or more EGP gateways. If an EGP gateway is included in this list, this filter applies to EGP advertisements that use this gateway as the next hop. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to EGP advertisements with any gateway address.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.10.1.18
wfIpBgp4AnnounceBgpPeerfrom BGP' Peer list. Only applicable for BGP sourced routes and if BGP is included as a route source. This octet string contains the IP address of one or more BGP peers. If a BGP peer is included in this list, this filter applies to BGP advertisements authored by that router. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to BGP advertisements from any router.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.10.1.19
wfIpBgp4AnnounceBgpPeerAsfrom BGP' AS list. Only applicable for BGP sourced routes and if BGP is included as a route source. This octet string contains Autonomous System Numbers. If an AS number is included in this list, this filter applies to BGP advertisements received from BGP peers in that AS. If non-null, The octet string contains one or more 2-octet AS numbers. If null, this filter applies to BGP advertisements from peers in any AS.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.10.1.20
wfIpBgp4AnnounceBgpNextHopfrom BGP' NextHop list. Only applicable for BGP sourced routes and if BGP is included as a route source. This octet string contains IP addresses. If an IP address is included in this list, this filter applies to BGP advertisements whose NEXT_HOP attribute matches this IP address. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to BGP advertisements with any NEXT_HOP attribute.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.10.1.21
wfIpBgp4AnnouncePeerAsBGP-4 Outbound Peer AS list. This octet string contains Autonomous System Numbers. If an AS number is included in this list, this filter applies to BGP advertisements being sent to BGP peers in that AS. If non-null, The octet string contains one or more 2-octet AS numbers. If null, this filter applies to BGP advertisements going to peers in any AS.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.10.1.22
wfIpBgp4AnnouncePeerBGP-4 Outbound Peer list. This octet string contains the IP address of one or more BGP peers. If a BGP peer is included in this list, this filter applies to BGP advertisements being sent to that peer. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to BGP advertisements being sent to any peer.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.10.1.23
wfIpBgp4AnnounceUseMultiExitDiscMulti-Exit Discriminator Selector. This parameter indicates whether or not a MULTI_EXIT_DISC will be advertised for a network matching this filter and, if advertised, what value to use. 'none' indicates that no value will be advertised. 'specified' indicates that the value in wfIpBgp4AnnounceMultiExitDisc will be used. 'originating' indicates that the metric from the originating protocol will be used. Only valid if 'action' is 'announce'.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.10.1.24
wfIpBgp4AnnounceMultiExitDiscSpecific Multi-Exit Discriminator. If wfIpBgp4AnnounceUseMultiExitDisc is set to 'specified', this is the value that will be used for the MULTI_EXIT_DISC. Only valid if 'action' is 'announce'.rw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.10.1.25
wfIpBgp4AnnounceOriginORIGIN attribute override. If non-null, the ORIGIN attribute of a route matching this filter will be replaced with the indicated value. Only valid if 'action' is 'announce'.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.10.1.26
wfIpBgp4AnnounceAsPathAS-path override. If non-null, the AS_PATH attribute of a route matching this filter will be replaced with the indicated AS path. A BGP-4 AS_PATH is composed of AS path segments. Each AS path segment is represented by a triple: <path segment type, path segment length, path segment value>. The path segment type is a 1-octet long field with the following values defined: 1: AS_SET: an unordered set of ASes a route in the UPDATE message has traversed. 2: AS_SEQUENCE: an ordered set of ASes a route in the UPDATE message has traversed. The path segment length is a 1-octet long field containing the number of ASes in the path segment value field. The path segment value field contains one or more AS numbers, each encoded as a 2-octet long field. Only valid if 'action' is 'announce'.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.10.1.27
wfIpBgp4AnnounceLocalPrefOverridelocal pref override. Only valid when advertise to an IBGP peer. If this is false, the route weight value will be used to calculate the LOCAL_PREF path attribute. If this is true, the value in wfIpBgp4AnnounceLocalPref will be used instead.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.10.1.28
wfIpBgp4AnnounceLocalPreflocal pref override value. Only valid when advertise to an IBGP peer. and if wfIpBgp4AnnounceLocalPrefOverride is set to IP_BGP4_ANNOUNCE_LOCAL_PREF_OVERRIDE_TRUE. If this case, this value is used as the LOCAL_PREF path attribute.rw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.10.1.29
wfIpBgp4AnnounceNextHopAnnounce Next Hop. If action is ANNOUNCE and this instance is non-zero, then overwrite Next Hop with specified value.rw
IpAddress
.1.3.6.1.4.1.18.3.5.3.2.6.10.1.30
wfIpBgp4AnnounceAtomicAnnounce Atomic aggregationrw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.10.1.31
wfIpBgp4AnnounceAsPatternMatchBGP AS_PATH Pattern Match string. This filter applies to BGP AS_PATH attribute and only routes which as_path matches the pattern string will be announced. A pattern string can be any regular expression; this parameter is ignored if the string is malformed or not set.rw
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.18.3.5.3.2.6.10.1.32
wfIpBgp4AnnounceCommunityBGP Community list. This identifies which communities will be associated with this rule. If non-null, the octet string contains one or more 4-octet BGP Community numbers.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.10.1.33
wfIpBgp4AnnounceCommunityActionAction 'as-is' means that existing BGP Community attribute is unchanged. 'remove' - all BGP Communities are removed from an update. 'append' - existing BGP Communities are appended with the list of communities defined in wfIpBgp4AnnounceCommunity. 'replace' - existing BGP Communities are are replaced with those defined in wfIpBgp4AnnounceCommunity.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.10.1.34
wfIpBgp4AnnounceCommunityMatchBGP Community list. This list identifies which attributes will match this rule. The octet string is a list of communities. Each community is 4 bytes long. If the 2 MS bytes are 0, the match is performed on the lower 16 bits. Only applicable to BGP-learnt routes. A null string means 'match any attribute'.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.10.1.35
wfIpBgp4AnnounceAsPrependAS numbers list.This octet string contains AS numbers to be added as a SEQUENCE to AS Path.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.10.1.36
wfIpIgmpGroupPolicyTableThe Table of IGMP Group Policy Rules
SEQUENCE OF WfIpIgmpGroupPolicyEntry
.1.3.6.1.4.1.18.3.5.3.2.6.11
wfIpIgmpGroupPolicyEntryAn entry in the IGMP Group Policy Table.
WfIpIgmpGroupPolicyEntry
.1.3.6.1.4.1.18.3.5.3.2.6.11.1
wfIpIgmpGroupPolicyDeleteCreate/Delete parameter.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.11.1.1
wfIpIgmpGroupPolicyDisableEnable/Disable parameter.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.11.1.2
wfIpIgmpGroupPolicyIndexRule index numberro
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.11.1.3
wfIpIgmpGroupPolicyNameRule name - user specified name for this rulerw
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.18.3.5.3.2.6.11.1.4
wfIpIgmpGroupPolicySourcesSource identification list. This identifies which sources will match this rule. If non-null, The octet string contains one or more 3-tuples of this form: first octet: exact (1) or range (2) next 4 octets: source address next 4 octets: source mask An entry with an 'exact' tag means to only match the specific source (number & mask). An entry with a 'range' tag means to match any source that falls in the range indicated by the source and mask. A null string also means 'match any source'.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.11.1.5
wfIpIgmpGroupPolicyActionaction. 'accept' means that the group join should be accepted. 'ignore' means to ignore the group joinrw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.11.1.6
wfIpIgmpGroupPolicyPreferencenot used. this is here only because of a common internal data structurero
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.11.1.7
wfIpIgmpGroupPolicyPrecedenceprecedence. This is a metric to be used to compare this policy rule to other rules that a given route may match. A rule with a higher precedence value will be chosen over one with a smaller value. In the case of a tie, the rule index is used (larger wins). Note that the policy match is not 'most specific' so the precedence has to be used to select from multiple matches.rw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.11.1.8
wfIpIgmpGroupPolicyInjectnot used. this is here only because of a common internal data structurero
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.11.1.9
wfIpIgmpGroupPolicyGroupsGroup list. This identifies which groups will match this rule. If non-null, The octet string contains one or more 2-tuples of this form: next 4 octets: group number next 4 octets: group mask A null string also means 'match any group'.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.11.1.10
wfIpIgmpGroupPolicyCircuitsCircuit identification list. This identifies which circuits will match this rule. If non-null, The octet string contains one or more 2-octet, each representing a circuit. A null string also means 'match any circuit'.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.11.1.11
wfIpIgmpGroupPolicySendersSender identification list. This identifies which senders will match this rule. If non-null, The octet string contains one or more 2-tuples of this form: first 4 octets: sender address next 4 octets: sender mask A null string also means 'match any sender'.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.11.1.12
wfMTMStaticFwdTableThe Table of static forwarding entriesobsolete
SEQUENCE OF WfMTMStaticFwdEntry
.1.3.6.1.4.1.18.3.5.3.2.6.12
wfMTMStaticFwdEntryAn entry in the static forwarding Tableobsolete
WfMTMStaticFwdEntry
.1.3.6.1.4.1.18.3.5.3.2.6.12.1
wfMTMStaticFwdDeleteCreate/Delete parameter.rwobsolete
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.12.1.1
wfMTMStaticFwdDisableEnable/Disable parameter.rwobsolete
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.12.1.2
wfMTMStaticFwdIndexRule index numberroobsolete
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.12.1.3
wfMTMStaticFwdNameRule name - user specified name for this rulerwobsolete
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.18.3.5.3.2.6.12.1.4
wfMTMStaticFwdGroupsGroup list. This identifies which groups will match this rule. If non-null, The octet string contains one or more 2-tuples of this form: next 4 octets: group number next 4 octets: group mask A null string also means 'match any group'.rwobsolete
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.12.1.5
wfMTMStaticFwdActionnot used. this is here only because of a common internal data structureroobsolete
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.12.1.6
wfMTMStaticFwdPreferenceIf not 0, indicates this policy overwrites multicast protocols otherwise it can be overwritten by multicast protocols. If it overwrites protocols, then forwarding decision is made purely according to the policy; if it can be overwritten by protocols, then protocols have to be consulted to make the decision. For example, s policy 'overwritten_by_procotol' can be used in the following situation: Before a multicast protocol comes up on an incoming circuit, forwarding decision is made according to the policy. After the protocol comes up, the protocol will make the decisionrwobsolete
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.12.1.7
wfMTMStaticFwdPrecedenceprecedence. This is a metric to be used to compare this policy rule to other rules that a given route may match. A rule with a higher precedence value will be chosen over one with a smaller value. In the case of a tie, the rule index is used (larger wins). Note that the policy match is not most specific so the precedence has to be used to select from multiple matches.rwobsolete
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.12.1.8
wfMTMStaticFwdInjectnot used. this is here only because of a common internal data structureroobsolete
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.12.1.9
wfMTMStaticFwdSourcesSource identification list. This identifies which sources will match this rule. If non-null, The octet string contains one or more 2-tuples of this form: next 4 octets: source address next 4 octets: source mask A null string also means 'match any source'.rwobsolete
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.12.1.10
wfMTMStaticFwdInCircuitsInbound ircuit ist. This is not a selection criteria. If non-null, The octet string contains one or more 2-octet, each representing a circuit on which mulicast packets whose (s, g) matche this rule will be accepted. A null string means those packets should not be accepted at allrwobsolete
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.12.1.11
wfMTMStaticFwdOutCircuitsOutbound circuit list. This is not a selection criteria. If non-null, The octet string contains one or more 2-tuple, each representing a circuit out of which mulicast packets whose (s, g) matche this rule will be forwarded. Each tuple is in the following format: first 2-octet: circuit number following 2 octets: ttl threshold A null string means those packets should not be forwarded at all.rwobsolete
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.12.1.12
wfMTMStaticFwdModestatic static entries overrides multicast protocol decisions statictodynamic Accept the multicast packet from a specified non-multicast and static configured interface and forward it on to outbound interfaces running multicast protocols as per multicast protocol rules dynamictostatic accept the multicast packet from an interface running multicast protocol and forward it on to static configured non-multicast out bound interfacesrwobsolete
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.12.1.13
wfIpMospfAcceptTableThe Table of Rip Accept Policy Rules
SEQUENCE OF WfIpMospfAcceptEntry
.1.3.6.1.4.1.18.3.5.3.2.6.13
wfIpMospfAcceptEntryAn entry in the Rip Accept Rule Table
WfIpMospfAcceptEntry
.1.3.6.1.4.1.18.3.5.3.2.6.13.1
wfIpMospfAcceptDeleteCreate/Delete parameter.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.13.1.1
wfIpMospfAcceptDisableEnable/Disable parameter.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.13.1.2
wfIpMospfAcceptIndexRule index numberro
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.13.1.3
wfIpMospfAcceptNameRule name - user specified name for this rulerw
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.18.3.5.3.2.6.13.1.4
wfIpMospfAcceptNetworksNetwork identification list. This identifies which networks will match this rule. If non-null, The octet string contains one or more 3-tuples of this form: first octet: exact (1) or range (2) next 4 octets: network number next 4 octets: network mask An entry with an 'exact' tag means to only match the specific network advertisement (number & mask). An entry with a 'range' tag means to match any network number that falls in the range indicated by the number and mask. An 'exact' encoding of 0.0.0.0/0.0.0.0 means 'match the default route. A 'range' encoding of 0.0.0.0/0.0.0.0 means 'match any route'. A null string also means 'match any route'.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.13.1.5
wfIpMospfAcceptActionaction. 'accept' means that the route should be considered for inclusion in the routing table. 'ignore' means don't consider the routerw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.13.1.6
wfIpMospfAcceptPreferencepreference. This is a metric to be used to compare the route to other routes to the same destination. A value of 16 is 'most preferred'. This parameter only has meaning if the action is 'accept'.rw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.13.1.7
wfIpMospfAcceptPrecedenceprecedence. This is a metric to be used to compare this policy rule to other rules that a given route may match. A rule with a higher precedence value will be chosen over one with a smaller value. In the case of a tie, the rule index is used (larger wins).rw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.13.1.8
wfIpMospfAcceptInjectnetwork injection list. this octet string should only be non-null if the action is 'accept' and if it is desired to insert networks into the routing table that differ from the actual advertised network. For instance, if a number of networks in a certain range are learned, an aggregate advertisement could be inserted instead of the individual networks. If non-null, The octet string contains one or more 2-tuples of this form: first 4 octets: network number next 4 octets: network mask Upon receiving a route that matches this filter, all networks in this list will be considered for inclusion in the routing table. If the list is null, the actual received network is considered. An encoding of 255.255.255.255/255.255.255.255 means 'match the actual received network.' This allows insertion of an aggregate or default along with the actual network. Currently, this is only used for routes received via BGP.ro
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.13.1.9
wfIpMospfAcceptGatewayRIP gateway list. This octet string contains the addresses of one or more routers that could send RIP updates to this router. If a router address is included in this list, this filter applies to RIP advertisements from that router. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to RIP updates from any router.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.13.1.10
wfIpMospfAcceptInterfaceRIP interface list. This octet string contains the addresses of one or more interfaces on this router. If an interface address is included in this list, this filter applies to RIP advertisements received on that interface. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to RIP updates received on any interface.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.13.1.11
wfIpMospfAcceptApplyMaskInjection Mask: If the 'action' is accept and the actual received network will be considered, this is an optional IP address mask that will be applied to the network number from the RIP update. This is used to override the interface's subnet mask in the presence of networks with variable length subnet masks.rw
IpAddress
.1.3.6.1.4.1.18.3.5.3.2.6.13.1.12
wfIpMospfAnnounceTableThe Table of Mospf Announce Route Policy Rules. The rules in this table are how the mospf learns routes from DVMRP routing pool.
SEQUENCE OF WfIpMospfAnnounceEntry
.1.3.6.1.4.1.18.3.5.3.2.6.14
wfIpMospfAnnounceEntryAn entry in the MOSPF Announce Rule Table
WfIpMospfAnnounceEntry
.1.3.6.1.4.1.18.3.5.3.2.6.14.1
wfIpMospfAnnounceDeleteCreate/Delete parameter.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.14.1.1
wfIpMospfAnnounceDisableEnable/Disable parameter.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.14.1.2
wfIpMospfAnnounceIndexRule index numberro
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.14.1.3
wfIpMospfAnnounceNameRule name - user specified name for this rulerw
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.18.3.5.3.2.6.14.1.4
wfIpMospfAnnounceNetworksNetwork identification list. This identifies which networks will match this rule. If non-null, The octet string contains one or more 3-tuples of this form: first octet: exact (1) or range (2) next 4 octets: network number next 4 octets: network mask An entry with an 'exact' tag means to only match the specific network advertisement (number & mask). An entry with a 'range' tag means to match any network number that falls in the range indicated by the number and mask. An 'exact' encoding of 0.0.0.0/0.0.0.0 means 'match the default route. A 'range' encoding of 0.0.0.0/0.0.0.0 means 'match any route'. A null string also means 'match any route'.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.14.1.5
wfIpMospfAnnounceActionaction. 'announce' means that the route should be advertised. 'ignore' means don't advertise the route.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.14.1.6
wfIpMospfAnnouncePrecedenceprecedence. This is a metric to be used to compare this policy rule to other rules that a given route may match. A rule with a higher precedence value will be chosen over one with a smaller value. In the case of a tie, the rule index is used (larger wins).rw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.14.1.7
wfIpMospfAnnounceRouteSourcenot used. this is here only because of a common internal data structurero
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.14.1.8
wfIpMospfAnnounceExtRouteSourcenot used. this is here only because of a common internal data structurero
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.14.1.9
wfIpMospfAnnounceAdvertisenetwork advertisement list. this octet string should only be non-null if the action is 'announce' and if it is desired to advertise networks that differ from the actual network in the routing table. For instance, if a number of networks in a certain range are in the table, an aggregate could be advertised instead of the individual networks. If non-null, The octet string contains one or more 2-tuples of this form: first 4 octets: network number next 4 octets: network mask Upon receiving a route that matches this filter, all networks in this list will be advertised. If the list is null, the actual network is advertised. An encoding of 255.255.255.255/255.255.255.255 means 'match the actual network.' This allows advertisement of an aggregate or default along with the actual network.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.14.1.10
wfIpMospfAnnounceRipGatewaynot used. this is here only because of a common internal data structurero
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.14.1.11
wfIpMospfAnnounceRipInterfacenot used. this is here only because of a common internal data structurero
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.14.1.12
wfIpMospfAnnounceOspfRouterIdnot used. this is here only because of a common internal data structurero
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.14.1.13
wfIpMospfAnnounceOspfTypenot used. this is here only because of a common internal data structurero
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.14.1.14
wfIpMospfAnnounceOspfTagnot used. this is here only because of a common internal data structurero
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.14.1.15
wfIpMospfAnnounceEgpPeernot used. this is here only because of a common internal data structurero
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.14.1.16
wfIpMospfAnnounceEgpPeerAsnot used. this is here only because of a common internal data structurero
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.14.1.17
wfIpMospfAnnounceEgpGatewaynot used. this is here only because of a common internal data structurero
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.14.1.18
wfIpMospfAnnounceBgpPeernot used. this is here only because of a common internal data structurero
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.14.1.19
wfIpMospfAnnounceBgpPeerAsnot used. this is here only because of a common internal data structurero
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.14.1.20
wfIpMospfAnnounceBgpNextHopnot used. this is here only because of a common internal data structurero
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.14.1.21
wfIpDvmrpAcceptTableThe Table of Rip Accept Policy Rules
SEQUENCE OF WfIpDvmrpAcceptEntry
.1.3.6.1.4.1.18.3.5.3.2.6.15
wfIpDvmrpAcceptEntryAn entry in the Dvmrp Accept Rule Table
WfIpDvmrpAcceptEntry
.1.3.6.1.4.1.18.3.5.3.2.6.15.1
wfIpDvmrpAcceptDeleteCreate/Delete parameter.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.15.1.1
wfIpDvmrpAcceptDisableEnable/Disable parameter.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.15.1.2
wfIpDvmrpAcceptIndexRule index numberro
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.15.1.3
wfIpDvmrpAcceptNameRule name - user specified name for this rulerw
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.18.3.5.3.2.6.15.1.4
wfIpDvmrpAcceptNetworksNetwork identification list. This identifies which networks will match this rule. If non-null, The octet string contains one or more 3-tuples of this form: first octet: exact (1) or range (2) next 4 octets: network number next 4 octets: network mask An entry with an 'exact' tag means to only match the specific network advertisement (number & mask). An entry with a 'range' tag means to match any network number that falls in the range indicated by the number and mask. An 'exact' encoding of 0.0.0.0/0.0.0.0 means 'match the default route. A 'range' encoding of 0.0.0.0/0.0.0.0 means 'match any route'. A null string also means 'match any route'.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.15.1.5
wfIpDvmrpAcceptActionaction. 'accept' means that the route should be considered for inclusion in the routing table. 'ignore' means don't consider the routerw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.15.1.6
wfIpDvmrpAcceptPreferencenot used. This is here only for common internal data structures.ro
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.15.1.7
wfIpDvmrpAcceptPrecedenceprecedence. This is a metric to be used to compare this policy rule to other rules that a given route may match. A rule with a higher precedence value will be chosen over one with a smaller value. In the case of a tie, the rule index is used (larger wins).rw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.15.1.8
wfIpDvmrpAcceptInjectNetwork injection list. this octet string should only be non-null if the action is 'accept' and if it is desired to insert networks into the routing table that differ from the actual advertised network. For instance, if a number of networks in a certain range are learned, an aggregate advertisement could be inserted instead of the individual networks. If non-null, The octet string contains one 2-tuples of this form: first 4 octets: network number next 4 octets: network mask Upon receiving a route that matches this filter, the network in this list will be considered for inclusion in the routing table. If the list is null, the actual received network is considered.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.15.1.9
wfIpDvmrpAcceptGatewayDVMRP gateway list. This octet string contains the addresses of one or more routers that could send DVMRP updates to this router. If a router address is included in this list, this filter applies to DVMRP advertisements from that router. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to DVMRP updates from any router.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.15.1.10
wfIpDvmrpAcceptInterfaceDvmrp interface list. This is a list of DVMRP interfaces. If a interface appears in this list, the filter applies to DVMRP advertisements received on this interface. If non-null, The octet string contains 4-octet IP address. If null, this filter applies to DVMRP updates received on any DVMRP interface.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.15.1.11
wfIpDvmrpAcceptApplyMaskNot used in this release Injection Mask: If the 'action' is accept and the actual received network will be considered, this is an optional IP address mask that will be applied to the network number from the DVMRP update. This is used to override the interface's subnet mask in the presence of networks with variable length subnet masks.ro
IpAddress
.1.3.6.1.4.1.18.3.5.3.2.6.15.1.12
wfIpDvmrpAcceptTunnelsDvmrp tunnel list. This is a list of DVMRP tunnels. If an tunnel interface appears in this listless filter applies to DVMRP advertisements sent via that tunnel. Each tunnel takes 8 octets, the first 4 of which are for local IP address, and the last 4 are for remote IP address If non-null, The octet string contains one or more 8-octet IP addresses. If the first 8-octet contains all f, this filter does not applies to any tunnel. If null, this filter applies to any DVMRP tunnel.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.15.1.13
wfIpDvmrpAcceptInjectMetricInject Route Metric. This value represents the cost of the aggregated route which associates with wfIpDvmrpAcceptInject mib injects into DVMRP routing table. The default value is set to 1.rw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.15.1.14
wfIpDvmrpAnnounceTableThe Table of Dvmrp Announce Route Policy Rules
SEQUENCE OF WfIpDvmrpAnnounceEntry
.1.3.6.1.4.1.18.3.5.3.2.6.16
wfIpDvmrpAnnounceEntryAn entry in the Dvmrp Announce Rule Table
WfIpDvmrpAnnounceEntry
.1.3.6.1.4.1.18.3.5.3.2.6.16.1
wfIpDvmrpAnnounceDeleteCreate/Delete parameter.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.16.1.1
wfIpDvmrpAnnounceDisableEnable/Disable parameter.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.16.1.2
wfIpDvmrpAnnounceIndexRule index numberro
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.16.1.3
wfIpDvmrpAnnounceNameRule name - user specified name for this rulerw
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.18.3.5.3.2.6.16.1.4
wfIpDvmrpAnnounceNetworksNetwork identification list. This identifies which networks will match this rule. If non-null, The octet string contains one or more 3-tuples of this form: first octet: exact (1) or range (2) next 4 octets: network number next 4 octets: network mask An entry with an 'exact' tag means to only match the specific network advertisement (number & mask). An entry with a 'range' tag means to match any network number that falls in the range indicated by the number and mask. An 'exact' encoding of 0.0.0.0/0.0.0.0 means 'match the default route. A 'range' encoding of 0.0.0.0/0.0.0.0 means 'match any route'. A null string also means 'match any route'.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.16.1.5
wfIpDvmrpAnnounceActionaction. 'announce' means that the route should be advertised. 'ignore' means don't advertise the route.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.16.1.6
wfIpDvmrpAnnouncePrecedenceprecedence. This is a metric to be used to compare this policy rule to other rules that a given route may match. A rule with a higher precedence value will be chosen over one with a smaller value. In the case of a tie, the rule index is used (larger wins).rw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.16.1.7
wfIpDvmrpAnnounceRouteSourcenot used. this is here only because of a common internal data structurero
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.16.1.8
wfIpDvmrpAnnounceExtRouteSourcenot used. this is here only because of a common internal data structurero
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.16.1.9
wfIpDvmrpAnnounceAdvertiseNetwork advertisement list. this octet string should only be non-null if the action is 'announce' and if it is desired to advertise networks that differ from the actual network in the routing table. For instance, if a number of networks in a certain range are in the table, an aggregate could be advertised instead of the individual networks. If non-null, The octet string contains one 2-tuples of this form: first 4 octets: network number next 4 octets: network mask Upon receiving a route that matches this filter, the network in this list will be advertised. If the list is null, the actual network is advertised.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.16.1.10
wfIpDvmrpAnnounceRipGatewaynot used. this is here only because of a common internal data structurero
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.16.1.11
wfIpDvmrpAnnounceRipInterfaceNot used. Only here because of common internal data structures.ro
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.16.1.12
wfIpDvmrpAnnounceOspfRouterIdnot used. this is here only because of a common internal data structurero
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.16.1.13
wfIpDvmrpAnnounceOspfTypenot used. this is here only because of a common internal data structurero
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.16.1.14
wfIpDvmrpAnnounceOspfTagnot used. this is here only because of a common internal data structurero
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.16.1.15
wfIpDvmrpAnnounceEgpPeernot used. this is here only because of a common internal data structurero
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.16.1.16
wfIpDvmrpAnnounceEgpPeerAsnot used. this is here only because of a common internal data structurero
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.16.1.17
wfIpDvmrpAnnounceEgpGatewaynot used. this is here only because of a common internal data structurero
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.16.1.18
wfIpDvmrpAnnounceBgpPeernot used. this is here only because of a common internal data structurero
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.16.1.19
wfIpDvmrpAnnounceBgpPeerAsnot used. this is here only because of a common internal data structurero
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.16.1.20
wfIpDvmrpAnnounceBgpNextHopnot used. this is here only because of a common internal data structurero
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.16.1.21
wfIpDvmrpAnnounceCircuitsDvmrp circuit list. This is a list of DVMRP circuits. If a circuit appears in this list, the filter applies to DVMRP advertisements sent via that circuit. If non-null, The octet string contains one or more 2-octet circuit number. If the first 2-octet contains all f, this filter does not applies to any circuits. If null, this filter applies to any outbound DVMRP circuit.rwobsolete
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.16.1.22
wfIpDvmrpAnnounceTunnelsDvmrp tunnel list. This is a list of DVMRP tunnels. If an tunnel interface appears in this list,the filter applies to DVMRP advertisements sent via that tunnel. Each tunnel takes 8 octets, the first 4 of which are for local IP address, and the last 4 are for remote IP address If non-null, The octet string contains one or more 8-octet IP addresses. If the first 8-octet contains all f, this filter does not applies to any tunnel. If null, this filter applies to any DVMRP tunnel.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.16.1.23
wfIpDvmrpAnnounceMetricRoute Metric. This value is announced as the metric for the routes specified in the network identification list. If non-null, then the routes for the specified networks in the network identification list are advertised with this metric even it differs from the metric in the routing table. If null, then the metrics in the routing table are advertised.rw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.16.1.24
wfIpDvmrpAnnounceInterfaceDvmrp interface list. This is a list of DVMRP interfaces. If a interface appears in this list, the filter applies to DVMRP advertisements sent via that interface. If non-null, The octet string contains 4-octet IP address. If null, this filter applies to any outbound DVMRP interface.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.16.1.25
wfIpDvmrpInjectRtTableThe Table of Dvmrp Inject Unicast routes Policy Rules
SEQUENCE OF WfIpDvmrpInjectRtEntry
.1.3.6.1.4.1.18.3.5.3.2.6.17
wfIpDvmrpInjectRtEntryAn entry in the Dvmrp Inject Route Rule Table
WfIpDvmrpInjectRtEntry
.1.3.6.1.4.1.18.3.5.3.2.6.17.1
wfIpDvmrpInjectRtDeleteCreate/Delete parameter.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.17.1.1
wfIpDvmrpInjectRtDisableEnable/Disable parameter.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.17.1.2
wfIpDvmrpInjectRtIndexRule index numberro
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.17.1.3
wfIpDvmrpInjectRtNameRule name - user specified name for this rulerw
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.18.3.5.3.2.6.17.1.4
wfIpDvmrpInjectRtNetworksNetwork identification list. This identifies which networks will match this rule. If non-null, The octet string contains one or more 3-tuples of this form: first octet: exact (1) or range (2) next 4 octets: network number next 4 octets: network mask An entry with an 'exact' tag means to only match the specific network advertisement (number & mask). An entry with a 'range' tag means to match any network number that falls in the range indicated by the number and mask. A null string also means 'match any route'.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.17.1.5
wfIpDvmrpInjectRtActionaction. 'accept' means that the route should be imported from RTM to the DVMRP routing table. 'ignore' means don't consider the routerw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.17.1.6
wfIpDvmrpInjectRtPreferencepreference. This is a metric to be used to compare the preference path between inject route or the existing route in DVMRP routing table. If the injecting unicast route is prefered, then the value need to be set higher than the preference of the existing route. The routes learned from DVMRP network always has preference set to 1. This parameter only has meaning if the action is 'accept'.rw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.17.1.7
wfIpDvmrpInjectRtPrecedenceprecedence. This is a metric to be used to compare this policy rule to other rules that a given route may match. A rule with a higher precedence value will be chosen over one with a smaller value. In the case of a tie, the rule index is used (larger wins). Note that the policy match is not most specific so the precedence has to be used to select from multiple matches.rw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.17.1.8
wfIpDvmrpInjectRtInjectnetwork injection list. this octet string should only be non-null if the action is 'accept' and if it is desired to insert networks into the routing table that differ from the actual advertised network. For instance, if a number of networks in a certain range are learned, an aggregate advertisement could be inserted instead of the individual networks. If non-null, The octet string contains one 2-tuples of this form: first 4 octets: network number next 4 octets: network mask Upon receiving a route that matches this filter, the network in this list will be considered for inclusion in the routing table. If the list is null, the actual received network is considered.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.17.1.9
wfIpDvmrpInjectRtInInterfaceInjected unicast routes inbound circuit list. This octet string contains one or more 4-octet IP addresses. If an interface address is included in this list, the unicast routes received on that interface match this rule will be accepted. If null, this filter applies to unicast routes received on any interface.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.17.1.10
wfIpDvmrpInjectRtTypeSelect the injected route type from RTM.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.17.1.11
wfIpDvmrpInjectRtMetricRoute Metric. This value represents the cost of the external routes which are OSPF or unicast best route to be injected into DVMRP routing table. The default value is set to 1.rw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.17.1.12
wfIpIisisAcceptTableThe Table of Integrated IS-IS Accept Route Filter Rules
SEQUENCE OF WfIpIisisAcceptEntry
.1.3.6.1.4.1.18.3.5.3.2.6.18
wfIpIisisAcceptEntryAn entry in the Integrated IS-IS Accept Route Policy Table
WfIpIisisAcceptEntry
.1.3.6.1.4.1.18.3.5.3.2.6.18.1
wfIpIisisAcceptDeleteCreate/Delete parameter.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.18.1.1
wfIpIisisAcceptDisableEnable/Disable parameter.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.18.1.2
wfIpIisisAcceptIndexRule index numberro
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.18.1.3
wfIpIisisAcceptNameRule name - user specified name for this rulerw
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.18.3.5.3.2.6.18.1.4
wfIpIisisAcceptNetworksNetwork identification list. This identifies which networks will match this rule. If non-null, The octet string contains one or more 3-tuples of this form: first octet: exact (1) or range (2) next 4 octets: network number next 4 octets: network mask An entry with an 'exact' tag means to only match the specific network advertisement (number & mask). An entry with a 'range' tag means to match any network number that falls in the range indicated by the number and mask. An 'exact' encoding of 0.0.0.0/0.0.0.0 means 'match the default route. A 'range' encoding of 0.0.0.0/0.0.0.0 means 'match any route'. A null string also means 'match any route'.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.18.1.5
wfIpIisisAcceptActionaction. 'accept' means that the route should be considered for inclusion in the routing table. 'ignore' means don't consider the routerw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.18.1.6
wfIpIisisAcceptPreferencepreference. This is a metric to be used to compare the route to other routes to the same destination. A value of 16 is 'most preferred'. This parameter only has meaning if the action is 'accept'.rw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.18.1.7
wfIpIisisAcceptPrecedenceprecedence. This is a metric to be used to compare this policy rule to other rules that a given route may match. A rule with a higher precedence value will be chosen over one with a smaller value. In the case of a tie, the rule index is used (larger wins).rw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.18.1.8
wfIpIisisAcceptInjectnetwork injection list. this octet string should only be non-null if the action is 'accept' and if it is desired to insert networks into the routing table that differ from the actual advertised network. For instance, if a number of networks in a certain range are learned, an aggregate advertisement could be inserted instead of the individual networks. If non-null, The octet string contains one or more 2-tuples of this form: first 4 octets: network number next 4 octets: network mask Upon receiving a route that matches this filter, all networks in this list will be considered for inclusion in the routing table. If the list is null, the actual received network is considered. An encoding of 255.255.255.255/255.255.255.255 means 'match the actual received network.' This allows insertion of an aggregate or default along with the actual network. Currently, this is only used for routes received via BGP.ro
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.18.1.9
wfIpIisisAcceptTypeIntegrated IS-IS external metric type. This parameter describes which types of Integrated IS-IS routes match this filter. 'any' means 'match either internal or external'.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.18.1.10
wfIpIisisAnnounceTableThe Table of Integrated IS-IS Announce Route Policy Rules
SEQUENCE OF WfIpIisisAnnounceEntry
.1.3.6.1.4.1.18.3.5.3.2.6.19
wfIpIisisAnnounceEntryAn entry in the Announce Route Filter Table
WfIpIisisAnnounceEntry
.1.3.6.1.4.1.18.3.5.3.2.6.19.1
wfIpIisisAnnounceDeleteCreate/Delete parameter.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.19.1.1
wfIpIisisAnnounceDisableEnable/Disable parameter.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.19.1.2
wfIpIisisAnnounceIndexRule index numberro
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.19.1.3
wfIpIisisAnnounceNameRule name - user specified name for this rulerw
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.18.3.5.3.2.6.19.1.4
wfIpIisisAnnounceNetworksNetwork identification list. This identifies which networks will match this rule. If non-null, The octet string contains one or more 3-tuples of this form: first octet: exact (1) or range (2) next 4 octets: network number next 4 octets: network mask An entry with an 'exact' tag means to only match the specific network advertisement (number & mask). An entry with a 'range' tag means to match any network number that falls in the range indicated by the number and mask. An 'exact' encoding of 0.0.0.0/0.0.0.0 means 'match the default route. A 'range' encoding of 0.0.0.0/0.0.0.0 means 'match any route'. A null string also means 'match any route'.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.19.1.5
wfIpIisisAnnounceActionaction. 'announce' means that the route should be advertised. 'ignore' means don't advertise the route.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.19.1.6
wfIpIisisAnnouncePrecedenceprecedence. This is a metric to be used to compare this policy rule to other rules that a given route may match. A rule with a higher precedence value will be chosen over one with a smaller value. In the case of a tie, the rule index is used (larger wins).rw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.19.1.7
wfIpIisisAnnounceRouteSourceroute source. This parameter can contain one or more route source identifiers. If the route source is in this bit map, then a route from that source that meets the other criteria of this filter will match the filter. In the first phase of Integrated IS-IS only direct and static are being considered bit 0 bit 31 + | | + bit31 DIRECT bit30 STATIC bit29 RIP bit28 OSPF bit27 EGP bit26 BGPrw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.19.1.8
wfIpIisisAnnounceExtRouteSourceNOT USED for Integrated IS-IS external route source. This parameter can contain one or more external route source identifiers. If the external route source is in this bit map, then a route from that external source that meets the other criteria of this filter will match the filter. Not valid for OSPF announce rules .ro
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.19.1.9
wfIpIisisAnnounceAdvertisenetwork advertisement list. this octet string should only be non-null if the action is 'announce' and if it is desired to advertise networks that differ from the actual network in the routing table. For instance, if a number of networks in a certain range are in the table, an aggregate could be advertised instead of the individual networks. If non-null, The octet string contains one or more 2-tuples of this form: first 4 octets: network number next 4 octets: network mask Upon receiving a route that matches this filter, all networks in this list will be advertised. If the list is null, the actual network is advertised. An encoding of 255.255.255.255/255.255.255.255 means 'match the actual network.' This allows advertisement of an aggregate or default along with the actual network.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.19.1.10
wfIpIisisAnnounceRipGatewayNot applicable for first phase of Integrated IS_IS from RIP' gateway list. Only applicable for RIP sourced routes and if RIP is included as a route source. This octet string contains the addresses of one or more routers that could send RIP updates to this router. If a router address is included in this list, this filter applies to RIP advertisements from that router. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to RIP updates from any router.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.19.1.11
wfIpIisisAnnounceRipInterfaceNot applicable for first phase of Integrated IS_IS from RIP' interface list. Only applicable for RIP sourced routes and if RIP is included as a route source. This octet string contains the addresses of one or more interfaces on this router. If an interface address is included in this list, this filter applies to RIP advertisements received on that interface. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to RIP updates received on any interface.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.19.1.12
wfIpIisisAnnounceIisisRouterIdNot applicable for first phase of Integrated IS_IS from OSPF' Router ID list. Only applicable for OSPF sourced routes and if OSPF is included as a route source. This octet string contains the router IDs of one or more OSPF routers. If a router ID is included in this list, this filter applies to OSPF advertisements authored by that router. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to OSPF updates from any router.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.19.1.13
wfIpIisisAnnounceIisisTypeNot applicable for first phase of Integrated IS_IS from OSPF' route type. Only applicable for OSPF sourced routes and if OSPF is included as a route source. This parameter describes which types of OSPF routes match this filter. 'any' means match any route type. 'internal' means 'match any non-ASE'. 'external' means 'match any ASE'. 'type1' means 'match any external type 1'. 'type2' means 'match any external type 2rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.19.1.14
wfIpIisisAnnounceIisisTagNot applicable for first phase of Integrated IS_IS from OSPF' ASE tag list. Only applicable for OSPF sourced ASE routes and if OSPF is included as a route source. This octet string contains tag values that could be present in an OSPF ASE advertisement. If a tag value is included in this list, this filter applies to OSPF ASE advertisements that contain this tag value. If non-null, The octet string contains one or more 4-octet tag values. If null, this filter applies to OSPF ASEs with any tag value.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.19.1.15
wfIpIisisAnnounceEgpPeerNot applicable for first phase of Integrated IS_IS from EGP' Peer list. Only applicable for EGP sourced routes and if EGP is included as a route source. This octet string contains the IP address of one or more EGP peers. If an EGP peer is included in this list, this filter applies to EGP advertisements authored by that router. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to EGP advertisements from any router.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.19.1.16
wfIpIisisAnnounceEgpPeerAsNot applicable for first phase of Integrated IS_IS from EGP' Peer AS list. Only applicable for EGP sourced routes and if EGP is included as a route source. This octet string contains Autonomous System Numbers. If an AS number is included in this list, this filter applies to EGP advertisements received from EBP peers in that AS. If non-null, The octet string contains one or more 2-octet AS numbers. If null, this filter applies to EGP advertisements from peers in any AS.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.19.1.17
wfIpIisisAnnounceEgpGatewayNot applicable for first phase of Integrated IS_IS from EGP' Gateway list. Only applicable for EGP sourced routes and if EGP is included as a route source. This octet string contains the IP address of one or more EGP gateways. If an EGP gateway is included in this list, this filter applies to EGP advertisements that use this gateway as the next hop. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to EGP advertisements with any gateway address.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.19.1.18
wfIpIisisAnnounceBgpPeerNot applicable for first phase of Integrated IS_IS from BGP' Peer list. Only applicable for BGP sourced routes and if BGP is included as a route source. This octet string contains the IP address of one or more BGP peers. If a BGP peer is included in this list, this filter applies to BGP advertisements authored by that router. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to BGP advertisements from any router.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.19.1.19
wfIpIisisAnnounceBgpPeerAsNot applicable for first phase of Integrated IS_IS from BGP' AS list. Only applicable for BGP sourced routes and if BGP is included as a route source. This octet string contains Autonomous System Numbers. If an AS number is included in this list, this filter applies to BGP advertisements received from BGP peers in that AS. If non-null, The octet string contains one or more 2-octet AS numbers. If null, this filter applies to BGP advertisements from peers in any AS.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.19.1.20
wfIpIisisAnnounceBgpNextHopNot applicable for first phase of Integrated IS_IS from BGP' NextHop list. Only applicable for BGP sourced routes and if BGP is included as a route source. This octet string contains IP addresses. If an IP address is included in this list, this filter applies to BGP advertisements whose NEXT_HOP attribute matches this IP address. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to BGP advertisements with any NEXT_HOP attribute.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.19.1.21
wfIpIisisAnnounceTypeOSPF ASE type. The ASE type to use for routes that match this filter. This is only applicable if the action is 'accept'. A zero value means to use the default ASE type for the route source.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.19.1.22
wfIpIisisAnnounceTagNot applicable for Integrated IS-IS OSPF ASE tag. The ASE tag value to use for routes that match this filter. This is only applicable if the action is 'accept' and autotag is set to 'disable'.rw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.19.1.23
wfIpIisisAnnounceAutoTagNot applicable for Integrated IS-IS BGP/OSPF automatic tag generation: Only applicable if action is 'announce'. if set to 'disabled', the value in wfIpIisisAnnounceTag will be used for a tag. If set to 'enabled', a tag will be generated according to the criteria in RFC 1403 (or any RFC that supercedes it).rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.19.1.24
wfIpIisisAnnounceMetricThe optional metric to apply to this route. Zero means : use the route's actual cost. Only valid for propagate.rw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.19.1.25
wfMTMStaticForwardTableThe Table of static forwarding entries
SEQUENCE OF WfMTMStaticForwardEntry
.1.3.6.1.4.1.18.3.5.3.2.6.20
wfMTMStaticForwardEntryAn entry in the static forwarding Table
WfMTMStaticForwardEntry
.1.3.6.1.4.1.18.3.5.3.2.6.20.1
wfMTMStaticForwardDeleteCreate/Delete parameter.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.20.1.1
wfMTMStaticForwardDisableEnable/Disable parameter.rw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.20.1.2
wfMTMStaticForwardIndexRule index numberro
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.20.1.3
wfMTMStaticForwardNameRule name - user specified name for this rulerw
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.18.3.5.3.2.6.20.1.4
wfMTMStaticForwardGroupsGroup list. This identifies which groups will match this rule. If non-null, The octet string contains one or more 2-tuples of this form: First octet : 0x1(exact) or 0x2 (range) next 4 octets: group number next 4 octets: group mask A null string also means 'match any group'.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.20.1.5
wfMTMStaticForwardActionnot used. this is here only because of a common internal data structurero
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.20.1.6
wfMTMStaticForwardPreferencenote: Not used .This is here only for common internal data structuresrw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.20.1.7
wfMTMStaticForwardPrecedenceprecedence. This is a metric to be used to compare this policy rule to other rules that a given route may match. A rule with a higher precedence value will be chosen over one with a smaller value. In the case of a tie, the rule index is used (larger wins). Note that the policy match is not most specific so the precedence has to be used to select from multiple matches.rw
INTEGER
.1.3.6.1.4.1.18.3.5.3.2.6.20.1.8
wfMTMStaticForwardInjectnot used. this is here only because of a common internal data structurero
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.20.1.9
wfMTMStaticForwardSourcesSource identification list. This identifies which sources will match this rule. If non-null, The octet string contains one or more 2-tuples of this form: next 4 octets: source address next 4 octets: source mask A null string also means 'match any source'.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.20.1.10
wfMTMStaticForwardInCircuitsInbound ircuit ist. This is not a selection criteria. If non-null, The octet string contains one or more 2-octet, each representing a circuit on which mulicast packets whose (s, g) matche this rule will be accepted. A null string means those packets should not be accepted at allrw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.20.1.11
wfMTMStaticForwardOutCircuitsOutbound circuit list. This is not a selection criteria. If non-null, The octet string contains one or more 2-tuple, each representing a circuit out of which mulicast packets whose (s, g) matche this rule will be forwarded. Each tuple is in the following format: first 2-octet: circuit number following 2 octets: ttl threshold A null string means those packets should not be forwarded at all.rw
OCTET STRING
.1.3.6.1.4.1.18.3.5.3.2.6.20.1.12
wfMTMStaticForwardModestatic static entries overrides multicast protocol decisions statictodynamic Accept the multicast packet from a specified non-multicast and static configured interface and forward it on to outbound interfaces running multicast protocols as per multicast protocol rules dynamictostatic accept the multicast packet from an interface running multicast protocol and forward it on to static configured non-multicast out bound interfacesrw
Enumeration
.1.3.6.1.4.1.18.3.5.3.2.6.20.1.13
wfIpRipAcceptEntryAn entry in the Rip Accept Rule Table
WfIpRipAcceptEntry
.wfIpRipAcceptTable.1
wfIpRipAcceptDeleteCreate/Delete parameter.rw
Enumeration
.wfIpRipAcceptTable.1.1
wfIpRipAcceptDisableEnable/Disable parameter.rw
Enumeration
.wfIpRipAcceptTable.1.2
wfIpRipAcceptIndexRule index numberro
INTEGER
.wfIpRipAcceptTable.1.3
wfIpRipAcceptNameRule name - user specified name for this rulerw
DisplayString (SNMPv2-TC)
.wfIpRipAcceptTable.1.4
wfIpRipAcceptNetworksNetwork identification list. This identifies which networks will match this rule. If non-null, The octet string contains one or more 3-tuples of this form: first octet: exact (1) or range (2) next 4 octets: network number next 4 octets: network mask An entry with an 'exact' tag means to only match the specific network advertisement (number & mask). An entry with a 'range' tag means to match any network number that falls in the range indicated by the number and mask. An 'exact' encoding of 0.0.0.0/0.0.0.0 means 'match the default route. A 'range' encoding of 0.0.0.0/0.0.0.0 means 'match any route'. A null string also means 'match any route'.rw
OCTET STRING
.wfIpRipAcceptTable.1.5
wfIpRipAcceptActionaction. 'accept' means that the route should be considered for inclusion in the routing table. 'ignore' means don't consider the routerw
Enumeration
.wfIpRipAcceptTable.1.6
wfIpRipAcceptPreferencepreference. This is a metric to be used to compare the route to other routes to the same destination. A value of 16 is 'most preferred'. This parameter only has meaning if the action is 'accept'.rw
INTEGER
.wfIpRipAcceptTable.1.7
wfIpRipAcceptPrecedenceprecedence. This is a metric to be used to compare this policy rule to other rules that a given route may match. A rule with a higher precedence value will be chosen over one with a smaller value. In the case of a tie, the rule index is used (larger wins).rw
INTEGER
.wfIpRipAcceptTable.1.8
wfIpRipAcceptInjectnetwork injection list. this octet string should only be non-null if the action is 'accept' and if it is desired to insert networks into the routing table that differ from the actual advertised network. For instance, if a number of networks in a certain range are learned, an aggregate advertisement could be inserted instead of the individual networks. If non-null, The octet string contains one or more 2-tuples of this form: first 4 octets: network number next 4 octets: network mask Upon receiving a route that matches this filter, all networks in this list will be considered for inclusion in the routing table. If the list is null, the actual received network is considered. An encoding of 255.255.255.255/255.255.255.255 means 'match the actual received network.' This allows insertion of an aggregate or default along with the actual network. Currently, this is only used for routes received via BGP.ro
OCTET STRING
.wfIpRipAcceptTable.1.9
wfIpRipAcceptGatewayRIP gateway list. This octet string contains the addresses of one or more routers that could send RIP updates to this router. If a router address is included in this list, this filter applies to RIP advertisements from that router. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to RIP updates from any router.rw
OCTET STRING
.wfIpRipAcceptTable.1.10
wfIpRipAcceptInterfaceRIP interface list. This octet string contains the addresses of one or more interfaces on this router. If an interface address is included in this list, this filter applies to RIP advertisements received on that interface. If non-null, The octet string contains one or more 4-octet IP addresses. If null, this filter applies to RIP updates received on any interface.rw
OCTET STRING
.wfIpRipAcceptTable.1.11
wfIpRipAcceptApplyMaskInjection Mask: If the 'action' is accept and the actual received network will be considered, this is an optional IP address mask that will be applied to the network number from the RIP update. This is used to override the interface's subnet mask in the presence of networks with variable length subnet masks.rw
IpAddress
.wfIpRipAcceptTable.1.12
Wellfleet-IPPOLICY-MIB - SNMP MIB Reference | MIBs Explorer