Bridge CLI Commands
72
2/1553-ZAT 759 94 Uen B – December 2005
4.32
bridge set interface ingressfiltering
4.32.1 Syntax
bridge set interface {<name>|<number>} ingressfiltering
{disable|enable}
4.32.2 Description
This command specifies whether the bridge interface discards incoming VLAN
tagged frames for VLANs, which do not have this port in its egress interface
list, or it accepts all the incoming frames.
4.32.3 Options
The following table gives the range of values for each option which can be
specified with this command and a default value (if applicable).
Option Description
Default
value
name
A name that identifies an existing
bridge interface. To display interface
names, use the
bridge list
interfaces
command.
N/A
number
A number that identifies an existing
bridge interface. To display interface
numbers, use the
bridge list
interfaces
command. The
number appears in the first column
under the heading ID.
N/A
disable
Accepts all incoming frames.
enable
Accepts VLAN tagged frames, only if
the VLAN Id in the frame has this
interface in its egress interface list.
See the
bridge show
interfacestats
command to
know the incoming frames discarded
due to ingress filtering.
disable
4.32.4 Example
-->
bridge set interface bridge1 ingressfiltering
disable