Wellfleet-IPPOLICY-MIB: View SNMP OID List / Download MIB

VENDOR: WELLFLEET


 Home MIB: Wellfleet-IPPOLICY-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 wfIpRipAcceptTable 1.3.6.1.4.1.18.3.5.3.2.6.1 no-access
The Table of Rip Accept Policy Rules
     wfIpRipAcceptEntry 1.3.6.1.4.1.18.3.5.3.2.6.1.1 no-access
An entry in the Rip Accept Rule Table
         wfIpRipAcceptDelete 1.3.6.1.4.1.18.3.5.3.2.6.1.1.1 integer read-write
Create/Delete parameter. Enumeration: 'create': 1, 'delete': 2.
         wfIpRipAcceptDisable 1.3.6.1.4.1.18.3.5.3.2.6.1.1.2 integer read-write
Enable/Disable parameter. Enumeration: 'disabled': 2, 'enabled': 1.
         wfIpRipAcceptIndex 1.3.6.1.4.1.18.3.5.3.2.6.1.1.3 integer read-only
Rule index number
         wfIpRipAcceptName 1.3.6.1.4.1.18.3.5.3.2.6.1.1.4 displaystring read-write
Rule name - user specified name for this rule
         wfIpRipAcceptNetworks 1.3.6.1.4.1.18.3.5.3.2.6.1.1.5 octet string read-write
Network 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'.
         wfIpRipAcceptAction 1.3.6.1.4.1.18.3.5.3.2.6.1.1.6 integer read-write
action. 'accept' means that the route should be considered for inclusion in the routing table. 'ignore' means don't consider the route Enumeration: 'ignore': 3, 'accept': 1.
         wfIpRipAcceptPreference 1.3.6.1.4.1.18.3.5.3.2.6.1.1.7 integer read-write
preference. 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'.
         wfIpRipAcceptPrecedence 1.3.6.1.4.1.18.3.5.3.2.6.1.1.8 integer read-write
precedence. 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).
         wfIpRipAcceptInject 1.3.6.1.4.1.18.3.5.3.2.6.1.1.9 octet string read-only
network 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.
         wfIpRipAcceptGateway 1.3.6.1.4.1.18.3.5.3.2.6.1.1.10 octet string read-write
RIP 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.
         wfIpRipAcceptInterface 1.3.6.1.4.1.18.3.5.3.2.6.1.1.11 octet string read-write
RIP 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.
         wfIpRipAcceptApplyMask 1.3.6.1.4.1.18.3.5.3.2.6.1.1.12 ipaddress read-write
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 RIP update. This is used to override the interface's subnet mask in the presence of networks with variable length subnet masks.
 wfIpRipAnnounceTable 1.3.6.1.4.1.18.3.5.3.2.6.2 no-access
The Table of Rip Announce Route Policy Rules
     wfIpRipAnnounceEntry 1.3.6.1.4.1.18.3.5.3.2.6.2.1 no-access
An entry in the Rip Announce Rule Table
         wfIpRipAnnounceDelete 1.3.6.1.4.1.18.3.5.3.2.6.2.1.1 integer read-write
Create/Delete parameter. Enumeration: 'create': 1, 'delete': 2.
         wfIpRipAnnounceDisable 1.3.6.1.4.1.18.3.5.3.2.6.2.1.2 integer read-write
Enable/Disable parameter. Enumeration: 'disabled': 2, 'enabled': 1.
         wfIpRipAnnounceIndex 1.3.6.1.4.1.18.3.5.3.2.6.2.1.3 integer read-only
Rule index number
         wfIpRipAnnounceName 1.3.6.1.4.1.18.3.5.3.2.6.2.1.4 displaystring read-write
Rule name - user specified name for this rule
         wfIpRipAnnounceNetworks 1.3.6.1.4.1.18.3.5.3.2.6.2.1.5 octet string read-write
Network 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'.
         wfIpRipAnnounceAction 1.3.6.1.4.1.18.3.5.3.2.6.2.1.6 integer read-write
action. 'announce' means that the route should be advertised. 'ignore' means don't advertise the route. Enumeration: 'ignore': 3, 'announce': 2.
         wfIpRipAnnouncePrecedence 1.3.6.1.4.1.18.3.5.3.2.6.2.1.7 integer read-write
precedence. 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).
         wfIpRipAnnounceRouteSource 1.3.6.1.4.1.18.3.5.3.2.6.2.1.8 integer read-write
route 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 BGP
         wfIpRipAnnounceExtRouteSource 1.3.6.1.4.1.18.3.5.3.2.6.2.1.9 integer read-write
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. bit 0 bit 31 +---------------------------------------+ | | +---------------------------------------+ bit31 DIRECT bit30 STATIC bit29 RIP bit28 OSPF bit27 EGP bit26 BGP
         wfIpRipAnnounceAdvertise 1.3.6.1.4.1.18.3.5.3.2.6.2.1.10 octet string read-write
network 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.
         wfIpRipAnnounceRipGateway 1.3.6.1.4.1.18.3.5.3.2.6.2.1.11 octet string read-write
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.
         wfIpRipAnnounceRipInterface 1.3.6.1.4.1.18.3.5.3.2.6.2.1.12 octet string read-write
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.
         wfIpRipAnnounceOspfRouterId 1.3.6.1.4.1.18.3.5.3.2.6.2.1.13 octet string read-write
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.
         wfIpRipAnnounceOspfType 1.3.6.1.4.1.18.3.5.3.2.6.2.1.14 integer read-write
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 2 Enumeration: 'any': 7, 'internal': 4, 'type1': 1, 'external': 3, 'type2': 2.
         wfIpRipAnnounceOspfTag 1.3.6.1.4.1.18.3.5.3.2.6.2.1.15 octet string read-write
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.
         wfIpRipAnnounceEgpPeer 1.3.6.1.4.1.18.3.5.3.2.6.2.1.16 octet string read-write
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.
         wfIpRipAnnounceEgpPeerAs 1.3.6.1.4.1.18.3.5.3.2.6.2.1.17 octet string read-write
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.
         wfIpRipAnnounceEgpGateway 1.3.6.1.4.1.18.3.5.3.2.6.2.1.18 octet string read-write
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.
         wfIpRipAnnounceBgpPeer 1.3.6.1.4.1.18.3.5.3.2.6.2.1.19 octet string read-write
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.
         wfIpRipAnnounceBgpPeerAs 1.3.6.1.4.1.18.3.5.3.2.6.2.1.20 octet string read-write
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.
         wfIpRipAnnounceBgpNextHop 1.3.6.1.4.1.18.3.5.3.2.6.2.1.21 octet string read-write
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.
         wfIpRipAnnounceInterface 1.3.6.1.4.1.18.3.5.3.2.6.2.1.22 octet string read-write
RIP 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.
         wfIpRipAnnounceRipMetric 1.3.6.1.4.1.18.3.5.3.2.6.2.1.23 integer read-write
RIP 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.
 wfIpOspfAcceptTable 1.3.6.1.4.1.18.3.5.3.2.6.3 no-access
The Table of OSPF Accept Route Filter Rules
     wfIpOspfAcceptEntry 1.3.6.1.4.1.18.3.5.3.2.6.3.1 no-access
An entry in the OSPF Accept Route Policy Table
         wfIpOspfAcceptDelete 1.3.6.1.4.1.18.3.5.3.2.6.3.1.1 integer read-write
Create/Delete parameter. Enumeration: 'create': 1, 'delete': 2.
         wfIpOspfAcceptDisable 1.3.6.1.4.1.18.3.5.3.2.6.3.1.2 integer read-write
Enable/Disable parameter. Enumeration: 'disabled': 2, 'enabled': 1.
         wfIpOspfAcceptIndex 1.3.6.1.4.1.18.3.5.3.2.6.3.1.3 integer read-only
Rule index number
         wfIpOspfAcceptName 1.3.6.1.4.1.18.3.5.3.2.6.3.1.4 displaystring read-write
Rule name - user specified name for this rule
         wfIpOspfAcceptNetworks 1.3.6.1.4.1.18.3.5.3.2.6.3.1.5 octet string read-write
Network 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'.
         wfIpOspfAcceptAction 1.3.6.1.4.1.18.3.5.3.2.6.3.1.6 integer read-write
action. 'accept' means that the route should be considered for inclusion in the routing table. 'ignore' means don't consider the route Enumeration: 'ignore': 3, 'accept': 1.
         wfIpOspfAcceptPreference 1.3.6.1.4.1.18.3.5.3.2.6.3.1.7 integer read-write
preference. 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'.
         wfIpOspfAcceptPrecedence 1.3.6.1.4.1.18.3.5.3.2.6.3.1.8 integer read-write
precedence. 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).
         wfIpOspfAcceptInject 1.3.6.1.4.1.18.3.5.3.2.6.3.1.9 octet string read-only
network 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.
         wfIpOspfAcceptType 1.3.6.1.4.1.18.3.5.3.2.6.3.1.10 integer read-write
OSPF 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 2 Enumeration: 'type1': 1, 'any': 3, 'type2': 2.
         wfIpOspfAcceptTag 1.3.6.1.4.1.18.3.5.3.2.6.3.1.11 octet string read-write
OSPF 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.
 wfIpOspfAnnounceTable 1.3.6.1.4.1.18.3.5.3.2.6.4 no-access
The Table of OSPF Announce Route Policy Rules
     wfIpOspfAnnounceEntry 1.3.6.1.4.1.18.3.5.3.2.6.4.1 no-access
An entry in the OSPF Announce Route Filter Table
         wfIpOspfAnnounceDelete 1.3.6.1.4.1.18.3.5.3.2.6.4.1.1 integer read-write
Create/Delete parameter. Enumeration: 'create': 1, 'delete': 2.
         wfIpOspfAnnounceDisable 1.3.6.1.4.1.18.3.5.3.2.6.4.1.2 integer read-write
Enable/Disable parameter. Enumeration: 'disabled': 2, 'enabled': 1.
         wfIpOspfAnnounceIndex 1.3.6.1.4.1.18.3.5.3.2.6.4.1.3 integer read-only
Rule index number
         wfIpOspfAnnounceName 1.3.6.1.4.1.18.3.5.3.2.6.4.1.4 displaystring read-write
Rule name - user specified name for this rule
         wfIpOspfAnnounceNetworks 1.3.6.1.4.1.18.3.5.3.2.6.4.1.5 octet string read-write
Network 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'.
         wfIpOspfAnnounceAction 1.3.6.1.4.1.18.3.5.3.2.6.4.1.6 integer read-write
action. 'announce' means that the route should be advertised. 'ignore' means don't advertise the route. Enumeration: 'ignore': 3, 'announce': 2.
         wfIpOspfAnnouncePrecedence 1.3.6.1.4.1.18.3.5.3.2.6.4.1.7 integer read-write
precedence. 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).
         wfIpOspfAnnounceRouteSource 1.3.6.1.4.1.18.3.5.3.2.6.4.1.8 integer read-write
route 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 BGP
         wfIpOspfAnnounceExtRouteSource 1.3.6.1.4.1.18.3.5.3.2.6.4.1.9 integer read-only
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. Enumeration: 'any': 63.
         wfIpOspfAnnounceAdvertise 1.3.6.1.4.1.18.3.5.3.2.6.4.1.10 octet string read-write
network 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.
         wfIpOspfAnnounceRipGateway 1.3.6.1.4.1.18.3.5.3.2.6.4.1.11 octet string read-write
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.
         wfIpOspfAnnounceRipInterface 1.3.6.1.4.1.18.3.5.3.2.6.4.1.12 octet string read-write
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.
         wfIpOspfAnnounceOspfRouterId 1.3.6.1.4.1.18.3.5.3.2.6.4.1.13 octet string read-write
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.
         wfIpOspfAnnounceOspfType 1.3.6.1.4.1.18.3.5.3.2.6.4.1.14 integer read-write
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 2 Enumeration: 'any': 7, 'internal': 4, 'type1': 1, 'external': 3, 'type2': 2.
         wfIpOspfAnnounceOspfTag 1.3.6.1.4.1.18.3.5.3.2.6.4.1.15 octet string read-write
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.
         wfIpOspfAnnounceEgpPeer 1.3.6.1.4.1.18.3.5.3.2.6.4.1.16 octet string read-write
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.
         wfIpOspfAnnounceEgpPeerAs 1.3.6.1.4.1.18.3.5.3.2.6.4.1.17 octet string read-write
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.
         wfIpOspfAnnounceEgpGateway 1.3.6.1.4.1.18.3.5.3.2.6.4.1.18 octet string read-write
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.
         wfIpOspfAnnounceBgpPeer 1.3.6.1.4.1.18.3.5.3.2.6.4.1.19 octet string read-write
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.
         wfIpOspfAnnounceBgpPeerAs 1.3.6.1.4.1.18.3.5.3.2.6.4.1.20 octet string read-write
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.
         wfIpOspfAnnounceBgpNextHop 1.3.6.1.4.1.18.3.5.3.2.6.4.1.21 octet string read-write
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.
         wfIpOspfAnnounceType 1.3.6.1.4.1.18.3.5.3.2.6.4.1.22 integer read-write
OSPF 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. Enumeration: 'type1': 1, 'type2': 2.
         wfIpOspfAnnounceTag 1.3.6.1.4.1.18.3.5.3.2.6.4.1.23 integer read-write
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'.
         wfIpOspfAnnounceAutoTag 1.3.6.1.4.1.18.3.5.3.2.6.4.1.24 integer read-write
BGP/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). Enumeration: 'disabled': 2, 'wf': 3, 'enabled': 1.
         wfIpOspfAnnounceMetric 1.3.6.1.4.1.18.3.5.3.2.6.4.1.25 integer read-write
The optional metric to apply to this route. Zero means : use the route's actual cost. Only valid for propagate.
         wfIpOspfAnnounceNssaPropagate 1.3.6.1.4.1.18.3.5.3.2.6.4.1.26 integer read-write
Indicates 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 router Enumeration: 'disabled': 2, 'enabled': 1.
 wfIpEgpAcceptTable 1.3.6.1.4.1.18.3.5.3.2.6.5 no-access
The Table of EGP Accept Policy Rules
     wfIpEgpAcceptEntry 1.3.6.1.4.1.18.3.5.3.2.6.5.1 no-access
An entry in the Egp Accept Rule Table
         wfIpEgpAcceptDelete 1.3.6.1.4.1.18.3.5.3.2.6.5.1.1 integer read-write
Create/Delete parameter. Enumeration: 'create': 1, 'delete': 2.
         wfIpEgpAcceptDisable 1.3.6.1.4.1.18.3.5.3.2.6.5.1.2 integer read-write
Enable/Disable parameter. Enumeration: 'disabled': 2, 'enabled': 1.
         wfIpEgpAcceptIndex 1.3.6.1.4.1.18.3.5.3.2.6.5.1.3 integer read-only
Rule index number
         wfIpEgpAcceptName 1.3.6.1.4.1.18.3.5.3.2.6.5.1.4 displaystring read-write
Rule name - user specified name for this rule
         wfIpEgpAcceptNetworks 1.3.6.1.4.1.18.3.5.3.2.6.5.1.5 octet string read-write
Network 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'.
         wfIpEgpAcceptAction 1.3.6.1.4.1.18.3.5.3.2.6.5.1.6 integer read-write
action. 'accept' means that the route should be considered for inclusion in the routing table. 'ignore' means don't consider the route Enumeration: 'ignore': 3, 'accept': 1.
         wfIpEgpAcceptPreference 1.3.6.1.4.1.18.3.5.3.2.6.5.1.7 integer read-write
preference. 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'.
         wfIpEgpAcceptPrecedence 1.3.6.1.4.1.18.3.5.3.2.6.5.1.8 integer read-write
precedence. 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).
         wfIpEgpAcceptInject 1.3.6.1.4.1.18.3.5.3.2.6.5.1.9 octet string read-only
network 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.
         wfIpEgpAcceptPeer 1.3.6.1.4.1.18.3.5.3.2.6.5.1.10 octet string read-write
EGP 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.
         wfIpEgpAcceptAs 1.3.6.1.4.1.18.3.5.3.2.6.5.1.11 octet string read-write
EGP 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.
         wfIpEgpAcceptGateway 1.3.6.1.4.1.18.3.5.3.2.6.5.1.12 octet string read-write
EGP 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.
 wfIpEgpAnnounceTable 1.3.6.1.4.1.18.3.5.3.2.6.6 no-access
The Table of Egp Announce Route Policy Rules
     wfIpEgpAnnounceEntry 1.3.6.1.4.1.18.3.5.3.2.6.6.1 no-access
An entry in the Egp Announce Rule Table
         wfIpEgpAnnounceDelete 1.3.6.1.4.1.18.3.5.3.2.6.6.1.1 integer read-write
Create/Delete parameter. Enumeration: 'create': 1, 'delete': 2.
         wfIpEgpAnnounceDisable 1.3.6.1.4.1.18.3.5.3.2.6.6.1.2 integer read-write
Enable/Disable parameter. Enumeration: 'disabled': 2, 'enabled': 1.
         wfIpEgpAnnounceIndex 1.3.6.1.4.1.18.3.5.3.2.6.6.1.3 integer read-only
Rule index number
         wfIpEgpAnnounceName 1.3.6.1.4.1.18.3.5.3.2.6.6.1.4 displaystring read-write
Rule name - user specified name for this rule
         wfIpEgpAnnounceNetworks 1.3.6.1.4.1.18.3.5.3.2.6.6.1.5 octet string read-write
Network 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'.
         wfIpEgpAnnounceAction 1.3.6.1.4.1.18.3.5.3.2.6.6.1.6 integer read-write
action. 'announce' means that the route should be advertised. 'ignore' means don't advertise the route. Enumeration: 'ignore': 3, 'announce': 2.
         wfIpEgpAnnouncePrecedence 1.3.6.1.4.1.18.3.5.3.2.6.6.1.7 integer read-write
precedence. 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).
         wfIpEgpAnnounceRouteSource 1.3.6.1.4.1.18.3.5.3.2.6.6.1.8 integer read-write
route 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 BGP
         wfIpEgpAnnounceExtRouteSource 1.3.6.1.4.1.18.3.5.3.2.6.6.1.9 integer read-write
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. bit 0 bit 31 +---------------------------------------+ | | +---------------------------------------+ bit31 DIRECT bit30 STATIC bit29 RIP bit28 OSPF bit27 EGP bit26 BGP
         wfIpEgpAnnounceAdvertise 1.3.6.1.4.1.18.3.5.3.2.6.6.1.10 octet string read-write
