Bridge Interface Command Examples - ZyXEL Communications UAG Series Reference Manual

Unified access gateway
Hide thumbs Also See for UAG Series:
Table of Contents

Advertisement

The following table identifies the values required for many of these commands. Other input values
are discussed with the corresponding commands.
Table 52 Input Values for Bridge Interface Commands
LABEL
interface_name
This table lists the bridge interface commands.
Table 53 interface Commands: Bridge Interfaces
COMMAND
interface interface_name
[no] join interface_name
show bridge available member

13.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 lan1, 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 lan1
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
UAG CLI Reference Guide
DESCRIPTION
The name of the interface.
VLAN interface: vlanx, x = 0 - 4094
bridge interface: brx, x = 0 - N, where N depends on the number of bridge interfaces
your UAG model supports.
See
Table 37 on page 86
for detailed information about the interface name.
DESCRIPTION
Creates the specified interface if necessary and enters sub-command mode.
Adds the specified Ethernet interface or VLAN interface to the specified bridge. The no
command removes the specified interface from the specified bridge.
Displays the available interfaces that could be added to a bridge.
Chapter 13 Interfaces
105

Advertisement

Table of Contents
loading

Table of Contents