EMAIL SUPPORT
dclessons@dclessons.comLOCATION
AFLAB Creating Admin VDC
LAB Creating Admin VDC
Lab Task:
Create an Admin VDC in all three scenario given below:
- Admin VDC at times of Initial Boot and fresh Installation
- Admin VDC to change from default VDC to admin VDC
- Create Admin VDC in such a way that it replaces the Default VDC and also create the New VDC and copy all non-global configuration in to new VDC.
Solution:
This is to shows the prompts at a clean bootup to enable the admin VDC:
Enter the password for "admin":
Confirm the password for "admin":
Do you want to enable admin vdc (yes/no) [n]: yes
This example shows the show vdc output before the admin VDC is created:
switch(config)# sh vdc
vdc_id vdc_name state mac type lc
------ -------- ----- ---------- --------- ------
1 switch active 00:26:98:0d:02:22 Ethernet m1 f1 m1xl m2xl
2 vdc2 active 00:26:98:0d:02:12 Ethernet m1 f1 m1xl m2xl
3 vdc3 active 00:26:98:0d:03:42 Ethernet f2
!
Scenario 2:
switch(config)# system admin-vdc
!
All non-global configuration from the default vdc will be removed,
Are you sure you want to continue? (yes/no) [no] yes
!
This example shows the show vdc output after executing the system admin-vdc command:
switch(config)# sh vdc
vdc_id vdc_name state mac type lc
------ -------- ----- ---------- --------- ------
1 switch active 00:26:98:0d:02:22 Ethernet m1 f1 m1xl m2xl
2 vdc2 active 00:26:98:0d:02:12 Ethernet m1 f1 m1xl m2xl
3 vdc3 active 00:26:98:0d:03:42 Ethernet f2
Scenario 3:
switch(config)# system admin-vdc migrate dclessons
!
All non-global configuration from the default vdc will be removed, Are you sure you want to continue? (yes/no) [no] yes
Note: Interface mgmt0 will not have its ip address migrated to the new vdc
Note: During migration some configuration may not be migrated.
Example: VTP will need to be reconfigured in the new vdc if it was enabled. Please refer to configuration guide for details. Please wait, this may take a while
Note: Ctrl-C has been temporarily disabled for the duration of this command
2012 Jul 5 22:20:58 switch %$ VDC-1 %$ %VDC_MGR-2-VDC_ONLINE: vdc 4 has come online
switch(config)#
shows the show vdc output after the admin VDC is created:
LEAVE A COMMENT
Please login here to comment.