Chapter 5 Interfaces
ZyWALL (ZLD) CLI Reference Guide
60
This table lists the bridge interface commands.
5.2.8.1 Bridge Interface Command Examples
The following commands show you how to set up a bridge interface named br0 with the
following parameters: member ge1, IP 1.2.3.4, subnet 255.255.255.0, MTU 598, gateway
2.2.2.2, upstream bandwidth 345, downstream bandwidth 123, and description “I am br0”.
5.2.9 PPPoE/PPTP Commands
This section identifies commands that support PPPoE/PPTP interfaces. PPPoE/PPTP
interfaces also use many of the general interface commands discussed at the beginning of
Section 5.2 on page 49.
The following table identifies the values required for many of these commands. Other input
values are discussed with the corresponding commands.
This table lists the PPPoE/PPTP interface commands.
Table 24 interface Commands: Bridge Interfaces
COMMAND DESCRIPTION
interface interface_name Creates the specified interface if necessary and
enters sub-command mode.
[no] join interface_name Adds the specified Ethernet interface or VLAN
interface to the specified bridge. The no command
removes the specified interface from the specified
bridge.
show bridge available member Displays the available interfaces that could be
added to a bridge.
Router# configure terminal
Router(config)# interface br0
Router(config-if-brg)# join ge1
Router(config-if-brg)# ip address 1.2.3.4 255.255.255.0
Router(config-if-brg)# ip gateway 2.2.2.2
Router(config-if-brg)# mtu 598
Router(config-if-brg)# upstream 345
Router(config-if-brg)# downstream 123
Router(config-if-brg)# description I am br0
Router(config-if-brg)# exit
Table 25 Input Values for PPPoE/PPTP Interface Commands
LABEL DESCRIPTION
interface_name The name of the interface. PPPoE/PPTP interface: pppx, x = 0 - 11
profile_name The name of the ISP account. You may use 1-31 alphanumeric characters,
underscores(
_), or dashes (-), but the first character cannot be a number. This
value is case-sensitive.
Table 26 interface Commands: PPPoE/PPTP Interfaces
COMMAND DESCRIPTION
interface dial interface_name Connects the specified PPPoE/PPTP interface.
interface disconnect interface_name Disconnects the specified PPPoE/PPTP interface.