10 GbE Gateway
(sRB-20210G Module) User Manual
Version 2.0
131
Mellanox Technologies
gvdhcp: 0
membership: full
trust level: 0
QoS priort: 1
status: 1
13.6.5
Viewing the Network Error Log File
Command:
network-file error-log show
Description:
Shows the network error file ((PartitionError.txt)).
Syntax:
network-file error-log show
Example:
Switch(config-sm-partition)# network-file error-log show
In line 26: The port guid 0x0 doesn't have the "management" network
in it's first network column.
In line 26: Import failed. Fix the imported file first. Keeping the
old tables.
13.6.6
Binding a Port GUID to a Network
13.6.6.1 Adding a Port GUID to a Network
To bind a port GUID and its specific membership to the network (adding the GUID to
the Pkey Table), run the following command:
Command:
interface guid add
Description:
Binds the GUID and its specific membership to the network. A GUID
can be any string containing a hexadecimal number. Note that the
system does not check whether the GUID exists in the system or is
legal. If the GUID does not exist in the system or is not legal, the
configuration will not be implemented.
You can also use this command to update an existing network
membership. For example, if a network membership is set up to partial
membership (Part), you can set it to Full membership instead.
Syntax:
interface guid add [guid (hex 0x)] [network (str)] [membership
(full|part)]
Example - Option 1: Adding a new GUID (HCA, or gateway) to a network
Switch(config-sm-partition)# interface guid add 0x8f10001011456 br1
part
Expected Results (Pkey Table for the specific GUID):
Switch(config-sm-partition)# interface guid show 0x8f10001011456
------------------------------------------------
|guid name |network name |membership|
------------------------------------------------
|0x8f10001011456 |management |full |
|0x8f10001011456 |br1 |partial |