mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 11:22:27 +00:00 
			
		
		
		
	Merge pull request #1867 from penguhyang/doc_rspconfig_vlan
update rspconfig man page for vlan
This commit is contained in:
		| @@ -38,7 +38,7 @@ BMC specific: | ||||
| ============= | ||||
|  | ||||
|  | ||||
| \ **rspconfig**\  \ *noderange*\  {\ **ip | netmask | gateway | backupgateway | garp**\ } | ||||
| \ **rspconfig**\  \ *noderange*\  {\ **vlan | ip | netmask | gateway | backupgateway | garp**\ } | ||||
|  | ||||
| \ **rspconfig**\  \ *noderange*\  \ **garp**\ =\ *time*\  | ||||
|  | ||||
| @@ -388,6 +388,12 @@ OPTIONS | ||||
|   | ||||
|  | ||||
|  | ||||
| \ **vlan**\  | ||||
|   | ||||
|  Get or set vlan ID. For get vlan ID, if vlan is not enabled, 'BMC VLAN disabled' will be outputed. For set vlan ID, the valid value are [1-4096]. | ||||
|   | ||||
|  | ||||
|  | ||||
| \ **ip**\  | ||||
|   | ||||
|  The ip address. | ||||
|   | ||||
| @@ -18,7 +18,7 @@ B<rspconfig> I<noderange> B<community>={B<public> | I<string>} | ||||
|  | ||||
| =head2 BMC specific: | ||||
|  | ||||
| B<rspconfig> I<noderange> {B<ip>|B<netmask>|B<gateway>|B<backupgateway>|B<garp>} | ||||
| B<rspconfig> I<noderange> {B<vlan>|B<ip>|B<netmask>|B<gateway>|B<backupgateway>|B<garp>} | ||||
|  | ||||
| B<rspconfig> I<noderange> B<garp>=I<time> | ||||
|  | ||||
| @@ -297,6 +297,10 @@ Set CEC/BPA system names to the names in xCAT DB or the input name. | ||||
|  | ||||
| Select the policy for I/O Adapter Enlarged Capacity. This option controls the size of PCI memory space allocated to each PCI slot. | ||||
|  | ||||
| =item B<vlan> | ||||
|  | ||||
| Get or set vlan ID. For get vlan ID, if vlan is not enabled, 'BMC VLAN disabled' will be outputed. For set vlan ID, the valid value are [1-4096]. | ||||
|  | ||||
| =item B<ip> | ||||
|  | ||||
| The ip address. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user