network 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.
         wfIpEgpAnnounceRipGateway 1.3.6.1.4.1.18.3.5.3.2.6.6.1.11 octet string read-write
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.
         wfIpEgpAnnounceRipInterface 1.3.6.1.4.1.18.3.5.3.2.6.6.1.12 octet string read-write
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.
         wfIpEgpAnnounceOspfRouterId 1.3.6.1.4.1.18.3.5.3.2.6.6.1.13 octet string read-write
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.
         wfIpEgpAnnounceOspfType 1.3.6.1.4.1.18.3.5.3.2.6.6.1.14 integer read-write
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 2 Enumeration: 'any': 7, 'internal': 4, 'type1': 1, 'external': 3, 'type2': 2.
         wfIpEgpAnnounceOspfTag 1.3.6.1.4.1.18.3.5.3.2.6.6.1.15 octet string read-write
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.
         wfIpEgpAnnounceEgpPeer 1.3.6.1.4.1.18.3.5.3.2.6.6.1.16 octet string read-write
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.
         wfIpEgpAnnounceEgpPeerAs 1.3.6.1.4.1.18.3.5.3.2.6.6.1.17 octet string read-write
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.
         wfIpEgpAnnounceEgpGateway 1.3.6.1.4.1.18.3.5.3.2.6.6.1.18 octet string read-write
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.
         wfIpEgpAnnounceBgpPeer 1.3.6.1.4.1.18.3.5.3.2.6.6.1.19 octet string read-write
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.
         wfIpEgpAnnounceBgpPeerAs 1.3.6.1.4.1.18.3.5.3.2.6.6.1.20 octet string read-write
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.
         wfIpEgpAnnounceBgpNextHop 1.3.6.1.4.1.18.3.5.3.2.6.6.1.21 octet string read-write
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.
         wfIpEgpAnnouncePeer 1.3.6.1.4.1.18.3.5.3.2.6.6.1.22 octet string read-write
EGP 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.
         wfIpEgpAnnounceInterface 1.3.6.1.4.1.18.3.5.3.2.6.6.1.23 octet string read-write
EGP 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.
         wfIpEgpAnnounceMetric 1.3.6.1.4.1.18.3.5.3.2.6.6.1.24 integer read-write
EGP 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.
 wfIpBgp3AcceptTable 1.3.6.1.4.1.18.3.5.3.2.6.7 no-access
The table of BGP-3 Accept Route Policy Rules
     wfIpBgp3AcceptEntry 1.3.6.1.4.1.18.3.5.3.2.6.7.1 no-access
An entry in the BGP-3 Accept Rule Table
         wfIpBgp3AcceptDelete 1.3.6.1.4.1.18.3.5.3.2.6.7.1.1 integer read-write
Create/Delete parameter. Enumeration: 'create': 1, 'delete': 2.
         wfIpBgp3AcceptDisable 1.3.6.1.4.1.18.3.5.3.2.6.7.1.2 integer read-write
Enable/Disable parameter. Enumeration: 'disabled': 2, 'enabled': 1.
         wfIpBgp3AcceptIndex 1.3.6.1.4.1.18.3.5.3.2.6.7.1.3 integer read-only
Rule index number
         wfIpBgp3AcceptName 1.3.6.1.4.1.18.3.5.3.2.6.7.1.4 displaystring read-write
Rule name - user specified name for this rule
         wfIpBgp3AcceptNetworks 1.3.6.1.4.1.18.3.5.3.2.6.7.1.5 octet string read-write
Network 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'.
         wfIpBgp3AcceptAction 1.3.6.1.4.1.18.3.5.3.2.6.7.1.6 integer read-write
action. 'accept' means that the route should be considered for inclusion in the routing table. 'ignore' means don't consider the route Enumeration: 'ignore': 3, 'accept': 1.
         wfIpBgp3AcceptPreference 1.3.6.1.4.1.18.3.5.3.2.6.7.1.7 integer read-write
preference. 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'.
         wfIpBgp3AcceptPrecedence 1.3.6.1.4.1.18.3.5.3.2.6.7.1.8 integer read-write
precedence. 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).
         wfIpBgp3AcceptInject 1.3.6.1.4.1.18.3.5.3.2.6.7.1.9 octet string read-write
network 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.
         wfIpBgp3AcceptPeerAs 1.3.6.1.4.1.18.3.5.3.2.6.7.1.10 octet string read-write
BGP-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.
         wfIpBgp3AcceptPeerAddress 1.3.6.1.4.1.18.3.5.3.2.6.7.1.11 octet string read-write
BGP-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.
         wfIpBgp3AcceptOrigAs 1.3.6.1.4.1.18.3.5.3.2.6.7.1.12 octet string read-write
BGP-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.
         wfIpBgp3AcceptRouteOrigin 1.3.6.1.4.1.18.3.5.3.2.6.7.1.13 integer read-write
BGP-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. Enumeration: 'incompleteorigp': 5, 'igp': 1, 'igporegp': 3, 'egp': 2, 'incomplete': 4, 'any': 7, 'incompleteoregp': 6.
         wfIpBgp3AcceptBgp3Preference 1.3.6.1.4.1.18.3.5.3.2.6.7.1.14 integer read-write
BGP-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'.
         wfIpBgp3AcceptAsWeightClass 1.3.6.1.4.1.18.3.5.3.2.6.7.1.15 integer read-write
BGP 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'. Enumeration: 'class8': 8, 'class6': 6, 'class7': 7, 'class4': 4, 'class5': 5, 'class2': 2, 'class3': 3, 'class1': 1.
         wfIpBgp3AcceptCommunityMatch 1.3.6.1.4.1.18.3.5.3.2.6.7.1.16 octet string read-write
BGP 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'.
 wfIpBgp3AnnounceTable 1.3.6.1.4.1.18.3.5.3.2.6.8 no-access
The table of BGP-3 Announce Policy Rules
     wfIpBgp3AnnounceEntry 1.3.6.1.4.1.18.3.5.3.2.6.8.1 no-access
An entry in the BGP-3 Announce Rule Table
         wfIpBgp3AnnounceDelete 1.3.6.1.4.1.18.3.5.3.2.6.8.1.1 integer read-write
Create/Delete parameter. Enumeration: 'create': 1, 'delete': 2.
         wfIpBgp3AnnounceDisable 1.3.6.1.4.1.18.3.5.3.2.6.8.1.2 integer read-write
Enable/Disable parameter. Enumeration: 'disabled': 2, 'enabled': 1.
         wfIpBgp3AnnounceIndex 1.3.6.1.4.1.18.3.5.3.2.6.8.1.3 integer read-only
Rule index number
         wfIpBgp3AnnounceName 1.3.6.1.4.1.18.3.5.3.2.6.8.1.4 displaystring read-write
Rule name - user specified name for this rule
         wfIpBgp3AnnounceNetworks 1.3.6.1.4.1.18.3.5.3.2.6.8.1.5 octet string read-write
Network 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'.
         wfIpBgp3AnnounceAction 1.3.6.1.4.1.18.3.5.3.2.6.8.1.6 integer read-write
action. 'announce' means that the route should be advertised. 'ignore' means don't advertise the route. Enumeration: 'ignore': 3, 'announce': 2.
         wfIpBgp3AnnouncePrecedence 1.3.6.1.4.1.18.3.5.3.2.6.8.1.7 integer read-write
precedence. 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).
         wfIpBgp3AnnounceRouteSource 1.3.6.1.4.1.18.3.5.3.2.6.8.1.8 integer read-write
route 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 BGP
         wfIpBgp3AnnounceExtRouteSource 1.3.6.1.4.1.18.3.5.3.2.6.8.1.9 integer read-write
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. bit 0 bit 31 +---------------------------------------+ | | +---------------------------------------+ bit31 DIRECT bit30 STATIC bit29 RIP bit28 OSPF bit27 EGP bit26 BGP
         wfIpBgp3AnnounceAdvertise 1.3.6.1.4.1.18.3.5.3.2.6.8.1.10 octet string read-write
network 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.
         wfIpBgp3AnnounceRipGateway 1.3.6.1.4.1.18.3.5.3.2.6.8.1.11 octet string read-write
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.
         wfIpBgp3AnnounceRipInterface 1.3.6.1.4.1.18.3.5.3.2.6.8.1.12 octet string read-write
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.
         wfIpBgp3AnnounceOspfRouterId 1.3.6.1.4.1.18.3.5.3.2.6.8.1.13 octet string read-write
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.
         wfIpBgp3AnnounceOspfType 1.3.6.1.4.1.18.3.5.3.2.6.8.1.14 integer read-write
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 2 Enumeration: 'any': 7, 'internal': 4, 'type1': 1, 'external': 3, 'type2': 2.
         wfIpBgp3AnnounceOspfTag 1.3.6.1.4.1.18.3.5.3.2.6.8.1.15 octet string read-write
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.
         wfIpBgp3AnnounceEgpPeer 1.3.6.1.4.1.18.3.5.3.2.6.8.1.16 octet string read-write
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.
         wfIpBgp3AnnounceEgpPeerAs 1.3.6.1.4.1.18.3.5.3.2.6.8.1.17 octet string read-write
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.
         wfIpBgp3AnnounceEgpGateway 1.3.6.1.4.1.18.3.5.3.2.6.8.1.18 octet string read-write
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.
         wfIpBgp3AnnounceBgpPeer 1.3.6.1.4.1.18.3.5.3.2.6.8.1.19 octet string read-write
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.
         wfIpBgp3AnnounceBgpPeerAs 1.3.6.1.4.1.18.3.5.3.2.6.8.1.20 octet string read-write
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.
         wfIpBgp3AnnounceBgpNextHop 1.3.6.1.4.1.18.3.5.3.2.6.8.1.21 octet string read-write
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.
         wfIpBgp3AnnouncePeerAs 1.3.6.1.4.1.18.3.5.3.2.6.8.1.22 octet string read-write
