Difference between revisions of "Nexus VDC"
From HackerNet
Helikopter (talk | contribs) m |
Helikopter (talk | contribs) |
||
Line 1: | Line 1: | ||
− | Virtual Device Context | + | Virtual Device Context kan användas för att virtualisera Nexusswitchar på Nexusswitchar. En fysisk switch blir flera logiska med egna fysiska portar, VLAN och VRFer. Varje VDC kan manageras för sig. Se även [[Cisco_Nexus|Cisco Nexus]]. |
''Requires Advanced Services license'' | ''Requires Advanced Services license'' | ||
Line 9: | Line 9: | ||
Skapa VDC | Skapa VDC | ||
vdc <name> id 2 | vdc <name> id 2 | ||
− | + | cpu-share 10 | |
− | + | allocate interface Ethernet1/1-8 | |
− | + | boot-order 1 | |
− | + | limit-resource vlan minimum 512 maximum 4094 | |
− | + | ||
vdc <name> id 3 | vdc <name> id 3 | ||
− | + | cpu-share 10 | |
− | + | allocate interface Ethernet2/1-8 | |
− | + | boot-order 2 | |
− | + | limit-resource vlan minimum 512 maximum 4094 | |
Hoppa mellan VDCer | Hoppa mellan VDCer | ||
switchto vdc <namn> | switchto vdc <namn> | ||
switchback | switchback | ||
− | === | + | ===Verify=== |
show vdc | show vdc | ||
show vdc resource | show vdc resource |
Revision as of 10:06, 5 July 2016
Virtual Device Context kan användas för att virtualisera Nexusswitchar på Nexusswitchar. En fysisk switch blir flera logiska med egna fysiska portar, VLAN och VRFer. Varje VDC kan manageras för sig. Se även Cisco Nexus.
Requires Advanced Services license
Konfiguration
Skapa Admin VDC, inga line cards tillåtna.
conf system admin-vdc
Skapa VDC
vdc <name> id 2 cpu-share 10 allocate interface Ethernet1/1-8 boot-order 1 limit-resource vlan minimum 512 maximum 4094 vdc <name> id 3 cpu-share 10 allocate interface Ethernet2/1-8 boot-order 2 limit-resource vlan minimum 512 maximum 4094
Hoppa mellan VDCer
switchto vdc <namn> switchback
Verify
show vdc show vdc resource show vdc membership
Alias
cli alias name changeto switchto vdc