Page 246 / 998 Scroll up to view Page 241 - 245
VLAN
VLAN command reference
iMG/RG Software Reference Manual (Switching)
2-96
2.4.4.1.4 BRIDGE LIST STATIC VLANS
Syntax
BRIDGE LIST STATIC VLANS
Description
This command displays all of the statically configured VLANs. See bridge add vlan CLI
command to statically configure a VLAN. For each of the VLANs, the command displays
all of the statically added egress interfaces. See the bridge add vlaninterface CLI com-
mand to add an interface to the named VLAN.
ID: The sequence number given by the CLI system for the VLAN in the CLI listing.
VLAN ID: A number that identifies an existing statically-configured VLAN.
VLAN Name: A name that identifies an existing statically-configured VLAN.
FDB Name: The name of an existing filtering database to which the filtering entry will be added. See Note
on filtering database in this command
.
Tagged Interfaces: Tagged egress interface list.
Untagged Interfaces: Untagged egress interface list.
Example
--> bridge list static vlans
..ID..|...VLAN ID
....
|
......
VLAN Name
.......
|...FDB Name
------|--------------|----------------------|----------------
...1..|
......
2
.......
|
.......
VLAN_1
.........
|
....
FDB_1
Tagged Interfaces: bridge1
Untagged Interfaces: bridge2
-------------------------------------------------------------
See also
BRIDGE LIST INTERFACES
BRIDGE ATTACH
2.4.4.1.5 BRIDGE LIST VLANS
Syntax
BRIDGE LIST VLANS
Description
This command adds a named interface to the bridge.
ID: The sequence number given by the CLI system for the VLAN in the CLI listing.
VLAN ID: A number that identifies an existing statically-configured VLAN.
VLAN Name: A name that identifies an existing statically-configured VLAN.
FDB Name: The name of an existing filtering database to which the filtering entry will be added. See Note
on filtering database in this command
.
Type: Indicates whether the VLAN is either statically configured or dynamically learnt.
Tagged Interfaces: Tagged egress interface list.
Example
--> bridge list vlans
Page 247 / 998
VLAN command reference
VLAN
2-97
iMG/RG Software Reference Manual (Switching)
.ID.|.VLAN ID.|.VLAN Name..|.FDB Name..|.Type
....
|
----------------------------------------------------------
..1.|.2
.......
|.VLAN_1
.....
|.FDB_1
.....
|.static..|
Tagged Interfaces: bridge1
Untagged Interfaces: bridge2
-------------------------------------------------------------
See also
BRIDGE ADD VLAN
BRIDGE ADD VLANINTERFACE
BRIDGE LIST STATIC VLANS
2.4.4.1.6 BRIDGE SHOW VLAN
Syntax
BRIDGE
SHOW VLAN {< name >|<number>}
Description
This command displays a single statically configured VLAN. See bridge add vlan CLI com-
mand to statically configure a VLAN. The command displays all the statically added egress
interfaces of the VLAN. See bridge add vlaninterface CLI command to add an interface to
a VLAN.
VLAN: A name that identifies an existing statically-configured VLAN.
VLAN ID: A number that identifies an existing statically-configured VLAN.
Filtering Database: The name of an existing filtering database to which the filtering entry will be added. See
Note on filtering database in this command.
Tagged Interfaces: Tagged egress interface list.
Untagged Interfaces: Untagged egress interface list.
Options
The following table gives the range of values for each option that can be specified with
this command and a default value (if applicable)
Name
Description
Default Value
Name
A name that identifies an existing VLAN. To display the
list of statically configured VLANs, use bridge list static
vlans. To display the list of all the static and dynamic
VLANs in the bridge use bridge list vlans CLI com-
mand. This command also displays the egress interface
list for each VLAN.
N/A
Page 248 / 998
VLAN
VLAN command reference
iMG/RG Software Reference Manual (Switching)
2-98
Example
--> bridge show vlan VLAN_1
VLAN: VLAN_1
VLAN Id: 2
Filtering Database: FDB_1
Tagged Interfaces: bridge1
Untagged Interfaces: bridge2
See also
BRIDGE ADD VLAN
BRIDGE ADD VLANINTERFACE
BRIDGE LIST STATIC VLANS
BRIDGE LIST VLANS
2.4.4.1.7 BRIDGE CLEAR INTERFACEVLANSTATS
Syntax
BRIDGE CLEAR INTERFACEVLANSTATS [{<vlanname>|<vlannumber>}
[<interfacename>]]
Description
This command clears the statistics for:
All the egress interfaces across all the VLANs.
All the egress interfaces for the named VLAN.
A particular egress interface for the named VLAN.
Options
The following table gives the range of values for each option that can be specified with
this command and a default value (if applicable).
Example
--> bridge clear interfacevlanstats
Number
A number that identifies an existing VLAN. To display
the list of statically configured VLANs, use the bridge
list static vlans command. The number appears in the
first column under the heading ID.
N/A
Name
Description
Default Value
Vlanname
The name of an existing VLAN. See bridge add vlan
CLI command to configure a new VLAN.
N/A
Vlannumber
A number that identifies an existing VLAN. To display
the list of statically configured VLANs, use the bridge
list static vlans command. The number appears in the
first column under the heading ID.
N/A
Interfacename
The name of an egress interface of the VLAN.
N/A
Name
Description
Default Value
Page 249 / 998
VLAN command reference
VLAN
2-99
iMG/RG Software Reference Manual (Switching)
--> bridge clear interfacevlanstats VLAN_1
--> bridge clear interfacevlanstats VLAN_1 bridge1
See also
BRIDGE ADD VLAN
BRIDGE ADD VLANINTERFACE
BRIDGE LIST INTERFACEVLANSTATS
2.4.4.1.8 BRIDGE LIST INTERFACEVLANSTATS
Syntax
BRIDGE LIST INTERFACEVLANSTATS { < vlanname > | < vlannumber >
}
Description
This command displays the statistical information of the egress interfaces of the named
VLAN.
Name: The name of an existing VLAN. See bridge add vlan CLI command to configure a new VLAN
.
Rx Frames: The number of frames received on the interface for the named VLAN.
Tx Frames: The number of frames transmitted from the interface for the named VLAN.
Options
The following table gives the range of values for each option that can be specified with
this command and a default value (if applicable).
Example
--> bridge list interfacevlanstats VLAN_1
Interfaces Stats for the VLAN: VLAN_1
Name | Rx Frames | Tx Frames
---------|-----------|-------------
bridge1 | 56 | 72
-----------------------------------
See also
BRIDGE ADD VLAN
BRIDGE ADD VLANINTERFACE
BRIDGE CLEAR INTERFACEVLANSTATS
Name
Description
Default Value
Vlanname
The name of an existing VLAN. See bridge add vlan CLI
command to configure a new VLAN.
N/A
Vlannumber
A number that identifies an existing VLAN. To display
the list of statically configured VLANs, use the bridge
list static vlans command. The number appears in the
first column under the heading ID.
N/A
Page 250 / 998
VLAN
VLAN command reference
iMG/RG Software Reference Manual (Switching)
2-100
2.4.4.1.9 BRIDGE SHOW INTERFACEVLANSTATS
Syntax
BRIDGE SHOW INTERFACEVLANSTATS {< vlanname > | < vlannumber
>} <interfacename>
Description
This command adds a named interface to the bridge.
Options
The following table gives the range of values for each option that can be specified with
this command and a default value (if applicable).
Example
--> bridge show interfacevlanstats VLAN_1 bridge1
VLAN Interface Name: ethernet
Rx Frames | Tx Frames
|--------------------|------------------
22 | 1056
--------------------------------------
See also
BRIDGE ADD VLAN
BRIDGE ADD VLANINTERFACE
BRIDGE LIST INTERFACEVLANSTATS
2.4.4.1.10 BRIDGE ADD VLANINTERFACE
Syntax
BRIDGE ADD VLANINTERFACE {<name>|<number>} {tagged|untagged}
<interfacename>
Description
This command adds an interface in the egress interface list of the named VLAN. The
egress interface list for a VLAN is the union of tagged interfaces and the untagged inter-
faces. For the default VLAN, all the bridge interfaces, are automatically configured as its
untagged egress interfaces. The user need not explicitly add untagged interfaces for the
DefaultVlan. See bridge add vlan to add a default or a new VLAN. However, the user is
free to add/delete the interfaces from the default VLAN.
Option
Description
Default Value
Vlanname
The name of an existing VLAN. See bridge add vlan
CLI command to configure a new VLAN.
N/A
Vlannumber
A number that identifies an existing VLAN. To display
the list of statically configured VLANs, use the bridge
list static vlans command. The number appears in the
first column under the heading ID.
N/A
Interfacename
The name of an egress interface of the VLAN.
N/A

Rate

4 / 5 based on 3 votes.

Popular Allied-Telesis Models

Bookmark Our Site

Press Ctrl + D to add this site to your favorites!

Share
Top