BGP-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.
         wfIpBgp3AnnouncePeer 1.3.6.1.4.1.18.3.5.3.2.6.8.1.23 octet string read-write
BGP-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.
         wfIpBgp3AnnounceUseMetric 1.3.6.1.4.1.18.3.5.3.2.6.8.1.24 integer read-write
Inter-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'. Enumeration: 'originating': 3, 'none': 1, 'specified': 2.
         wfIpBgp3AnnounceInterAsMetric 1.3.6.1.4.1.18.3.5.3.2.6.8.1.25 integer read-write
Specific 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 'announce
         wfIpBgp3AnnounceOrigin 1.3.6.1.4.1.18.3.5.3.2.6.8.1.26 integer read-write
ORIGIN 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'. Enumeration: 'none': 4, 'egp': 2, 'incomplete': 3, 'igp': 1.
         wfIpBgp3AnnounceAsPath 1.3.6.1.4.1.18.3.5.3.2.6.8.1.27 octet string read-write
AS-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'.
         wfIpBgp3AnnounceNextHop 1.3.6.1.4.1.18.3.5.3.2.6.8.1.28 ipaddress read-write
Announce Next Hop. If action is ANNOUNCE and this instance is non-zero, then overwrite Next Hop with specified value.
         wfIpBgp3AnnounceCommunity 1.3.6.1.4.1.18.3.5.3.2.6.8.1.29 octet string read-write
BGP 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.
         wfIpBgp3AnnounceCommunityAction 1.3.6.1.4.1.18.3.5.3.2.6.8.1.30 integer read-write
Action '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. Enumeration: 'as-is': 1, 'append': 3, 'remove': 2, 'replace': 4.
         wfIpBgp3AnnounceCommunityMatch 1.3.6.1.4.1.18.3.5.3.2.6.8.1.31 octet string read-write
BGP 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'.
 wfIpBgp4AcceptTable 1.3.6.1.4.1.18.3.5.3.2.6.9 no-access
The table of BGP-4 Accept Route Policy Rules
     wfIpBgp4AcceptEntry 1.3.6.1.4.1.18.3.5.3.2.6.9.1 no-access
An entry in the BGP-4 Accept Rule Table
         wfIpBgp4AcceptDelete 1.3.6.1.4.1.18.3.5.3.2.6.9.1.1 integer read-write
Create/Delete parameter. Enumeration: 'create': 1, 'delete': 2.
         wfIpBgp4AcceptDisable 1.3.6.1.4.1.18.3.5.3.2.6.9.1.2 integer read-write
Enable/Disable parameter. Enumeration: 'disabled': 2, 'enabled': 1.
         wfIpBgp4AcceptIndex 1.3.6.1.4.1.18.3.5.3.2.6.9.1.3 integer read-only
Rule index number
         wfIpBgp4AcceptName 1.3.6.1.4.1.18.3.5.3.2.6.9.1.4 displaystring read-write
Rule name - user specified name for this rule
         wfIpBgp4AcceptNetworks 1.3.6.1.4.1.18.3.5.3.2.6.9.1.5 octet string read-write
Network 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'.
         wfIpBgp4AcceptAction 1.3.6.1.4.1.18.3.5.3.2.6.9.1.6 integer read-write
action. 'accept' means that the route should be considered for inclusion in the routing table. 'ignore' means don't consider the route Enumeration: 'ignore': 3, 'accept': 1.
         wfIpBgp4AcceptPreference 1.3.6.1.4.1.18.3.5.3.2.6.9.1.7 integer read-write
preference. 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'.
         wfIpBgp4AcceptPrecedence 1.3.6.1.4.1.18.3.5.3.2.6.9.1.8 integer read-write
precedence. 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).
         wfIpBgp4AcceptInject 1.3.6.1.4.1.18.3.5.3.2.6.9.1.9 octet string read-write
network 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.
         wfIpBgp4AcceptPeerAs 1.3.6.1.4.1.18.3.5.3.2.6.9.1.10 octet string read-write
BGP-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.
         wfIpBgp4AcceptPeerAddress 1.3.6.1.4.1.18.3.5.3.2.6.9.1.11 octet string read-write
BGP-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.
         wfIpBgp4AcceptOrigAs 1.3.6.1.4.1.18.3.5.3.2.6.9.1.12 octet string read-write
BGP-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.
         wfIpBgp4AcceptRouteOrigin 1.3.6.1.4.1.18.3.5.3.2.6.9.1.13 integer read-write
BGP-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. Enumeration: 'incompleteorigp': 5, 'igp': 1, 'igporegp': 3, 'egp': 2, 'incomplete': 4, 'any': 7, 'incompleteoregp': 6.
         wfIpBgp4AcceptAggrAs 1.3.6.1.4.1.18.3.5.3.2.6.9.1.14 octet string read-write
BGP-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.
         wfIpBgp4AcceptAggrRouter 1.3.6.1.4.1.18.3.5.3.2.6.9.1.15 octet string read-write
BGP-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.
         wfIpBgp4AcceptLocalPref 1.3.6.1.4.1.18.3.5.3.2.6.9.1.16 integer read-write
BGP-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.
         wfIpBgp4AcceptBgp4Preference 1.3.6.1.4.1.18.3.5.3.2.6.9.1.17 integer read-write
BGP-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'.
         wfIpBgp4AcceptAsWeightClass 1.3.6.1.4.1.18.3.5.3.2.6.9.1.18 integer read-write
BGP 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'. Enumeration: 'class8': 8, 'class6': 6, 'class7': 7, 'class4': 4, 'class5': 5, 'class2': 2, 'class3': 3, 'class1': 1.
         wfIpBgp4AcceptAsPatternMatch 1.3.6.1.4.1.18.3.5.3.2.6.9.1.19 displaystring read-write
BGP 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.
         wfIpBgp4AcceptCommunityMatch 1.3.6.1.4.1.18.3.5.3.2.6.9.1.20 octet string read-write
BGP 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'.
         wfIpBgp4AcceptUseMultiExitDisc 1.3.6.1.4.1.18.3.5.3.2.6.9.1.21 integer read-write
Multi-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'. Enumeration: 'passthr': 1, 'override': 2, 'generate': 3, 'delete': 4.
         wfIpBgp4AcceptMultiExitDisc 1.3.6.1.4.1.18.3.5.3.2.6.9.1.22 integer read-write
Specific 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'.
         wfIpBgp4AcceptAsPrepend 1.3.6.1.4.1.18.3.5.3.2.6.9.1.23 octet string read-write
AS Prepend. This octet string contains AS numbers to be added as a SEQUENCE to AS Path.
         wfIpBgp4AcceptCommunity 1.3.6.1.4.1.18.3.5.3.2.6.9.1.24 octet string read-write
BGP 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.
         wfIpBgp4AcceptCommunityAction 1.3.6.1.4.1.18.3.5.3.2.6.9.1.25 integer read-write
Action '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. Enumeration: 'as-is': 1, 'append': 3, 'remove': 2, 'replace': 4.
         wfIpBgp4AcceptRFDampeningEnable 1.3.6.1.4.1.18.3.5.3.2.6.9.1.26 integer read-write
Enables or disables Route Flap Dampening. Route flap dampeni ng applies only to EBGP learnt routes. Enumeration: 'disabled': 2, 'enabled': 1.
         wfIpBgp4AcceptRFDampeningTemplate 1.3.6.1.4.1.18.3.5.3.2.6.9.1.27 integer read-write
If Route Flap Dampening enabled, it will use this value to index into the wfBgpRouteFlapTemplate table. The default value of 1, points to the Default Template
 wfIpBgp4AnnounceTable 1.3.6.1.4.1.18.3.5.3.2.6.10 no-access
The table of BGP-4 Announce Policy Rules
       wfIpBgp4AnnounceEntry 1.3.6.1.4.1.18.3.5.3.2.6.10.1 no-access
An entry in the BGP-4 Announce Rule Table
           wfIpBgp4AnnounceDelete 1.3.6.1.4.1.18.3.5.3.2.6.10.1.1 integer read-write
Create/Delete parameter. Enumeration: 'create': 1, 'delete': 2.
           wfIpBgp4AnnounceDisable 1.3.6.1.4.1.18.3.5.3.2.6.10.1.2 integer read-write
Enable/Disable parameter. Enumeration: 'disabled': 2, 'enabled': 1.
           wfIpBgp4AnnounceIndex 1.3.6.1.4.1.18.3.5.3.2.6.10.1.3 integer read-only
Rule index number
           wfIpBgp4AnnounceName 1.3.6.1.4.1.18.3.5.3.2.6.10.1.4 displaystring read-write
Rule name - user specified name for this rule
           wfIpBgp4AnnounceNetworks 1.3.6.1.4.1.18.3.5.3.2.6.10.1.5 octet string read-write
Network 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'.
           wfIpBgp4AnnounceAction 1.3.6.1.4.1.18.3.5.3.2.6.10.1.6 integer read-write
