Skip to content

bridgegroup

The following operations can be performed on "bridgegroup":

add | rm | set | unset | bind | unbind | show

add bridgegroup

Create a Bridge group.

Synopsys

add bridgegroup <id> [-dynamicRouting ( ENABLED | DISABLED )] [-ipv6DynamicRouting ( ENABLED | DISABLED )]

Arguments

id

An integer that uniquely identifies the bridge group.

Minimum value: 1

Maximum value: 1000

dynamicRouting

Enable dynamic routing for this bridgegroup.

Possible values: ENABLED, DISABLED

Default value: DISABLED

ipv6DynamicRouting

Enable all IPv6 dynamic routing protocols on all VLANs bound to this bridgegroup. Note: For the ENABLED setting to work, you must configure IPv6 dynamic routing protocols from the VTYSH command line.

Possible values: ENABLED, DISABLED

Default value: DISABLED

Example

add bridgegroup 1

rm bridgegroup

Remove the bridge group created by the add bridge group command.

Synopsys

rm bridgegroup <id>

Arguments

id

An integer that uniquely identifies the bridge group that you want to remove from the NetScaler appliance.

Minimum value: 1

Maximum value: 1000

set bridgegroup

Set Bridge group parameters.

Synopsys

set bridgegroup <id> [-dynamicRouting ( ENABLED | DISABLED )] [-ipv6DynamicRouting ( ENABLED | DISABLED )]

Arguments

id

An integer value that uniquely identifies the bridge group. Minimum value: 1. Maximum value: 1000.

Minimum value: 1

Maximum value: 1000

dynamicRouting

Enable dynamic routing for this bridgegroup.

Possible values: ENABLED, DISABLED

Default value: DISABLED

ipv6DynamicRouting

Enable all IPv6 dynamic routing protocols on this bridge group. For this setting to work, you must configure IPv6 dynamic routing protocols from the VTYSH command line. For more information about configuring IPv6 dynamic routing protocols on the NetScaler appliance, see the Dynamic Routing chapter of the Citrix NetScaler Networking Guide.

Possible values: ENABLED, DISABLED

Default value: DISABLED

Example

set bridgegroup bg1 -dynamicRouting ENABLED

unset bridgegroup

Use this command to remove bridgegroup settings.Refer to the set bridgegroup command for meanings of the arguments.

Synopsys

unset bridgegroup <id> [-dynamicRouting] [-ipv6DynamicRouting]

bind bridgegroup

Bind a vlan or an ip address to a bridgegroup.

Synopsys

bind bridgegroup <id> [-vlan <positive_integer>] [-IPAddress <ip_addr|ipv6_addr|*> [<netmask>] [-td <positive_integer>]]

Arguments

id

The integer that uniquely identifies the bridge group.

Minimum value: 1

Maximum value: 1000

vlan

An integer that uniquely identifies the VLAN that you want to bind to this bridge group.

Minimum value: 2

Maximum value: 4094

IPAddress

A network address or addresses to be associated with the bridge group. You must add entries for these network addresses in the routing table before running this command.

netmask

A subnet mask associated with the network address.

td

Integer value that uniquely identifies the traffic domain in which you want to configure the entity. If you do not specify an ID, the entity becomes part of the default traffic domain, which has an ID of 0.

Minimum value: 0

Maximum value: 4094

Example

bind bridgegroup bg1 -vlan 2

unbind bridgegroup

Unbinds the specified VLANs or IP addresses from a bridge group.

Synopsys

unbind bridgegroup <id> [-vlan <positive_integer>] [-IPAddress <ip_addr|ipv6_addr|*> [<netmask>] [-td <positive_integer>]]

Arguments

id

Integer that uniquely identifies the bridge group.

Minimum value: 1

Maximum value: 1000

vlan

ID of the VLAN to unbind from this bridge group.

Minimum value: 2

Maximum value: 4094

IPAddress

Network address associated with the bridge group.

netmask

The network mask for the subnet defined for the bridge group.

td

Integer value that uniquely identifies the traffic domain in which you want to configure the entity. If you do not specify an ID, the entity becomes part of the default traffic domain, which has an ID of 0.

Minimum value: 0

Maximum value: 4094

show bridgegroup

Display the configured bridge group. If a name is specified, only that particular bridge group information is displayed. Otherwise, all configured bridge groups are displayed.

Synopsys

show bridgegroup [<id>]

Arguments

id

The name of the bridge group.

Minimum value: 1

Maximum value: 1000

Outputs

td

Integer value that uniquely identifies the traffic domain in which you want to configure the entity. If you do not specify an ID, the entity becomes part of the default traffic domain, which has an ID of 0.

IPAddress

The IP address assigned to the bridge group.

netmask

The network mask for the subnet defined for the bridge group.

flags

Temporary flag used for internal purpose.

portbitmap

Member interfaces of this bridge group.

tagbitmap

Tagged members of this bridge group.

ifaces

Names of all member interfaces of this bridge group.

tagIfaces

Names of all tagged member interfaces of this bridge group.

vlan

Names of all member VLANs.

dynamicRouting

Whether dynamic routing is enabled or disabled.

ipv6DynamicRouting

Whether ipv6 dynamic routing is enabled or disabled.

rnat

Temporary flag used for internal purpose.

flag

partitionName

Name of the Partition to which this vlan bound to.

devno

count

stateflag

Example

An example of the output of the show bridge group command is as follows:2 configured Bridge Group:1) Bridge Group: 1 Member vlans : 2 3 4 IP: 10.102.33.27 MASK: 255.255.255.02) Bridge Group: 2 Member vlans : 5 6

Was this article helpful?