Specifications
Chapter 8. Command Reference 257
REMOTE ADDBRIDGE
Defines the remote router entry as the default bridging destination for outbound bridging. The command can
define either the default bridging destination for all MAC addresses or the default bridging destination for a
specific MAC address.
When you specify a MAC address on this command, a permanent entry for that address is created in the bridging
table. Thereafter, packets that contain that MAC address are bridged using the specified remote router entry. (To
see the entries in the bridging table, use the bi list command.)
Note: Bridging using the specified remote is effective only after it has been enabled using the remote enabridge
command (page 267). To see the current bridge settings for a remote, use the remote listbridge command (page
272). To remove the default designation from a remote, use the remote delbridge command (page 261).
If IP and IPX routing are disabled, all packets, with an unknown destination, are bridged to the default bridging
destination. If IP and/or IPX routing is enabled, bridging occurs only for packets that are not routed.
* All MAC addresses.
MAC_addr MAC address (six bytes, specified as six hexadecimals, separated by colons).
remoteName Name of the remote router (character string). The name is case-sensitive.
Example:
remote addbridge 01:08:03:0A:0B:0C HQ
REMOTE ADDHOSTMAPPING
Remaps a range of local LAN IP addresses to a range of public IP addresses on a per-remote-router basis. These
local addresses are mapped one-to-one to the public addresses.
Note: The range of public IP addresses is defined by <first public addr> only. The rest of the range is computed
automatically (from <first public addr> to <first public addr> + number of addresses remapped - 1) inclusive.
remote addbridge * | <MAC_addr> <remoteName>
remote addHostMapping <first private addr><second private addr><first public addr><remoteName>
Þrst private addr First IP address in the range of local IP address to be remapped, in the format of 4 decimals
separated by periods.
second private addr Last address in the range of local IP address to be remapped, in the format of 4 decimals
separated by periods.
Þrst public addr DeÞnes the range of public IP addresses, in the format of 4 decimals separated by periods.
The rest of the range is computed automatically.
remoteName Name of the remote router (character string).
Example:
remote addHostMapping 192.168.207.40 192.168.207.49 10.0.20.11 HQ