Configuring inband Management in Interface
In-band management means the OPB device can be configured, monitored, and accessed via the same network interfaces used for data plane traffic, making it flexible for deployments without dedicated management ports.
This feature is only supported on Dell TD3 5232 and 5248 platforms
To configure the inband management in interface, use the following command:
pbnoscli# configure terminal
pbnoscli(config)# interface ethernet Ethernet4/1
pbnoscli(config-if)# ip address 21.21.21.1/24
pbnoscli(config-if)# ip address 40.10.1.14/24
pbnoscli(config-if)# inband-mgmt
enable Enable
pbnoscli(config-if)# inband-mgmt enable
<cr>
pbnoscli(config-if)# inband-mgmt enable
pbnoscli# configure terminal
pbnoscli(config)# int port-channel 5
pbnoscli(config-if)# ip address 31.31.31.1/24
pbnoscli(config-if)# ip address 50.10.1.14/24
pbnoscli(config-if)# inband-mgmt
enable Enable
pbnoscli(config-if)# inband-mgmt enable
<cr>
pbnoscli(config-if)# inband-mgmt enable
pbnoscli(config-if)#
You can verify the configuration by using the command(s) below:
pbnoscli# show running-config
!
interface ethernet Ethernet4/1
mtu 9100
speed 100000
inband-mgmt enable
forward-error-correction none
!
!
port-channel 5 ports Ethernet5/1 lacp min-links 1
!
interface port-channel 5
inband-mgmt enable
!
pbnoscli#
Last updated