Version 2.0
Setting-up Networks
82
Mellanox Technologies
7.1.7
Refresh Table
To refresh the Networks table:
Step
Right-click the Networks Table and select the Refresh Table option from the menu. The
Networks Table
is refreshed.
7.2
Setting up a Network/Interface via the CLI
7.2.1
Viewing Networks
To view the network or interface(s) via the CLI:
Step
At the
10G(config-if)#
prompt, type
interface show all.
(Note: this command is also available from the
admin
menu).
The
Networks Table
displays a list of interfaces defined in the gateway and the following
information for each defined interface:
User-assigned interface name (Alias)
Interface IP address, subnet mask, and Broadcast IP
VLAN assigned to the interface
Pkey (Partition key, which is the VLAN on the InfiniBand side) and the interface
Trunk (full LAG, separate)
Example:
10G(config-if)# interface show all
entry alias ip mask broadcast vlan pkey(hex) trunk
|-----|-------|--------------|--------------|---------------|----|---------|----
---
1 smb-mng 172.28.1.36 255.255.0.0 172.28.255.255 no 0x7fff No port
2 if0 192.168.2.2 255.255.255.0 192.168.2.255 no 0x7fff P1-2
3 CP1 12.11.11.11 255.255.255.0 12.11.11.255 112 0x112 P1-2
4 net75 75.75.75.75 255.255.255.0 75.75.75.255 75 0x75 P1-2
Add interface show [interface]
–
command displays specific interface info
Example:
10G(config-if)# interface show if0
entry alias ip mask broadcast vlan pkey(hex) trunk
|-----|------------|----------------|----------------|----------------|----|----
---
2 if0 192.168.2.93 255.255.255.0 192.168.2.255 no 0x7fff P1-2
7.2.2
Adding Networks
To add a Network (or Interface) via the CLI:
Step
At the
10G(config-if)#
prompt, type the following command: