Set interface bindings for the server. Syntax: set bindings Parameters: interface - The friendly name of the interface (optional). ...

Set interface bindings for the server. 
 
Syntax: 
 
        set bindings   
 
Parameters: 
 
        interface      - The friendly name of the interface (optional). 
                         The default is all local interfaces. 
 
        mode           - The binding mode (optional). 
                          ENABLE  - Enable interface binding (default). 
                          DISABLE - Disable interface binding. 
 
Examples:      set bindings 
               set bindings interface = "Corp Net" 
               set bindings "Corp Net" 
               set bindings interface = "Corp Net" mode = enable 
               set bindings "Corp Net" enable 
               set bindings mode = disable