Port configuration – Dell PowerEdge VRTX User Manual
Page 262

262
FILE LOCATION: C:\Users\gina\Desktop\Checkout_new\Dell Plasma\User
Guide\Plasma_UGSwitching_Ports.fm
D E L L C O N F ID E N T IA L – P R E L IM I N A RY 4 / 1 8 /1 3 - F O R P R O O F O N LY
The following is a script that creates an interface macro
Port Configuration
If port configuration is modified while the port is a LAG member, the
configuration change is only effective after the port is removed from the
LAG.
To configure a port:
1 Click Switching > Ports > Port Configuration in the tree view to display
the Port Configuration: Summary page.
All ports on the selected unit and their configuration settings are
displayed.
2 To modify the port settings, click Edit and select a port.
Table 8-7. Create an Interface Macro Script
CLI Command
Description
console#config
console(config)# interface range gi0/1-24
Enter Interface mode
for ports 1-24 on unit 1.
console(config-if-range)# macro name
access_port
Enter macro commands one per line. End
with the character '@'.
Create a macro called
access_port.
disable spanning-tree
@
Enter the commands in
the macro, disables
spanning tree on the
interfaces.
console(config)# do show parser macro
name access_port
Display the macro.
console(config)# macro global apply
access_port
Apply the macro to
ports 1-24 on unit 1.