action. 'announce' means that the route should be advertised. 'ignore' means don't advertise the route. Enumeration: 'ignore': 3, 'announce': 2.
           wfIpBgp4AnnouncePrecedence 1.3.6.1.4.1.18.3.5.3.2.6.10.1.7 integer read-write
precedence. 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).
           wfIpBgp4AnnounceRouteSource 1.3.6.1.4.1.18.3.5.3.2.6.10.1.8 integer read-write
route 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 BGP
           wfIpBgp4AnnounceExtRouteSource 1.3.6.1.4.1.18.3.5.3.2.6.10.1.9 integer read-write
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. bit 0 bit 31 +---------------------------------------+ | | +---------------------------------------+ bit31 DIRECT bit30 STATIC bit29 RIP bit28 OSPF bit27 EGP bit26 BGP
           wfIpBgp4AnnounceAdvertise 1.3.6.1.4.1.18.3.5.3.2.6.10.1.10 octet string read-write
network 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.
           wfIpBgp4AnnounceRipGateway 1.3.6.1.4.1.18.3.5.3.2.6.10.1.11 octet string read-write
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.
           wfIpBgp4AnnounceRipInterface 1.3.6.1.4.1.18.3.5.3.2.6.10.1.12 octet string read-write
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.
           wfIpBgp4AnnounceOspfRouterId 1.3.6.1.4.1.18.3.5.3.2.6.10.1.13 octet string read-write
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.
           wfIpBgp4AnnounceOspfType 1.3.6.1.4.1.18.3.5.3.2.6.10.1.14 integer read-write
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 2 Enumeration: 'any': 7, 'internal': 4, 'type1': 1, 'external': 3, 'type2': 2.
           wfIpBgp4AnnounceOspfTag 1.3.6.1.4.1.18.3.5.3.2.6.10.1.15 octet string read-write
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.
           wfIpBgp4AnnounceEgpPeer 1.3.6.1.4.1.18.3.5.3.2.6.10.1.16 octet string read-write
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.
           wfIpBgp4AnnounceEgpPeerAs 1.3.6.1.4.1.18.3.5.3.2.6.10.1.17 octet string read-write
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.
           wfIpBgp4AnnounceEgpGateway 1.3.6.1.4.1.18.3.5.3.2.6.10.1.18 octet string read-write
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.
           wfIpBgp4AnnounceBgpPeer 1.3.6.1.4.1.18.3.5.3.2.6.10.1.19 octet string read-write
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.
           wfIpBgp4AnnounceBgpPeerAs 1.3.6.1.4.1.18.3.5.3.2.6.10.1.20 octet string read-write
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.
           wfIpBgp4AnnounceBgpNextHop 1.3.6.1.4.1.18.3.5.3.2.6.10.1.21 octet string read-write
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.
           wfIpBgp4AnnouncePeerAs 1.3.6.1.4.1.18.3.5.3.2.6.10.1.22 octet string read-write
BGP-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.
           wfIpBgp4AnnouncePeer 1.3.6.1.4.1.18.3.5.3.2.6.10.1.23 octet string read-write
BGP-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.
           wfIpBgp4AnnounceUseMultiExitDisc 1.3.6.1.4.1.18.3.5.3.2.6.10.1.24 integer read-write
Multi-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'. Enumeration: 'originating': 3, 'none': 1, 'specified': 2.
           wfIpBgp4AnnounceMultiExitDisc 1.3.6.1.4.1.18.3.5.3.2.6.10.1.25 integer read-write
Specific 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'.
           wfIpBgp4AnnounceOrigin 1.3.6.1.4.1.18.3.5.3.2.6.10.1.26 integer read-write
ORIGIN 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'. Enumeration: 'none': 4, 'egp': 2, 'incomplete': 3, 'igp': 1.
           wfIpBgp4AnnounceAsPath 1.3.6.1.4.1.18.3.5.3.2.6.10.1.27 octet string read-write
AS-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: . 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'.
           wfIpBgp4AnnounceLocalPrefOverride 1.3.6.1.4.1.18.3.5.3.2.6.10.1.28 integer read-write
local 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. Enumeration: 'true': 2, 'false': 1.
           wfIpBgp4AnnounceLocalPref 1.3.6.1.4.1.18.3.5.3.2.6.10.1.29 integer read-write
local 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.
           wfIpBgp4AnnounceNextHop 1.3.6.1.4.1.18.3.5.3.2.6.10.1.30 ipaddress read-write
Announce Next Hop. If action is ANNOUNCE and this instance is non-zero, then overwrite Next Hop with specified value.
           wfIpBgp4AnnounceAtomic 1.3.6.1.4.1.18.3.5.3.2.6.10.1.31 integer read-write
Announce Atomic aggregation Enumeration: 'default': 1, 'ignore': 3, 'force': 2.
           wfIpBgp4AnnounceAsPatternMatch 1.3.6.1.4.1.18.3.5.3.2.6.10.1.32 displaystring read-write
BGP 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.
           wfIpBgp4AnnounceCommunity 1.3.6.1.4.1.18.3.5.3.2.6.10.1.33 octet string read-write
BGP 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.
           wfIpBgp4AnnounceCommunityAction 1.3.6.1.4.1.18.3.5.3.2.6.10.1.34 integer read-write
Action '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. Enumeration: 'as-is': 1, 'append': 3, 'remove': 2, 'replace': 4.
           wfIpBgp4AnnounceCommunityMatch 1.3.6.1.4.1.18.3.5.3.2.6.10.1.35 octet string read-write
BGP 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'.
           wfIpBgp4AnnounceAsPrepend 1.3.6.1.4.1.18.3.5.3.2.6.10.1.36 octet string read-write
AS numbers list.This octet string contains AS numbers to be added as a SEQUENCE to AS Path.
 wfIpIgmpGroupPolicyTable 1.3.6.1.4.1.18.3.5.3.2.6.11 no-access
The Table of IGMP Group Policy Rules
       wfIpIgmpGroupPolicyEntry 1.3.6.1.4.1.18.3.5.3.2.6.11.1 no-access
An entry in the IGMP Group Policy Table.
           wfIpIgmpGroupPolicyDelete 1.3.6.1.4.1.18.3.5.3.2.6.11.1.1 integer read-write
Create/Delete parameter. Enumeration: 'create': 1, 'delete': 2.
           wfIpIgmpGroupPolicyDisable 1.3.6.1.4.1.18.3.5.3.2.6.11.1.2 integer read-write
Enable/Disable parameter. Enumeration: 'disabled': 2, 'enabled': 1.
           wfIpIgmpGroupPolicyIndex 1.3.6.1.4.1.18.3.5.3.2.6.11.1.3 integer read-only
Rule index number
           wfIpIgmpGroupPolicyName 1.3.6.1.4.1.18.3.5.3.2.6.11.1.4 displaystring read-write
Rule name - user specified name for this rule
           wfIpIgmpGroupPolicySources 1.3.6.1.4.1.18.3.5.3.2.6.11.1.5 octet string read-write
Source 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'.
           wfIpIgmpGroupPolicyAction 1.3.6.1.4.1.18.3.5.3.2.6.11.1.6 integer read-write
action. 'accept' means that the group join should be accepted. 'ignore' means to ignore the group join Enumeration: 'ignore': 3, 'accept': 1.
           wfIpIgmpGroupPolicyPreference 1.3.6.1.4.1.18.3.5.3.2.6.11.1.7 integer read-only
not used. this is here only because of a common internal data structure
           wfIpIgmpGroupPolicyPrecedence 1.3.6.1.4.1.18.3.5.3.2.6.11.1.8 integer read-write
precedence. 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.
           wfIpIgmpGroupPolicyInject 1.3.6.1.4.1.18.3.5.3.2.6.11.1.9 octet string read-only
not used. this is here only because of a common internal data structure
           wfIpIgmpGroupPolicyGroups 1.3.6.1.4.1.18.3.5.3.2.6.11.1.10 octet string read-write
Group 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'.
           wfIpIgmpGroupPolicyCircuits 1.3.6.1.4.1.18.3.5.3.2.6.11.1.11 octet string read-write
Circuit 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'.
           wfIpIgmpGroupPolicySenders 1.3.6.1.4.1.18.3.5.3.2.6.11.1.12 octet string read-write
Sender 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'.
 wfMTMStaticFwdTable 1.3.6.1.4.1.18.3.5.3.2.6.12 no-access
The Table of static forwarding entries
       wfMTMStaticFwdEntry 1.3.6.1.4.1.18.3.5.3.2.6.12.1 no-access
An entry in the static forwarding Table
           wfMTMStaticFwdDelete 1.3.6.1.4.1.18.3.5.3.2.6.12.1.1 integer read-write
Create/Delete parameter. Enumeration: 'create': 1, 'delete': 2.
           wfMTMStaticFwdDisable 1.3.6.1.4.1.18.3.5.3.2.6.12.1.2 integer read-write
Enable/Disable parameter. Enumeration: 'disabled': 2, 'enabled': 1.
           wfMTMStaticFwdIndex 1.3.6.1.4.1.18.3.5.3.2.6.12.1.3 integer read-only
Rule index number
           wfMTMStaticFwdName 1.3.6.1.4.1.18.3.5.3.2.6.12.1.4 displaystring read-write
Rule name - user specified name for this rule
           wfMTMStaticFwdGroups 1.3.6.1.4.1.18.3.5.3.2.6.12.1.5 octet string read-write
