cc/td/doc/product/aggr/vpn5000/5000mgr
hometocprevnextglossaryfeedbacksearchhelp
PDF

Table of Contents

IPX Filtering

IPX Filtering

Main IPX Filtering Dialog Box


Figure 1: Main IPX Filtering Configuration Dialog Box


To access this dialog box, select Global/Filtering/IPX Filtering from the Device View.

IPX Route Filters

This set of pulldowns allows you to select previously defined sets of internetworking device filter rules that operate on the IPX Routing Information Protocol (RIP). These rules are global for the device and are not associated with any interface. Up to four sets of rules can be selected.

IPX SAP Filters

This set of pull-downs allows you to select previously defined sets of internetworking device filter rules that operate on the IPX Service Advertising Protocol (SAP). These rules are global for the device and are not associated with any interface. Up to four sets of rules can be selected.

IPX Filter Editor Window


Figure 2: IPX Filter Editor Window


The editor window shown above is used in the VPN 5000 Manager for editing all IPX filter sets, including those for IPX Route, SAP, and Packet filters. The editor window type can be identified by the text at the top of the window, and will only allow you to create or select the type of filter set for which it was selected.

Filter Editor Window Buttons and Controls

IPX Packet Filter Rules

To access an editor window for IPX Packet filters, open the Main IPX Filtering Dialog Box (under Global/Filtering/IPX Filtering) and then select the Packet Filters button.

Packet filtering rules are applied on a per interface basis. Whether they are used as input filters, output filters, or both, depends on which pulldown is used to select them in the IPX Filtering Dialog Box for a particular interface.

A device does not reorder rule sets as they have been specified before they are applied. They are applied in the order they were written. When multiple filter sets are selected with the Manager, the filter sets will be concatenated in the device from first to last (top to bottom on screen).

Any IPX packet not explicitly allowed by the rules will not be passed through the filter. To allow all other packets not filtered, the last rule must be:

      permit
       
      

Rules that have been specified using the Manager may be edited or examined through the command line interface, and vice-versa. When the rules are downloaded into the device from the VPN 5000 Manager, they will be encrypted.

Basic IPX Packet Filter Rules and Syntax

At a minimum, every non-comment line in a filter set must include an action. However, an action alone will not create a useful filter rule (except for setting a default rule as noted above).

Every line in a packet filter set must begin with the actions permit or deny, or the comment indicator #.

IPX Packet Filter Options

The basic action specified in the rule will almost always be accompanied with an option. IPX Packet filter options use some or all of a set of operators to determine whether the filter rule matches information in a packet or not. These operators are discussed below:

In rules where expressions are used, the syntax checker requires a space before and a space after the expression operator(s).

The options available for IPX Packet filter rules allow rules to be more narrowly specified to exclude all but certain types of packets, packets with a given source network number (srcnet), packets with a specified destination network numbers (dstnet), packets with a particular source socket number (srcskt), packets with a selected destination socket number (dstskt), packets with a chosen source node address (srcnode), and/or packets with a stated destination node address (dstnode).

  For some versions of NetWare, the packet type field is not a reliable indicator of the type of packet encapsulated by the IPX header. Generally, the source and destination sockets should be used to implicitly filter the packet type. NetBIOS propagate packets (type 14h) are an exception to this rule.
  The following keywords may be used for well known socket values: NCP(0451h), SAP(0452h), RIP(0453h), or DIAG(0456h). The keyword all may be used to specify all socket numbers.
  The node address parameter is the IPX server node number specified as an Ethernet address. An Ethernet address is specified as six hexadecimal octets separated by dots or colons (e.g. 0.0.A5.0.0.1 or 0:0:A5:0:0:1). The keyword all may be used to specify all node values.

IPX Packet Filter Rule Notification

Filter rule matches can optionally cause a log message to be sent. By default, no logging of matches is performed. See the section on the Logging Configuration Dialog Box of this manual for more information.

IPX Packet Filter Rule Examples

Drop all packets where the source network number is greater than or equal to 1000 and permit all other packets:

      deny srcnet >= 1000
      permit type = ALL

Drop all packets from a specific IPX network and node and permit all other packets:

      deny srcnet = FAB4 srcnode = 0.0.A5.0.0.1
      permit

Drop all packets where the source socket is a diagnostic packet, log the denial and permit all other packets through:

      deny srcskt = DIAG log
      permit

IPX Route Filter Rules

To access an editor window for IPX Route filters, open the Main IPX Filtering Dialog Box (under Global/Filtering/IPX Filtering) and then select the Route Filters button.

Route filtering rules are applied globally in the device and are not associated with any interface. However, they can be restricted to an interface using the "from" or "to" modifiers in the rule.

A device does not reorder rule sets as they have been specified before they are applied. They are applied in the order they were written. When multiple filter sets are selected with the VPN 5000 Manager, the filter sets will be concatenated in the device from first to last (top to bottom on screen).

Any IPX network not explicitly allowed by the rules will not be included in the routing table on input or in the routing update on output. To allow all other network numbers not filtered, the last rule must be:

      permit network = ALL
       
      

Rules that have been specified using the Manager may be edited or examined through the command line interface, and vice-versa. When the rules are downloaded into the device from the Manager, they will be encrypted.

Rule sets that have been created with the IPX Route Filter Editor Window must be selected using the pull-downs in the Main IPX Filtering Dialog Box.

Basic IPX Route Filter Rules and Syntax

At a minimum, every non-comment line in a filter set must include an action and a network expression. Together these components specify a filter rule that the device will follow when sending and/or receiving IPX RIP packets.

Every line in an IPX Route filter set must begin with the actions permit or deny, or the comment indicator #.

The network expression uses a set of operators to specify the conditions under which the rule will be satisfied. These operators are discussed below:

The keyword all may be used to specify all network number values in the network expression.

In rules where expressions are used, the syntax checker requires a space before and a space after the expression operator(s).

IPX Route Filter Rule Options

Filter rules can optionally include the following parameter. When used, the options must be inserted after the required part of the rule, but before any modifiers.

The direction is specified with in, out, or both. If no direction is specified, both is assumed.

IPX Route Filter Rule Modifiers

The source address, destination address, source interface or destination interface can be specified using the from and to modifiers. These keywords modify the global nature of a RIP filter rule.

  The IPX address parameter is specified as a hexadecimal network number and node number separated by a dash (e.g. A011-0:0:A5:0:0:1 indicates a node with the hexadecimal network number of A011 and a node address of 0:0:A5:0:0:1).

Filter rules can also optionally be set to modify some RIP information as it is handled by the device.

IPX Route Filter Rule Notification

Filter rule matches can optionally cause a log message to be sent. By default, no logging of matches is performed. See the section on the Logging Configuration Dialog Box of this manual for more information.

IPX Route Filter Rule Examples

The following example specifies a rule to allow routes to be input from any IPX network except network number 7.

      permit network != 7
       
      

The rule below specifies that routing information should only be accepted from the Ethernet 0 interface.

      permit network = ALL from ethernet 0
      

IPX SAP Filter Rules

To access a dialog box for IPX SAP filters, open the Main IPX Filtering Dialog Box (under Global/Filtering/IPX Filtering) and then select the SAP Filters button.

SAP filtering rules are applied globally in the device and are not associated with any interface. However, they can be restricted to an interface using the "from" or "to" modifiers in the rule.

A device does not reorder rule sets as they have been specified before they are applied. They are applied in the order they were written. When multiple filter sets are selected with the VPN 5000 Manager, the filter sets will be concatenated in the device from first to last (top to bottom on screen).

Any server not explicitly allowed by the rules will not be included in the SAP table on input or in the SAP update on output. To allow all other servers not filtered, the last rule must be:

      permit
       
      

Rules that have been specified using the Manager may be edited or examined through the command line interface, and vice-versa. When the rules are downloaded into the device from the Manager, they will be encrypted.

Rule sets that have been created with the IPX SAP Filter Editor Window must be applied using the pull-down menus in the Main IPX Filtering
Dialog Box.

Basic IPX SAP Filter Rules and Syntax

At a minimum, every non-comment line in a filter set must include an action. However, an action alone will not create a useful filter rule (except for setting a default rule as noted above).

Every line in a SAP filter set must begin with the actions permit or deny, or the comment indicator #.

IPX SAP Filter Options

The basic action specified in the rule will almost always be accompanied with an option. IPX SAP options use some or all of a set of operators to determine whether the filter rule matches information in a SAP packet or not. These operators are discussed below:

In rules where expressions are used, the syntax checker requires a space before and a space after the expression operator(s).

The options available for IPX SAP filter rules allow rules to be more narrowly specified to exclude all but certain types of servers, an individual service, servers on certain networks, servers with a certain node address, and/or servers using a certain IPX socket address.

  The node address parameter is the IPX server node number specified as an Ethernet address. An Ethernet address is specified as six hexadecimal octets separated by dots or colons (e.g. 0.0.A5.0.0.1 or 0:0:A5:0:0:1). The keyword all may be used to specify all node values.

A final option is the ability to specify a direction using in, out, or both. If no direction is specified, both is assumed.

IPX SAP Filter Rule Modifiers

The source address, destination address, source interface or destination interface can be specified using the from and to options. These keywords modify the global nature of a SAP filter rule.

  The IPX address parameter is specified as a hexadecimal network number and node number separated by a dash ( e.g. A011-0:0:A5:0:0:1 indicates a node with the hexadecimal network number of A011 and a node address of 0:0:A5:0:0:1).

Filter rules can also optionally be set to modify some SAP information as it is handled by the device.

IPX SAP Filter Rule Notification

Filter rule matches can optionally cause a log message to be sent. By default, no logging of matches is performed. See the section on the Logging Configuration Dialog Box of this manual for more information.

IPX SAP Filter Rule Examples

The following example specifies a rule set to ignore any server named "Test Server." The permit line states that all other servers should be entered into the device's SAP table.

      deny server = "Test Server"
      permit

The rule below specifies that only servers from network 7 should be entered into the device's SAP table. All other SAP types will be dropped.

      permit network = 7
      

IPX Packet Filtering: Interface Dialog Box


Figure 3: Interface IPX Packet Filtering Configuration Dialog Box


To access this dialog box, select Interface/Filtering/IPX Filtering from the Device View.

Input Filters

This set of pulldown menus allows you to select previously defined sets of packet filter rules. These rules will be applied to packets arriving on this interface. Up to four sets of rules can be selected.

Output Filters

This set of pull-downs allows you to select previously defined sets of packet filter rules. These rules will be applied to packets which are to be sent on this interface. Up to four sets of rules can be selected.


hometocprevnextglossaryfeedbacksearchhelp
Posted: Wed Sep 27 12:01:49 PDT 2000
Copyright 1989-2000©Cisco Systems Inc.