switch-group-create
This feature allows you to create a switch group, and you can create as many switch groups as needed. You provide a name to a group of switches, and a switch can be a member of more than one group.
Syntax switch-group-create
name name-string |
Specify a name for the switch group. |
description description-string |
Specify a description for the switch group. |
Defaults None
Access Network Administrator
History Command introduced in Version 2.6.0.
Usage Use this command to create a switch group.
Examples To create a switch group named Rack-1, use the following syntax:
CLI network-admin@switch > switch-group-create name Rack-1 description rack-1 in small lab
switch-group-delete
This feature allows you to delete a switch group.
Syntax switch-group-delete
name name-string |
Specify a name for the switch group. |
Defaults None
Access Network Administrator
History Command introduced in Version 2.6.0.
Usage Use this command to delete a switch group.
Examples To delete a switch group named Rack-1, use the following syntax:
CLI network-admin@switch > switch-group-delete name Rack-1 description rack-1 in small lab
switch-group-modify
This feature allows you to modify a switch group.
Syntax switch-group-modify
name name-string |
Specify a name for the switch group. |
description description-string |
Specify a description for the switch group. |
Defaults None
Access Network Administrator
History Command introduced in Version 2.6.0.
Usage Use this command to modify a switch group.
Examples To modify a switch group named Rack-1, use the following syntax:
CLI network-admin@switch > switch-group-modify name Rack-1 description rack-1 in ECB
switch-group-show
This feature allows you to display a switch group.
Syntax switch-group-show
name name-string |
Specify a name for the switch group. |
description description-string |
Specify a description for the switch group. |
Defaults None
Access Network Administrator
History Command introduced in Version 2.6.0.
Usage Use this command to display a switch group.
Examples To display a switch group named Rack-1, use the following syntax:
CLI network-admin@switch > switch-group-show name Rack-1
switch-group-member-add
This feature allows you to add a member to a switch group. A switch can be a member of more than one group.
Syntax switch-group-member-add
name name-string |
Specify the name of the switch group to add the member. |
member fabric-node name |
Specify the name of the switch to add as a member. |
Defaults None
Access Network Administrator
History Command introduced in Version 2.6.0.
Usage Use this command to add a switch to a switch group.
Examples To add a switch, lab-spine01, to the switch group, Rack-1, use the following syntax:
CLI network-admin@switch > switch-group-member-add name Rack-1 member lab-spine01
switch-group-member-remove
This feature allows you to remove a member from a switch group. A switch can be a member of more than one group.
Syntax switch-group-member-remove
name name-string |
Specify the name of the switch group to remove the member. |
member fabric-node name |
Specify the name of the switch to remove as a member. |
Defaults None
Access Network Administrator
History Command introduced in Version 2.6.0.
Usage Use this command to remove a switch to a switch group.
Examples To remove a switch, lab-spine01, from the switch group, Rack-1, use the following syntax:
CLI network-admin@switch > switch-group-member-remove name Rack-1 member lab-spine01
switch-group-member-show
This feature allows you to remove a member from a switch group. A switch can be a member of more than one group.
Syntax switch-group-member-show
name name-string |
Specify the name of the switch group to add the member. |
member fabric-node name |
Specify the name of the switch to add as a member. |
Defaults None
Access Network Administrator
History Command introduced in Version 2.6.0.
Usage Use this command to display switches in a switch group.
Examples To display a switch, lab-spine01, from the switch group, Rack-1, use the following syntax:
CLI network-admin@switch > switch-group-member-show name Rack-1 member lab-spine01