Group 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'.
           wfMTMStaticFwdAction 1.3.6.1.4.1.18.3.5.3.2.6.12.1.6 integer read-only
not used. this is here only because of a common internal data structure
           wfMTMStaticFwdPreference 1.3.6.1.4.1.18.3.5.3.2.6.12.1.7 integer read-write
If 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 decision
           wfMTMStaticFwdPrecedence 1.3.6.1.4.1.18.3.5.3.2.6.12.1.8 integer read-write
precedence. 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.
           wfMTMStaticFwdInject 1.3.6.1.4.1.18.3.5.3.2.6.12.1.9 octet string read-only
not used. this is here only because of a common internal data structure
           wfMTMStaticFwdSources 1.3.6.1.4.1.18.3.5.3.2.6.12.1.10 octet string read-write
Source 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'.
           wfMTMStaticFwdInCircuits 1.3.6.1.4.1.18.3.5.3.2.6.12.1.11 octet string read-write
Inbound 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 all
           wfMTMStaticFwdOutCircuits 1.3.6.1.4.1.18.3.5.3.2.6.12.1.12 octet string read-write
Outbound 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.
           wfMTMStaticFwdMode 1.3.6.1.4.1.18.3.5.3.2.6.12.1.13 integer read-write
static 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 interfaces Enumeration: 'static': 2, 'dynamictostatic': 4, 'statictodynamic': 3.
 wfIpMospfAcceptTable 1.3.6.1.4.1.18.3.5.3.2.6.13 no-access
The Table of Rip Accept Policy Rules
       wfIpMospfAcceptEntry 1.3.6.1.4.1.18.3.5.3.2.6.13.1 no-access
An entry in the Rip Accept Rule Table
           wfIpMospfAcceptDelete 1.3.6.1.4.1.18.3.5.3.2.6.13.1.1 integer read-write
Create/Delete parameter. Enumeration: 'create': 1, 'delete': 2.
           wfIpMospfAcceptDisable 1.3.6.1.4.1.18.3.5.3.2.6.13.1.2 integer read-write
Enable/Disable parameter. Enumeration: 'disabled': 2, 'enabled': 1.
           wfIpMospfAcceptIndex 1.3.6.1.4.1.18.3.5.3.2.6.13.1.3 integer read-only
Rule index number
           wfIpMospfAcceptName 1.3.6.1.4.1.18.3.5.3.2.6.13.1.4 displaystring read-write
Rule name - user specified name for this rule
           wfIpMospfAcceptNetworks 1.3.6.1.4.1.18.3.5.3.2.6.13.1.5 octet string read-write
Network 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'.
           wfIpMospfAcceptAction 1.3.6.1.4.1.18.3.5.3.2.6.13.1.6 integer read-write
action. 'accept' means that the route should be considered for inclusion in the routing table. 'ignore' means don't consider the route Enumeration: 'ignore': 3, 'accept': 1.
           wfIpMospfAcceptPreference 1.3.6.1.4.1.18.3.5.3.2.6.13.1.7 integer read-write
preference. 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'.
           wfIpMospfAcceptPrecedence 1.3.6.1.4.1.18.3.5.3.2.6.13.1.8 integer read-write
precedence. 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).
           wfIpMospfAcceptInject 1.3.6.1.4.1.18.3.5.3.2.6.13.1.9 octet string read-only
network 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.
           wfIpMospfAcceptGateway 1.3.6.1.4.1.18.3.5.3.2.6.13.1.10 octet string read-write
RIP 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.
           wfIpMospfAcceptInterface 1.3.6.1.4.1.18.3.5.3.2.6.13.1.11 octet string read-write
RIP 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.
           wfIpMospfAcceptApplyMask 1.3.6.1.4.1.18.3.5.3.2.6.13.1.12 ipaddress read-write
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 RIP update. This is used to override the interface's subnet mask in the presence of networks with variable length subnet masks.
 wfIpMospfAnnounceTable 1.3.6.1.4.1.18.3.5.3.2.6.14 no-access
The Table of Mospf Announce Route Policy Rules. The rules in this table are how the mospf learns routes from DVMRP routing pool.
       wfIpMospfAnnounceEntry 1.3.6.1.4.1.18.3.5.3.2.6.14.1 no-access
An entry in the MOSPF Announce Rule Table
           wfIpMospfAnnounceDelete 1.3.6.1.4.1.18.3.5.3.2.6.14.1.1 integer read-write
Create/Delete parameter. Enumeration: 'create': 1, 'delete': 2.
           wfIpMospfAnnounceDisable 1.3.6.1.4.1.18.3.5.3.2.6.14.1.2 integer read-write
Enable/Disable parameter. Enumeration: 'disabled': 2, 'enabled': 1.
           wfIpMospfAnnounceIndex 1.3.6.1.4.1.18.3.5.3.2.6.14.1.3 integer read-only
Rule index number
           wfIpMospfAnnounceName 1.3.6.1.4.1.18.3.5.3.2.6.14.1.4 displaystring read-write
Rule name - user specified name for this rule
           wfIpMospfAnnounceNetworks 1.3.6.1.4.1.18.3.5.3.2.6.14.1.5 octet string read-write
Network 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'.
           wfIpMospfAnnounceAction 1.3.6.1.4.1.18.3.5.3.2.6.14.1.6 integer read-write
action. 'announce' means that the route should be advertised. 'ignore' means don't advertise the route. Enumeration: 'ignore': 3, 'announce': 2.
           wfIpMospfAnnouncePrecedence 1.3.6.1.4.1.18.3.5.3.2.6.14.1.7 integer read-write
precedence. 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).
           wfIpMospfAnnounceRouteSource 1.3.6.1.4.1.18.3.5.3.2.6.14.1.8 integer read-only
not used. this is here only because of a common internal data structure
           wfIpMospfAnnounceExtRouteSource 1.3.6.1.4.1.18.3.5.3.2.6.14.1.9 integer read-only
not used. this is here only because of a common internal data structure
           wfIpMospfAnnounceAdvertise 1.3.6.1.4.1.18.3.5.3.2.6.14.1.10 octet string read-write
network 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.
           wfIpMospfAnnounceRipGateway 1.3.6.1.4.1.18.3.5.3.2.6.14.1.11 octet string read-only
not used. this is here only because of a common internal data structure
           wfIpMospfAnnounceRipInterface 1.3.6.1.4.1.18.3.5.3.2.6.14.1.12 octet string read-only
not used. this is here only because of a common internal data structure
           wfIpMospfAnnounceOspfRouterId 1.3.6.1.4.1.18.3.5.3.2.6.14.1.13 octet string read-only
not used. this is here only because of a common internal data structure
           wfIpMospfAnnounceOspfType 1.3.6.1.4.1.18.3.5.3.2.6.14.1.14 integer read-only
not used. this is here only because of a common internal data structure Enumeration: 'any': 7, 'internal': 4, 'type1': 1, 'external': 3, 'type2': 2.
           wfIpMospfAnnounceOspfTag 1.3.6.1.4.1.18.3.5.3.2.6.14.1.15 octet string read-only
not used. this is here only because of a common internal data structure
           wfIpMospfAnnounceEgpPeer 1.3.6.1.4.1.18.3.5.3.2.6.14.1.16 octet string read-only
not used. this is here only because of a common internal data structure
           wfIpMospfAnnounceEgpPeerAs 1.3.6.1.4.1.18.3.5.3.2.6.14.1.17 octet string read-only
not used. this is here only because of a common internal data structure
           wfIpMospfAnnounceEgpGateway 1.3.6.1.4.1.18.3.5.3.2.6.14.1.18 octet string read-only
not used. this is here only because of a common internal data structure
           wfIpMospfAnnounceBgpPeer 1.3.6.1.4.1.18.3.5.3.2.6.14.1.19 octet string read-only
not used. this is here only because of a common internal data structure
           wfIpMospfAnnounceBgpPeerAs 1.3.6.1.4.1.18.3.5.3.2.6.14.1.20 octet string read-only
not used. this is here only because of a common internal data structure
           wfIpMospfAnnounceBgpNextHop 1.3.6.1.4.1.18.3.5.3.2.6.14.1.21 octet string read-only
not used. this is here only because of a common internal data structure
 wfIpDvmrpAcceptTable 1.3.6.1.4.1.18.3.5.3.2.6.15 no-access
The Table of Rip Accept Policy Rules
       wfIpDvmrpAcceptEntry 1.3.6.1.4.1.18.3.5.3.2.6.15.1 no-access
An entry in the Dvmrp Accept Rule Table
           wfIpDvmrpAcceptDelete 1.3.6.1.4.1.18.3.5.3.2.6.15.1.1 integer read-write
Create/Delete parameter. Enumeration: 'create': 1, 'delete': 2.
           wfIpDvmrpAcceptDisable 1.3.6.1.4.1.18.3.5.3.2.6.15.1.2 integer read-write
Enable/Disable parameter. Enumeration: 'disabled': 2, 'enabled': 1.
           wfIpDvmrpAcceptIndex 1.3.6.1.4.1.18.3.5.3.2.6.15.1.3 integer read-only
Rule index number
           wfIpDvmrpAcceptName 1.3.6.1.4.1.18.3.5.3.2.6.15.1.4 displaystring read-write
Rule name - user specified name for this rule
           wfIpDvmrpAcceptNetworks 1.3.6.1.4.1.18.3.5.3.2.6.15.1.5 octet string read-write
