Chapter 6 Interfaces

Table 38 interface Commands: Bridge Interfaces (continued)

COMMANDDESCRIPTION

[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.

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”.

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

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.

Table 39 interface Commands: Auxiliary Interface

COMMAND

DESCRIPTION

interface dial aux

Dials or disconnects the auxiliary interface.

interface disconnect aux

 

interface aux

Enters sub-command mode.

[no] authentication {chap-pap

Specifies the authentication type of the auxiliary interface. The no command

chap pap mschap mschap-v2}

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

Specifies the dial type of the auxiliary interface. The no command sets the dial

pulse}

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

Specifies the initial string of the auxiliary interface. The no command sets the

initial_string

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.

 

 

90

 

ZyWALL (ZLD) CLI Reference Guide