Enable/Disable interface ports
You can use the asg if command to enable or disable interface ports for specified <SGMs>.
To disable an interface port, run:
# asg if -i eth1-01 disable
You are about to perform port state disable on eth1-01 on blades: all
Are you sure? (Y - yes, any other key - no) y
Port state disable on eth1-01 requires auditing
Enter your full name: y
Enter reason for port state disable on eth1-01 [Maintenance]: y
WARNING: Port state disable on eth1-01 on blades: all, User: y, Reason: y
interface eth1-01 is disabled
To enable an interface port, run:
# asg if -i eth1-01 enable
You are about to perform port state enable on eth1-01 on blades: all
Are you sure? (Y - yes, any other key - no) y
Port state disable on eth1-01 requires auditing
Enter your full name: y
Enter reason for port state disable on eth1-01 [Maintenance]: y
WARNING: Port state enable on eth1-01 on blades: all, User: y, Reason: y
interface eth1-01 is enabled
|