Before entering static routes, make a map of all gateway paths between the Ethernet TAP probe, as starting point, and each workstation that must have access to it.
netparam add_route host_ip gateway_ip hop_#
Wait for the core> prompt between each netparam entry.
When the core> prompt returns, reset the Ethernet TAP probe by cycling power, or by entering the reset command.
Figure below shows three class "C" networks joined together by a single IP router, making each Ethernet TAP probe accessible from three workstations (elmer, tweety, and brutus).
No static routing information is required to make an Ethernet TAP probe accessible from a workstation local to it on a network. For example, the Ethernet TAP probe goofy on network 198.9.230.0 communicates directly with workstation elmer.
When static routing is used, a routing entry is required on an Ethernet TAP probe for each workstation on a non-local network that accesses it. The Ethernet TAP probe goofy requires two entries, for workstation tweety on network 198.9.231.0 and workstation brutus on network 198.9.232.0.
Each static route entry is made using a netparam command and consists of a network address and a host address. The netparam commands for the static route entries for Ethernet TAP probe goofy are:
netparam add_route 198.9.231.0 198.9.230.1 1 netparam add_route 198.9.232.0 198.9.230.1 1
Each of the three Ethernet TAP probe hosts must have a static route entry for each remote workstation that accesses it.