Brocade Access Gateway Administrator's Guide v6.2.0 (53-1001189-01, April 2009)

Access Gateway Administrator’s Guide 21
53-1001189-01
Port Grouping policy
2
3. Enter the command ag --pgshow to verify the N_Port was deleted from the specified port
group.
switch:admin> ag --pgshow
PG_ID N_Ports PG_Name
-----------------------------------------------------------------------------
0 13;15 pg0
3 12;14 Test
-----------------------------------------------------------------------------
Removing a port group
1. Connect to the switch and log in as admin.
2. Enter the command ag --pgremove with the <PG_ID> operands.
switch:admin> ag --pgremove 3
Port Group 3 has been removed successfully
3. Enter the command ag --pgshow to verify the port group has been deleted.
switch:admin> ag --pgshow
PG_ID N_Ports PG_Name
-----------------------------------------------------------------------------
0 12;13;14;15 pg0
-----------------------------------------------------------------------------
Renaming a port group
1. Connect to the switch and log in as admin.
2. Enter the command ag --pgrename with the <PG_ID> <newname> operands, for example, to
rename port group with pgid 2 to "MyEvenFabric":
switch:admin> ag --pgrename 2 MyEvenFabric
Port Group 2 has been renamed as MyEvenFabric successfully
3. Enter the command ag --pgshow to verify the port group has been renamed.
switch:admin> ag --pgshow
PG_ID N_Ports PG_Name
--------------------------------------
0 None pg0
2 0;2 MyEvenFabric
3 1;3 FirstFabric
Disabling the Port Group policy
1. Connect to the switch and log in as admin.
2. Enter the command ag --policydisable with the pg operand.
switch:admin> ag --policydisable pg
3. Enter the command ag --pgshow to verify the Port Group policy is disabled.
switch:admin> ag --policyshow
AG Policy Policy Name State
----------------------------------------------------------
Port Grouping pg Disabled