Network 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'.
           wfIpDvmrpAcceptAction 1.3.6.1.4.1.18.3.5.3.2.6.15.1.6 integer read-write
action. 'accept' means that the route should be considered for inclusion in the routing table. 'ignore' means don't consider the route Enumeration: 'ignore': 3, 'accept': 1.
           wfIpDvmrpAcceptPreference 1.3.6.1.4.1.18.3.5.3.2.6.15.1.7 integer read-only
not used. This is here only for common internal data structures.
           wfIpDvmrpAcceptPrecedence 1.3.6.1.4.1.18.3.5.3.2.6.15.1.8 integer read-write
precedence. 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).
           wfIpDvmrpAcceptInject 1.3.6.1.4.1.18.3.5.3.2.6.15.1.9 octet string read-write
Network 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.
           wfIpDvmrpAcceptGateway 1.3.6.1.4.1.18.3.5.3.2.6.15.1.10 octet string read-write
DVMRP 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.
           wfIpDvmrpAcceptInterface 1.3.6.1.4.1.18.3.5.3.2.6.15.1.11 octet string read-write
Dvmrp 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.
           wfIpDvmrpAcceptApplyMask 1.3.6.1.4.1.18.3.5.3.2.6.15.1.12 ipaddress read-only
Not 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.
           wfIpDvmrpAcceptTunnels 1.3.6.1.4.1.18.3.5.3.2.6.15.1.13 octet string read-write
Dvmrp 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.
           wfIpDvmrpAcceptInjectMetric 1.3.6.1.4.1.18.3.5.3.2.6.15.1.14 integer read-write
Inject 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.
 wfIpDvmrpAnnounceTable 1.3.6.1.4.1.18.3.5.3.2.6.16 no-access
The Table of Dvmrp Announce Route Policy Rules
       wfIpDvmrpAnnounceEntry 1.3.6.1.4.1.18.3.5.3.2.6.16.1 no-access
An entry in the Dvmrp Announce Rule Table
           wfIpDvmrpAnnounceDelete 1.3.6.1.4.1.18.3.5.3.2.6.16.1.1 integer read-write
Create/Delete parameter. Enumeration: 'create': 1, 'delete': 2.
           wfIpDvmrpAnnounceDisable 1.3.6.1.4.1.18.3.5.3.2.6.16.1.2 integer read-write
Enable/Disable parameter. Enumeration: 'disabled': 2, 'enabled': 1.
           wfIpDvmrpAnnounceIndex 1.3.6.1.4.1.18.3.5.3.2.6.16.1.3 integer read-only
Rule index number
           wfIpDvmrpAnnounceName 1.3.6.1.4.1.18.3.5.3.2.6.16.1.4 displaystring read-write
Rule name - user specified name for this rule
           wfIpDvmrpAnnounceNetworks 1.3.6.1.4.1.18.3.5.3.2.6.16.1.5 octet string read-write
Network 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'.
           wfIpDvmrpAnnounceAction 1.3.6.1.4.1.18.3.5.3.2.6.16.1.6 integer read-write
action. 'announce' means that the route should be advertised. 'ignore' means don't advertise the route. Enumeration: 'ignore': 3, 'announce': 2.
           wfIpDvmrpAnnouncePrecedence 1.3.6.1.4.1.18.3.5.3.2.6.16.1.7 integer read-write
precedence. 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).
           wfIpDvmrpAnnounceRouteSource 1.3.6.1.4.1.18.3.5.3.2.6.16.1.8 integer read-only
not used. this is here only because of a common internal data structure
           wfIpDvmrpAnnounceExtRouteSource 1.3.6.1.4.1.18.3.5.3.2.6.16.1.9 integer read-only
not used. this is here only because of a common internal data structure
           wfIpDvmrpAnnounceAdvertise 1.3.6.1.4.1.18.3.5.3.2.6.16.1.10 octet string read-write
Network 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.
           wfIpDvmrpAnnounceRipGateway 1.3.6.1.4.1.18.3.5.3.2.6.16.1.11 octet string read-only
not used. this is here only because of a common internal data structure
           wfIpDvmrpAnnounceRipInterface 1.3.6.1.4.1.18.3.5.3.2.6.16.1.12 octet string read-only
Not used. Only here because of common internal data structures.
           wfIpDvmrpAnnounceOspfRouterId 1.3.6.1.4.1.18.3.5.3.2.6.16.1.13 octet string read-only
not used. this is here only because of a common internal data structure
           wfIpDvmrpAnnounceOspfType 1.3.6.1.4.1.18.3.5.3.2.6.16.1.14 integer read-only
not used. this is here only because of a common internal data structure Enumeration: 'any': 7, 'internal': 4, 'type1': 1, 'external': 3, 'type2': 2.
           wfIpDvmrpAnnounceOspfTag 1.3.6.1.4.1.18.3.5.3.2.6.16.1.15 octet string read-only
not used. this is here only because of a common internal data structure
           wfIpDvmrpAnnounceEgpPeer 1.3.6.1.4.1.18.3.5.3.2.6.16.1.16 octet string read-only
not used. this is here only because of a common internal data structure
           wfIpDvmrpAnnounceEgpPeerAs 1.3.6.1.4.1.18.3.5.3.2.6.16.1.17 octet string read-only
not used. this is here only because of a common internal data structure
           wfIpDvmrpAnnounceEgpGateway 1.3.6.1.4.1.18.3.5.3.2.6.16.1.18 octet string read-only
not used. this is here only because of a common internal data structure
           wfIpDvmrpAnnounceBgpPeer 1.3.6.1.4.1.18.3.5.3.2.6.16.1.19 octet string read-only
not used. this is here only because of a common internal data structure
           wfIpDvmrpAnnounceBgpPeerAs 1.3.6.1.4.1.18.3.5.3.2.6.16.1.20 octet string read-only
not used. this is here only because of a common internal data structure
           wfIpDvmrpAnnounceBgpNextHop 1.3.6.1.4.1.18.3.5.3.2.6.16.1.21 octet string read-only
not used. this is here only because of a common internal data structure
           wfIpDvmrpAnnounceCircuits 1.3.6.1.4.1.18.3.5.3.2.6.16.1.22 octet string read-write
Dvmrp 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.
           wfIpDvmrpAnnounceTunnels 1.3.6.1.4.1.18.3.5.3.2.6.16.1.23 octet string read-write
Dvmrp 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.
           wfIpDvmrpAnnounceMetric 1.3.6.1.4.1.18.3.5.3.2.6.16.1.24 integer read-write
Route 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.
           wfIpDvmrpAnnounceInterface 1.3.6.1.4.1.18.3.5.3.2.6.16.1.25 octet string read-write
Dvmrp 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.
 wfIpDvmrpInjectRtTable 1.3.6.1.4.1.18.3.5.3.2.6.17 no-access
The Table of Dvmrp Inject Unicast routes Policy Rules
       wfIpDvmrpInjectRtEntry 1.3.6.1.4.1.18.3.5.3.2.6.17.1 no-access
An entry in the Dvmrp Inject Route Rule Table
           wfIpDvmrpInjectRtDelete 1.3.6.1.4.1.18.3.5.3.2.6.17.1.1 integer read-write
Create/Delete parameter. Enumeration: 'create': 1, 'delete': 2.
           wfIpDvmrpInjectRtDisable 1.3.6.1.4.1.18.3.5.3.2.6.17.1.2 integer read-write
Enable/Disable parameter. Enumeration: 'disabled': 2, 'enabled': 1.
           wfIpDvmrpInjectRtIndex 1.3.6.1.4.1.18.3.5.3.2.6.17.1.3 integer read-only
Rule index number
           wfIpDvmrpInjectRtName 1.3.6.1.4.1.18.3.5.3.2.6.17.1.4 displaystring read-write
Rule name - user specified name for this rule
           wfIpDvmrpInjectRtNetworks 1.3.6.1.4.1.18.3.5.3.2.6.17.1.5 octet string read-write
Network 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'.
           wfIpDvmrpInjectRtAction 1.3.6.1.4.1.18.3.5.3.2.6.17.1.6 integer read-write
action. 'accept' means that the route should be imported from RTM to the DVMRP routing table. 'ignore' means don't consider the route Enumeration: 'ignore': 3, 'accept': 1.
           wfIpDvmrpInjectRtPreference 1.3.6.1.4.1.18.3.5.3.2.6.17.1.7 integer read-write
preference. 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'.
           wfIpDvmrpInjectRtPrecedence 1.3.6.1.4.1.18.3.5.3.2.6.17.1.8 integer read-write
precedence. 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.
           wfIpDvmrpInjectRtInject 1.3.6.1.4.1.18.3.5.3.2.6.17.1.9 octet string read-write
network 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.
           wfIpDvmrpInjectRtInInterface 1.3.6.1.4.1.18.3.5.3.2.6.17.1.10 octet string read-write
Injected 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.
           wfIpDvmrpInjectRtType 1.3.6.1.4.1.18.3.5.3.2.6.17.1.11 integer read-write
Select the injected route type from RTM. Enumeration: 'ospf': 4, 'best-route': 2, 'both': 6.
           wfIpDvmrpInjectRtMetric 1.3.6.1.4.1.18.3.5.3.2.6.17.1.12 integer read-write
Route 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.
 wfIpIisisAcceptTable 1.3.6.1.4.1.18.3.5.3.2.6.18 no-access
