Physically disable out-of-band access to the BMC Management Interfaces. This prevents access to the interface from outside. Only BMC Management Interface 0 is supported.
None
BMC Interface Configuration Mode
The no format of this command enables this interface to be accessed from out-of-band ports.
This example shuts down the existing BMC Management Interface with ID 0.
SLX # configure terminal SLX (config)# bmc SLX (config-bmc)# interface management 0 SLX (config-bmc-mgmt-0)# do show running-config bmc bmc user-id 1 password $9$VaXhc9WCy+1IwRU2ZaS2vQ== ! user-id 2 password $9$VaXhc9WCy+1IwRU2ZaS2vQ== ! user-id 3 ! interface management 0 no shutdown ! ! SLX (config-bmc-mgmt-0)# shutdown SLX (config-bmc-mgmt-0)# do show running-config bmc bmc user-id 1 password $9$VaXhc9WCy+1IwRU2ZaS2vQ== ! user-id 2 password $9$VaXhc9WCy+1IwRU2ZaS2vQ== ! user-id 3 ! interface management 0 shutdown ! !
This example enables the BMC Management Interface to be accessible from out-of-band.
SLX # configure terminal SLX (config)# bmc SLX (config-bmc)# interface management 0 SLX (config-bmc-mgmt-0)# no shutdown SLX (config-bmc-mgmt-0)# do show running-config bmc bmc user-id 1 password $9$VaXhc9WCy+1IwRU2ZaS2vQ== ! user-id 2 password $9$VaXhc9WCy+1IwRU2ZaS2vQ== ! user-id 3 ! interface management 0 no shutdown ! ! SLX (config-bmc-mgmt-0)# exit SLX (config-bmc)#