Mellanox MLNX-OS User Manual for SX1018HP Ethernet Managed Blade Switch
Rev 2.10
Mellanox Technologies
82
Mellanox Technologies Confidential
4.1.4 Default Gateway
In order to configure manually the default gateway, use the “ip route” command, with “0.0.0.0”
as prefix and mask. The next-hop address must be within the range of one of the IP interfaces on
the system.
switch (config)# ip route 0.0.0.0 0.0.0.0 10.209.0.2
switch (config)# show ip route
Destination Mask Gateway Interface Source
default 0.0.0.0 10.209.0.2 mgmt0 static
10.209.0.0 255.255.254.0 0.0.0.0 mgmt0 direct
switch (config)#
4.1.5 In-Band Management
In-band management is a management path passing through the data ports. In-band management
can be created over one of the VLANs in the systems.
The in-band management feature does not require an
y license. However, it works only for system
profiles VPI and Ethernet. It cannot be enabled with IP Routing or IP Proxy-ARP.
To set an in-band management channel:
Step 1. Create a VLAN. Run:
Step 2. Create a VLAN interface. Run:
Step 3. Enter the VLAN interface configuration mode and configure L3 attributes. Run:
Step 4. (Optional) Verify in-band management configuration. Run:
switch (config) # vlan 10
switch (config vlan 10) #
switch (config) # interface vlan 10 create
switch (config) # interface vlan10
switch (config interface vlan10)#ip address 10.10.10.10 /24
switch (config) # show interfaces vlan10
Interface vlan10 status:
Comment:
Admin up: yes
Link up: yes
DHCP running: no
IP address: 10.10.10.10
Netmask: 255.255.255.0
IPv6 enabled: no










