Go to main content
Oracle Switch ES2-72 and Oracle Switch ES2-64 Product Notes

Exit Print View

Updated: November 2016
 
 

Configure In-Band Management

The following configuration provides an example of how to configure an ES2-72 switch.


Caution

Caution  -  To avoid losing access to the switch due to a misconfiguration, do the in-band configuration from the serial console.


  1. Telnet to the serial console of the switch.
    ORACLESP-AK000777777 login: root
    Password: changeme
            
  2. Configure the switch.
    -> cd /SP/inband-network
     /SP/inband-network  
                
    -> set pendingipaddress=10.134.171.38
    Set 'pendingipaddress' to '10.134.171.38'
    
    -> set commitpending=true
    Set 'commitpending' to 'true'
    
    -> set pendingipgateway=10.134.171.1
    Set 'pendingipgateway' to '10.134.171.1'
    
    -> set commitpending=true
    Set 'commitpending' to 'true'
    
    -> set state=enabled
    Set 'state' to 'enabled'
    
    -> ls
                
    /SP/inband_network
      Targets:
          test
      
      Properties:
          commitpending = (Cannot show property)
          dhcp_server_ip = none
          ipaddress = 10.134.171.38
          ipdiscovery = static
          ipgateway = 10.134.171.1
          ipnetmask = 255.255.255.0
          macaddress = 00:E0:0C:02:77:8D
          pendingipaddress = 10.134.171.38
          pendingipdiscovery = static
          pendingipgateway = 10.134.171.1
          pendingipnetmask = 255.255.255.0
          
      Commands:
          cd
          set
          show
          
    ->        
  3. (Optional) Disable the out-of-band network.
    -> cd /SP/network
    /SP/network
    
    -> set state=disabled
    Set 'state' to 'disabled'