interface management (tpvm mode)
        
    
     
    Configures the IP and gateway address on the TPVM's management interface (eth0).
    
 Syntax
            
                interface management ip 
                
                 
                    {
                    dhcp 
                    |
                    ip-address
                    [
                    gw
                    gw-ip-address
                    ]
                    }
                
            
             
            
                no interface management ip 
                
                 
                    {
                    dhcp 
                    |
                    ip-address
                    [
                    gw
                    gw-ip-address
                    ]
                    }
                
            
         
        
        Parameters
             
                 
                    - dhcp
                    
-  Indicates that the
                            IPv4 address of the management interface is assigned by
                        DHCP. 
- 
                        
                            
ip-address
                            
                        
                    
-  Configures the static
                            IPv4 address of the management interface.
                            
                                - 
                                    
                                        gw
                                        gw-ip-address
                                    
                                
-  The interface
                                    gateway IPv4 address. 
 
Modes
            TPVM Configuration mode 
        
 
        
        Examples
             
                The following example shows how to configure the static IPv4 address
                    and default gateway for the TPVM management interface eth0.
 
                 SLX (config-tpvm-TPVM)# interface management ip 10.2.3.4/23 gw 10.2.3.1