A SERVICE OF

logo

550 CHAPTER 36: BRIDGING CONFIGURATION COMMANDS
Example # Enable bridge set 1.
<Sysname> system-view
[Sysname] bridge 1 enable
bridge bridging
Syntax bridge bridge-set bridging { ip | ipx | others }
undo bridge bridge-set bridging { ip | ipx | others }
View System view
Parameters bridge-set: Bridge set number, an integer in the range of 1 to 255.
ip: Specifies the Internet protocol (IP).
ipx: Specifies the internetwork packet exchange (IPX) protocol.
others: Specifies other protocols than IP and IPX.
Description Use the
bridge bridging command to enable bridging of the specified network
layer protocol(s) on the specified bridge set.
Use the
undo bridge bridging command to disable bridging of the specified
network layer protocol(s) on the specified bridge set.
By default, bridging of all network layer protocols is enabled.
Note that non-routable packets will be discarded if bridging of IP or IPX is disabled
in a bridge set.
Example # Disable IP bridging on bridge set 1.
<Sysname> system-view
[Sysname] undo bridge 1 bridging ip
# Enable IP bridging on bridge set 1.
<Sysname> system-view
[Sysname] bridge 1 bridging ip
bridge enable
Syntax bridge enable
undo bridge enable
View System view
Parameters None