Cisco Cisco IOS Software Release 12.4(2)XB6 기술 참조

다운로드
페이지 218
 
-23
Cisco Broadband Wireless Gateway 2.2 Command Reference, IOS Release 12.4(24)YG2
OL-14681-02
      Cisco Broadband Wireless Gateway 2.2 Command Reference, IOS Release 12.4(24)YG2
  bridge group
bridge group
To configure a bridge group in the BWG, use the bridge group command. Use the no form of this 
command to disable this function.
bridge group [value] {source learning | transparent-vlan [vlan-tag]}
no bridge group [value] {source learning | transparent-vlan [vlan-tag]}
Syntax Description
Defaults
There are no default values.
Command Modes
Privileged EXEC configuration (config).
Command History
Usage Guidelines
To enable bridging on a Wimax user group, the user group needs to be added to a bridge group. After the 
user group is added, a virtual Wimax interface (Wimax<bridge-grp>) is created. This virtual Wimax 
interface represents the user group in the bridge group. You cannot add Multiple user groups to the same 
bridge group.
Examples
The following example shows how to configure a bridge group and enable source learning:
router(config)#bridge group 23 source learning
The following example show how to configure L2-L2 bridging:
bridge irb
!
interface Ethernet1/1
  description Interface belong to bridge-group 1
  bridge-group 2
  no bridge-group 2 source-learning
  no ip address
!
bridge 2 protocol ieee
!
wimax agw user group-list wimax
value
Number of the bridge group to which the Wimax user group needs to be 
added. The range is from 1 to 255. 
source learning
Enables source learning.
transparent-vlan
Enables transparent VLAN bridging.
vlan-tag
Enables vlan tagging of the uplink packets from the subscribers associated 
to the user-group.
Release
Modification
12.4(24)YG2
This command was introduced.