ZyXEL Communications 3.1 Security Camera User Manual


 
Chapter 6 Interfaces
ZyWALL (ZLD) CLI Reference Guide
90
6.11.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”.
6.12 Auxiliary Interface Specific Commands
The first table below lists the auxiliary interface commands, and the second table explains the
values you can input with these commands.
[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.
Table 38 interface Commands: Bridge Interfaces (continued)
COMMAND DESCRIPTION
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 39 interface Commands: Auxiliary Interface
COMMAND DESCRIPTION
interface dial aux
interface disconnect aux
Dials or disconnects the auxiliary interface.
interface aux Enters sub-command mode.
[no] authentication {chap-pap |
chap | pap | mschap | mschap-v2}
Specifies the authentication type of the auxiliary interface. The
no command
sets the authentication to chap-pap.
[no] dial-timeout <30..120> Specifies the number of seconds the auxiliary interface waits for an answer
each time it tries to connect. The
no command disables the timeout.
[no] dialing-type {tone |
pulse}
Specifies the dial type of the auxiliary interface. The no command sets the dial
type to tone.
[no] idle <0..360> Specifies the number of seconds the auxiliary interface waits for activity before
it automatically disconnects. The
no command disables the idle timeout.
[no] initial-string
initial_string
Specifies the initial string of the auxiliary interface. The no command sets the
initial string to “ATZ”.
initial_string: You can use up to 64 characters. Semicolons (;) and
backslashes (\) are not allowed.
[no] password password Specifies the password of the auxiliary interface. The
no command clears the
password.
password: You can use up to 63 printable ASCII characters. Spaces are not
allowed.