Reference Guide

Table Of Contents
-connect_method
Physical switch connect method type. Valid values are:
SSH Secure shell.
SNMPv2c SNMPv2 community string.
-port
Port used for connection to switch.
-username
Username to connect a physical switch for SSH connection method.
-ssh_password
SSH password to connect a physical switch if SSH connect method is specified.
-ssh_passwordSecure
Secure version of -ssh_password. Value will be queried interactively.
-snmp_community_string
SNMPv2 community string, if SNMPv2c connect method is specified.
-snmp_community_stringSecure
Secure version of -snmp_community_string. Value will be queried interactively.
-async
Perform asynchronous operation.
delete
Delete the physical switch settings.
Format
physical_switch { -id <value> | -name <value> } delete [ -async ]
Action qualifiers
-id
Unique identifier of the physical switch settings.
-name
Unique name of the existing object (physical_switch).
-async
Perform asynchronous operation.
323