The Table of Integrated IS-IS Accept Route Filter Rules
       wfIpIisisAcceptEntry 1.3.6.1.4.1.18.3.5.3.2.6.18.1 no-access
An entry in the Integrated IS-IS Accept Route Policy Table
           wfIpIisisAcceptDelete 1.3.6.1.4.1.18.3.5.3.2.6.18.1.1 integer read-write
Create/Delete parameter. Enumeration: 'create': 1, 'delete': 2.
           wfIpIisisAcceptDisable 1.3.6.1.4.1.18.3.5.3.2.6.18.1.2 integer read-write
Enable/Disable parameter. Enumeration: 'disabled': 2, 'enabled': 1.
           wfIpIisisAcceptIndex 1.3.6.1.4.1.18.3.5.3.2.6.18.1.3 integer read-only
Rule index number
           wfIpIisisAcceptName 1.3.6.1.4.1.18.3.5.3.2.6.18.1.4 displaystring read-write
Rule name - user specified name for this rule
           wfIpIisisAcceptNetworks 1.3.6.1.4.1.18.3.5.3.2.6.18.1.5 octet string read-write
Network 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'.
           wfIpIisisAcceptAction 1.3.6.1.4.1.18.3.5.3.2.6.18.1.6 integer read-write
action. 'accept' means that the route should be considered for inclusion in the routing table. 'ignore' means don't consider the route Enumeration: 'ignore': 3, 'accept': 1.
           wfIpIisisAcceptPreference 1.3.6.1.4.1.18.3.5.3.2.6.18.1.7 integer read-write
preference. 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'.
           wfIpIisisAcceptPrecedence 1.3.6.1.4.1.18.3.5.3.2.6.18.1.8 integer read-write
precedence. 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).
           wfIpIisisAcceptInject 1.3.6.1.4.1.18.3.5.3.2.6.18.1.9 octet string read-only
network 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.
           wfIpIisisAcceptType 1.3.6.1.4.1.18.3.5.3.2.6.18.1.10 integer read-write
Integrated 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'. Enumeration: 'internal': 1, 'external': 2, 'any': 3.
 wfIpIisisAnnounceTable 1.3.6.1.4.1.18.3.5.3.2.6.19 no-access
The Table of Integrated IS-IS Announce Route Policy Rules
       wfIpIisisAnnounceEntry 1.3.6.1.4.1.18.3.5.3.2.6.19.1 no-access
An entry in the Announce Route Filter Table
           wfIpIisisAnnounceDelete 1.3.6.1.4.1.18.3.5.3.2.6.19.1.1 integer read-write
Create/Delete parameter. Enumeration: 'create': 1, 'delete': 2.
           wfIpIisisAnnounceDisable 1.3.6.1.4.1.18.3.5.3.2.6.19.1.2 integer read-write
Enable/Disable parameter. Enumeration: 'disabled': 2, 'enabled': 1.
           wfIpIisisAnnounceIndex 1.3.6.1.4.1.18.3.5.3.2.6.19.1.3 integer read-only
Rule index number
           wfIpIisisAnnounceName 1.3.6.1.4.1.18.3.5.3.2.6.19.1.4 displaystring read-write
Rule name - user specified name for this rule
           wfIpIisisAnnounceNetworks 1.3.6.1.4.1.18.3.5.3.2.6.19.1.5 octet string read-write
Network 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'.
           wfIpIisisAnnounceAction 1.3.6.1.4.1.18.3.5.3.2.6.19.1.6 integer read-write
action. 'announce' means that the route should be advertised. 'ignore' means don't advertise the route. Enumeration: 'ignore': 3, 'announce': 2.
           wfIpIisisAnnouncePrecedence 1.3.6.1.4.1.18.3.5.3.2.6.19.1.7 integer read-write
precedence. 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).
           wfIpIisisAnnounceRouteSource 1.3.6.1.4.1.18.3.5.3.2.6.19.1.8 integer read-write
route 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 BGP
           wfIpIisisAnnounceExtRouteSource 1.3.6.1.4.1.18.3.5.3.2.6.19.1.9 integer read-only
NOT 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 .
           wfIpIisisAnnounceAdvertise 1.3.6.1.4.1.18.3.5.3.2.6.19.1.10 octet string read-write
network 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.
           wfIpIisisAnnounceRipGateway 1.3.6.1.4.1.18.3.5.3.2.6.19.1.11 octet string read-write
Not 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.
           wfIpIisisAnnounceRipInterface 1.3.6.1.4.1.18.3.5.3.2.6.19.1.12 octet string read-write
Not 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.
           wfIpIisisAnnounceIisisRouterId 1.3.6.1.4.1.18.3.5.3.2.6.19.1.13 octet string read-write
Not 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.
           wfIpIisisAnnounceIisisType 1.3.6.1.4.1.18.3.5.3.2.6.19.1.14 integer read-write
Not 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 2 Enumeration: 'any': 7, 'internal': 4, 'type1': 1, 'external': 3, 'type2': 2.
           wfIpIisisAnnounceIisisTag 1.3.6.1.4.1.18.3.5.3.2.6.19.1.15 octet string read-write
Not 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.
           wfIpIisisAnnounceEgpPeer 1.3.6.1.4.1.18.3.5.3.2.6.19.1.16 octet string read-write
Not 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.
           wfIpIisisAnnounceEgpPeerAs 1.3.6.1.4.1.18.3.5.3.2.6.19.1.17 octet string read-write
Not 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.
           wfIpIisisAnnounceEgpGateway 1.3.6.1.4.1.18.3.5.3.2.6.19.1.18 octet string read-write
Not 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.
           wfIpIisisAnnounceBgpPeer 1.3.6.1.4.1.18.3.5.3.2.6.19.1.19 octet string read-write
Not 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.
           wfIpIisisAnnounceBgpPeerAs 1.3.6.1.4.1.18.3.5.3.2.6.19.1.20 octet string read-write
Not 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.
           wfIpIisisAnnounceBgpNextHop 1.3.6.1.4.1.18.3.5.3.2.6.19.1.21 octet string read-write
Not 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.
           wfIpIisisAnnounceType 1.3.6.1.4.1.18.3.5.3.2.6.19.1.22 integer read-write
OSPF 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. Enumeration: 'internal': 1, 'external': 2.
           wfIpIisisAnnounceTag 1.3.6.1.4.1.18.3.5.3.2.6.19.1.23 integer read-write
Not 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'.
           wfIpIisisAnnounceAutoTag 1.3.6.1.4.1.18.3.5.3.2.6.19.1.24 integer read-write
Not 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). Enumeration: 'disabled': 2, 'wf': 3, 'enabled': 1.
           wfIpIisisAnnounceMetric 1.3.6.1.4.1.18.3.5.3.2.6.19.1.25 integer read-write
The optional metric to apply to this route. Zero means : use the route's actual cost. Only valid for propagate.
 wfMTMStaticForwardTable 1.3.6.1.4.1.18.3.5.3.2.6.20 no-access
The Table of static forwarding entries
       wfMTMStaticForwardEntry 1.3.6.1.4.1.18.3.5.3.2.6.20.1 no-access
An entry in the static forwarding Table
           wfMTMStaticForwardDelete 1.3.6.1.4.1.18.3.5.3.2.6.20.1.1 integer read-write
Create/Delete parameter. Enumeration: 'create': 1, 'delete': 2.
           wfMTMStaticForwardDisable 1.3.6.1.4.1.18.3.5.3.2.6.20.1.2 integer read-write
Enable/Disable parameter. Enumeration: 'disabled': 2, 'enabled': 1.
           wfMTMStaticForwardIndex 1.3.6.1.4.1.18.3.5.3.2.6.20.1.3 integer read-only
Rule index number
           wfMTMStaticForwardName 1.3.6.1.4.1.18.3.5.3.2.6.20.1.4 displaystring read-write
Rule name - user specified name for this rule
           wfMTMStaticForwardGroups 1.3.6.1.4.1.18.3.5.3.2.6.20.1.5 octet string read-write
Group 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'.
           wfMTMStaticForwardAction 1.3.6.1.4.1.18.3.5.3.2.6.20.1.6 integer read-only
not used. this is here only because of a common internal data structure
           wfMTMStaticForwardPreference 1.3.6.1.4.1.18.3.5.3.2.6.20.1.7 integer read-write
note: Not used .This is here only for common internal data structures
           wfMTMStaticForwardPrecedence 1.3.6.1.4.1.18.3.5.3.2.6.20.1.8 integer read-write
precedence. 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.
           wfMTMStaticForwardInject 1.3.6.1.4.1.18.3.5.3.2.6.20.1.9 octet string read-only
not used. this is here only because of a common internal data structure
           wfMTMStaticForwardSources 1.3.6.1.4.1.18.3.5.3.2.6.20.1.10 octet string read-write
Source 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'.
           wfMTMStaticForwardInCircuits 1.3.6.1.4.1.18.3.5.3.2.6.20.1.11 octet string read-write
Inbound 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 all
           wfMTMStaticForwardOutCircuits 1.3.6.1.4.1.18.3.5.3.2.6.20.1.12 octet string read-write
Outbound 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.
           wfMTMStaticForwardMode 1.3.6.1.4.1.18.3.5.3.2.6.20.1.13 integer read-write
static 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 interfaces Enumeration: 'static': 2, 'dynamictostatic': 4, 'statictodynamic': 3.